Search found 3 matches

by milk
Thu Jan 17, 2013 1:58 pm
Forum: Open Source Nagios Projects
Topic: update to commands.cfg not being applied
Replies: 3
Views: 1647

Re: update to commands.cfg not being applied

SOLVED - a fellow engineer has hard coded the check_load command with the old options into the authorized_keys file via a 'command=' entry.
by milk
Thu Jan 17, 2013 1:30 pm
Forum: Open Source Nagios Projects
Topic: update to commands.cfg not being applied
Replies: 3
Views: 1647

Re: update to commands.cfg not being applied

i wish it was that simple. there are no rogue nagios procs and the hosts in question are being polled, just with the old parameters intact.
by milk
Wed Jan 16, 2013 9:39 pm
Forum: Open Source Nagios Projects
Topic: update to commands.cfg not being applied
Replies: 3
Views: 1647

update to commands.cfg not being applied

i'm using check_by_ssh to run check_load (on nagios 3.0.6). as the number of cores per host has started to vary it has become clear that a single set of values for monitoring the load is not reasonable. i came across the '-r' option which divides the load by the number of CPU cores. perfect! i verif...