Notifcation and tab->spaces fix.

This commit is contained in:
Tony Murray
2016-03-03 06:46:39 -06:00
parent 734d1bcd9d
commit 2af1b517e5
2 changed files with 6 additions and 1 deletions

View File

@@ -12,5 +12,10 @@
<description>This is the first notification. We will post these whenever an upcoming major change is about to happen.</description> <description>This is the first notification. We will post these whenever an upcoming major change is about to happen.</description>
<pubDate>Tue, 19 Jan 2016 12:00:00 +0000</pubDate> <pubDate>Tue, 19 Jan 2016 12:00:00 +0000</pubDate>
</item> </item>
<item>
<title>Cisco syslog parsing changes</title>
<description>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.</description>
<pubDate>Thu, 03 Mar 2016 12:00:00 +0000</pubDate>
</item>
</channel> </channel>
</rss> </rss>

View File

@@ -27,7 +27,7 @@ class SyslogTest extends \PHPUnit_Framework_TestCase
public function testCiscoSyslog() public function testCiscoSyslog()
{ {
// populate fake $dev_cache and $config // 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];; $dev_cache['1.1.1.1'] = ['device_id' => 1, 'os' => 'ios', 'version' => 1];;
$confg = array(); $confg = array();
$config['syslog_filter'] = array(); $config['syslog_filter'] = array();