From: cvs Date: Tue, 7 Dec 1999 07:19:20 +0000 (+0000) Subject: Added host_groups and exclude_host_groups attributes to comments. X-Git-Tag: spong-2_6-beta8~15 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29353a16adacf98078560f9bdaca552142156f2;p=spong.git Added host_groups and exclude_host_groups attributes to comments. --- diff --git a/config/spong.message b/config/spong.message index d448ffb..74d2fce 100755 --- a/config/spong.message +++ b/config/spong.message @@ -10,9 +10,11 @@ $MESSAGING_RULES = [ # Comprehensive rules example showing everything # { # hosts => ['perl-re','perl-re','perl-re'], +# host_groups => [ 'group1','group2','group3'], # services => ['dns','cpu','local'], # exclude_hosts => ['.*mktu','chr.*'], # exclude_services => ['disk','dns','misc'], +# exlcude_host_groups => ['group1','group2','group3'], # times => [ # { days => ['0','1-3','4-5'], # times => ['06:30-18:30','21:00-22:00'] },