diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-05-06 08:21:45 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-05-06 08:21:45 -0400 |
commit | 9b13cb32514fa22b947f3ecc53cec2eae923dc3f (patch) | |
tree | 0b47fe4fbf43a43ff626195ae1573f03424459a1 | |
parent | a4de0e44bd10761f5ec7d948fd0a3824720a90f2 (diff) | |
download | bcfg2-9b13cb32514fa22b947f3ecc53cec2eae923dc3f.tar.gz bcfg2-9b13cb32514fa22b947f3ecc53cec2eae923dc3f.tar.bz2 bcfg2-9b13cb32514fa22b947f3ecc53cec2eae923dc3f.zip |
added documentation about NagiosGen config backwards-compat
-rw-r--r-- | doc/server/plugins/generators/nagiosgen.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/server/plugins/generators/nagiosgen.txt b/doc/server/plugins/generators/nagiosgen.txt index f3dc7823c..b839c10ca 100644 --- a/doc/server/plugins/generators/nagiosgen.txt +++ b/doc/server/plugins/generators/nagiosgen.txt @@ -199,4 +199,7 @@ moderation. ``NagiosGen/config.xml`` replaces the files ``Properties/NagiosGen.xml`` and ``NagiosGen/parents.xml`` in older versions of Bcfg2; your old configs can be migrated using the -``nagiosgen-convert.py`` tool. +``nagiosgen-convert.py`` tool. The plugin does contain a +backwards-compatibility layer for those older config files, but +``NagiosGen/config.xml`` must exist (even if empty) for the plugin to +function. |