diff --git a/includes/billing.php b/includes/billing.php index b7ff73e75a..6ca49dcc26 100644 --- a/includes/billing.php +++ b/includes/billing.php @@ -88,7 +88,8 @@ function getLastPortCounter($port_id) { $return[out_counter] = $row['out_counter']; $return[out_delta] = $row['out_delta']; $return[state] = 'ok'; - } else { + } + else { $return[state] = 'failed'; } return $return; diff --git a/misc/notifications.rss b/misc/notifications.rss index 5d094945b1..fd92ea616d 100644 --- a/misc/notifications.rss +++ b/misc/notifications.rss @@ -4,8 +4,8 @@ LibreNMS Notifications RSS feed for notifications to LibreNMS users http://www.librenms.org/ - Tue, 19 Jan 2016 12:00:00 +0000 - Tue, 19 Jan 2016 12:00:00 +0000 + Mon, 07 Mar 2016 12:00:00 +0000 + Mon, 07 Mar 2016 12:00:00 +0000 1800 Hello World! @@ -17,5 +17,12 @@ 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. Thu, 03 Mar 2016 12:00:00 +0000 + + Billing Data Changes + 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. + Mon, 07 Mar 2016 12:00:00 +0000 +