summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-06-20 11:01:38 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-06-20 11:01:38 -0400
commit960cf276d8ccd3521cb06062262e121de0e1ec52 (patch)
treebe1e13ffb91c6ac5ac099a591289d31a3d4c4e67 /docs
parent352d89a65191e87f0167b563bbf09d65a71aac11 (diff)
add clarification notes for not viewing events
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/FAQ.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst
index 1dbd4f11..e11b77ce 100644
--- a/docs/guides/FAQ.rst
+++ b/docs/guides/FAQ.rst
@@ -579,6 +579,16 @@ tab) and your webserver error logs.
Also, Starting ZM 1.32 and beyond, please enable ``AUTH_HASH_LOGINS`` as
well as set ``AUTH_RELAY`` to "hashed"
+I can't see events in zmNinja
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- Make sure your APIs are working. An easy way to check is to try
+``https://yourserver/zm/api/events.json`` in your browser after logging into ZM
+
+- By default, zmNinja only displays events with at least 1 alarmed frame. To view
+ all events, tap on the vertical "..." icon on the top right of the event view, and select
+ "View all events". If you don't see "View all events" turn off "Only detected objects" option.
+
+
Event stream viewing does not work
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~