mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
22 lines
975 B
XML
22 lines
975 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title>LibreNMS Notifications</title>
|
|
<description>RSS feed for notifications to LibreNMS users</description>
|
|
<link>http://www.librenms.org/</link>
|
|
<lastBuildDate>Tue, 19 Jan 2016 12:00:00 +0000</lastBuildDate>
|
|
<pubDate>Tue, 19 Jan 2016 12:00:00 +0000</pubDate>
|
|
<ttl>1800</ttl>
|
|
<item>
|
|
<title>Hello World!</title>
|
|
<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>
|
|
</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>
|
|
</rss>
|