|
|
@ -30,6 +30,7 @@ options:
|
|
|
|
action:
|
|
|
|
action:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Action to take.
|
|
|
|
- Action to take.
|
|
|
|
|
|
|
|
- servicegroup options were added in 2.0.
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
choices: [ "downtime", "enable_alerts", "disable_alerts", "silence", "unsilence",
|
|
|
|
choices: [ "downtime", "enable_alerts", "disable_alerts", "silence", "unsilence",
|
|
|
@ -72,6 +73,7 @@ options:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
servicegroup:
|
|
|
|
servicegroup:
|
|
|
|
|
|
|
|
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).
|
|
|
|