Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 23 hours 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:05:10.000Z (about 1 year ago)
- Last Synced: 2024-11-22T15:22:05.868Z (2 months ago)
- Topics: ansible, debian, hipchat, hipsaint, monitoring, nagios, python, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## nagios-plugin-hipsaint
[![CI](https://github.com/Oefenweb/ansible-nagios-plugin-hipsaint/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-nagios-plugin-hipsaint/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-nagios--plugin--hipsaint-blue.svg)](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)!