mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Updated doc. Module not idempotent. delegate_to not needed. (#1587)
This commit is contained in:
parent
1de0e9eaba
commit
63817f7c1b
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@ module: nagios
|
||||||
short_description: Perform common tasks in Nagios related to downtime and notifications.
|
short_description: Perform common tasks in Nagios related to downtime and notifications.
|
||||||
description:
|
description:
|
||||||
- "The C(nagios) module has two basic functions: scheduling downtime and toggling alerts for services or hosts."
|
- "The C(nagios) module has two basic functions: scheduling downtime and toggling alerts for services or hosts."
|
||||||
|
- The C(nagios) module is not idempotent.
|
||||||
- All actions require the I(host) parameter to be given explicitly. In playbooks you can use the C({{inventory_hostname}}) variable to refer
|
- All actions require the I(host) parameter to be given explicitly. In playbooks you can use the C({{inventory_hostname}}) variable to refer
|
||||||
to the host the playbook is currently running on.
|
to the host the playbook is currently running on.
|
||||||
- You can specify multiple services at once by separating them with commas, .e.g., C(services=httpd,nfs,puppet).
|
- You can specify multiple services at once by separating them with commas, .e.g., C(services=httpd,nfs,puppet).
|
||||||
|
@ -26,7 +27,6 @@ description:
|
||||||
e.g., C(service=host). This keyword may not be given with other services at the same time.
|
e.g., C(service=host). This keyword may not be given with other services at the same time.
|
||||||
I(Setting alerts/downtime/acknowledge for a host does not affect alerts/downtime/acknowledge for any of the services running on it.)
|
I(Setting alerts/downtime/acknowledge for a host does not affect alerts/downtime/acknowledge for any of the services running on it.)
|
||||||
To schedule downtime for all services on particular host use keyword "all", e.g., C(service=all).
|
To schedule downtime for all services on particular host use keyword "all", e.g., C(service=all).
|
||||||
- When using the C(nagios) module you will need to specify your Nagios server using the C(delegate_to) parameter.
|
|
||||||
options:
|
options:
|
||||||
action:
|
action:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue