From 31d83ac25259cb9478aa82d2f99a9686c40de771 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sun, 27 May 2012 16:50:03 -0500 Subject: doc: Fix missing configuration step Omitting this step while setting up the NagiosGen plugin causes tracebacks when restarting the bcfg2-server process. We should probably also allow for a missing config.xml (or create one in the code). Signed-off-by: Sol Jerome --- doc/server/plugins/generators/nagiosgen.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/server/plugins/generators/nagiosgen.txt b/doc/server/plugins/generators/nagiosgen.txt index b839c10ca..db0a06d9f 100644 --- a/doc/server/plugins/generators/nagiosgen.txt +++ b/doc/server/plugins/generators/nagiosgen.txt @@ -18,6 +18,10 @@ Create the NagiosGen directory:: $ mkdir /var/lib/bcfg2/NagiosGen +Create an empty config.xml:: + + $ echo "" >> /var/lib/bcfg2/NagiosGen/config.xml + Create default host, and group specs in: * /var/lib/bcfg2/NagiosGen/default-host.cfg:: -- cgit v1.2.3-1-g7c22