spacing in nagios module docs

This commit is contained in:
Jan-Piet Mens 2013-05-11 16:10:56 +02:00
parent 82f65c0dd9
commit 7fb28a0c43

View file

@ -42,13 +42,13 @@ options:
cmdfile: cmdfile:
description: description:
- Path to the nagios I(command file) (FIFO pipe). - Path to the nagios I(command file) (FIFO pipe).
- Only required if auto-detection fails. Only required if auto-detection fails.
required: false required: false
default: auto-detected default: auto-detected
author: author:
description: description:
- Author to leave downtime comments as. - Author to leave downtime comments as.
- Only usable with the C(downtime) action. Only usable with the C(downtime) action.
required: false required: false
default: Ansible default: Ansible
minutes: minutes:
@ -60,16 +60,16 @@ options:
services: services:
description: description:
- What to manage downtime/alerts for. Separate multiple services with commas. - What to manage downtime/alerts for. Separate multiple services with commas.
- C(service) is an alias for C(services). C(service) is an alias for C(services).
- 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 default: null
command: command:
description: description:
- raw command to send to nagios - The raw command to send to nagios, which
- 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 default: null