<font face="tahoma,sans-serif">Hello,<br><br>I have installed nrpe v2.11 on a monitored host running Solaris 10. An excerpt from nrpe.cfg on the monitored host is as follows;<br> <br><i><span style="color: rgb(255, 0, 0);">command[check_disk]=/usr/local/nagios/libexec/check_disk -w 30% -c 15% -p / </span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">command[check_disk]=/usr/local/nagios/libexec/check_disk -w 30% -c 20% -p /var/opt/BGw/Server1 -p /var/opt/mediation/ora</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">command[check_swap]= /usr/local/nagios/libexec/check_swap -a -w 10% -c 5%</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">command[check_procs]=/usr/local/nagios/libexec/check_procs -w 300 -c 400</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">command[check_ssh]=/usr/local/nagios/libexec/check_ssh -4 -t 10 -p 22 localhost</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">command[check_ftp]=/usr/local/nagios/libexec/check_ftp -t 5</span></i><br><br>My intention is to monitor disk usage on the partitions /var/opt/BGw/Server1 and /var/opt/mediation/ora. This is not working yet. When I log into the Nagios web interface on the monitoring server, I do not see any details (alerts and warnings) to do with the above mentioned partitions.  However, I do see other details like ssh, processes, swap and even those for the / partition. <br>
<br>If I run on the monitored host, I get some info;<br><br><i style="color: rgb(255, 0, 0);">bash-3.00# /usr/local/nagios/libexec/check_disk -w 30% -c 20% -p /var/opt/BGw/Server1 -p /var/opt/mediation/ora<br>DISK OK - free space: /var/opt/BGw/Server1 16937 MB (31% inode=94%); /var/opt/mediation/ora 9738 MB (64% inode=99%);| /var/opt/BGw/Server1=36502MB;37990;43417;0;54272 /var/opt/mediation/ora=5323MB;10997;12568;0;15711<br>
</i><br>From my understanding, the output above shows that the check_disk plugin actually works, however on logging into the web interface, there are no details to this effect and also no alerts/warnings at all. How do I get to see the details of these partitions in the web interface including warnings and alerts.<br>
<br><br>Thanks in advance,<br>Juki<br><br></font>