mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
nagios module should advertise 'services' attribute as required.
This commit is contained in:
parent
16c57c6674
commit
e052cf4727
1 changed files with 2 additions and 2 deletions
|
@ -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** |
|
||||
+---------------+----------+----------------------------------+------------------------------------------------------------------+
|
||||
|
@ -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** |
|
||||
+---------------+----------+----------------------------------+------------------------------------------------------------------+
|
||||
|
|
Loading…
Reference in a new issue