TracNav
Internal Commands
CheckDisk...
CheckEventLog...
CheckSystem...
CheckHelpers
- overview
- Configuration?
- CheckAlwaysOK
- CheckAlwaysCRITICAL
- CheckAlwaysWARNING
- CheckOK
- CheckCRITICAL
- CheckWARNING
- CheckMultiple
- CheckVersion
CheckTaskSched...
FileLogger...
NRPEListener...
NSClientListener...
SysTray...
CheckWMI...
RemoteConfiguration...
CheckExternalScripts...
LUAScript...
NSCAAgent...
Documentation...
Getting Started...
Information...
Sponsoring...
- ==External Scripts==
Donate...
CheckMultiple
Runs multiple checks and returns the worst state. It allows you to check an entire system in one go.
| Option | Values | Description |
| command | The command to run | A command to execute, you can have any number of this option. |
Be careful when combining multiple checks/commands which may return UNKNOWN status. If the first command returns OK, but the other returns UNKNOWN, the final status result in OK.
Examples
Run two checks (CheckDriveSize and ChEckMeM) and return the worst state. Performance data and message is collected and concatenated.
CheckMultiple command=CheckDriveSize MaxWarn=1M MaxCrit=2M Drive=c:\\volumne_test\\ command=ChEckMeM MaxWarn=80% MaxCrit=90% CRITICAL: c:\volumne_test\: 3M (4193280B) > critical, OK memory within bounds.|c:\volumne_test\=4193280;1024K (1048576B);2M (2097152B); page=31% 80%;90%;







