Fix capitalization in nagios 'services' parameter comment
This commit is contained in:
parent
9bfd63e92e
commit
c9785a6948
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ options:
|
||||||
servicegroup:
|
servicegroup:
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
description:
|
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).
|
B(Required) option when using the C(servicegroup_service_downtime) amd C(servicegroup_host_downtime).
|
||||||
command:
|
command:
|
||||||
description:
|
description:
|
||||||
|
@ -86,7 +86,7 @@ options:
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
|
|
||||||
author: "Tim Bielawa (@tbielawa)"
|
author: "Tim Bielawa (@tbielawa)"
|
||||||
requirements: [ "Nagios" ]
|
requirements: [ "Nagios" ]
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue