diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/syslog.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/syslog.rb b/extra/syslog.rb index 2af83a0..20e439e 100644 --- a/extra/syslog.rb +++ b/extra/syslog.rb @@ -29,6 +29,8 @@ module Oxidized MSG = { :ios => /%SYS-(SW[0-9]+-)?5-CONFIG_I:/, :junos => 'UI_COMMIT:', + :eos => /%SYS-5-CONFIG_I:/, + :nxos => /%VSHD-5-VSHD_SYSLOG_CONFIG_I:/, } class << self |