can Nagios only acknowledge Critical state
Posted: Tue Dec 17, 2019 9:50 am
Hello,
I only want to acknowledge the critical state of the response from a monitor call.
is this possible? I'm setting both critical and warning to the threshold to accomplish this. maybe \!-w 200
define service {
host_name GEIPALPDLTPRC01
service_description Delta File Count
check_command check_ncpa!-t 'gold3726' -P 5693 -M 'plugins/check_files.vbs' -a '-p 'D:\\ApmLoader' -w 200 -c 200'
max_check_attempts 5
check_interval 30
retry_interval 3
check_period 18x7
notification_interval 60
notification_period 18x7
contact_groups Delta-Admins
register 1
}
I only want to acknowledge the critical state of the response from a monitor call.
is this possible? I'm setting both critical and warning to the threshold to accomplish this. maybe \!-w 200
define service {
host_name GEIPALPDLTPRC01
service_description Delta File Count
check_command check_ncpa!-t 'gold3726' -P 5693 -M 'plugins/check_files.vbs' -a '-p 'D:\\ApmLoader' -w 200 -c 200'
max_check_attempts 5
check_interval 30
retry_interval 3
check_period 18x7
notification_interval 60
notification_period 18x7
contact_groups Delta-Admins
register 1
}