<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Ton,<br>
<br>
thanks again for your help!<br>
<br>
<br>
Ton Voon schrieb:
<blockquote cite="mid0D99BFE7-2A63-47EF-8149-29C37E2005F1@altinity.com"
 type="cite">Joerg,
  <div><br class="khtml-block-placeholder">
  </div>
  <div>Can you please subscribe to the list so you don't keep being
rejected.</div>
  <div><br class="khtml-block-placeholder">
  </div>
</blockquote>
I'm subscribed to the list already??? Please see the attached
notification from the list server. Should I try to unsubscribe and
subscribe again?<br>
<br>
<blockquote cite="mid0D99BFE7-2A63-47EF-8149-29C37E2005F1@altinity.com"
 type="cite">
  <div>I think there's two things going on here:</div>
  <div><br class="khtml-block-placeholder">
  </div>
  <div>1. The web interface is showing a different output because, I
think, you are not running check_disk remotely. All check commands run
on the Nagios server. You need NRPE / check_by_ssh / some other
mechanism to run check_disk on the monitored server.</div>
</blockquote>
Sauron ist the localhost - therefore I am running the check_disk
command locally. Do I have to specify the hostname with localhost or ti
sauron also OK?<br>
<br>
<blockquote cite="mid0D99BFE7-2A63-47EF-8149-29C37E2005F1@altinity.com"
 type="cite">
  <div>2. The first set of output from head for /storage/media/video
looks correct (bar a rounding error - not sure why that would be true).
The /dev is completely wrong though. What OS are you using? Also, can
you run df --version to see which version of coreutils you are on.</div>
</blockquote>
I'm running a debian "etch" linux. <br>
<br>
I figured out that I have a problem with the permissions. See the
output below:<br>
<br>
sauron:/usr/lib/nagios/plugins# ./check_disk.test<br>
<br>
<b>df (GNU coreutils) 5.97</b><br>
Copyright © 2006 Free Software Foundation, Inc.<br>
Dieses Programm ist freie Software. Sie dürfen Kopien davon weitergeben
gemäß<br>
der GNU General Public License
<a class="moz-txt-link-rfc2396E" href="http://www.gnu.org/licenses/gpl.html"><http://www.gnu.org/licenses/gpl.html></a>.<br>
Es gibt KEINERLEI GARANTIE, so weit das Gesetz es erlaubt.<br>
<br>
Geschrieben von Torbjorn Granlund, David MacKenzie und Paul Eggert.<br>
<br>
Dateisystem          Größe Benut  Verf Ben% Eingehängt auf<br>
/dev/hda3              56G  1,2G   55G   3% /<br>
udev                   10M   72K   10M   1% /dev<br>
devshm                380M     0  380M   0% /dev/shm<br>
/dev/hda1             449M   55M  371M  13% /boot<br>
/dev/hdb1             116G   37G   79G  32% /storage<br>
<b>df: »/storage/media/video«: Keine Berechtigung</b><br>
/dev/hdc2              60G   33M   60G   1% /backup<br>
<br>
1.40:<br>
DISK CRITICAL - free space: /storage/media/video 0 GB (100%);|
/storage/media/video=0GB;0;0;0;0<br>
1.43:<br>
DISK CRITICAL - free space: /storage/media/video
136365986965471102819798876160 GB (100% inode=105%);|
/storage/media/video=1793396483GB;1762311124;-1775496369;104;-1018336566<br>
1.44:<br>
DISK OK - free space: /storage/media/video 14202719064 GB (-179268%
inode=-48%);|
/storage/media/video=-2147483648GB;-2147483648;-2147483648;0;-2147483648<br>
head:<br>
DISK OK - free space: /storage/media/video 2937176920 GB (-179326%
inode=-48%);|
/storage/media/video=-2147483648GB;-2147483648;-2147483648;0;-2147483648<br>
<br>
1.40:<br>
DISK OK - free space: / 54 GB (98%);| /=1GB;44;49;0;55<br>
1.43:<br>
DISK OK - free space: / 54 GB (98% inode=nan%);|
/=1GB;44;49;-2147483648;55<br>
1.44:<br>
DISK OK - free space: /dev 0 GB (99% inode=98%);| /dev=0GB;0;0;0;0<br>
head:<br>
DISK OK - free space: /dev 0 GB (99% inode=98%);| /dev=0GB;0;0;0;0<br>
<br>
<br>
<br>
The script, I have used to produce he output:<br>
<br>
echo<br>
df --version<br>
echo<br>
sudo -u nagios df -h<br>
echo<br>
echo 1.40:<br>
sudo -u nagios ./check_disk.140 -u GB -w 20% -c 10% -p "/dev/hdc1"<br>
echo 1.43:<br>
sudo -u nagios ./check_disk.143 -u GB -w 20% -c 10% -p "/dev/hdc1"<br>
echo 1.44:<br>
sudo -u nagios ./check_disk.144 -u GB -w 20% -c 10% -p "/dev/hdc1"<br>
echo head:<br>
sudo -u nagios ./check_disk.head -u GB -w 20% -c 10% -p "/dev/hdc1"<br>
echo<br>
echo 1.40:<br>
sudo -u nagios ./check_disk.140 -u GB -w 20% -c 10% -p "/dev/hda3"<br>
echo 1.43:<br>
sudo -u nagios ./check_disk.143 -u GB -w 20% -c 10% -p "/dev/hda3"<br>
echo 1.44:<br>
sudo -u nagios ./check_disk.144 -u GB -w 20% -c 10% -p "/dev/hda3"<br>
echo head:<br>
sudo -u nagios ./check_disk.head -u GB -w 20% -c 10% -p "/dev/hda3"<br>
echo<br>
<br>
<br>
<br>
<br>
Thanks again,<br>
Joerg<br>
<br>
<br>
</body>
</html>