nagios_server: add Jiří Kyjovský as a point of contact
This commit is contained in:
parent
d444b7c8ac
commit
fdb5bc033e
2 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
define contactgroup {
|
define contactgroup {
|
||||||
contactgroup_name copr
|
contactgroup_name copr
|
||||||
alias COPR Notifications
|
alias COPR Notifications
|
||||||
members msuchy,frostyx,praiskup
|
members msuchy,frostyx,praiskup,nikromen
|
||||||
}
|
}
|
||||||
|
|
11
roles/nagios_server/files/nagios/contacts/nikromen.cfg
Normal file
11
roles/nagios_server/files/nagios/contacts/nikromen.cfg
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
define contact{
|
||||||
|
contact_name nikromen
|
||||||
|
alias nikromen
|
||||||
|
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 jkyjovsk@redhat.com
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue