[Support] uberchuckie - observium


Recommended Posts

I have updated Zuhkov's Observium Docker image. It replaces the previous image in Community Applications.

 

New Installs

For new installs, it works out-of-the-box. Username and password are both "observium".

 

It takes a minute or two for the database to be initialized. Wait a bit before trying to logon.

 

Upgrading from Zuhkov's image

BACKUP YOUR EXISTING appdata config and template XML in case something goes wrong. Both the new and old images can run concurrently; just change the UI port for one of the containers.

 

The new image can use your existing observium database. The schema will be automatically upgraded to the latest version. The schema upgrade is irreversible. If you want to switch back to the old image, you must use the old backed up databases.

 

Template: https://github.com/charlescng/docker-containers/tree/master/unraid-templates

Docker Hub repo: https://hub.docker.com/r/uberchuckie/observium/

Updated Dockerfile and files: https://github.com/charlescng/docker-containers/tree/master/observium

 

Changelog

Version 8.0.2 - February 7th 2024

  • Update to MariaDB 10.11.7
  • Use the observium-wrapper for the crontab entries

 

Version 8.0.1 - October 25th 2023

  • Automatically answer 'yes' to prompts on housekeeping jobs

 

Version 8.0.0 - October 23th 2023

  • Update to Observium CE 23.9.13005
  • Update to MariaDB 10.11.5

 

Version 7.0.1 - March 28th 2023

  • Apply workaround for graph timezone always using UTC

 

Version 7.0.0 - March 26th 2023

  • Update to Observium CE 23.1.12493
  • Update to phusion/baseimage:jammy-1.0.1
  • Update to MariaDB 10.11.2

 

Version 6.0.0 - January 5th 2023

  • Update to Observium CE 22.12.12447
  • Update to MariaDB 10.10.2

 

Version 5.0.0 - July 17th 2022

  • Update to Observium CE 22.5.12042
  • Update to phusion/baseimage:focal-1.2.0
  • Update to MariaDB 10.7.4

 

Version 4.2.0 - May 20th 2022

  • Update to MariaDB 10.7.3

 

Version 4.1.0 - November 9th 2021

  • Added syslog support
  • Remove hardcoded poller parameter

 

Version 4.0.0 - October 20th 2021

  • Update to Observium CE 21.10.11666

 

Version 3.1.2 -September 22nd 2021

  • Fix fping execute permission issue
  • Update to MariaDB 10.5.12

 

Version 3.1.1 - July 30th 2021

  • Add housekeeping cron jobs
  • Remove call to phpenmod mcrypt
  • Update to MariaDB 10.5.11

 

Version 3.1.0 - May 11th 2021

  • Update to phusion/baseimage:focal-1.0.0

 

Version 3.0.3 - May 10th 2021

  • Update to MariaDB 10.5.10

 

Version 3.0.2 - January 16th 2021

  • Update to MariaDB 10.5.8

 

Version 3.0.1 - October 11th 2020

  • Update to MariaDB 10.5.6

 

Version 3.0.0 - October 1st 2020

  • Update to Observium CE 20.9.10731
  • Update to MariaDB 10.5.5
  • Fix file permission issues for the MariaDB 10.4 to 10.5 upgrade
  • Set database files owner to nobody during startup

 

Version 2.1.1 - July 27th 2020

  • Added step to run mysql_upgrade during startup

 

Version 2.1.0 - July 25th 2020

  • Update to phusion/baseimage:bionic-1.0.0
  • Update to MariaDB 10.5.4

 

Version 2.0.2 - April 18th 2020

  • Update to MariaDB 10.4.12

 

Version 2.0.1 - January 12th 2020

  • Update to MariaDB 10.4.11

 

Version 2.0.0 - December 10th 2019

  • Update to Observium CE 19.8.1
  • Update to MariaDB 10.4.8

 

Version 1.4 - June 5th 2019

  • Update to MariaDB 10.3.15

 

Version 1.3 - April 29th 2019

  • Update to MariaDB 10.3.14

 

Version 1.2 - February 16th 2019

  • Update to MariaDB 10.3.12

 

Version 1.1 - November 24th 2018

  • discovery.php script is now run in debug mode
  • Update to MariaDB 10.3.11

 

Version 1.0 - October 21st 2018

  • phusion/baseimage 0.11 (Ubuntu 18.04 with PHP 7.2)
  • Observium CE 18.9.1
  • MariaDB 10.3.10
Edited by uberchuckie
Update changelog
Link to comment

Here's the log file after the docker restart:

 

*** Running /etc/my_init.d/10_syslog-ng.init...
Oct 25 09:48:25 b4110ea3034a syslog-ng[13]: syslog-ng starting up; version='3.13.2'

*** Running /etc/my_init.d/firstrun.sh...
Using existing PHP database config file.
warning: commands will be executed using /bin/sh

