added and linked add_contactgroups_rules

This commit is contained in:
Arne Teuke
2017-07-27 11:39:45 +01:00
parent 5108aab0dc
commit 26ef9aac81
6 changed files with 92 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
###############################################################################
########## nagios_add_contactgroups.cfg created by Puppet ##########
########## manual changes are overwritten! ##########
###############################################################################
########## Full reference file available at ##########
########## https://confdroid.com/2017/07/nagios-contacts-cfg/ ##########
###############################################################################
# rules are created below by external puppet rules.

View File

@@ -0,0 +1,5 @@
define contactgroup {
contactgroup_name <%= @ng_contactgroup_name %>
alias <%= @ng_contactgroup_alias %>
register <%= @ng_contactgroup_register %>
}