summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2015-09-17 13:42:26 +0300
committerSaku Ytti <saku@ytti.fi>2015-09-17 13:42:26 +0300
commit4fb28e133885c072c9d217b812226110dc4143bc (patch)
tree8002dd16aec495d0d8d1faaaeec57dfaffff88eb
parentabfac72eb83fef559ba6d5b9a46ec63cd7eb4e39 (diff)
parent980486cf2b1422b1926c2e9f79c9138f7696e817 (diff)
Merge branch 'master' of github.com:ytti/oxidized
-rw-r--r--extra/syslog.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/syslog.rb b/extra/syslog.rb
index 87227bb..e364cf9 100644
--- a/extra/syslog.rb
+++ b/extra/syslog.rb
@@ -54,6 +54,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