From 2af1b517e527f91e1e908cc80abcf6e24f5234cb Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 3 Mar 2016 06:46:39 -0600 Subject: [PATCH] Notifcation and tab->spaces fix. --- misc/notifications.rss | 5 +++++ tests/SyslogTest.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/misc/notifications.rss b/misc/notifications.rss index f4baa96ca4..5d094945b1 100644 --- a/misc/notifications.rss +++ b/misc/notifications.rss @@ -12,5 +12,10 @@ This is the first notification. We will post these whenever an upcoming major change is about to happen. Tue, 19 Jan 2016 12:00:00 +0000 + + Cisco syslog parsing changes + We have overhauled the Cisco syslog parsing. Please monitor your syslog entries from Cisco IOS, IOSXR, and CatOS devices. If you notice any issues please open a new issue on GitHub and include the original syslog message. + Thu, 03 Mar 2016 12:00:00 +0000 + diff --git a/tests/SyslogTest.php b/tests/SyslogTest.php index e6e2d5b753..02d6e22dab 100644 --- a/tests/SyslogTest.php +++ b/tests/SyslogTest.php @@ -27,7 +27,7 @@ class SyslogTest extends \PHPUnit_Framework_TestCase public function testCiscoSyslog() { // populate fake $dev_cache and $config - global $config, $dev_cache; + global $config, $dev_cache; $dev_cache['1.1.1.1'] = ['device_id' => 1, 'os' => 'ios', 'version' => 1];; $confg = array(); $config['syslog_filter'] = array();