Notifications for services not going out.
Re: Notifications for services not going out.
Can you check your mail logs to be sure these are not getting filtered? Another way to test would be to set your email account to a gmail account, as gmail doesn't really filter.
Former Nagios Employee.
me.
me.
-
[email protected]
- Posts: 17
- Joined: Thu Sep 13, 2012 5:54 pm
Re: Notifications for services not going out.
define contact {
contact_name reta
alias Reta Foley
host_notifications_enabled 1
service_notifications_enabled 1
host_notification_period 24x7
service_notification_period 24x7
host_notification_options d,u,r,f,s,
service_notification_options w,u,c,r,f,s,
host_notification_commands notify-host-by-email,xi_host_notification_handler
service_notification_commands notify-service-by-email,xi_service_notification_handler
retain_status_information 1
email [email protected]
use xi_contact_generic
}
added these two line ]host_notification_commands notify-host-by-email,xi_host_notification_handler
service_notification_commands notify-service-by-email,xi_service_notification_handler[
still no email
contact_name reta
alias Reta Foley
host_notifications_enabled 1
service_notifications_enabled 1
host_notification_period 24x7
service_notification_period 24x7
host_notification_options d,u,r,f,s,
service_notification_options w,u,c,r,f,s,
host_notification_commands notify-host-by-email,xi_host_notification_handler
service_notification_commands notify-service-by-email,xi_service_notification_handler
retain_status_information 1
email [email protected]
use xi_contact_generic
}
added these two line ]host_notification_commands notify-host-by-email,xi_host_notification_handler
service_notification_commands notify-service-by-email,xi_service_notification_handler[
still no email
Re: Notifications for services not going out.
Can you elaborate on whether or not you completed these steps?hsmith wrote:Can you check your mail logs to be sure these are not getting filtered? Another way to test would be to set your email account to a gmail account, as gmail doesn't really filter.
Former Nagios Employee.
me.
me.
-
[email protected]
- Posts: 17
- Joined: Thu Sep 13, 2012 5:54 pm
Re: Notifications for services not going out.
Everything is working now except alerts going to pagerduty.
Re: Notifications for services not going out.
I don't see any commands set up in your configs that mention Pager Duty - what guide did you follow to configure this? The one I usually see referenced is here: https://www.pagerduty.com/docs/guides/n ... ion-guide/
It specifies a notify-service-by-pagerduty command and a pd-nagios script.
It specifies a notify-service-by-pagerduty command and a pd-nagios script.
Former Nagios employee
-
[email protected]
- Posts: 17
- Joined: Thu Sep 13, 2012 5:54 pm
Re: Notifications for services not going out.
Now all are sending but not to pagerduty - only a few notifications.
Re: Notifications for services not going out.
Are ANY of your pagerduty notifications working? What steps did you take to configure PagerDuty integration on your XI server? Did you read the guide that Trevor posted?[email protected] wrote:Now all are sending but not to pagerduty - only a few notifications.
Former Nagios Employee.
me.
me.
-
[email protected]
- Posts: 17
- Joined: Thu Sep 13, 2012 5:54 pm
Re: Notifications for services not going out.
check are now being sent but teh alerts to pagerduty are having issues.
Re: Notifications for services not going out.
To reiterate, can you please answer these questions so we know where you're at -[email protected] wrote:check are now being sent but teh alerts to pagerduty are having issues.
Are ANY of your pagerduty notifications working? What steps did you take to configure PagerDuty integration on your XI server? Did you read the guide that Trevor posted?
Former Nagios Employee