Hi All,
I’m trying to configure the new poller service “librenms-service.py”
But when I launch it I have this error :
-bash-4.2$ /opt/librenms/librenms-service.py -d
MainThread(INFO):Configuring LibreNMS service
MainThread(INFO):Attempting to load .env from ‘/data/librenms/.env’
mazrnsmmadm072(INFO):Attaching signal handlers on thread mazrnsmmadm072
mazrnsmmadm072(INFO):Using pure python SQL client
mazrnsmmadm072(CRITICAL):ERROR: Could not connect to MySQL database! (1045, “Access denied for user ‘librenms’@’::1’ (using password: YES)”)
(1045, “Access denied for user ‘librenms’@’::1’ (using password: YES)”)
The .env file is populate with the right data
Vincent