From ce1f2e9763aa2a67652f71175bfeb47c4421a884 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Wed, 20 Apr 2011 13:30:19 -0400 Subject: [PATCH] Add directory for site-specific config This won't separate it all out, but it'll make me feel a bit better. --- nagios.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nagios.cfg b/nagios.cfg index 549be80..4932457 100644 --- a/nagios.cfg +++ b/nagios.cfg @@ -25,6 +25,9 @@ cfg_dir=/etc/nagios-plugins/config # files into. cfg_dir=/etc/nagios3/conf.d +# Site-specific config +cfg_dir=/etc/nagios3/local.d + # OBJECT CONFIGURATION FILE(S) # These are the object configuration files in which you define hosts, # host groups, contacts, contact groups, services, etc. -- 2.34.1