Here's my contact I created.
Code: Select all
define contact {
contact_name tscadmin
alias tsc
host_notification_period tscadmin_notification_times
service_notification_period tscadmin_notification_times
host_notification_options d,u,r,f,s
service_notification_options w,u,c,r,f,s
email a@a.com
host_notifications_enabled 1
service_notifications_enabled 1
use xi_contact_generic
}
Code: Select all
define contact {
name xi_contact_generic
contactgroups xi_contactgroup_all
host_notification_options d,u,r,f,s
service_notification_options w,u,c,r,f,s
host_notification_commands xi_host_notification_handler
service_notification_commands xi_service_notification_handler
register 0
}
From reading the other forum thread, I'm wondering if there are some postgresql connections that are stalled out, and you've hit your maximum connection limit. I might suggest restarting the server, and then lets do some maintenance runs and see if this helps.
Code: Select all
psql nagiosxi nagiosxi
vacuum;
vacuum analyze;
vacuum full;