check_disk - wrong performance data
Posted: Thu Apr 16, 2015 12:56 pm
Hi all,
I have a strange issue with the performance data of check_disk
This is the output of the plugin
performance data:
- space used: 28144
- warning threshold: 28806
- critical threshold: 30406
The status is "warning" but the space used value < warning threshold ?!?!
This is the output of df
What is going wrong?
I'm using the following version:
Kind regards,
Remko
I have a strange issue with the performance data of check_disk
This is the output of the plugin
Code: Select all
root@o-kennisnet-entree:~# /usr/lib/nagios/plugins/check_disk -w 10% -c 5% -p /
DISK WARNING - free space: / 2238 MB (7% inode=38%);| /=28144MB;28806;30406;0;32007- space used: 28144
- warning threshold: 28806
- critical threshold: 30406
The status is "warning" but the space used value < warning threshold ?!?!
This is the output of df
Code: Select all
root@o-kennisnet-entree:~# df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/o--kennisnet--entree-root 32776056 28820052 2292084 93% /What is going wrong?
I'm using the following version:
Code: Select all
check_disk v1.4.15 (nagios-plugins 1.4.15)
Copyright (c) 1999 Ethan Galstad <[email protected]>
Copyright (c) 1999-2008 Nagios Plugin Development Team
Remko