H team,
We want to suppress warning alerts for all services in Nagios Core.
Could you please help me on the same?
I don't know about the path of service definition and from where we need to remove them.
Thanks in advance!!
Warning alerts
Warning alerts
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Warning alerts
There are a couple ways to do this, depending on what the situation is. You can mass acknowledge unwanted alerts or schedule downtime for planned maintenance.
Click on Mass Acknowledge under Incident Management on the left pane of your home page in XI > then choose the appropriate values for Command Type, Time, and Comment > click Submit Commands.
You could also click on Scheduled Downtime under Incident Management on the left pane if you would like to suppress a future notification.
[urlhttps://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Downtime-In-Nagios%20XI.pdf]DOWNTIME DOCUMENT[/url]
Click on Mass Acknowledge under Incident Management on the left pane of your home page in XI > then choose the appropriate values for Command Type, Time, and Comment > click Submit Commands.
You could also click on Scheduled Downtime under Incident Management on the left pane if you would like to suppress a future notification.
[urlhttps://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Downtime-In-Nagios%20XI.pdf]DOWNTIME DOCUMENT[/url]
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Warning alerts
Hi,
Just to clarify, is this an XI or Core question? You can also use the Bulk Mods Tool in XI, to remove the Warning option from all your services. Choose the Change Single Configuration Option and select Notification Options.We want to suppress warning alerts for all services in Nagios Core.
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Warning alerts
Hello,
This question is for Nagios Core.
Please help!!
This question is for Nagios Core.
Please help!!
Thanks & Regards,
I2MP Team.
I2MP Team.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Warning alerts
There is no way to do this globally in Core, what you can do is add the following to each of the service definitions:RIDS_I2MP wrote:Hello,
This question is for Nagios Core.
Please help!!
Code: Select all
notification_options c,u,r,f,sw = send notifications on a WARNING state,
u = send notifications on an UNKNOWN state,
c = send notifications on a CRITICAL state,
r = send notifications on recoveries (OK state),
f = send notifications when the service starts and stops flapping, and
s = send notifications when scheduled downtime starts and ends.
Re: Warning alerts
Hi,
can you please provide the path of service definition?
Thanks
can you please provide the path of service definition?
Thanks
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Warning alerts
The path would depend on how you configured your Nagios Core server. Usually, the configs are under the "/usr/local/nagios/etc/objects" directory.
Be sure to check out our Knowledgebase for helpful articles and solutions!