This appears to be related to libre not being able to talk to the database but I’ve verified that remote access to the database is available from the web and poller machine’s.
mysql -u librenms -h libresql.cerento.com -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 83399895
Server version: 10.1.26-MariaDB-0+deb9u1 Debian 9.1
That’s what has me so confused. I only added some text to a yaml file, it’s just strange that I noticed it around the same time. It likely has no relevance is my guess.
I suspect it’s something on the MySQL server as it’s referencing tables in the error, but I’m able to access it remotely with the correct credentials.
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 4032964
Server version: 10.1.26-MariaDB-0+deb9u1 Debian 9.1
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
MariaDB [(none)]> use librenms;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [librenms]> DROP TABLE vw_alertlog_updown;
ERROR 1965 (42S02): ‘librenms.vw_alertlog_updown’ is a view
MariaDB [librenms]> DROP TABLE vw_eventlog_updown;
ERROR 1965 (42S02): ‘librenms.vw_eventlog_updown’ is a view