nrdp – post task result to a nagios server through nrdp
New in version 2.8.
Synopsis
- this callback send playbook result to nagios
- nagios shall use NRDP to recive passive events
- the passive check is sent to a dedicated host/service for ansible
Parameters
Parameter | Choices/Defaults | Configuration | Comments |
---|---|---|---|
hostname - / required | ini entries: [callback_nrdp] env:NRDP_HOSTNAME | hostname where the passive check is linked to | |
servicename - / required | ini entries: [callback_nrdp] env:NRDP_SERVICENAME | service where the passive check is linked to | |
token - / required | ini entries: [callback_nrdp] env:NRDP_TOKEN | token to be allowed to push nrdp events | |
url - / required | ini entries: [callback_nrdp] env:NRDP_URL | url of the nrdp server | |
validate_certs - | Default: "no" | ini entries: [callback_nrdp] [callback_nrdp] env:NRDP_VALIDATE_CERTS | (bool) validate the SSL certificate of the nrdp server. (For HTTPS url) aliases: validate_nrdp_certs |
Status
- This callback is not guaranteed to have a backwards compatible interface. [preview]
- This callback is maintained by the Ansible Community. [community]
Authors
- Remi VERCHERE (@rverchere)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
Hint
Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.8/plugins/callback/nrdp.html