NSClient++ Help (#1) - CheckTaskSched (#181) - Message List
-
Message #509
not really, (it is pretty new) think there is some mentions in the change log:
+ Added new Check command: CheckTaskSched Use like so: CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1There is a bunch of other things you can filter like: (just cut from the source)
- account-name
- application-name
- comment
- creator
- exit-code
- flags
- working-directory
- flags
- most-recent-run-time
- next-run-time
- parameters
To be added later:
- errorRetryCount, GetErrorRetryCount?, 0;
- errorRetryInterval, GetErrorRetryInterval?, 0;
- flags, GetIdleWait?, 0
- priority
- status
- Trigger
There are two checks:
- CheckTaskSchedValue? (checks a value for a specific task)
i.e. look for something with a specific check. (apparently not implemented yet I just saw)
- CheckTaskSched (checks if you have n tasks in "state" x)
i.e. look if you have checks which are something.
MickeM
mickem06/26/08 12:38:27 (5 years ago)








