Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_complus
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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!