mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Notifcation and tab->spaces fix.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user