mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix capitalization in nagios 'services' parameter comment
This commit is contained in:
@@ -75,8 +75,8 @@ 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:
|
||||||
- The raw command to send to nagios, which
|
- The raw command to send to nagios, which
|
||||||
@@ -85,7 +85,7 @@ options:
|
|||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
|
|
||||||
author: "Tim Bielawa (@tbielawa)"
|
author: "Tim Bielawa (@tbielawa)"
|
||||||
requirements: [ "Nagios" ]
|
requirements: [ "Nagios" ]
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user