Page 1 of 1

can Nagios only acknowledge Critical state

Posted: Tue Dec 17, 2019 9:50 am
by gmills
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
}

Re: can Nagios only acknowledge Critical state

Posted: Tue Dec 17, 2019 10:02 am
by gmills
I just found notification_options parameter. I am going to try this, it appears this should do it. thanks

sorry for the silly question. please close this ticket.

Re: can Nagios only acknowledge Critical state

Posted: Tue Dec 17, 2019 10:52 am
by benjaminsmith
Hi @gmills,

No problem. Any question is a good question. Also, the following page is a handy reference as it contains information about all of the parameters.

Nagios Core Object Definitions

I'll close this out, but feel free to open another if you have any new questions.