make the contacts for the nagios01 null for time being

This commit is contained in:
Stephen Smoogen 2017-04-24 19:32:36 +00:00
parent e6cfdf1b73
commit 9b105a1455
8 changed files with 46 additions and 46 deletions

View file

@ -2,5 +2,5 @@ define contactgroup {
contactgroup_name bodhi
alias Bodhi Notifications
# members bowlofeggs
members smooge
members null
}

View file

@ -3,5 +3,5 @@ define contactgroup{
alias Fedora Sysadmin Email Contacts
# sysadmin-main: @ausil codeblock jstanley @kevin pbrobinson pingou puiterwijk ralph @smooge tflink
# members admin,ausil,codeblock,jstanley,kevin,pbrobinson,pingou,puiterwijkp,ralph,smooge,tflink
members smooge
members null
}

View file

@ -1,6 +1,6 @@
define contactgroup{
contactgroup_name fedora-sysadmin-ircbot
alias Fedora Sysadmin irc Contacts
# members ircbot,fedmsg
members smooge
# members ircbot,fedmsg
members null
}

View file

@ -1,12 +1,12 @@
define contactgroup{
contactgroup_name fedora-sysadmin-pager
alias Fedora Sysadmin Pager Contacts
# members smoogep,kevinp,puiterwijkp
members smooge
# members smoogep,kevinp,puiterwijkp
members null
}
define contactgroup{
contactgroup_name fedora-sysadmin-emergency
alias Fedora Sysadmin Pager Contacts
# members smooge-emergency,kevin-emergency,puiterwijk-emergency
members smooge
# members smooge-emergency,kevin-emergency,puiterwijk-emergency
members null
}

View file

@ -2,5 +2,5 @@ define contactgroup {
contactgroup_name ppc-secondary-email
alias Fedora PPC secondary arch Email Contacts
# members kevin,parasense,karsten
members smooge
members null
}

View file

@ -1,6 +1,6 @@
define contactgroup {
contactgroup_name retrace-email
alias Fedora Retrace server Email Contacts
members smooge
# members kevin,mtoman
members null
}

View file

@ -1,6 +1,6 @@
define contactgroup {
contactgroup_name sysadmin-qa-email
alias Fedora SysAdmin QA Email Contacts
members smooge
# members sysadmin-qa
members null
}

View file

@ -1,38 +1,38 @@
# define contact{
# contact_name smooge
# alias Stephen Smoogen
# 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 smooge+notify@gmail.com
# }
define contact{
contact_name smooge
alias Stephen Smoogen
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 smooge+notify@gmail.com
}
# define contact{
# contact_name smooge-emergency
# alias Stephen Smoogen
# 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
# email smooge+mobile@gmail.com
# pager smooge+mobile@gmail.com
# }
define contact{
contact_name smooge-emergency
alias Stephen Smoogen
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
email smooge+mobile@gmail.com
pager smooge+mobile@gmail.com
}
# define contact{
# contact_name smoogep
# alias Stephen Smoogen
# service_notification_period 16x7
# host_notification_period 16x7
# 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
# email smooge+mobile@gmail.com
# pager smooge+mobile@gmail.com
# }
define contact{
contact_name smoogep
alias Stephen Smoogen
service_notification_period 16x7
host_notification_period 16x7
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
email smooge+mobile@gmail.com
pager smooge+mobile@gmail.com
}