Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_complus
Current Version
0.8
Compatible With
- Nagios 4.x
Owner
License
GPL
Hits
4314
Files:
File | Description |
---|---|
check_complus.ps1 | Powershell script for |
This is a powershell script. so rember to set external scripts in nsclient.ini like this:
check_complus=cmd /c echo scriptscheck-complus.ps1 "$ARG1$"; exit $LastExitCode | powershell.exe -command -
Use a NRPE command definition that allows arguments (obviously )
Example:
define command{
command_name check_nrpe_ext
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$
}
Reviews (0)
Be the first to review this listing!