SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Contacts and Contactgroups
Contact definitions will be saved in /usr/local/nagios/etc/contacts.cfg
. If you have a lot of contacts and groups, you might want to split the contact group definitions into a separate file: /usr/local/nagios/etc/contactgroups.cfg
.
define contactgroup{
contactgroup_name admins
alias Administrators
members dwadson
}
define contact{
contact_name dwadson
alias Nagios Admin
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,u,r
service_notification_commands notify-by-email,notify-by-epager
host_notification_commands host-notify-by-email,host-notify-by-epager
email <email address>
pager <pager address>
}
- Log in to post comments