Re: Creating user accounts for different support units
Posted: Tue May 10, 2011 11:05 am
Sure thing, I'll send some possible times for a remote session for early next week in a PM.
Here's my contact I created.
Here's the template that it's calling.
You may want to double check the /usr/local/nagios/etc/cgi.cfg file and make sure that user doesn't have a global permission set for being able to submit commands.
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.
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 [email protected]
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;