From f6eee6b538f4ad59ab9cce2f17a43d8ca5054304 Mon Sep 17 00:00:00 2001 From: clay_fiske Date: Mon, 14 Sep 2015 19:00:07 +0000 Subject: Add Arista and Nexus syslog detection --- extra/syslog.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extra') 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 -- cgit v1.2.1