X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=build-nagios;h=67f7e152c77834ebee5338b3d74839a5e9654ed1;hb=311c360777101ec3c951d233ddc91fcabfaabacb;hp=078fce40cd4eb17e90dbfb43f476878fa7079ae0;hpb=1d1073e5c3be70b21852e0c5addc3bd41ad06c2e;p=mirror%2Fdsa-nagios.git diff --git a/build-nagios b/build-nagios index 078fce4..67f7e15 100755 --- a/build-nagios +++ b/build-nagios @@ -4,9 +4,8 @@ require "yaml" -ORG="debianorg" -SHORTORG="do" -CONTACTGROUP="debianadmin" +ORG="dsa" +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() }