OK, this is really weird.
I’ve just checked, and I’m still at the same LibreNMS version: 1.53.1 - Tue Jul 02 2019 08:11:58 GMT-0400
These were the alarms that I got yesterday:
2019-07-03 18:45:41
ap_virtual_controller_name
#1: SERIAL_NUMBER Radio 1;
Current Value: 2 (state)
State Sensor Warning
2019-07-03 18:45:42
ap_name
#1: SERIAL_NUMBER Radio 1;
Current Value: 2 (state)
State Sensor Warning
And these are the OK that I got during the night:
2019-07-04 00:45:41
ap_name
#1: SERIAL_NUMBER Radio 1;
Current Value: 2 (state)
State Sensor Warning
2019-07-04 00:45:39
virtual_controller_name
#1: SERIAL_NUMBER Radio 1;
Current Value: 2 (state)
State Sensor Warning
These are the only things I have in daily.log
for today:
[ Thu, 04 Jul 2019 00:15:13 -0400 ] http://www.librenms.org/notifications.rss (43)
[ Thu, 04 Jul 2019 00:15:13 -0400 ] misc/notifications.rss (53)
[ Thu, 04 Jul 2019 00:15:13 -0400 ] Updating DB Done
Returned: 0
Caching PeeringDB data
Peering DB integration disabled
Returned: 0
I thought that the update_channel
was properly set to release
:
# Uncomment the next line to disable daily updates
#$config['update'] = 0;
$config['update_channel'] = 'release';
Yet I have some files that were updated today (besides cache, logs and storage framework):
vendor/autoload.php
vendor/composer/ClassLoader.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/composer/autoload_real.php
vendor/composer/autoload_classmap.php
vendor/composer/autoload_psr4.php
vendor/composer/autoload_namespaces.php
vendor/composer/LICENSE
vendor/composer/autoload_files.php
bootstrap/cache/services.php
bootstrap/cache/packages.php
.git/index
.git/FETCH_HEAD
Does this mean that the update_channel
is not release
and that we’re not following the stable branch?
Thanks again!