Dear All,
I implemented Redis with a password after it was flagged during an audit for having an open port without authentication. Since enabling the password, I’m receiving the following error:
[FAIL] Caching server issue: Failed: NOAUTH Authentication required. [tcp://x.x.x.x:6379]
[OK] Python poller wrapper is polling
[FAIL] Redis is unavailable
[OK] rrdtool version ok
[OK] Connected to rrdcached
[FAIL] Caching server issue: Failed: NOAUTH Authentication required. [tcp://x.x.x.x:6379]
librenms@wihl-librenms:~$ ./daily.sh
Clearing caches FAIL
INFO Clearing cached bootstrap files.
config … 7.88ms DONE
cache … 5.62ms FAIL
In AbstractConnection.php line 157:
Failed: NOAUTH Authentication required. [tcp://x.x.x.x:6379]
Updating to latest codebase OK
Updating Composer packages OK
Updated from 282e6a6e0 to f1f7b30d4 OK
Updating SQL-Schema FAIL
In AbstractConnection.php line 157:
Failed: NOAUTH Authentication required. [tcp://x.x.x.x:6379]