From c9785a69487c10026a46f58e529d94f3c008b9b7 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Mon, 31 Aug 2015 13:14:05 -0400 Subject: [PATCH] Fix capitalization in nagios 'services' parameter comment --- monitoring/nagios.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/nagios.py b/monitoring/nagios.py index 16edca2aa6a..ed1da7a1e2e 100644 --- a/monitoring/nagios.py +++ b/monitoring/nagios.py @@ -76,7 +76,7 @@ options: servicegroup: version_added: "2.0" description: - - the Servicegroup we want to set downtimes/alerts for. + - The Servicegroup we want to set downtimes/alerts for. B(Required) option when using the C(servicegroup_service_downtime) amd C(servicegroup_host_downtime). command: description: @@ -86,7 +86,7 @@ options: required: true default: null -author: "Tim Bielawa (@tbielawa)" +author: "Tim Bielawa (@tbielawa)" requirements: [ "Nagios" ] '''