Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

v98765/ansible-snmp-exporter

Repository files navigation

Ansible Role: snmp_exporter

Deploy and configure prometheus snmp_exporter

Requirements

Ansible

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.18.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_auth_cp public snmp community for cp molule

Example Playbook

---
- hosts: vmagent
  connection: ssh
  become: yes
  roles: 
    - ansible-snmp-exporter

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published