So, by default for SNMP request for CPU Load Avg. Nagios sending SNMP requests and then generating alerts according to the middle count for 1 minute, for 5 minutes, for 15 minutes.
Could someone please help me.
How I can configure Nagios for generating alerts only when cpu load avg > some threshold only during 30 Minutes, not for 1,5,15 minutes.
use the 15 minutes load and have check interval set at 5 minutes, retry interval 5 minutes, max_check_atempts 4: this should send the first notification after 30 minutes… not the same… but i think it should give the right result…
try running it from command line with the --help switch… that should give you enough info.
Keep in mind that linux load does not use percents. for more info see this article as a start: linuxjournal.com/article/9001