Hello, Le Vendredi 14 Avril 2006 20:28, Mark Campbell a écrit : [...] > command[check_disk]=/usr/local/nagios/libexec/check_disk -p / -p /var -p > /tmp -p /boot -w 10% -c 5% [...] > bash-3.00# df -h; uname -a; swap -l > Filesystem size used avail capacity Mounted on > /dev/dsk/c1t0d0s0 47G 7.6G 39G 17% / > /devices 0K 0K 0K 0% /devices > ctfs 0K 0K 0K 0% /system/contract > proc 0K 0K 0K 0% /proc > mnttab 0K 0K 0K 0% /etc/mnttab > swap 21G 676K 21G 1% /etc/svc/volatile > objfs 0K 0K 0K 0% /system/object > /usr/lib/libc/libc_hwcap2.so.1 > 47G 7.6G 39G 17% /lib/libc.so.1 > fd 0K 0K 0K 0% /dev/fd > /dev/dsk/c1t0d0s3 3.9G 648M 3.3G 17% /var > swap 21G 44K 21G 1% /tmp > swap 21G 36K 21G 1% /var/run > /dev/dsk/c1t0d0p0:boot > 16M 1.4M 14M 9% /stubboot > SunOS dc1sfapp09 5.10 Generic_Patch_118844-30 i86pc i386 i86pc > swapfile dev swaplo blocks free > /dev/dsk/c1t0d0s1 28,65 8 33559776 33559776
It seems that you not have a /boot mountpoint on this server. But in the nrpe.cfg, the /boot mounpoint is present. Try with this directive in nrpe.cfg: command[check_disk]=/usr/local/nagios/libexec/check_disk -p / -p /var -p /tmp -w 10% -c 5% Regards. -- Cédric Temple Administrateur Systèmes et Réseaux Linagora SA http://www.linagora.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
