Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Basic NRPE_NT Plugins

Rating
0 votes
Favoured:
1
Hits
179423
Files:
FileDescription
nrpe_nt_patch.zipblowfish encrytion for plugins
nrpe_nt_plugins.zipNRPE Plugins
Nagios CSP

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!
The plugins are DOS programs written in C/C++ The nrpe_nt service calls these plug-ins and they return the following status on exit with a status string for information printed to stdout.
OK = 0;
Warning = 1;
Critical = 2;
Unknown = 3;

The plug-ins available are:

- cpuload_nrpe_nt.exe:
monitors cpuload, it polls the cpu 20 times in a 5 second period and returns an average of the results

- diskspace_nrpe_nt.exe:
monitors disk load, you can specify the drive to monitor and the warning threshold in percent used and critical threshold in percent used.

- eventlog_nrpe_nt.exe:
monitors the event log, the first parameter specifies the number of minutes back from the current date to check to; a value of 7200 for example will check the event log for the last 5 days.

- memload_nrpe_nt.exe:
monitors memory usage, it simply returns the current physical and paged memory usage in percent

- service_nrpe_nt.exe:
monitors the status of services, simply provide it with a list of comma separated services and if any are down or in an unknown or waiting state an appropriate error and status is returned.