Skip to content

Commit

Permalink
bw/bundles/snmp-temperature-monitoring: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsi committed Sep 27, 2024
1 parent e8968d1 commit bb913a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bundlewrap/bundles/snmp-temperature-monitoring/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# snmp-temperature-monitoring

Alerts operators about devices exceeding the specified operating
temperature.

Currently temperature limits are hardcoded at 75°C/80°C (warn/error) for
ComWare 5 devices, and 80°C/90°C for RouterOS devices.

For ComWare 5 devices, stacks up to three devices will be monitored.

```toml
[metadata.snmp-temperature-monitoring]
# list of hostnames of devices running Mikrotik RouterOS
routeros = ["switch-routeros.example.com"]

# list of hostnames of devices running HP ComWare 5
comware5 = ["switch-comware5.example.org"]
```

0 comments on commit bb913a9

Please sign in to comment.