Search found 5 matches
- Thu Apr 30, 2015 7:23 am
- Forum: Open Source Nagios Projects
- Topic: DISK CRITIKAL: No such file or directory
- Replies: 14
- Views: 6175
Re: DISK CRITIKAL: No such file or directory
OMG!! We've figured it out and it's ridiculous! LOL We had (by mistake) another object file trying to report on the same partition but pointing to a different server (which didn't have the /opt/apache partition). The Web browser view was confusing it making it look like it was coming from this parti...
- Thu Apr 30, 2015 7:10 am
- Forum: Open Source Nagios Projects
- Topic: DISK CRITIKAL: No such file or directory
- Replies: 14
- Views: 6175
Re: DISK CRITIKAL: No such file or directory
Yes, I don't see what harm showing the mount point being checked would be. Here is the result of your question: $ /usr/local/nagios/libexec/check_nrpe -H HHHHH -p5666 -c check_disk -a 20% 10% /opt/apache DISK OK - free space: /opt/apache 23711 MB (99% inode=99%);| /opt/apache=205MB;20157;22677;0;251...
- Wed Apr 29, 2015 10:41 am
- Forum: Open Source Nagios Projects
- Topic: DISK CRITIKAL: No such file or directory
- Replies: 14
- Views: 6175
Re: DISK CRITIKAL: No such file or directory
# su nagios
$ /usr/local/nagios/libexec/check_disk -w w20% -c c10% PPPPP
DISK OK - free space: PPPPP 23711 MB (99% inode=99%);| PPPPP=206MB;25197;25197;0;25197
$ /usr/local/nagios/libexec/check_disk -w w20% -c c10% PPPPP
DISK OK - free space: PPPPP 23711 MB (99% inode=99%);| PPPPP=206MB;25197;25197;0;25197
- Wed Apr 29, 2015 8:47 am
- Forum: Open Source Nagios Projects
- Topic: DISK CRITIKAL: No such file or directory
- Replies: 14
- Views: 6175
Re: DISK CRITIKAL: No such file or directory
Service definition: define service{ use generic-service host_name HHHHH service_description Partition PPPPP check_command check_nrpe_disk!20%!10%!PPPPP } Command definition: define command{ command_name check_nrpe_disk command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p5666 -c check_disk -a $ARG1$ $...
- Mon Apr 27, 2015 10:20 am
- Forum: Open Source Nagios Projects
- Topic: DISK CRITIKAL: No such file or directory
- Replies: 14
- Views: 6175
Re: DISK CRITIKAL: No such file or directory
Hi all. I have a similar issue to stbender above where all but one filesystem reports back fine. The one that doesn't reports the message: DISK CRITICAL - XXXXX is not accessible: No such file or directory I've checked to make sure the filesystem and directories are readable by everyone and I'm not ...