From 038ebac57786f214f1064a5e3c3a655b95e59147 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Mon, 27 Aug 2012 19:52:47 -0400 Subject: [PATCH] Fix typo --- 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 5c50f5d2a6..099ebf84aa 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: +---------------+----------+----------------------------------+------------------------------------------------------------------+ | services | no | | what to manage downtime/alerts for. separate multiple services | | | | | with commas. | -| | | | **service** is as an alias for **services** | +| | | | **service** is an alias for **services** | +---------------+----------+----------------------------------+------------------------------------------------------------------+ The following parameter must be used with the **enable_alerts** and **disable_alerts** actions: @@ -43,7 +43,7 @@ The following parameter must be used with the **enable_alerts** and **disable_al +===============+==========+==================================+==================================================================+ | services | no | | what to manage downtime/alerts for. separate multiple services | | | | | with commas. | -| | | | **service** is as an alias for **services** | +| | | | **service** is an alias for **services** | +---------------+----------+----------------------------------+------------------------------------------------------------------+ .. note::