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:
dport: 161
verdict: accept
- src: monit
dst:
- sw
- ups
- bmc
protocols:
tcp:
dport: 161
verdict: accept
# Alertmanager
- src: monit
dst: docker-ovh.adm

View file

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

View file

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

View file

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

View file

@ -4,7 +4,7 @@
Description=Timer for borgmatic backup
[Timer]
{% if borg_keep_hourly > 0 %}
{% if borgmatic__hourly %}
OnCalendar=hourly
RandomizedDelaySec=60m
{% 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
- CPQHOST-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
template: