I'm getting the following messages trying to run SpeedMon within unraid;
2023-12-11 19:55:12,202 - config_manager:init:27 - INFO: Configuration Successfully Loaded
2023-12-11 19:55:33,451 - storage_handler_base:init:18 - INFO: Built storage handler speedmon
2023-12-11 19:55:33,451 - storage_builder:init_storage_handler_from_ini:65 - INFO: No config section defined for INFLUXV2 in INI
2023-12-11 19:55:33,451 - storage_builder:init_storage_handler_from_ini:65 - INFO: No config section defined for GRAPHITE in INI
2023-12-11 19:55:33,485 - influxv1_storage_handler:validate_connection:48 - ERROR: Failed to connect to InfluxDB for unknown reason
2023-12-11 19:55:33,485 - speedmon::40 - ERROR: No active storage handlers available
I'm sure this is something I've done / not done, influxDB is 1.8 and working for other services.
Hi,
I'm getting the following messages trying to run SpeedMon within unraid;
2023-12-11 19:55:12,202 - config_manager:init:27 - INFO: Configuration Successfully Loaded 2023-12-11 19:55:33,451 - storage_handler_base:init:18 - INFO: Built storage handler speedmon 2023-12-11 19:55:33,451 - storage_builder:init_storage_handler_from_ini:65 - INFO: No config section defined for INFLUXV2 in INI 2023-12-11 19:55:33,451 - storage_builder:init_storage_handler_from_ini:65 - INFO: No config section defined for GRAPHITE in INI 2023-12-11 19:55:33,485 - influxv1_storage_handler:validate_connection:48 - ERROR: Failed to connect to InfluxDB for unknown reason 2023-12-11 19:55:33,485 - speedmon::40 - ERROR: No active storage handlers available
I'm sure this is something I've done / not done, influxDB is 1.8 and working for other services.
Config, set by variables, is;
INFLUXV1_URL: http://xx.xx.xx.20 INFLUXV1_DATABASE_NAME: speedmon INFLUXV1_NAME: speedmon INFLUXV1_PORT: 8086 INFLUXV1_USER: INFLUXV1_PASSWORD: INFLUXV1_VERIFY_SSL: FALSE INFLUXV1_SSL: FALSE SERVERS:
From Docker run:
docker run -d --name='Speedmon-InfluxDBv1' --net='bridge' -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="unhump" -e HOST_CONTAINERNAME="Speedmon-InfluxDBv1" -e 'DELAY'='300' -e 'INFLUXV1_URL'='http://10.10.72.20' -e 'INFLUXV1_DATABASE_NAME'='speedmon' -e 'INFLUXV1_NAME'='speedmon' -e 'INFLUXV1_PORT'='8086' -e 'INFLUXV1_USER'='' -e 'INFLUXV1_PASSWORD'='' -e 'INFLUXV1_VERIFY_SSL'='FALSE' -e 'INFLUXV1_SSL'='FALSE' -e 'SERVERS'='' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://github.com/maxcerny/unraid-docker-templates-icons/blob/c4d94c689d0921ab4dafdb0aeb7594b4fdb78e56/SpeedMon-Icon.png?raw=true' 'barrycarey/speedmon'
a5fccbd65c37de8fa1e61a8d1f3fceb1157af6d6b9d34ad7f4168289caff82e7