From 1e40b86303bc472472609639a47551fc9b86b16a Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 22 Sep 2015 13:58:36 -0400 Subject: [PATCH] minor doc fixes nagios --- lib/ansible/modules/extras/monitoring/nagios.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/ansible/modules/extras/monitoring/nagios.py b/lib/ansible/modules/extras/monitoring/nagios.py index 23cbe7d0ec..cecef5f51b 100644 --- a/lib/ansible/modules/extras/monitoring/nagios.py +++ b/lib/ansible/modules/extras/monitoring/nagios.py @@ -32,7 +32,6 @@ options: - Action to take. - servicegroup options were added in 2.0. required: true - default: null choices: [ "downtime", "enable_alerts", "disable_alerts", "silence", "unsilence", "silence_nagios", "unsilence_nagios", "command", "servicegroup_service_downtime", "servicegroup_host_downtime" ] @@ -71,7 +70,6 @@ options: B(Required) option when using the C(downtime), C(enable_alerts), and C(disable_alerts) actions. aliases: [ "service" ] required: true - default: null servicegroup: version_added: "2.0" description: @@ -83,10 +81,8 @@ options: should not include the submitted time header or the line-feed B(Required) option when using the C(command) action. required: true - default: null author: "Tim Bielawa (@tbielawa)" -requirements: [ "Nagios" ] ''' EXAMPLES = '''