minor doc fixes nagios

This commit is contained in:
Brian Coca 2015-09-22 13:58:36 -04:00
parent 5017c4483a
commit c7c32ef86f

View file

@ -32,7 +32,6 @@ options:
- Action to take. - Action to take.
- servicegroup options were added in 2.0. - servicegroup options were added in 2.0.
required: true required: true
default: null
choices: [ "downtime", "enable_alerts", "disable_alerts", "silence", "unsilence", choices: [ "downtime", "enable_alerts", "disable_alerts", "silence", "unsilence",
"silence_nagios", "unsilence_nagios", "command", "servicegroup_service_downtime", "silence_nagios", "unsilence_nagios", "command", "servicegroup_service_downtime",
"servicegroup_host_downtime" ] "servicegroup_host_downtime" ]
@ -72,7 +71,6 @@ options:
B(Required) option when using the C(downtime), C(enable_alerts), and C(disable_alerts) actions. B(Required) option when using the C(downtime), C(enable_alerts), and C(disable_alerts) actions.
aliases: [ "service" ] aliases: [ "service" ]
required: true required: true
default: null
servicegroup: servicegroup:
version_added: "2.0" version_added: "2.0"
description: description:
@ -84,10 +82,8 @@ options:
should not include the submitted time header or the line-feed should not include the submitted time header or the line-feed
B(Required) option when using the C(command) action. B(Required) option when using the C(command) action.
required: true required: true
default: null
author: "Tim Bielawa (@tbielawa)" author: "Tim Bielawa (@tbielawa)"
requirements: [ "Nagios" ]
''' '''
EXAMPLES = ''' EXAMPLES = '''