<br><br><div class="gmail_quote">On Tue, Jun 19, 2012 at 1:06 PM, Ernesto Sanchez <span dir="ltr"><<a href="mailto:e.sanchez@libelium.com" target="_blank">e.sanchez@libelium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello, I've a server with nrpe and the following commands in<br>
/usr/local/nagios/etc/nrpe.cfg :<br>
<br>
command[check_users]=/usr/local/nagios/libexec/check_users -w 5 -c 10<br>
command[check_load]=/usr/local/nagios/libexec/check_load -w 15,10,5 -c<br>
30,25,20<br>
command[check_hda1]=/usr/local/nagios/libexec/check_disk -w 20% -c 10%<br>
-p /dev/root<br>
command[check_zombie_procs]=/usr/local/nagios/libexec/check_procs -w 5<br>
-c 10 -s Z<br>
command[check_total_procs]=/usr/local/nagios/libexec/check_procs -w 150<br>
-c 200<br>
command[check_mem]=/usr/local/nagios/libexec/check_mem.sh 85 95<br>
<br>
if I exec in a console /usr/local/nagios/libexec/check_disk -w 20% -c<br>
10% -p /dev/root i obtain the following:<br>
<br>
DISK OK - free space: /var/named/chroot/var/run/dbus 24513 MB (52%<br>
inode=88%);| /var/named/chroot/var/run/dbus=21787MB;39005;43881;0;48757<br>
<br>
In the nagios server i've the following config file:<br>
<br>
define host{<br>
         use                     generic-host            ; Name of host<br>
template to us<br>
         host_name               server_name<br>
         alias                   alas_server_name<br>
         address                 ip_address<br>
         icon_image base/linux40.jpg<br>
         statusmap_image base/linux40.gd2<br>
         }<br>
<br>
# Check hda1<br>
define service{<br>
         use generic-service<br>
         host_name server_name<br>
         service_description Disk<br>
         check_command check_nrpe!check_hda1<br>
         }<br>
<br>
But nagios report an "DISK UNKNOWN - free space: " on web interface and<br>
the same if I do /usr/lib/nagios/plugins/check_nrpe -H ip_address -c<br>
check_hda1<br>
<br>
Somebody can help me?<br></blockquote><div><br><font face="courier new,monospace">Check the permissions on the remote server, eg can the NRPE User run the command locally.<br><br><br>Ritchie, <br clear="all"></font>--<br>

<-- <a href="http://23.me.uk/2" target="_blank">http://23.me.uk/2</a> --><br><--Time flies like an arrow; fruit flies like a banana.  --><br> 
<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
A lot of thanks in advance.<br>
<br>
------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today's security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br>