Check port versions - NRPE pkg version check: Difference between revisions

From TykWiki
Jump to navigationJump to search
(Created page with 'A nagios plugin I wrote, which checks the number of outdated ports on a system. If the number exceeds the configured limits, WARNING or CRITICAL is returned.')
 
No edit summary
Line 1: Line 1:
A nagios plugin I wrote, which checks the number of outdated ports on a system. If the number exceeds the configured limits, WARNING or CRITICAL is returned.
A nagios plugin I wrote, which checks the number of outdated ports on a system. If the number exceeds the configured limits, WARNING or CRITICAL is returned.
== NRPE configuration ==
Add the following line to the NRPE config:
<pre>
command[check_portmaster]=/usr/local/libexec/nagios/check_portmaster
</pre>

Revision as of 13:00, 15 February 2010

A nagios plugin I wrote, which checks the number of outdated ports on a system. If the number exceeds the configured limits, WARNING or CRITICAL is returned.

NRPE configuration

Add the following line to the NRPE config:

command[check_portmaster]=/usr/local/libexec/nagios/check_portmaster