mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Syslog hook examples and documentation for Procurve devices (#13397)
* Add support for Procurve devices Syslog hook support added for automatic Oxidized backups of devices running Procurve * Add documentation for HPE/Aruba Procurve devices Update documentation to support configuration of example Syslog hooks for HPE and Aruba devices running Procurve
This commit is contained in:
@@ -24,4 +24,6 @@ if (preg_match('/(SYS-(SW[0-9]+-)?5-CONFIG_I|VSHD-5-VSHD_SYSLOG_CONFIG_I): Confi
|
||||
oxidized_node_update($hostname, $msg, $matches['user']); //Alliedware Plus devices. Requires at least V5.4.8-2.1
|
||||
} elseif (preg_match('/System configuration saved/', $msg, $matches)) {
|
||||
oxidized_node_update($hostname, $msg); //ScreenOS
|
||||
} elseif (preg_match('/Running Config Change/', $msg, $matches)) {
|
||||
oxidized_node_update($hostname, $msg); //HPE and Aruba Procurve devices
|
||||
}
|
||||
|
Reference in New Issue
Block a user