Misc
This commit is contained in:
parent
bc38574a07
commit
a16164d68b
11 changed files with 29493 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
...
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Description=Timer for borgmatic backup
|
||||
|
||||
[Timer]
|
||||
{% if borg_keep_hourly > 0 %}
|
||||
{% if borgmatic__hourly %}
|
||||
OnCalendar=hourly
|
||||
RandomizedDelaySec=60m
|
||||
{% else %}
|
||||
|
|
12205
roles/prometheus_snmp/files/mibs/CPQIDA-MIB.txt
Normal file
12205
roles/prometheus_snmp/files/mibs/CPQIDA-MIB.txt
Normal file
File diff suppressed because it is too large
Load diff
2612
roles/prometheus_snmp/files/mibs/CPQNIC-MIB.txt
Normal file
2612
roles/prometheus_snmp/files/mibs/CPQNIC-MIB.txt
Normal file
File diff suppressed because it is too large
Load diff
3308
roles/prometheus_snmp/files/mibs/CPQSM2-MIB.txt
Normal file
3308
roles/prometheus_snmp/files/mibs/CPQSM2-MIB.txt
Normal file
File diff suppressed because it is too large
Load diff
6419
roles/prometheus_snmp/files/mibs/CPQSTDEQ-MIB.txt
Normal file
6419
roles/prometheus_snmp/files/mibs/CPQSTDEQ-MIB.txt
Normal file
File diff suppressed because it is too large
Load diff
4924
roles/prometheus_snmp/files/mibs/CPQSTSYS-MIB.txt
Normal file
4924
roles/prometheus_snmp/files/mibs/CPQSTSYS-MIB.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue