Skip to content

Commit

Permalink
nagios module should advertise 'services' attribute as required.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbielawa committed Sep 4, 2012
1 parent 16c57c6 commit e052cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rst/modules/nagios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following parameters may be used with the **downtime** action:
+---------------+----------+----------------------------------+------------------------------------------------------------------+
| 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. |
| | | | **service** is an alias for **services** |
+---------------+----------+----------------------------------+------------------------------------------------------------------+
Expand All @@ -43,7 +43,7 @@ The following parameter must be used with the **enable_alerts** and **disable_al
+---------------+----------+----------------------------------+------------------------------------------------------------------+
| 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. |
| | | | **service** is an alias for **services** |
+---------------+----------+----------------------------------+------------------------------------------------------------------+
Expand Down

0 comments on commit e052cf4

Please sign in to comment.