librenms-librenms/misc/notifications.rss
PipoCanaja 53bfb24ef9 Migrate xDSL code to module, and add support for VDSL2 MIB (#14207)
* use component to discover if xDSL polling is needed

use component to discover if xDSL polling is needed

* Components OK, Polling in correct files, no DB for VDSL

* GUI

GUI_suite

* per port as well

* rename

* interface listing

* draytek_snmpsim

* fix arraymerge

fix names and max value

* schema

schema

style

* remove one dbFetchRows

remove 2x dbFetchCell

style

style

remove Legacy dbFetchRow

tests

tests

eloquent

more eloquent

more eloquent

one more gone

* fix properties access

eloquent_insert_update

style

tests

tests

tests

tests

* tests

tests

tests

* adslLineCoding

* Models

* fix not nullable cols in DB from code

default values

typo

rename

typo

schema

fix

fix

vdsl fix now

typo

typo

fix size

fix size

* Power values for VDSL

Power values for VDSL

Power values for VDSL

DB

* cleanup

* Rrd::checkRrdExists

* always enable DSL discovery

style

* xdsl module

* cleanup and move to Module

cleanup and move to Module

cleanup and move to Module

cleanup and move to Module

* Fix display

* fix polling and tenth

* remove legacy poller

* Style and Cosmetics

Cosmetics

Cleanup

* Translations

Translations

* exists

exists

* add test support for xdsl

* remove last component call

unused

* translations

* remove non standard onclick event on xdsl line

* Update Discovery Support.md

Update Poller Support.md

toner_gone

* Notification for removal of lnms config:set enable_ports_adsl true

* enable on devices with potential DSL interfaces

* tests are working now

fix teldat tests

* os_schema

* teldat

* move to new module structure

* move to new module structure

* wrong dump function

* wrong dump function

* laravel_through_key hidden

* Update notifications.rss

* Update notifications.rss

Co-authored-by: Tony Murray <murraytony@gmail.com>
2022-09-07 19:29:17 -05:00

93 lines
5.6 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>https://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>
<item>
<title>Legacy Alert Templates and Transports removed</title>
<description>As described previously, Legacy Alert Templates and Transports have been removed. You can find more info here: https://community.librenms.org/t/deprecation-notice-alerting-legacy-transports-and-templates/5915</description>
<pubDate>Fri, 15 Feb 2017 23:00:00 +0000</pubDate>
</item>
<item>
<title>Cisco Temperature Sensor Threshold Values Stored as High Limits</title>
<description>During discovery, some temperature sensors discovered on Cisco devices had their highest temperature value stored as warning high limit. For new discovered devices, this value is now stored as high limit.</description>
<pubDate>Sun, 17 Mar 2019 21:00:00 +0100</pubDate>
</item>
<item>
<title>LibreNMS Python Dispatcher Service V2 (breaking change)</title>
<description>Version two of the LibreNMS python dispatcher service is merged. This code now requires Redis 5.x and redis-py 3.x to operate (if using distributed polling). If you are using the dispatcher service with Redis and have not updated, polling will stop functioning.</description>
<pubDate>Mon, 20 May 2019 00:00:00 +0000</pubDate>
</item>
<item>
<title>RutOS 2xx pinState renamed</title>
<description>RutOS 2xx pinState renamed to rutos2xx_pinState. Update any alert rules you may have.</description>
<pubDate>Thu, 10 Oct 2019 00:00:00 +0000</pubDate>
</item>
<item>
<title>Cisco Wireless Controller classified as Wireless</title>
<description>Cisco WLC is now classified as type "Wireless" instead of "Network". Update any alert rules you may have.</description>
<pubDate>Wed, 18 Dec 2019 00:00:00 +0000</pubDate>
</item>
<item>
<title>nobulk is now called snmp_bulk</title>
<description>The config option "nobulk" is now called "snmp_bulk" to align better with other options. Update any local configs you might have. See https://github.com/librenms/librenms/pull/13098 for more information</description>
<pubDate>Wed, 01 Sep 2021 18:00:00 +0000</pubDate>
</item>
<item>
<title>Mikrotik routeros wireless changes</title>
<description>Improvements to routeros wireless polling will lose historical data for 60GHz rate, frequency, and distance wireless sensors. See https://github.com/librenms/librenms/pull/12976 for more information.</description>
<pubDate>Wed, 19 Oct 2021 18:00:00 +0000</pubDate>
</item>
<item>
<title>ADSL discovery and polling moved to a new module</title>
<description>Adsl statistics are now discovered and polled in a new module. Vdsl stats were also added. `lnms config:set enable_ports_adsl true`is not supported anymore. See https://github.com/librenms/librenms/pull/14207 for more information.</description>
<pubDate>Wed, 7 Sept 2022 18:00:00 +0000</pubDate>
</item>
</channel>
</rss>