Add contact info for clime
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
52d42114c4
commit
5fa3c6e53d
2 changed files with 17 additions and 0 deletions
6
roles/nagios_server/files/nagios/contactgroups/copr.cfg
Normal file
6
roles/nagios_server/files/nagios/contactgroups/copr.cfg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
define contactgroup {
|
||||||
|
contactgroup_name copr
|
||||||
|
alias COPR Notifications
|
||||||
|
members clime
|
||||||
|
|
||||||
|
}
|
11
roles/nagios_server/files/nagios/contacts/clime.cfg
Normal file
11
roles/nagios_server/files/nagios/contacts/clime.cfg
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
define contact{
|
||||||
|
contact_name clime
|
||||||
|
alias clime
|
||||||
|
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-epager
|
||||||
|
host_notification_commands host-notify-by-epager
|
||||||
|
pager clime@redhat.com
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue