added service description and add_hostgroup_rules

This commit is contained in:
Arne Teuke
2017-07-27 13:32:48 +01:00
parent 842d86a504
commit 26e2220ec9
9 changed files with 152 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
###############################################################################
########## nagios_hostgroups_add.cfg created by Puppet ##########
########## manual changes are overwritten! ##########
###############################################################################
# rules are created below by external puppet rules.

View File

@@ -0,0 +1,6 @@
define hostgroup {
hostgroup_name <%= @ng_hostgroup_name %>
alias <%= @ng_hostgroup_alias %>
register <%= @ng_hostgroup_register %>
}