https://github.com/oefenweb/ansible-nagios-plugin-hipsaint
Ansible role to set up the HipSaint plugin for nagios in Debian-like systems
https://github.com/oefenweb/ansible-nagios-plugin-hipsaint
ansible debian hipchat hipsaint monitoring nagios python ubuntu
Last synced: about 2 months ago
JSON representation
Ansible role to set up the HipSaint plugin for nagios in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-nagios-plugin-hipsaint
- Owner: Oefenweb
- License: mit
- Created: 2015-12-15T15:09:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:05:10.000Z (over 2 years ago)
- Last Synced: 2025-03-16T15:55:17.165Z (over 1 year ago)
- Topics: ansible, debian, hipchat, hipsaint, monitoring, nagios, python, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## nagios-plugin-hipsaint
[](https://github.com/Oefenweb/ansible-nagios-plugin-hipsaint/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/nagios-plugin-hipsaint)
Set up (the latest, or a specific version of) [HipSaint](https://github.com/hannseman/hipsaint) in Debian-like systems.
#### Requirements
* `pip` (will not installed)
* `python(2|3)` (will be installed)
#### Variables
* `nagios_plugin_hipsaint_python_version_major` [default: `2`]: Python version to install `hipsaint` for.
* `nagios_plugin_hipsaint_python_version` [default: `nagios_plugin_hipsaint_python_version_major`]: Deprecated
* `nagios_plugin_hipsaint_version`: [default: `latest`]: HipSaint version to install (e.g. `latest`, `0.5.2`)
## Dependencies
None
## Recommended
* `ansible-pip` ([see](https://github.com/Oefenweb/ansible-pip))
* `ansible-virtualenv` ([see](https://github.com/Oefenweb/ansible-virtualenv))
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.nagios-plugin-hipsaint
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-nagios-plugin-hipsaint/issues)!