ZMNinja -- No Monitors to Display

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
rudedog830
Posts: 10
Joined: Wed Jul 29, 2015 1:30 am

ZMNinja -- No Monitors to Display

Post by rudedog830 »

Recently did an upgrade of my OS (Fedora 32) and Zoneminder. Everything seems to be working except for ZmNinja. In the app, I get an error "No Monitors to Display. Check your credentials." I'm using built-in authentication and I've checked the credentials are correct. When I check the API using http://serverip/zm/api/monitors.json I receive the following:

{"name":"An Internal Error Has Occurred.","message":"An Internal Error Has Occurred.","url":"\/zm\/api\/monitors.json"}

I'm sure this is part of the problem, but I haven't figured out how to pinpoint the issue.
rudedog830
Posts: 10
Joined: Wed Jul 29, 2015 1:30 am

SOLVED: ZMNinja -- No Monitors to Display

Post by rudedog830 »

Turns out that I was missing the following lines in my zm.conf file:

# SSL CA certificate for ZoneMinder database
ZM_DB_SSL_CA_CERT=

# SSL client key for ZoneMinder database
ZM_DB_SSL_CLIENT_KEY=

# SSL client cert for ZoneMinder database
ZM_DB_SSL_CLIENT_CERT=
Post Reply