mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 09:24:01 -07:00
E501 fixes (#22879)
This commit is contained in:
parent
4fdeade389
commit
3164e8b561
215 changed files with 1328 additions and 761 deletions
|
@ -50,10 +50,14 @@ options:
|
|||
description:
|
||||
- The type of LogicMonitor object you wish to manage.
|
||||
- "Collector: Perform actions on a LogicMonitor collector."
|
||||
- NOTE You should use Ansible service modules such as M(service) or M(supervisorctl) for managing the Collector 'logicmonitor-agent' and 'logicmonitor-watchdog' services. Specifically, you'll probably want to start these services after a Collector add and stop these services before a Collector remove.
|
||||
- NOTE You should use Ansible service modules such as M(service) or M(supervisorctl) for managing the Collector 'logicmonitor-agent' and
|
||||
'logicmonitor-watchdog' services. Specifically, you'll probably want to start these services after a Collector add and stop these services
|
||||
before a Collector remove.
|
||||
- "Host: Perform actions on a host device."
|
||||
- "Hostgroup: Perform actions on a LogicMonitor host group."
|
||||
- 'NOTE Host and Hostgroup tasks should always be performed via delegate_to: localhost. There are no benefits to running these tasks on the remote host and doing so will typically cause problems.'
|
||||
- >
|
||||
NOTE Host and Hostgroup tasks should always be performed via delegate_to: localhost. There are no benefits to running these tasks on the
|
||||
remote host and doing so will typically cause problems.
|
||||
required: true
|
||||
default: null
|
||||
choices: ['collector', 'host', 'datsource', 'hostgroup']
|
||||
|
@ -86,7 +90,8 @@ options:
|
|||
description:
|
||||
- The fully qualified domain name of a collector in your LogicMonitor account.
|
||||
- This is required for the creation of a LogicMonitor host (target=host action=add).
|
||||
- This is required for updating, removing or scheduling downtime for hosts if 'displayname' isn't specified (target=host action=update action=remove action=sdt).
|
||||
- This is required for updating, removing or scheduling downtime for hosts if 'displayname' isn't
|
||||
specified (target=host action=update action=remove action=sdt).
|
||||
required: false
|
||||
default: null
|
||||
hostname:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue