diff options
author | clay_fiske <clay_fiske@symantec.com> | 2015-09-14 19:00:07 +0000 |
---|---|---|
committer | clay_fiske <clay_fiske@symantec.com> | 2015-09-14 19:00:07 +0000 |
commit | f6eee6b538f4ad59ab9cce2f17a43d8ca5054304 (patch) | |
tree | 81531bb5d8b2d2337fa949f31f90c9412a548f58 /extra | |
parent | 608044069f2ad369715521c588a9a88f19f245fc (diff) |
Add Arista and Nexus syslog detection
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 |