added servicegroup control

This commit is contained in:
Arne Teuke
2017-07-27 14:22:11 +01:00
parent 25a31ffc1b
commit ab8b3878e7
11 changed files with 208 additions and 19 deletions

View File

@@ -55,10 +55,5 @@ class cd_nagios::nagios::objects::add_hostgroup_rules (
content => template($ng_tgt_hostgrp_head_erb),
order => '000',
}
cd_nagios::nagios::objects::add_hostgroups { 'example_hostgroup':
ng_hostgroup_name => 'example_hostgroup',
ng_hostgroup_alias => 'Example Hostgroup',
}
}
}