From 3830b2ce1d4f58fbfa80cffd1d66bf511f04788b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 27 Aug 2012 22:06:14 -0400 Subject: [PATCH] Remove part about module config file as I don't want to encourage modules to take configuration files. --- rst/modules/nagios.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/rst/modules/nagios.rst b/rst/modules/nagios.rst index 296cdbceb1a..4dd3111467b 100644 --- a/rst/modules/nagios.rst +++ b/rst/modules/nagios.rst @@ -106,21 +106,6 @@ Examples from :doc:`playbooks`:: action: nagios action=unsilence host=$inventory_hostname delegate_to: nagios.example.com -**Optional Configuration** - -If your nagios **cmdfile** is not ``/var/spool/nagios/cmd/nagios.cmd`` -you can configure ansible (on your nagios server) to use the correct -one by making a file called ``/etc/ansible/modules/nagios.conf`` that -looks like this: - -.. code-block:: ini - - [main] - cmdfile = /path/to/your/nagios.cmd - -Or, use the **cmdfile** parameter to set it explicitly. - - **Troubleshooting Tips** The nagios module may not operate for you out of the box. The most