Commit 8cb9cace by Michael DeHaan

Merge pull request #213 from tbielawa/nagios_services_required

nagios module should advertise 'services' attribute as required.
parents 16c57c66 e052cf47
...@@ -33,7 +33,7 @@ The following parameters may be used with the **downtime** action: ...@@ -33,7 +33,7 @@ The following parameters may be used with the **downtime** action:
+---------------+----------+----------------------------------+------------------------------------------------------------------+ +---------------+----------+----------------------------------+------------------------------------------------------------------+
| minutes | no | 30 | minutes to schedule downtime for | | minutes | no | 30 | minutes to schedule downtime for |
+---------------+----------+----------------------------------+------------------------------------------------------------------+ +---------------+----------+----------------------------------+------------------------------------------------------------------+
| services | no | | what to manage downtime/alerts for. separate multiple services | | services | yes | | what to manage downtime/alerts for. separate multiple services |
| | | | with commas. | | | | | with commas. |
| | | | **service** is an alias for **services** | | | | | **service** is an alias for **services** |
+---------------+----------+----------------------------------+------------------------------------------------------------------+ +---------------+----------+----------------------------------+------------------------------------------------------------------+
...@@ -43,7 +43,7 @@ The following parameter must be used with the **enable_alerts** and **disable_al ...@@ -43,7 +43,7 @@ The following parameter must be used with the **enable_alerts** and **disable_al
+---------------+----------+----------------------------------+------------------------------------------------------------------+ +---------------+----------+----------------------------------+------------------------------------------------------------------+
| parameter | required | default | comments | | parameter | required | default | comments |
+===============+==========+==================================+==================================================================+ +===============+==========+==================================+==================================================================+
| services | no | | what to manage downtime/alerts for. separate multiple services | | services | yes | | what to manage downtime/alerts for. separate multiple services |
| | | | with commas. | | | | | with commas. |
| | | | **service** is an alias for **services** | | | | | **service** is an alias for **services** |
+---------------+----------+----------------------------------+------------------------------------------------------------------+ +---------------+----------+----------------------------------+------------------------------------------------------------------+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment