Page 1 of 1

Why not simplify nagios default install configuration?

Posted: Wed Feb 29, 2012 2:40 pm
by lgitten
Does it mean that in addition to provide all of the required args for each of the commands manually, I also need to do it manually for every single host???
Don't you have a standard type of arguments that work for each of the commands passed and then each Admin can tweak them as they want?
I think most Linux Admins are looking for the same thing from nagios software -- to get performance statistics about their remote hosts (like CPU usage, memory/swap utilization, I/O, disk space monitoring, etc.) with the nice graphs.
Building every single command with an argument manually and testing it is a way too much time for Admins! Don't you agree?


After removing extra " /" from each command (bug in a wizard), I get the following output that I need to tune manually each command (except "ping" and "disk space" that work with default settings):


Check breeze
Critical 55m 21s 4/4 2012-02-29 14:12:17 Remote command execution failed: Can't exec "snmpget": No such file or directory at /usr/local/nagios/libexec/check_breeze line 50.

Check Load
Unknown 1d 6h 15m 26s 4/4 2012-02-29 14:10:01 check_load: Could not parse arguments

Check Log
Unknown 1d 6h 14m 53s 4/4 2012-02-29 14:10:45 Usage: check_log -F logfile -O oldlog -q query

Check nwstat
Unknown 1d 6h 13m 46s 4/4 2012-02-29 14:08:57 check_nwstat: Could not parse arguments

Current Users
Unknown 1d 6h 13m 13s 5/5 2012-02-29 14:08:25 (No output returned from plugin)

Mrtg
Unknown 1d 6h 12m 39s 4/4 2012-02-29 14:09:25 check_mrtg: Could not parse arguments

Mrtgtraf
Unknown 1d 6h 12m 6s 4/4 2012-02-29 14:08:32 check_mrtgtraf: Could not parse arguments

Ping
Ok 1d 6h 11m 33s 1/5 2012-02-29 14:11:05 OK - 10.70.10.16: rta 1.166ms, lost 0%

Root Disk Space
Ok 20h 57m 59s 1/5 2012-02-29 14:09:39 DISK OK - free space: / 3028 MB (80% inode=98%):

Re: Why not simplify nagios default install configuration?

Posted: Wed Feb 29, 2012 3:00 pm
by scottwilkerson