X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=build-nagios;h=6c80392377aade7c8af68b3ebd0d0426d9395e4c;hb=98601c7575f220424c4c5f60056b6e1c9de8ea83;hp=078fce40cd4eb17e90dbfb43f476878fa7079ae0;hpb=1d1073e5c3be70b21852e0c5addc3bd41ad06c2e;p=mirror%2Fdsa-nagios.git diff --git a/build-nagios b/build-nagios index 078fce4..6c80392 100755 --- a/build-nagios +++ b/build-nagios @@ -4,7 +4,7 @@ require "yaml" -ORG="debianorg" +ORG="dsa" SHORTORG="do" CONTACTGROUP="debianadmin" GENERATED_PREFIX="./generated/" @@ -317,7 +317,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() }