All Projects → cloudalchemy → ansible-snmp-exporter

cloudalchemy / ansible-snmp-exporter

Licence: MIT license
Provision SNMP metrics exporter for prometheus monitoring

Programming Languages

python
139335 projects - #7 most used programming language
Jinja
831 projects

Projects that are alternatives of or similar to ansible-snmp-exporter

Collectd
The system statistics collection daemon. Please send Pull Requests here!
Stars: ✭ 2,700 (+14900%)
Mutual labels:  snmp, prometheus-exporter, metrics-gathering
Ansible Node Exporter
Provision basic metrics exporter for prometheus monitoring tool
Stars: ✭ 263 (+1361.11%)
Mutual labels:  molecule, prometheus-exporter, tox
ansible-blackbox-exporter
Blackbox prober exporter
Stars: ✭ 60 (+233.33%)
Mutual labels:  molecule, prometheus-exporter, tox
ansible-role-dsvpn
Install and configure dsvpn on your system.
Stars: ✭ 18 (+0%)
Mutual labels:  molecule, tox
ansible-role-fail2ban
Install and configure fail2ban on your system.
Stars: ✭ 42 (+133.33%)
Mutual labels:  molecule, tox
ansible-role-dns
Install and configure dns on your system.
Stars: ✭ 39 (+116.67%)
Mutual labels:  molecule, tox
ansible-role-tomcat
Install and configure tomcat on your system.
Stars: ✭ 34 (+88.89%)
Mutual labels:  molecule, tox
ansible-coredns
Ansible provisioning of CoreDNS
Stars: ✭ 25 (+38.89%)
Mutual labels:  molecule, tox
ansible-role-logrotate
Install and configure logrotate on your system.
Stars: ✭ 13 (-27.78%)
Mutual labels:  molecule, tox
Ansible Grafana
Platform for analytics and monitoring
Stars: ✭ 340 (+1788.89%)
Mutual labels:  molecule, tox
Ansible Prometheus
Deploy Prometheus monitoring system
Stars: ✭ 758 (+4111.11%)
Mutual labels:  molecule, tox
ansible-prometheus
Ansible role for the management of Prometheus software and Prometheus exporters
Stars: ✭ 63 (+250%)
Mutual labels:  prometheus-exporter, snmp-exporter
Ansible Role Bootstrap
Prepare your system to be managed by Ansible.
Stars: ✭ 106 (+488.89%)
Mutual labels:  molecule, tox
ansible-fluentd
Provision fluentd log collector
Stars: ✭ 20 (+11.11%)
Mutual labels:  molecule, tox
ansible-role-rsyslog
Install and configure rsyslog on your system.
Stars: ✭ 14 (-22.22%)
Mutual labels:  molecule, tox
Ansible Alertmanager
Deploy Prometheus Alertmanager service
Stars: ✭ 93 (+416.67%)
Mutual labels:  molecule, tox
Snmp exporter
SNMP Exporter for Prometheus
Stars: ✭ 705 (+3816.67%)
Mutual labels:  snmp, prometheus-exporter
Snmp mib archive
An archive of over 3000 unique SNMP MIBs
Stars: ✭ 159 (+783.33%)
Mutual labels:  snmp
Mylg
Network Diagnostic Tool
Stars: ✭ 2,538 (+14000%)
Mutual labels:  snmp
Ruby Snmp
A Ruby implementation of SNMP (the Simple Network Management Protocol).
Stars: ✭ 141 (+683.33%)
Mutual labels:  snmp

DEPRECATED

This role has been deprecated in favor of a the prometheus-community/ansible collection.

Ansible Role: SNMP exporter

Build Status License Ansible Role GitHub tag

Description

Deploy and manage prometheus SNMP exporter using ansible.

Requirements

  • Ansible >= 2.7 (It might work on previous versions, but we cannot guarantee it)

Role Variables

All variables which can be overridden are stored in defaults/main.yml file as well as in table below.

Name Default Value Description
snmp_exporter_version 0.19.0 SNMP exporter package version
snmp_exporter_web_listen_address "0.0.0.0:9116" Address on which SNMP exporter will be listening
snmp_exporter_config_file "" If this is empty, role will download snmp.yml file from https://github.com/prometheus/snmp_exporter. Otherwise this should contain path to file with custom snmp exporter configuration

Example

Playbook

- hosts: all
  become: yes
  roles:
    - cloudalchemy.snmp-exporter

Demo site

We provide demo site for full monitoring solution based on prometheus and grafana. Repository with code and links to running instances is available on github and site is hosted on DigitalOcean.

Local Testing

The preferred way of locally testing the role is to use Docker and molecule (v3.x). You will have to install Docker on your system. See "Get started" for a Docker package suitable to for your system. Running your tests is as simple as executing molecule test.

Continuous Intergation

Combining molecule and circle CI allows us to test how new PRs will behave when used with multiple ansible versions and multiple operating systems. This also allows use to create test scenarios for different role configurations. As a result we have a quite large test matrix which can take more time than local testing, so please be patient.

Contributing

See contributor guideline.

Troubleshooting

See troubleshooting.

License

This project is licensed under MIT License. See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].