-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bw/bundles/snmp-temperature-monitoring: add README
- Loading branch information
kunsi
committed
Sep 27, 2024
1 parent
e8968d1
commit bb913a9
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
``` |