logicmonitor_facts – Collect facts about LogicMonitor objects¶
Synopsis¶
LogicMonitor is a hosted, full-stack, infrastructure monitoring platform.
This module collects facts about hosts and host groups within your LogicMonitor account.
Requirements¶
The below requirements are needed on the host that executes this module.
An existing LogicMonitor account
Linux
Parameters¶
Examples¶
# Always run those modules on localhost using delegate_to:localhost, or localaction
- name: query a list of hosts
logicmonitor_facts:
target: host
company: yourcompany
user: Luigi
password: ImaLuigi,number1!
delegate_to: localhost
- name: query a host group
logicmonitor_facts:
target: hostgroup
fullpath: /servers/production
company: yourcompany
user: mario
password: itsame.Mario!
delegate_to: localhost
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]
Authors¶
Ethan Culler-Mayeno (@ethanculler)
Jeff Wozniak (@woz5999)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.