()
| 435 | } |
| 436 | |
| 437 | func (l Line) HasLegacyIntegration() bool { |
| 438 | return strings.Contains(l.CommandToRun, "cronitor.io") || strings.Contains(l.CommandToRun, "cronitor.link") |
| 439 | } |
| 440 | |
| 441 | func (l Line) IsMetaCronJob() bool { |
| 442 | // Check for run-parts commands (these are system maintenance jobs) |