From e052cf4727d38c95f68eb74382c587b9bd871d22 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Tue, 4 Sep 2012 13:55:11 -0400 Subject: [PATCH] nagios module should advertise 'services' attribute as required. --- rst/modules/nagios.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rst/modules/nagios.rst b/rst/modules/nagios.rst index 8566afbd71..6545b3731c 100644 --- a/rst/modules/nagios.rst +++ b/rst/modules/nagios.rst @@ -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** | +---------------+----------+----------------------------------+------------------------------------------------------------------+