Notification time not followed?
Posted: Fri Nov 06, 2020 5:16 pm
I currently have a check setup with the following settings.
define service {
host_name servername
service_description MSSQL Query - ImageNow Extern Messaging
use xiwizard_mssqlquery_service
check_command check_xi_mssql_query! "Expected result" --decode --warning 50 --critical 200 --querywarning 30000 --querycritical 31000 --result Expected result!!!!!!!
is_volatile 1
max_check_attempts 3
check_interval 5
retry_interval 1
active_checks_enabled 1
passive_checks_enabled 1
check_period xi_timeperiod_24x7
check_freshness 1
flap_detection_enabled 0
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 30
first_notification_delay 0
notification_period xi_timeperiod_24x7
notification_options c,u,r,f,
notifications_enabled 1
contact_groups usergroup1,usergroup2,usergroup3
_xiwizard mssql_query
register 1
}
But for some reason I am receiving notifcications from nagios every 6 minutes instead of 30. Templates that are associated with this service check also have a 30 minute notification interval. Can you help me understand why this is the case?
define service {
host_name servername
service_description MSSQL Query - ImageNow Extern Messaging
use xiwizard_mssqlquery_service
check_command check_xi_mssql_query! "Expected result" --decode --warning 50 --critical 200 --querywarning 30000 --querycritical 31000 --result Expected result!!!!!!!
is_volatile 1
max_check_attempts 3
check_interval 5
retry_interval 1
active_checks_enabled 1
passive_checks_enabled 1
check_period xi_timeperiod_24x7
check_freshness 1
flap_detection_enabled 0
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 30
first_notification_delay 0
notification_period xi_timeperiod_24x7
notification_options c,u,r,f,
notifications_enabled 1
contact_groups usergroup1,usergroup2,usergroup3
_xiwizard mssql_query
register 1
}
But for some reason I am receiving notifcications from nagios every 6 minutes instead of 30. Templates that are associated with this service check also have a 30 minute notification interval. Can you help me understand why this is the case?