librenms/misc/notifications.rss
Neil Lathwood 612186dabf alerting: Added option to enable/disable option for sending alerts to normal users (#6590)
* alerting: Added option to enable/disable option for sending alerts to normal users

* Update notifications.rss

* added missing sql

* Fix schema

* Update notifications.rss
2017-05-15 23:35:26 +01:00

53 lines
2.8 KiB
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>Mon, 02 May 2016 20:00:00 +0000</lastBuildDate>
<pubDate>Mon, 02 Mar 2016 20: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>
<item>
<title>Billing Data Changes</title>
<description>We have updated the method for storing billing data, removing a lot of information stored in
the database which was not used. Please check that your billing data is updating as expected, and
if you notice any problems open an issue on GitHub.</description>
<pubDate>Mon, 07 Mar 2016 12:00:00 +0000</pubDate>
</item>
<item>
<title>Introduction of default purge interval or alert history</title>
<description>We have introduced a purge setting for alert history which is set to 365 days as default. If you would like to update this then please
set $config['alert_log_purge'] to a custom value (set in days).</description>
<pubDate>Mon, 02 May 2016 20:00:00 +0000</pubDate>
</item>
<item>
<title>The Alerts Menu has moved</title>
<description>The Alerts menu has been relocated to a top level menu on the far right. To make room for this, Plugins have been moved
to the overview menu.</description>
<pubDate>Mon, 12 Sep 2016 20:00:00 +0000</pubDate>
</item>
<item>
<title>Wireless Section in Beta</title>
<description>The new wireless section is under development. Please visit our community to discuss these changes and help improve LibreNMS.
https://t.libren.ms/5fglp</description>
<pubDate>Mon, 1 May 2017 20:00:00 +0000</pubDate>
</item>
<item>
<title>Update to alerting to normal users</title>
<description>We have released an update to fix normal users receiving alerts with no ability to turn this off. An option is now available within the General alert settings section to
enable this. Please note that the default is off to match with the other default contact settings. If you expect normal users to receive alerts then you should enable this new option.</description>
<pubDate>Mon, 15 May 2017 23:00:00 +0000</pubDate>
</item>
</channel>
</rss>