Search found 5 matches

by dihavs
Fri May 10, 2013 12:10 pm
Forum: Open Source Nagios Projects
Topic: Incomplete status information
Replies: 6
Views: 2141

Re: Incomplete status information

Solved the issue; the ssh authentication key was only valid for my root account. I created another one for the nagios user. Now it works like a charm :)

Thanks for your help!
by dihavs
Fri May 10, 2013 11:30 am
Forum: Open Source Nagios Projects
Topic: Incomplete status information
Replies: 6
Views: 2141

Re: Incomplete status information

Have you tried placing the -v flag in another location on the check command? Also you might try specifying $ARG5$ after -v, even though it will not be in use and will not need to be filled in, it might force nagios to accept the extra flag. Yes i have, it does not make any difference. I have also t...
by dihavs
Fri May 10, 2013 9:46 am
Forum: Open Source Nagios Projects
Topic: Incomplete status information
Replies: 6
Views: 2141

Re: Incomplete status information

Thank you for your reply. I have tried several combinations of checkcommands and services, see this example, same results. It seems that Nagios don't want to eat the "-v" option. When i run the command from shell without "-v", i get "DISK OK". Service: check_linux_volum...
by dihavs
Fri May 10, 2013 8:26 am
Forum: Open Source Nagios Projects
Topic: Cannot run check_snmp_storage.pl
Replies: 5
Views: 5640

Re: Cannot run check_snmp_storage.pl

Code: Select all

perl -MCPAN -e shell
install Net::SNMP
by dihavs
Fri May 10, 2013 6:00 am
Forum: Open Source Nagios Projects
Topic: Incomplete status information
Replies: 6
Views: 2141

Incomplete status information

When i run this code from /usr/local/nagios/libexec/ ./check_disk.pl -i /,/volume1/photo/Upload,/volumeUSB1/usbshare,/volume1/photo/Top,/tmp,/opt -w 20G -c 30G -v -H 172.23.2.14 -u root I get this output: DISK OK [/volume1 1.6T (45% free)] When i create a servicecheck, the Nagios interface only show...