Dear All,
Is it possible that i will get only one notification of any service of host failure or warning state. And is there is any common place to update ll coz i have around 100 hosts and around 2000 services so it will be difficult to do it one by one.
Thanks and regards
Vikram
Single Notification Only
Re: Single Notification Only
stonehill,
Can you elaborate a little bit more on "only one notification of any service of host failure or warning state"? Do you mean you would like to receive a notification if "any" of these hosts/services has a problem and if a second host/service goes down, you don't want to be notified? I am not sure I know what you mean.
Can you elaborate a little bit more on "only one notification of any service of host failure or warning state"? Do you mean you would like to receive a notification if "any" of these hosts/services has a problem and if a second host/service goes down, you don't want to be notified? I am not sure I know what you mean.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Single Notification Only
If one service/host failed i just need one notification not every hour.
Re: Single Notification Only
stonehill,
Did you try changing the "Notification interval" to "0" (zero) for the particular host/service to see if this is going to solve your issue. You can do this by going to the Core Config Manager->Monitoring->Hosts, clicking on the "Modify" action button for the particular host and clicking on the "Alert Settings" tab.
Did you try changing the "Notification interval" to "0" (zero) for the particular host/service to see if this is going to solve your issue. You can do this by going to the Core Config Manager->Monitoring->Hosts, clicking on the "Modify" action button for the particular host and clicking on the "Alert Settings" tab.
Changing the "Notification interval" for the services is similar.Host - notification interval
This directive is used to define the number of "time units" to wait before re-notifying a contact that this service is still down or unreachable. Unless you've changed the interval_length directive from the default value of 60, this number will mean minutes. If you set this value to 0, Nagios will not re-notify contacts about problems for this host - only one problem notification will be sent out.
Parameter name: notification_interval
Required: yes
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Single Notification Only
Thanks found it sorry for my ignorance. One last question is there is any way so i can change it for all the service or i have to do it one by one coz i have lots of services.
Re: Single Notification Only
stonehill,
I don't thing you should do this manually for each service, unless you like working very long hours
. You can use your templates to achieve the same result. For example, almost everything in Nagios XI references the "xiwizard_generic_host" or "xiwizard_generic_service" templates. You can set your host or services notifications intervals to "0" in these templates.
Go to:
Core Config Manager->Templates->Host or Service Templates. Click on the "xiwizard_generic_host" or "xiwizard_generic_service" template "Modify" Action button. Go to the "Alert Settings Tab" and set your "Notification Interval" to zero.
Note: The changes you make will affect ALL of the hosts/services that reference these templates. However, if you want to override these settings for a particular host or service, you can do so by modifying this host/service's configuration itself.
Hope this help.
I don't thing you should do this manually for each service, unless you like working very long hours
Go to:
Core Config Manager->Templates->Host or Service Templates. Click on the "xiwizard_generic_host" or "xiwizard_generic_service" template "Modify" Action button. Go to the "Alert Settings Tab" and set your "Notification Interval" to zero.
Note: The changes you make will affect ALL of the hosts/services that reference these templates. However, if you want to override these settings for a particular host or service, you can do so by modifying this host/service's configuration itself.
Hope this help.
Be sure to check out our Knowledgebase for helpful articles and solutions!