The ScheduledTasks collector shows the status of scheduled tasks on devices, and also when it is scheduled to run next.
Field | Type | Description |
|---|---|---|
folder | String | The path from where the scheduled task runs (Empty in Linux). |
taskname | String | Name of task. |
nextruntime | Timestamp | Time and date when the task will run. |
status | String | Current task status can be |
task_run | String | Full command line to execute tasks. |
last_run | Timestamp | Last time the task ran successfully. |
username | String | Name of the user that executed the task. |
schedule_on | String | See Trigger field documentation. |
log_on_type | String | Security logon method required to run tasks. See Log on Type documentation (Windows only). |
Windows | Linux | macOS |
|---|---|---|
3.0 and later | 3.0 and later | 3.0 and later |
ScheduledTasks taskname, nextruntime where ScheduledTasks taskname equals "backupDaily"
ScheduledTasks taskname, nextruntime where ScheduledTasks taskname equals "backupDaily"