-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pending Auth #1048
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you follow the issue template or I may not respond. |
Sorry about that. Please ignore. This only works with 1.35 - not supported in 1.34 |
I'm still a bit confused. Isn't 1.34.23 the latest release? And are you saying zmeventsnotification won't work on 1.34 or just the System Status feature in zmNinja? |
The ES will work. Just ignore that pending auth status. It relies on a new API that is part of 1.35 (currently master) that is not yet released. |
Okay great thanks for clarifying. So it seems like zmNinja can't talk to my ES. This line in the logs is probably the source but I'm not sure what it's telling me:
The ES is running at 192.168.0.101:9000 according to |
Whelp nevermind. Seems SSL is not optional for notifications. I enabled notifications and generated certs per the docs and now it seems to be working. Thanks so much! I'm gonna play around with getting the ML hooks working later so we'll see how that goes but I at least have notifications which is what I really needed. |
I stand corrected, I re-looked at the code. There is a "refresh" icon next to that status, that lets you restart the ES. This operation is only supported in ZM 1.35 |
The issue was that I hadn't set up an ssl cert so my device token wasn't being sent to zmNinja. Following the notes in the .conf file got me up and running. Thanks for your help! |
The version of zmNinja you are reporting:
The version and OS of ZoneMinder you are using:
Platform zmNinja is running on
Did you build the package from source code yourself?
Yes. Installed from Arch AUR with
yay
Describe the bug
Not really a bug but I don't know where else to ask this. When setting up the event server, checking System Status in zmNinja, the event server just says "Pending Auth" and I'm not really clear what this means. I've read through the install and key principles sections of the zmeventnotification documentation. I've searched through the zmNinja logs as well and can't find any reference for what "Pending Auth" is telling me. Is there some other level of authentication I need to do?
I have created a user within ZM which has full edit access to all monitors and API enabled. I have entered this username and password in
secrets.ini
. I'm not sure what else needs to be done to get this working. Thanks for your time.Debug logs
/var/log/zoneminder/zmeventnotification.log:
/usr/bin/zmeventnotification.pl --check-config:
zmNinja log (grepped for 'EvenSever')
Unreleated: is
EventSever
a typo? Should that beEventServer
?The text was updated successfully, but these errors were encountered: