mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update seveity colours in SNMP-Traps.md (#15244)
This commit is contained in:
@@ -64,11 +64,11 @@ class ColdBoot implements SnmptrapHandler
|
||||
where number on the end means color of the eventlog:
|
||||
|
||||
```
|
||||
1 green
|
||||
2 cyan
|
||||
3 blue
|
||||
4 yellow
|
||||
5 red
|
||||
Severity::Ok = green
|
||||
Severity::Info = cyan
|
||||
Severity::Notice = blue
|
||||
Severity::Warning = yellow
|
||||
Severity::Error = red
|
||||
```
|
||||
|
||||
Register the mapping in the `config/snmptraps.php` file. Make sure to
|
||||
|
Reference in New Issue
Block a user