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:
|
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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
...
|
...
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
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
|
- 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:
|
||||||
|
|
Loading…
Reference in a new issue