SUSE (SLES 11) NRPE
Posted: Mon Aug 11, 2014 1:33 pm
I am trying to monitor a SUSE (SLES11) server and it doesn't look like the Linux server Monitoring Wizard has a predefined SUSE template like it does for Red Hat, CentOS, and Ubuntu. Will there ever be one? How would I request a feature enhancement to have that included in the product?
I am trying to go down the nrpe route but I cannot find the plugins that the nrpe agent is using.
command[check_users]=/usr/lib/nagios/plugins/check_users -w 5 -c 10
command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
command[check_sda]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /dev/sda
command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 5 -c 10 -s Z
command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200
Is there a listing of other settings that the nrpe agent can monitor, is that the check_nrpe plugin? Like what version of the nrpe agent is being ran, memory, etc?
I am trying to go down the nrpe route but I cannot find the plugins that the nrpe agent is using.
command[check_users]=/usr/lib/nagios/plugins/check_users -w 5 -c 10
command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
command[check_sda]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /dev/sda
command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 5 -c 10 -s Z
command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200
Is there a listing of other settings that the nrpe agent can monitor, is that the check_nrpe plugin? Like what version of the nrpe agent is being ran, memory, etc?