job 3 at Thu Oct 25 09:49:00 2018
ln: failed to create symbolic link '/opt/observium/config.php': File exists

*** Booting runit daemon...
*** Runit started as PID 29
Oct 25 09:48:26 b4110ea3034a cron[34]: (CRON) INFO (pidfile fd = 3)
Oct 25 09:48:26 b4110ea3034a cron[34]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
Database exists.
Starting MariaDB...
181025 09:48:26 mysqld_safe Logging to '/config/databases/b4110ea3034a.err'.
181025 09:48:26 mysqld_safe Starting mysqld daemon with databases from /config/databases
Oct 25 09:50:01 b4110ea3034a CRON[324]: (root) CMD ( /opt/observium/discovery.php -h new >> /dev/null 2>&1)
Oct 25 09:50:01 b4110ea3034a CRON[325]: (root) CMD ( /opt/observium/poller-wrapper.py 2 >> /dev/null 2>&1)

 

Link to comment
18 hours ago, egjason said:

I spun up the container by I can't seem to get any graphs to load correctly, and when navigating to a device under the "Devices" page, I just seem to get errors that an invalid device ID was specified in the URL. And advice? The Observium Documentation doesn't offer much....


Are you re-using an existing database from Zuhkov's image or a new setup?

Link to comment
16 hours ago, sdiama said:

Here's the log file after the docker restart:

 


*** Running /etc/my_init.d/10_syslog-ng.init...
Oct 25 09:48:25 b4110ea3034a syslog-ng[13]: syslog-ng starting up; version='3.13.2'

*** Running /etc/my_init.d/firstrun.sh...
Using existing PHP database config file.
warning: commands will be executed using /bin/sh

job 3 at Thu Oct 25 09:49:00 2018
ln: failed to create symbolic link '/opt/observium/config.php': File exists

*** Booting runit daemon...
*** Runit started as PID 29
Oct 25 09:48:26 b4110ea3034a cron[34]: (CRON) INFO (pidfile fd = 3)
Oct 25 09:48:26 b4110ea3034a cron[34]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
Database exists.
Starting MariaDB...
181025 09:48:26 mysqld_safe Logging to '/config/databases/b4110ea3034a.err'.
181025 09:48:26 mysqld_safe Starting mysqld daemon with databases from /config/databases
Oct 25 09:50:01 b4110ea3034a CRON[324]: (root) CMD ( /opt/observium/discovery.php -h new >> /dev/null 2>&1)
Oct 25 09:50:01 b4110ea3034a CRON[325]: (root) CMD ( /opt/observium/poller-wrapper.py 2 >> /dev/null 2>&1)

 

 

Did you upgrade from Zuhkov's image? If it's a brand new setup with a new database, the username and password are observium.

 

It's added in https://github.com/charlescng/docker-containers/blob/master/observium/mariadb.sh#L30

Link to comment
Just now, uberchuckie said:

Do you know if the device should work with Observium? Maybe it's a SNMP version problem?

Observium has the MIB's for both the UniFi Products and seems to support information obtained from either WMI or the built-in Windows SNMP Poller - so I'd venture to say yes, they support it. I've tried both v2c and v3 to no avail.

Link to comment
3 hours ago, whitedwarf said:

Same issue here. Fresh install and impossible to login with user & password = observium.

Tried to remove the appdata folder but still have the issue.

 

Can you check that you have not modified the default user/pass ?

 

I just created a test container from scratch. The UI does come up but for the first run, it takes a minute or two to initialize the database. If you tried to logon right away, it won't work, and that's what people are seeing I think.

 

Here is my log file from the test container:

Quote

