community.general.pingdom – Pause/unpause Pingdom alerts¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.pingdom
.
Requirements¶
The below requirements are needed on the host that executes this module.
This pingdom python library: https://github.com/mbabineau/pingdom-python
Parameters¶
Examples¶
- name: Pause the check with the ID of 12345
community.general.pingdom:
uid: [email protected]
passwd: password123
key: apipassword123
checkid: 12345
state: paused
- name: Unpause the check with the ID of 12345
community.general.pingdom:
uid: [email protected]
passwd: password123
key: apipassword123
checkid: 12345
state: running
Authors¶
Dylan Silva (@thaumos)
Justin Johns (!UNKNOWN)