Back to OP5 Monitor FAQ

How to see failed login attempts

Failed login attempts in the Ninja web interface for OP5 Monitor can be found in the logs, but requires the debug log level set in /etc/op5/log.yml for auth.log:

auth:
  file: /var/log/op5/auth.log
  level: debug
  reference: true

You’ll then see log lines like this:

(...) auth op5LogAccess @228: Trying to log in as: 'foo' with method 'Default'
(...) auth op5LogAccess @140: User 'foo' not found
(...) auth op5LogAccess @281: Failed to authenticate 'foo' using driver 'op5AuthDriver_Default'
["Geneos"] ["FAQ"]

Was this topic helpful?