Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-nagios-plugin-percona
Ansible role to set up the percona monitoring plugins for nagios in Debian-like systems
https://github.com/oefenweb/ansible-nagios-plugin-percona
ansible debian monitoring nagios percona percona-monitoring-plugins ubuntu
Last synced: about 1 month ago
JSON representation
Ansible role to set up the percona monitoring plugins for nagios in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-nagios-plugin-percona
- Owner: Oefenweb
- License: mit
- Created: 2015-12-15T12:13:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T10:21:31.000Z (8 months ago)
- Last Synced: 2024-05-03T14:45:27.050Z (8 months ago)
- Topics: ansible, debian, monitoring, nagios, percona, percona-monitoring-plugins, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## nagios-plugin-percona
[![CI](https://github.com/Oefenweb/ansible-nagios-plugin-percona/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-nagios-plugin-percona/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-nagios--plugin--percona-blue.svg)](https://galaxy.ansible.com/Oefenweb/nagios_plugin_percona)Set up [Percona Monitoring Plugins](https://www.percona.com/software/mysql-tools/percona-monitoring-plugins) for Nagios in Debian-like systems.
#### Requirements
* `software-properties-common` (will be installed)
* `dirmngr` (will be installed)
* `xz-utils` (will be installed when `nagios_plugin_percona_package_path_src` is defined)#### Variables
* `nagios_plugin_percona_package_path_src`: [optional]: Path to deb package to install (e.g. `percona-nagios-plugins_1.1.9-635751136_all.deb`)
* `nagios_plugin_percona_install`: [default: `[]`]: Additional packages to install## Dependencies
None
## Recommended
* `nagios-server` ([see](https://github.com/Oefenweb/ansible-nagios-server))
#### Example(s)
##### Simple
```yaml
---
- hosts: all
roles:
- oefenweb.nagios-plugin-percona
```#### License
MIT
#### Author Information
* Mark van Driel
* Mischa ter Smitten#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-nagios-plugin-percona/issues)!