Compare commits

...

3 Commits

Author SHA1 Message Date
pz2891 e21d91c9b0 Add ipmi-sel as command used for ipmi exporter
continuous-integration/drone/push Build is failing Details
3 years ago
pz2891 0cef8c1e6f Increase the rollback threesold 3 years ago
pz2891 eca10feaa2 Increase the swap threesold 3 years ago

@ -112,7 +112,7 @@ groups:
rate(pg_stat_database_xact_rollback{datname!~"template.*"}[3m]) /
rate(pg_stat_database_xact_commit{datname!~"template.*"}[3m])
) * 100
> 7
> 20
for: 0m
labels:
severity: warning

@ -50,7 +50,7 @@ groups:
node_memory_SwapFree_bytes
/ node_memory_SwapTotal_bytes
)
) * 100 >= 20
) * 100 >= 50
for: 3m
labels:
severity: warning

@ -49,6 +49,7 @@
- ipmimonitoring
- ipmi-raw
- ipmi-sensors
- ipmi-sel
notify: Restart prometheus-ipmi-exporter
- name: Activate prometheus-ipmi-exporter service

7634
xxx.log

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save