*** Running /etc/my_init.d/10_syslog-ng.init...
Oct 27 22:13:48 4b59040720d3 syslog-ng[14]: syslog-ng starting up; version='3.13.2'
*** Running /etc/my_init.d/firstrun.sh...
Loading PHP config from default.
*** Booting runit daemon...
*** Runit started as PID 37
Oct 27 22:13:49 4b59040720d3 cron[41]: (CRON) INFO (pidfile fd = 3)
Oct 27 22:13:49 4b59040720d3 cron[41]: (CRON) INFO (Running @reboot jobs)
Initializing Data Directory.
Installation complete.
Oct 27 22:13:52 4b59040720d3 mysqld_safe: Starting mysqld daemon with databases from /config/databases
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] /usr/sbin/mysqld (mysqld 10.3.10-MariaDB-1:10.3.10+maria~bionic-log) starting as process 330 ...
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Using Linux native AIO
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Uses event mutexes
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Number of pools: 1
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Using SSE2 crc32 instructions
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Completed initialization of buffer pool
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Creating shared tablespace for temporary tables
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Waiting for purge to start
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: 10.3.10 started; log sequence number 1630815; transaction id 21
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Loading buffer pool(s) from /config/databases/ib_buffer_pool
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] Plugin 'FEEDBACK' is disabled.
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] InnoDB: Buffer pool(s) load completed at 181027 22:13:52
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] Server socket created on IP: '127.0.0.1'.
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] Reading of all Master_info entries succeded
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] Added new Master_info '' to hash table
Oct 27 22:13:52 4b59040720d3 mysqld: 2018-10-27 22:13:52 0 [Note] /usr/sbin/mysqld: ready for connections.
Oct 27 22:13:52 4b59040720d3 mysqld: Version: '10.3.10-MariaDB-1:10.3.10+maria~bionic-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
Creating database.
Creating user.
Granting access to 'observium' user for localhost.
[1;37m
___ _ _
/ _ \ | |__ ___ ___ _ __ __ __(_) _ _ _ __ ___
| | | || '_ \ / __| / _ \| '__|\ \ / /| || | | || '_ ` _ \
| |_| || |_) |\__ \| __/| | \ V / | || |_| || | | | | |
\___/ |_.__/ |___/ \___||_| \_/ |_| \__,_||_| |_| |_|[0;36m
Observium Community Edition 18.9.9420
http://www.observium.org[0m
[0m
Install initial database schema ... done.
-- Updating database/file schema
382 -> 383 # (db) .... Done (0s).
-- Done.
Install initial database schema ... done.
-- Updating database/file schema
382 -> 383 # (db) .... Done (0s).
-- Done.
[0;32mObservium CE 18.9.9420
[1;37mAdd User[0m
[0m
User observium added successfully.
Shutting down.
Oct 27 22:14:47 4b59040720d3 mysqld: 2018-10-27 22:14:47 0 [Note] /usr/sbin/mysqld (initiated by: root[root] @ localhost []): Normal shutdown
Oct 27 22:14:47 4b59040720d3 mysqld: 2018-10-27 22:14:47 0 [Note] Event Scheduler: Purging the queue. 0 events
Oct 27 22:14:47 4b59040720d3 mysqld: 2018-10-27 22:14:47 0 [Note] InnoDB: FTS optimize thread exiting.
Oct 27 22:14:47 4b59040720d3 mysqld: 2018-10-27 22:14:47 0 [Note] InnoDB: Starting shutdown...
Oct 27 22:14:47 4b59040720d3 mysqld: 2018-10-27 22:14:47 0 [Note] InnoDB: Dumping buffer pool(s) to /config/databases/ib_buffer_pool
Oct 27 22:14:47 4b59040720d3 mysqld: 2018-10-27 22:14:47 0 [Note] InnoDB: Buffer pool(s) dump completed at 181027 22:14:47
Oct 27 22:14:49 4b59040720d3 mysqld: 2018-10-27 22:14:49 0 [Note] InnoDB: Shutdown completed; log sequence number 8352003; transaction id 5210
Oct 27 22:14:49 4b59040720d3 mysqld: 2018-10-27 22:14:49 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
Oct 27 22:14:49 4b59040720d3 mysqld: 2018-10-27 22:14:49 0 [Note] /usr/sbin/mysqld: Shutdown complete
Oct 27 22:14:49 4b59040720d3 mysqld:
Oct 27 22:14:49 4b59040720d3 mysqld_safe: mysqld from pid file /var/run/mysqld/mysqld.pid ended
chown time
Initialization complete.
Starting MariaDB...
181027 22:14:54 mysqld_safe Logging to '/config/databases/4b59040720d3.err'.
181027 22:14:54 mysqld_safe Starting mysqld daemon with databases from /config/databases
Initialization complete.
Starting MariaDB...
181027 22:14:54 mysqld_safe Logging to '/config/databases/4b59040720d3.err'.
181027 22:14:54 mysqld_safe Starting mysqld daemon with databases from /config/databases

 

Link to comment
6 hours ago, GFRoSTY said:

installed , tried login with 'observium' name and Pswd, not being recognised.  Waited 10 mins still not working. restarted app waited another 5 mins still won't accept login credentials.

Can you delete your appdata files for observium, restart the container and post the logs? I can't reproduce the problem on my setup.

Link to comment

deleted APPdata for Observium, started...

 

It took about 10 mins, then I could log in. Not sure what happened on the first install which then you mentioned I needed to delete appdata and start up that seemed to fix it as I got to the Observium dashboard.

 

Thanks.

 

Edited by GFRoSTY
Link to comment
11 minutes ago, GFRoSTY said:

deleted APPdata for Observium, started...

 

It took about 10 mins, then I could log in. Not sure what happened on the first install which then you mentioned I needed to delete appdata and start up that seemed to fix it as I got to the Observium dashboard.

 

Thanks.

 

I actually saw your first post before you edited it.

 

The last line of the log file shows that the database schema creation did not complete. Either something went wrong or it was still initializing the database. 10 minutes is a really long time. On the first run, it should show something like:

 

Quote

Install initial database schema ... done.
-- Updating database/file schema
382 -> 383 # (db) .... Done (0s).
-- Done.
Install initial database schema ... done.
-- Updating database/file schema
382 -> 383 # (db) .... Done (0s).
-- Done.
[0;32mObservium CE 18.9.9420
[1;37mAdd User[0m
[0m
User observium added successfully.

 

What kind of hardware are you running?

 

I think if the container is killed before the database initialization completes, subsequent restarts won't run the first run script again because the database has already been initialized. I think the first run script can be improved to pick up where it left off.

Link to comment
  • 4 weeks later...

Trying a new setup and I get the following in the logs.

docker logs observium
*** Running /etc/my_init.d/10_syslog-ng.init...
Dec 18 10:36:10 bcba2e7b52f3 syslog-ng[14]: syslog-ng starting up; version='3.13.2'
*** Running /etc/my_init.d/firstrun.sh...
Using existing PHP database config file.
warning: commands will be executed using /bin/sh
job 1 at Tue Dec 18 10:37:00 2018
*** Booting runit daemon...
*** Runit started as PID 33
Initializing Data Directory.
Dec 18 10:36:13 bcba2e7b52f3 cron[39]: (CRON) INFO (pidfile fd = 3)
Dec 18 10:36:13 bcba2e7b52f3 cron[39]: (CRON) INFO (Running @reboot jobs)
Installation complete.
Dec 18 10:36:45 bcba2e7b52f3 mysqld_safe: Starting mysqld daemon with databases from /config/databases
Dec 18 10:36:45 bcba2e7b52f3 mysqld: 2018-12-18 10:36:45 0 [Note] /usr/sbin/mysqld (mysqld 10.3.11-MariaDB-1:10.3.11+maria~bionic-log) starting as process 329 ...
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [Note] InnoDB: Using Linux native AIO
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [Note] InnoDB: Uses event mutexes
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [Note] InnoDB: Number of pools: 1
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [Note] InnoDB: Using SSE2 crc32 instructions
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [Note] InnoDB: Completed initialization of buffer pool
Dec 18 10:36:46 bcba2e7b52f3 mysqld: 2018-12-18 10:36:46 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
Dec 18 10:36:47 bcba2e7b52f3 mysqld: 2018-12-18 10:36:47 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
Dec 18 10:36:47 bcba2e7b52f3 mysqld: 2018-12-18 10:36:47 0 [Note] InnoDB: Creating shared tablespace for temporary tables
Dec 18 10:36:47 bcba2e7b52f3 mysqld: 2018-12-18 10:36:47 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
Dec 18 10:36:47 bcba2e7b52f3 mysqld: 2018-12-18 10:36:47 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
Dec 18 10:36:47 bcba2e7b52f3 mysqld: 2018-12-18 10:36:47 0 [Note] InnoDB: 10.3.11 started; log sequence number 1630637; transaction id 23
Dec 18 10:36:47 bcba2e7b52f3 mysqld: 2018-12-18 10:36:47 0 [Note] InnoDB: Loading buffer pool(s) from /config/databases/ib_buffer_pool
Dec 18 10:36:47 bcba2e7b52f3 mysqld: 2018-12-18 10:36:47 0 [Note] InnoDB: Buffer pool(s) load completed at 181218 10:36:47
Dec 18 10:36:47 bcba2e7b52f3 mysqld: 2018-12-18 10:36:47 0 [Note] Plugin 'FEEDBACK' is disabled.
Dec 18 10:36:48 bcba2e7b52f3 mysqld: 2018-12-18 10:36:48 0 [Note] Server socket created on IP: '127.0.0.1'.
Dec 18 10:36:50 bcba2e7b52f3 mysqld: 2018-12-18 10:36:50 0 [Note] Reading of all Master_info entries succeded
Dec 18 10:36:50 bcba2e7b52f3 mysqld: 2018-12-18 10:36:50 0 [Note] Added new Master_info '' to hash table
Dec 18 10:36:50 bcba2e7b52f3 mysqld: 2018-12-18 10:36:50 0 [Note] /usr/sbin/mysqld: ready for connections.
Dec 18 10:36:50 bcba2e7b52f3 mysqld: Version: '10.3.11-MariaDB-1:10.3.11+maria~bionic-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
Dec 18 10:36:50 bcba2e7b52f3 mysqld: 2018-12-18 10:36:50 9 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:36:51 bcba2e7b52f3 mysqld: 2018-12-18 10:36:51 10 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:36:52 bcba2e7b52f3 mysqld: 2018-12-18 10:36:52 11 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:36:53 bcba2e7b52f3 mysqld: 2018-12-18 10:36:53 12 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:36:54 bcba2e7b52f3 mysqld: 2018-12-18 10:36:54 13 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:36:55 bcba2e7b52f3 mysqld: 2018-12-18 10:36:55 14 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:36:56 bcba2e7b52f3 mysqld: 2018-12-18 10:36:56 15 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:36:57 bcba2e7b52f3 mysqld: 2018-12-18 10:36:57 16 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:36:58 bcba2e7b52f3 mysqld: 2018-12-18 10:36:58 17 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:36:59 bcba2e7b52f3 mysqld: 2018-12-18 10:36:59 18 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:00 bcba2e7b52f3 mysqld: 2018-12-18 10:37:00 19 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:01 bcba2e7b52f3 mysqld: 2018-12-18 10:37:01 20 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:02 bcba2e7b52f3 mysqld: 2018-12-18 10:37:02 21 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:03 bcba2e7b52f3 mysqld: 2018-12-18 10:37:03 22 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:04 bcba2e7b52f3 mysqld: 2018-12-18 10:37:04 23 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:05 bcba2e7b52f3 mysqld: 2018-12-18 10:37:05 24 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:06 bcba2e7b52f3 mysqld: 2018-12-18 10:37:06 25 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:07 bcba2e7b52f3 mysqld: 2018-12-18 10:37:07 26 [Warning] Access denied for user 'observium'@'localhost' (using password: YES)
Dec 18 10:37:07 bcba2e7b52f3 mysqld: 2018-12-18 10:37:07 27 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:08 bcba2e7b52f3 mysqld: 2018-12-18 10:37:08 28 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:09 bcba2e7b52f3 mysqld: 2018-12-18 10:37:09 29 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:10 bcba2e7b52f3 mysqld: 2018-12-18 10:37:10 30 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:11 bcba2e7b52f3 mysqld: 2018-12-18 10:37:11 31 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:13 bcba2e7b52f3 mysqld: 2018-12-18 10:37:13 32 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:14 bcba2e7b52f3 mysqld: 2018-12-18 10:37:14 33 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:17 bcba2e7b52f3 mysqld: 2018-12-18 10:37:17 34 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:18 bcba2e7b52f3 mysqld: 2018-12-18 10:37:18 35 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:19 bcba2e7b52f3 mysqld: 2018-12-18 10:37:19 36 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:20 bcba2e7b52f3 mysqld: 2018-12-18 10:37:20 37 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:21 bcba2e7b52f3 mysqld: 2018-12-18 10:37:21 38 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:22 bcba2e7b52f3 mysqld: 2018-12-18 10:37:22 39 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:23 bcba2e7b52f3 mysqld: 2018-12-18 10:37:23 40 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:24 bcba2e7b52f3 mysqld: 2018-12-18 10:37:24 41 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:25 bcba2e7b52f3 mysqld: 2018-12-18 10:37:25 42 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:26 bcba2e7b52f3 mysqld: 2018-12-18 10:37:26 43 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:27 bcba2e7b52f3 mysqld: 2018-12-18 10:37:27 44 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:28 bcba2e7b52f3 mysqld: 2018-12-18 10:37:28 45 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:29 bcba2e7b52f3 mysqld: 2018-12-18 10:37:29 46 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:30 bcba2e7b52f3 mysqld: 2018-12-18 10:37:30 47 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:31 bcba2e7b52f3 mysqld: 2018-12-18 10:37:31 48 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:32 bcba2e7b52f3 mysqld: 2018-12-18 10:37:32 49 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:33 bcba2e7b52f3 mysqld: 2018-12-18 10:37:33 50 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:34 bcba2e7b52f3 mysqld: 2018-12-18 10:37:34 51 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:35 bcba2e7b52f3 mysqld: 2018-12-18 10:37:35 52 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:36 bcba2e7b52f3 mysqld: 2018-12-18 10:37:36 53 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:37 bcba2e7b52f3 mysqld: 2018-12-18 10:37:37 54 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:38 bcba2e7b52f3 mysqld: 2018-12-18 10:37:38 55 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:39 bcba2e7b52f3 mysqld: 2018-12-18 10:37:39 56 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:40 bcba2e7b52f3 mysqld: 2018-12-18 10:37:40 57 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:41 bcba2e7b52f3 mysqld: 2018-12-18 10:37:41 58 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:42 bcba2e7b52f3 mysqld: 2018-12-18 10:37:42 59 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:44 bcba2e7b52f3 mysqld: 2018-12-18 10:37:44 60 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:45 bcba2e7b52f3 mysqld: 2018-12-18 10:37:45 61 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:46 bcba2e7b52f3 mysqld: 2018-12-18 10:37:46 62 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:47 bcba2e7b52f3 mysqld: 2018-12-18 10:37:47 63 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:48 bcba2e7b52f3 mysqld: 2018-12-18 10:37:48 64 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:49 bcba2e7b52f3 mysqld: 2018-12-18 10:37:49 65 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:50 bcba2e7b52f3 mysqld: 2018-12-18 10:37:50 66 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:51 bcba2e7b52f3 mysqld: 2018-12-18 10:37:51 67 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:52 bcba2e7b52f3 mysqld: 2018-12-18 10:37:52 68 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:53 bcba2e7b52f3 mysqld: 2018-12-18 10:37:53 69 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:54 bcba2e7b52f3 mysqld: 2018-12-18 10:37:54 70 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:55 bcba2e7b52f3 mysqld: 2018-12-18 10:37:55 71 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:56 bcba2e7b52f3 mysqld: 2018-12-18 10:37:56 72 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:57 bcba2e7b52f3 mysqld: 2018-12-18 10:37:57 73 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Dec 18 10:37:59 bcba2e7b52f3 mysqld: 2018-12-18 10:37:59 74 [Warning] Access denied for user 'root'@'localhost' (using password: NO)

 

Link to comment

This is a new setup? The logs shows there already was a configuration in in the config volume.

 

> Using existing PHP database config file.

 

Try deleting the observium directory in your appdata directory and start the container again. I don't think the database schema or the users were created properly.

Edited by uberchuckie
Link to comment
  • 2 weeks later...

I am having the same issue as others. Brand new install. Never used it before and observium is not working for the default name/password

 

Quote

ErrorWarningSystemArrayLogin


*** Running /etc/my_init.d/10_syslog-ng.init...
Jan 2 00:21:49 1fe8fa9f12e8 syslog-ng[13]: syslog-ng starting up; version='3.13.2'
*** Running /etc/my_init.d/firstrun.sh...
Loading PHP config from default.
*** Booting runit daemon...
*** Runit started as PID 36
Initializing Data Directory.
Jan 2 00:21:50 1fe8fa9f12e8 cron[41]: (CRON) INFO (pidfile fd = 3)
Jan 2 00:21:50 1fe8fa9f12e8 cron[41]: (CRON) INFO (Running @reboot jobs)
Installation complete.
Jan 2 00:21:59 1fe8fa9f12e8 mysqld_safe: Starting mysqld daemon with databases from /config/databases
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] /usr/sbin/mysqld (mysqld 10.3.11-MariaDB-1:10.3.11+maria~bionic-log) starting as process 336 ...
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Using Linux native AIO
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Uses event mutexes
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Number of pools: 1
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Using SSE2 crc32 instructions
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Completed initialization of buffer pool
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Creating shared tablespace for temporary tables
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: 10.3.11 started; log sequence number 1630824; transaction id 21
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Loading buffer pool(s) from /config/databases/ib_buffer_pool
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] Plugin 'FEEDBACK' is disabled.
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] InnoDB: Buffer pool(s) load completed at 190102 0:21:59
Jan 2 00:21:59 1fe8fa9f12e8 mysqld: 2019-01-02 0:21:59 0 [Note] Server socket created on IP: '127.0.0.1'.
Jan 2 00:22:00 1fe8fa9f12e8 mysqld: 2019-01-02 0:22:00 0 [Note] Reading of all Master_info entries succeded
Jan 2 00:22:00 1fe8fa9f12e8 mysqld: 2019-01-02 0:22:00 0 [Note] Added new Master_info '' to hash table
Jan 2 00:22:00 1fe8fa9f12e8 mysqld: 2019-01-02 0:22:00 0 [Note] /usr/sbin/mysqld: ready for connections.
Jan 2 00:22:00 1fe8fa9f12e8 mysqld: Version: '10.3.11-MariaDB-1:10.3.11+maria~bionic-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
Creating database.
Creating database user.
Granting database access to 'observium' user for localhost.
Running Observium's discovery script.
DEBUG!

SQL[[0;33mSELECT `attrib_value` FROM `observium_attribs` WHERE `attrib_type` = 'dbSchema';[0m][0m
SQL RUNTIME[[0;32m0.00025892s[0m][0m

SQL[[0;33mSELECT `version` FROM `dbSchema` ORDER BY `version` DESC LIMIT 1[0m][0m
SQL RUNTIME[[0;32m0.00025201s[0m][0m

SQL[[0;33mSELECT @@SESSION.sql_mode;[0m][0m
SQL RUNTIME[[0;32m0.00008082s[0m][0m

SQL[[0;33mSET SESSION `sql_mode` = 'ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'[0m][0m
SQL RUNTIME[[0;32m0.00003505s[0m][0m
DB mode(s) disabled: STRICT_TRANS_TABLES

SQL[[0;33mSELECT `attrib_value` FROM `observium_attribs` WHERE `attrib_type` = 'current_rev';[0m][0m
SQL RUNTIME[[0;32m0.00008893s[0m][0m

SQL[[0;33mSELECT `attrib_value` FROM `observium_attribs` WHERE `attrib_type` = 'current_version';[0m][0m
SQL RUNTIME[[0;32m0.00010490s[0m][0m

SQL[[0;33mINSERT INTO `eventlog` (`device_id`,`entity_id`,`entity_type`,`timestamp`,`severity`,`message`) VALUES ('0',NULL,'global',NOW(),'5','Observium updated: -> 18.9.9420')[0m][0m
SQL RUNTIME[[0;32m0.00010920s[0m]
ERROR[[0;31mError in query: (Table 'observium.eventlog' doesn't exist) 1146[0m][0m

SQL[[0;33mSELECT COUNT(*) FROM `observium_attribs` WHERE `attrib_type` = 'current_rev';[0m][0m
SQL RUNTIME[[0;32m0.00011301s[0m]
ERROR[[0;31mError in query: (Table 'observium.observium_attribs' doesn't exist) 1146[0m][0m

SQL[[0;33mINSERT INTO `observium_attribs` (`attrib_type`,`attrib_value`) VALUES ('current_rev','9420')[0m][0m
SQL RUNTIME[[0;32m0.00010109s[0m]
ERROR[[0;31mError in query: (Table 'observium.observium_attribs' doesn't exist) 1146[0m][0m

SQL[[0;33mSELECT COUNT(*) FROM `observium_attribs` WHERE `attrib_type` = 'current_version';[0m][0m
SQL RUNTIME[[0;32m0.00010896s[0m]
ERROR[[0;31mError in query: (Table 'observium.observium_attribs' doesn't exist) 1146[0m][0m

SQL[[0;33mINSERT INTO `observium_attribs` (`attrib_type`,`attrib_value`) VALUES ('current_version','18.9.9420')[0m][0m
SQL RUNTIME[[0;32m0.00012779s[0m]
ERROR[[0;31mError in query: (Table 'observium.observium_attribs' doesn't exist) 1146[0m][0m

SQL[[0;33mSELECT * FROM `config`[0m][0m
SQL RUNTIME[[0;32m0.00007915s[0m]
ERROR[[0;31mError in query: (Table 'observium.config' doesn't exist) 1146[0m][0m

CMD[[0;33m/bin/hostname -f[0m]
[0m
CMD EXITCODE[[0;32m0[0m]
CMD RUNTIME[[0;32m0s[0m][0m
STDOUT[
1fe8fa9f12e8
][0m
[1;37m
___ _ _
/ _ \ | |__ ___ ___ _ __ __ __(_) _ _ _ __ ___
| | | || '_ \ / __| / _ \| '__|\ \ / /| || | | || '_ ` _ \
| |_| || |_) |\__ \| __/| | \ V / | || |_| || | | | | |
\___/ |_.__/ |___/ \___||_| \_/ |_| \__,_||_| |_| |_|[0;36m
Observium Community Edition 18.9.9420
http://www.observium.org[0m
[0m

CMD[[0;33m/opt/observium/scripts/distro[0m]
[0m
CMD EXITCODE[[0;32m0[0m]
CMD RUNTIME[[0;32m0.0482s[0m][0m
STDOUT[
Linux|4.14.49-unRAID|amd64|Ubuntu|18.04||docker
][0m

CMD[[0;33m/usr/bin/env python --version 2>&1[0m]
[0m
CMD EXITCODE[[0;32m0[0m]
CMD RUNTIME[[0;32m0.0037s[0m][0m
STDOUT[
Python 2.7.15rc1
][0m

SQL[[0;33mSELECT version();[0m][0m
SQL RUNTIME[[0;32m0.00017190s[0m][0m

CMD[[0;33m/usr/bin/snmpget --version 2>&1[0m]
[0m
CMD EXITCODE[[0;32m0[0m]
CMD RUNTIME[[0;32m0.0025s[0m][0m
STDOUT[
NET-SNMP version: 5.7.3
][0m

CMD[[0;33m/usr/bin/rrdtool --version | head -n1[0m]
[0m
CMD EXITCODE[[0;32m0[0m]
CMD RUNTIME[[0;32m0.0142s[0m][0m
STDOUT[
RRDtool 1.7.0 Copyright by Tobias Oetiker <[email protected]>
][0m

CMD[[0;33m/usr/bin/fping -v 2>&1[0m]
[0m
CMD EXITCODE[[0;32m0[0m]
CMD RUNTIME[[0;32m0.0017s[0m][0m
STDOUT[
/usr/bin/fping: Version 4.0
/usr/bin/fping: comments to [email protected]
][0m

CMD[[0;33m/usr/sbin/apache2 -v | awk '/Server version:/ {print $3}'[0m]
[0m
CMD EXITCODE[[0;32m0[0m]
CMD RUNTIME[[0;32m0.0355s[0m][0m
STDOUT[
Apache/2.4.29
][0m

CMD[[0;33mdate "+%:z"[0m]
[0m
CMD EXITCODE[[0;32m0[0m]
CMD RUNTIME[[0;32m0.0019s[0m][0m
CMD EXITDELAY[[0;31m10ms[0m][0m
STDOUT[
-05:00
][0m

SQL[[0;33mSELECT TIMEDIFF(NOW(), UTC_TIMESTAMP);[0m][0m
SQL RUNTIME[[0;32m0.00023913s[0m][0m

SQL[[0;33mSELECT @@SESSION.sql_mode;[0m][0m
SQL RUNTIME[[0;32m0.00013995s[0m][0m

SQL[[0;33mSHOW VARIABLES LIKE 'character_set_connection'[0m][0m
SQL RUNTIME[[0;32m0.00122690s[0m][0m

[0;36m##### [1;37mSoftware versions[0;36m #####[0m
[0m
[0;36m o [1;37mOS [0m Linux 4.14.49-unRAID [amd64] (Ubuntu 18.04)
[0;36m o [1;37mApache [0m 2.4.29
[0;36m o [1;37mPHP [0m 7.2.10-0ubuntu0.18.04.1 (OPcache: DISABLED)
[0;36m o [1;37mPython [0m 2.7.15rc1
[0;36m o [1;37mMySQL [0m 10.3.11-MariaDB-1:10.3.11+maria~bionic-log (extension: mysqli 5.0.12-dev)
[0;36m o [1;37mSNMP [0m NET-SNMP 5.7.3
[0;36m o [1;37mRRDtool [0m 1.7.0
[0;36m o [1;37mFping [0m 4.0 (IPv4 and IPv6)

[0;35m##### [1;37mMemory Limit[0;35m #####[0m
[0m
[0;35m o [1;37mPHP [0m Unlimited

[0;35m##### [1;37mMySQL mode[0;35m #####[0m
[0m
[0;35m o [1;37mMySQL [0m ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

[0;35m##### [1;37mCharset info[0;35m #####[0m
[0m
[0;35m o [1;37mPHP [0m UTF-8
[0;35m o [1;37mMySQL [0m utf8

[0;35m##### [1;37mTimezones info[0;35m #####[0m
[0m
[0;35m o [1;37mDate [0m Wednesday, 02-Jan-19 00:22:02 EST
[0;35m o [1;37mPHP [0m -05:00
[0;35m o [1;37mMySQL [0m -05:00


SQL[[0;33mSELECT `attrib_value` FROM `observium_attribs` WHERE `attrib_type` = 'dbSchema';[0m][0m
SQL RUNTIME[[0;32m0.00023198s[0m][0m

SQL[[0;33mSELECT `version` FROM `dbSchema` ORDER BY `version` DESC LIMIT 1[0m][0m
SQL RUNTIME[[0;32m0.00018287s[0m][0m

SQL[[0;33mSELECT 1 FROM `devices` LIMIT 1;[0m][0m
SQL RUNTIME[[0;32m0.00018001s[0m]
ERROR[[0;31mError in query: (Table 'observium.devices' doesn't exist) 1146[0m][0m
Install initial database schema ...
CMD[[0;33m/usr/bin/mysql -u'observium' -p'HuH0kzlYDhHiytDkNyjzRT08tI1zMMz0' -h'localhost' -D 'observium' < '/opt/observium/update/db_schema_mysql.sql'[0m]
[0m
Jan 2 00:25:01 1fe8fa9f12e8 CRON[430]: (root) CMD ( /opt/observium/discovery.php -h new >> /dev/null 2>&1)
Jan 2 00:25:01 1fe8fa9f12e8 CRON[431]: (root) CMD ( /opt/observium/poller-wrapper.py 2 >> /dev/null 2>&1)
*** Shutting down runit daemon (PID 36)...
*** Running /etc/my_init.post_shutdown.d/10_syslog-ng.shutdown...
Jan 2 00:25:44 1fe8fa9f12e8 syslog-ng[13]: syslog-ng shutting down; version='3.13.2'
*** Init system aborted.
*** Killing all processes...
*** Running /etc/my_init.d/10_syslog-ng.init...
Jan 2 00:25:51 1fe8fa9f12e8 syslog-ng[12]: syslog-ng starting up; version='3.13.2'
*** Running /etc/my_init.d/firstrun.sh...
Using existing PHP database config file.
warning: commands will be executed using /bin/sh
job 1 at Wed Jan 2 00:26:00 2019
ln: failed to create symbolic link '/opt/observium/config.php': File exists
*** Booting runit daemon...
*** Runit started as PID 29
Jan 2 00:25:51 1fe8fa9f12e8 cron[34]: (CRON) INFO (pidfile fd = 3)
Database exists.
Starting MariaDB...
Jan 2 00:25:51 1fe8fa9f12e8 cron[34]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
190102 00:25:51 mysqld_safe Logging to '/config/databases/1fe8fa9f12e8.err'.
190102 00:25:51 mysqld_safe Starting mysqld daemon with databases from /config/databases

 

Edited by tmoran000
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.