Skip to content
Snippets Groups Projects
Verified Commit 1e922de8 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

[monitoring] Add non-free for MIBs

parent 4bab0368
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,10 @@
prometheus_snmp_targets:
- targets:
- pulsar.adm.crans.org
# Debian non-free mirror
debian_mirror: http://ftp.adm.crans.org/debian/
roles:
- debian-non-free
- prometheus
- prometheus-alertmanager
......
---
- name: Add Debian non-free repository
apt_repository:
repo: deb {{ debian_mirror }} {{ ansible_lsb.codename }} non-free
state: present
......@@ -5,6 +5,7 @@
name:
- prometheus
- prometheus-snmp-exporter
- snmp-mibs-downloader # To generate SNMP configuration
register: apt_result
retries: 3
until: apt_result is succeeded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment