Compare commits

..

No commits in common. "97496ef4b8151b8424854eac3a6eef57fb239af7" and "66e6c960d3c98290392143ed6c02b0010dc55d39" have entirely different histories.

5 changed files with 3 additions and 10 deletions

View file

@ -3,7 +3,6 @@ prometheus__scraping_quanta:
targets: "{{ groups.quanta }}" targets: "{{ groups.quanta }}"
address: 127.0.0.1:9116 address: 127.0.0.1:9116
path: /snmp path: /snmp
timeout: 60s
params: params:
module: module:
- quanta - quanta

View file

@ -1,3 +0,0 @@
---
prometheus_keepalived__dest: /var/run/prometheus-node-exporter/keepalived.prom
...

4
hosts
View file

@ -58,7 +58,7 @@ edge
[ntp] [ntp]
ntp-[1:2].int.infra.auro.re ntp-[1:2].int.infra.auro.re
[radiusng] [radius]
radius-[1:2].isp.infra.auro.re radius-[1:2].isp.infra.auro.re
[vm_network:children] [vm_network:children]
@ -66,7 +66,7 @@ vpn
edge edge
dhcp dhcp
dns dns
radiusng radius
ntp ntp
#ldap #ldap
isp isp

View file

@ -25,9 +25,6 @@ def convert_jobs(config):
if "path" in job: if "path" in job:
config["metrics_path"] = job["path"] config["metrics_path"] = job["path"]
if "timeout" in job:
config["scrape_timeout"] = job["timeout"]
if "address" in job: if "address" in job:
try: try:

View file

@ -28,7 +28,7 @@
state: directory state: directory
owner: root owner: root
group: root group: root
mode: u=rwx,g=rx,o=rx mode: u=rwx,g=rw,o=rw
- name: Override prometheus-node-exporter.service - name: Override prometheus-node-exporter.service
template: template: