This commit is contained in:
jeltz 2025-09-09 08:04:46 +02:00
parent bc38574a07
commit a16164d68b
Signed by: jeltz
GPG key ID: 800882B66C0C3326
11 changed files with 29493 additions and 7 deletions

View file

@ -232,6 +232,15 @@ firewall__forward:
udp: udp:
dport: 161 dport: 161
verdict: accept verdict: accept
- src: monit
dst:
- sw
- ups
- bmc
protocols:
tcp:
dport: 161
verdict: accept
# Alertmanager # Alertmanager
- src: monit - src: monit
dst: docker-ovh.adm dst: docker-ovh.adm

View file

@ -6,8 +6,6 @@ prometheus_snmp__modules_eaton:
walk: walk:
- sysUpTime - sysUpTime
#- upsBattery #- upsBattery
#- xupsBattery
#- xupsInput
- xupsInput - xupsInput
- xupsOutput - xupsOutput
- xupsBypass - xupsBypass
@ -25,8 +23,8 @@ prometheus_snmp__modules_eaton:
- xupsBypassPhase - xupsBypassPhase
lookup: xupsBypassName lookup: xupsBypassName
overrides: overrides:
#upsBatteryStatus: upsBatteryStatus:
# type: EnumAsStateSet type: EnumAsStateSet
xupsInputId: xupsInputId:
type: EnumAsStateSet type: EnumAsStateSet
xupsOutputId: xupsOutputId:

View file

@ -1,8 +1,8 @@
--- ---
prometheus_snmp__modules_ilo: prometheus_snmp__modules_ilo:
version: 3 version: 3
timeout: 60s timeout: 10s
retries: 3 retries: 10
auth: auth:
security_level: authPriv security_level: authPriv
auth_protocol: SHA auth_protocol: SHA
@ -12,4 +12,8 @@ prometheus_snmp__modules_ilo:
priv_password: "{{ vault_snmp_ilo_priv }}" priv_password: "{{ vault_snmp_ilo_priv }}"
walk: walk:
- sysUpTime - sysUpTime
- cpqHeTemperatureTable
overrides:
cpqHeTemperatureThresholdType:
type: EnumAsStateSet
... ...

View file

@ -188,6 +188,8 @@ knotd__hosts:
polaris: polaris:
- 45.66.110.245 - 45.66.110.245
- 2a09:6840:110:0:dea6:32ff:feb4:d033 - 2a09:6840:110:0:dea6:32ff:feb4:d033
lafeychine:
- 92.91.154.45
infra.auro.re: infra.auro.re:
services-1.ceph: services-1.ceph:
- 2a09:6840:214::1:1 - 2a09:6840:214::1:1

View file

@ -4,7 +4,7 @@
Description=Timer for borgmatic backup Description=Timer for borgmatic backup
[Timer] [Timer]
{% if borg_keep_hourly > 0 %} {% if borgmatic__hourly %}
OnCalendar=hourly OnCalendar=hourly
RandomizedDelaySec=60m RandomizedDelaySec=60m
{% else %} {% else %}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -31,6 +31,11 @@
- CPQSINFO-MIB.txt - CPQSINFO-MIB.txt
- CPQHOST-MIB.txt - CPQHOST-MIB.txt
- CPQHLTH-MIB.txt - CPQHLTH-MIB.txt
- CPQIDA-MIB.txt
- CPQNIC-MIB.txt
- CPQSM2-MIB.txt
- CPQSTDEQ-MIB.txt
- CPQSTSYS-MIB.txt
- name: Configure prometheus-snmp-exporter generator - name: Configure prometheus-snmp-exporter generator
template: template: