summaryrefslogtreecommitdiff
path: root/services/main.cf
diff options
context:
space:
mode:
authorJulien Dessaux2017-08-25 22:58:10 +0200
committerJulien Dessaux2017-08-25 22:58:10 +0200
commit46cd3abd238a4d9211d9a31677cf518724b504b2 (patch)
treeb2744788cbc74bccc7262fda852dace5c0d75cf0 /services/main.cf
parentFixed sshd policy mistake (diff)
downloadmasterfiles-46cd3abd238a4d9211d9a31677cf518724b504b2.tar.gz
masterfiles-46cd3abd238a4d9211d9a31677cf518724b504b2.tar.bz2
masterfiles-46cd3abd238a4d9211d9a31677cf518724b504b2.zip
Added nagios server policy
Diffstat (limited to 'services/main.cf')
-rw-r--r--services/main.cf5
1 files changed, 4 insertions, 1 deletions
diff --git a/services/main.cf b/services/main.cf
index e6d7642..e861bf4 100644
--- a/services/main.cf
+++ b/services/main.cf
@@ -1,4 +1,4 @@
-bundle common classify
+bundle agent classify
{
vars:
any::
@@ -33,4 +33,7 @@ bundle common classify
"legend",
};
"mail_servers" or => { "legend" };
+ methods:
+ nagios::
+ "any" usebundle => nagios;
}