nagios: send notifications to copr-team@redhat.com
Instead of separate members. This is just to align with: https://accounts.fedoraproject.org/group/copr-sig/
This commit is contained in:
parent
87959ce5e6
commit
8e6de8396e
2 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
define contactgroup {
|
||||
contactgroup_name copr
|
||||
alias COPR Notifications
|
||||
members msuchy,frostyx,praiskup,nikromen
|
||||
members copr-sig
|
||||
}
|
||||
|
|
11
roles/nagios_server/files/nagios/contacts/copr-sig.cfg
Normal file
11
roles/nagios_server/files/nagios/contacts/copr-sig.cfg
Normal file
|
@ -0,0 +1,11 @@
|
|||
define contact {
|
||||
contact_name copr-sig
|
||||
alias Copr Team
|
||||
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
|
||||
host_notification_commands host-notify-by-email
|
||||
email copr-team@redhat.com
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue