Search found 4 matches

by pierreleonard78
Mon Aug 24, 2015 10:17 am
Forum: Open Source Nagios Projects
Topic: check_disk can't give true data on /
Replies: 7
Views: 5901

Re: check_disk can't give true data on /

Sorry,

Yes of course.

Pierre
by pierreleonard78
Tue Aug 18, 2015 11:24 am
Forum: Open Source Nagios Projects
Topic: check_disk can't give true data on /
Replies: 7
Views: 5901

Re: check_disk can't give true data on /

Hi eliod, df -h give : [root@xstoocky02 ~]# df -h / Filesystem Size Used Avail Use% Mounted on /dev/sdm8 673M 609M 30M 96% / Ok I have found the disk usage is critical and i see 0 because I aks in GB when I ask in MB I get : [root@xstoocky02 ~]# /usr/local/nagios/libexec/check_disk -u MB -w 20% -c 3...
by pierreleonard78
Tue Aug 18, 2015 10:36 am
Forum: Open Source Nagios Projects
Topic: check_disk can't give true data on /
Replies: 7
Views: 5901

Re: check_disk can't give true data on /

Hi Eliod, Unfortunately, the answer is the same. I had just deployed nrpe on my different clusters and serveurs and the result is the same. [root@xstoocky02 ~]# /usr/local/nagios/libexec/check_disk -u GB -w 60% -c 80% -p / DISK CRITICAL - free space: / 0 GB (4% inode=72%);| /=0GB;0;0;0;0 unlucky. Is...
by pierreleonard78
Tue Aug 18, 2015 5:23 am
Forum: Open Source Nagios Projects
Topic: check_disk can't give true data on /
Replies: 7
Views: 5901

check_disk can't give true data on /

Hi all, I install nagios and is happy except for the check_disk on / I test on the serveur with / and with /dev/sda7 which is the partition with the following command the same for /var/log and /dev/shm which are OK : [root@kstoocky01 etc]# /usr/local/nagios/libexec/check_disk -u GB -w 60% -c 80% -p ...