Nagios 4.1.1 dummy check and pendig status
Posted: Fri Jun 24, 2016 12:06 pm
Hi
With nagios core 4.1.1 I define this dummy check
When I insert this check goes in PENDING STATUS
with the directive freshness_threshold 45
I exepect this service goes to OK after 45 seconds but this doesn't happens
Why ?
Could help me to solve this problem
regards
Emilio
With nagios core 4.1.1 I define this dummy check
Code: Select all
define service {
#NAGIOSQL_CONFIG_NAME INSTA4-SQLC05W8
host_name INSTA4-SQLC05W8
service_description Nagios_Graph
check_command check_dummy!0!Nagios Graph
is_volatile 0
initial_state o
max_check_attempts 3
check_interval 0
retry_interval 5
active_checks_enabled 1
passive_checks_enabled 1
check_period 24x7
obsess_over_service 0
check_freshness 1
freshness_threshold 45
event_handler_enabled 1
flap_detection_enabled 1
process_perf_data 0
retain_status_information 1
retain_nonstatus_information 1
notification_interval 720
notification_period 24x7
notification_options w,c,r
notifications_enabled 1
contact_groups INFR-MSSQL
action_url http://nagiostest.intranet.servizi/nagiosgraph/cgi-bin/show.cgi?host=$HOSTNAME$&service=WIN_Check_CPU
register 1
}with the directive freshness_threshold 45
I exepect this service goes to OK after 45 seconds but this doesn't happens
Why ?
Could help me to solve this problem
regards
Emilio