diff --git a/doc/file.README.html b/doc/file.README.html index 7451ab0..526b481 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -95,6 +95,8 @@
configures the main nagios configuration file and sets values as (pre)configured per values in params, which can be overwritten.
if ng_include_nrpeis set to true, the confdroid_nrpe module is automatically applied on clients (confdroid_nrpe must be in the catalogue then)
if ng_enable_fail2banis set to true, a fail2ban jail and filter will be added for the Nagios service (requires confdroid_fail2ban).
++Q: what if I want to add my own Nagios plugins, settings etc. outside of Puppet? Will those be overwritten? A: Puppet only controls what it knows about. You can add your own custom configuration files within
+/etc/nagios/conf.dand Nagios should recognize it, assuming it is valid code. Just beware of duplicated definitions, Nagios is very strict and merciless about this.
A working instance of PuppetDB connected to the Puppet master is required for this to work. Installation and configuration of PuppetDB is out of scope for this module, however cd_puppetdb is available to automate this task for you as well within a few minutes.
diff --git a/doc/index.html b/doc/index.html index f1a8f49..6618dd5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -95,6 +95,8 @@configures the main nagios configuration file and sets values as (pre)configured per values in params, which can be overwritten.
if ng_include_nrpeis set to true, the confdroid_nrpe module is automatically applied on clients (confdroid_nrpe must be in the catalogue then)
if ng_enable_fail2banis set to true, a fail2ban jail and filter will be added for the Nagios service (requires confdroid_fail2ban).
++Q: what if I want to add my own Nagios plugins, settings etc. outside of Puppet? Will those be overwritten? A: Puppet only controls what it knows about. You can add your own custom configuration files within
+/etc/nagios/conf.dand Nagios should recognize it, assuming it is valid code. Just beware of duplicated definitions, Nagios is very strict and merciless about this.
A working instance of PuppetDB connected to the Puppet master is required for this to work. Installation and configuration of PuppetDB is out of scope for this module, however cd_puppetdb is available to automate this task for you as well within a few minutes.