[project @ peter@palfrader.org-20080402234439-b3reua4hfyjwjj41]
[mirror/dsa-nagios.git] / build-nagios
index ea806f7..67f7e15 100755 (executable)
@@ -5,8 +5,7 @@
 require "yaml"
 
 ORG="dsa"
-SHORTORG="do"
-CONTACTGROUP="debianadmin"
+SHORTORG="dsa"
 GENERATED_PREFIX="./generated/"
 
 nagios_filename = {};
@@ -317,7 +316,6 @@ config['hostgroups'].each_pair{ |name, hg|
 
        set_complain_if_set hg, 'hostgroup_name', name                       , 'Hostgroup', name
        set_complain_if_set hg, 'members'       , hg['_memberlist'].join(","), 'Hostgroup', name
-       set_if_unset        hg, 'contact_groups', CONTACTGROUP
 
        print_block files['hostgroups'], 'hostgroup', hg, %w()
 }