can Nagios only acknowledge Critical state

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
gmills
Posts: 114
Joined: Wed Jun 12, 2019 2:08 pm

can Nagios only acknowledge Critical state

Post 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
}
gmills
Posts: 114
Joined: Wed Jun 12, 2019 2:08 pm

Re: can Nagios only acknowledge Critical state

Post 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.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: can Nagios only acknowledge Critical state

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked