check freshness not working
Posted: Wed Jan 29, 2014 11:45 am
On my template xiwizard_snmptrap_service I set check freshness to ON and 600 seconds. I have check_dummy set as command and 0 and "Trap reset" for the arguments as shown here:
All my trap services are set to use that template, but for some reason the freshness check is not happening. I swear it used to but as of 2 days ago it seems to have stopped.
Code: Select all
define service {
name xiwizard_snmptrap_service
service_description SNMP Traps
use xiwizard_generic_service
check_command check_dummy!0!"TRAP RESET"!!!!!!
is_volatile 1
initial_state o
max_check_attempts 1
active_checks_enabled 0
passive_checks_enabled 1
check_period xi_timeperiod_24x7
check_freshness 1
freshness_threshold 600
flap_detection_enabled 0
notification_period xi_timeperiod_24x7
notification_options w,c,
stalking_options o,w,c,u,
icon_image snmptrap.png
register 0
}