ZoneMinder / zmeventnotification

Machine Learning powered Secure Websocket & MQTT based ZoneMinder event notification server
416 stars 129 forks source link

zmeventserver does not catch events. #362

Closed bartbk closed 3 years ago

bartbk commented 3 years ago

I have seen such issue before, but its now closed. Did someone find solution for this problem? I got all the events in ZMNinja but any notification. Even for forced events with many alarm frames I got only this (below in system log). Below you can find my config files. I am on version 6.1.11

zoneadmin@nkzoneminder:/etc/zm$ sudo tail -f /var/log/syslog | grep zmeventnotification
Feb 11 19:51:11 nkzoneminder zmeventnotification[1444]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 11 19:51:11 nkzoneminder zmeventnotification[1444]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 11 19:51:11 nkzoneminder zmeventnotification[1444]: DBG [PARENT: There are 0 active child forks...]
Feb 11 19:51:11 nkzoneminder zmeventnotification[1444]: DBG [zmMemAttach already attached at 139890479206400 for 1]
Feb 11 19:51:11 nkzoneminder zmeventnotification[1444]: DBG [Shared data appears valid for monitor 1: 1]
Feb 11 19:51:11 nkzoneminder zmeventnotification[1444]: DBG [PARENT: checkEvents() new events found=0]
Feb 11 19:51:11 nkzoneminder zmeventnotification[1444]: DBG [PARENT: There are 0 new Events to process]
Feb 11 19:51:11 nkzoneminder zmeventnotification[1444]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 11 19:51:16 nkzoneminder zmeventnotification[1444]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 11 19:51:16 nkzoneminder zmeventnotification[1444]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 11 19:51:16 nkzoneminder zmeventnotification[1444]: DBG [PARENT: There are 0 active child forks...]
Feb 11 19:51:16 nkzoneminder zmeventnotification[1444]: DBG [zmMemAttach already attached at 139890479206400 for 1]
Feb 11 19:51:16 nkzoneminder zmeventnotification[1444]: DBG [Shared data appears valid for monitor 1: 1]
Feb 11 19:51:16 nkzoneminder zmeventnotification[1444]: DBG [PARENT: checkEvents() new events found=0]
Feb 11 19:51:16 nkzoneminder zmeventnotification[1444]: DBG [PARENT: There are 0 new Events to process]
Feb 11 19:51:16 nkzoneminder zmeventnotification[1444]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
^C
zoneadmin@nkzoneminder:/etc/zm$ more zmeventnotification.ini
# Configuration file for zmeventnotification.pl
[general]

secrets = /etc/zm/secrets.ini
base_data_path=/var/lib/zmeventnotification

# The ES now supports a means for a special kind of
# websocket connection which can dynamically control ES
# behaviour
# Default is no
use_escontrol_interface=no

# this is where all escontrol admin overrides
# will be stored.
escontrol_interface_file=/var/lib/zmeventnotification/misc/escontrol_interface.dat

# the password for accepting control interfaces
escontrol_interface_password=!ESCONTROL_INTERFACE_PASSWORD

# If you see the ES getting 'stuck' after several hours
# see https://rt.cpan.org/Public/Bug/Display.html?id=131058
# You can use restart_interval to have it automatically restart
# every  X seconds. (Default is 7200 = 2 hours) Set to 0 to disable this.
# restart_interval = 432000
restart_interval = 0

# list of monitors which ES will ignore
# Note that there is an attribute later that does
# not process hooks for specific monitors. This one is different
# It can be used to completely skip ES processing for the
# monitors defined
# skip_monitors = 2,3,4

[network]
# Port for Websockets connection (default: 9000).
port = 9000

# Address for Websockets server (default: [::]).
# If you are facing connection issues or SSL issues, put in your IP here
# If you want to listen to multiple interfaces try 0.0.0.0

#address = 1.2.3.4

[auth]
# Check username/password against ZoneMinder database (default: yes).
enable = yes

# Authentication timeout, in seconds (default: 20).
timeout = 20

[push]
# This is to enable sending push notifications via any 3rd party service.
# Typically, if you enable this, you might want to turn off fcm
# Note that zmNinja will only receive notifications via FCM, but other 3rd
# party services have their own apps to get notifications
use_api_push = no

# This is the script that will send the notification
# Some sample scripts are provided, write your own
# Each script gets:
# arg1 - event ID
# arg2 - Monitor ID
# arg3 - Monitor Name
# arg4 - alarm cause
# arg5 - Type of event (event_start or event_end)
# arg6 (optional) - image path

api_push_script=/var/lib/zmeventnotification/bin/pushapi_pushover.py

[fcm]
# Use FCM for messaging (default: yes).
enable = yes

# Use the new FCM V1 protocol (recommended)
use_fcmv1 = yes

# if yes, will replace notifications with the latest one
# default: no
replace_push_messages = no

# Custom FCM API key. Uncomment if you are using
# your own API key (most people will not need to uncomment)
# api_key =

# Auth token store location (default: /var/lib/zmeventnotification/push/tokens.txt).
token_file = {{base_data_path}}/push/tokens.txt

# Date format to use when sending notification
# over push (FCM)
# See https://metacpan.org/pod/POSIX::strftime::GNU
# For example, a 24 hr format would be
#date_format = %H:%M, %d-%b

date_format = %I:%M %p, %d-%b

# Set priority for android push. Default is default.
# You can set it to default, min, low, high or max
# There is weird foo going on here. If you set it to high,
# and don't interact with push, users report after a while they
# get delayed by Google. I haven't quite figured out what is the precise
# value to put here to make sure it always reaches you. Also make sure
# you read the zmES faq on delayed push
fcm_android_priority = default

# Use MQTT for messaging (default: no)
[mqtt]
enable = no
# Allow you to set a custom MQTT topic name
# default: zoneminder
#topic = my topic name

# MQTT server (default: 127.0.0.1)
server = 127.0.0.1

# Authenticate to MQTT server as user
# username = !MQTT_USERNAME

# Password
# password = !MQTT_PASSWORD

# Set retain flag on MQTT messages (default: no)
retain = no

# MQTT over TLS
# Location to MQTT broker CA certificate. Uncomment this line will enable MQTT over TLS.
# tls_ca = /config/certs/ca.pem

# To enable 2-ways TLS, add client certificate and private key
# Location to client certificate and private key
# tls_cert = /config/es-pub.pem
# tls_key = /config/es-key.pem

# To allow insecure TLS (disable peer verifier), (default: no)
# tls_insecure = yes

[ssl]
# Enable SSL (default: yes)
enable = yes

cert = !ES_CERT_FILE
key = !ES_KEY_FILE

#cert = /etc/apache2/ssl/zoneminder.crt
#key = /etc/apache2/ssl/zoneminder.key

# Location to SSL cert (no default).
# cert = /etc/apache2/ssl/yourportal/zoneminder.crt

# Location to SSL key (no default).
# key = /etc/apache2/ssl/yourportal/zoneminder.key

[customize]
# Link to json file that has rules which can be customized
# es_rules=/etc/zm/es_rules.json

# Display messages to console (default: no).
# Note that you can keep this to no and just
# use --debug when running from CLI too
console_logs = no
# debug level for ES messages. Default 4. Note that this is
# not controllable by ZM LOG_DEBUG_LEVEL as in Perl, ZM doesn't
# support debug levels
es_debug_level = 4

# Interval, in seconds, after which we will check for new events (default: 5).
event_check_interval = 5

# Interval, in seconds, to reload known monitors (default: 300).
monitor_reload_interval = 300

# Read monitor alarm cause (Requires ZoneMinder >= 1.31.2, default: no)
# Enabling this to 1 for lower versions of ZM will result in a crash
read_alarm_cause = yes

# Tag event IDs with the alarm (default: no).
tag_alarm_event_id = yes

# Use custom notification sound (default: no).
use_custom_notification_sound = no

# include picture in alarm (default: no).
include_picture = yes

# send event start notifications (default: yes)
# If no, starting notifications will not be sent out
send_event_start_notification = yes

# send event end notifications (default: no)
# Note that if you are using hooks for end notifications, they may change
# the final decision. This needs to be yes if you want end notifications with
# or without hooks
send_event_end_notification = yes

# URL to access the event image
# This URL can be anything you want
# What I've put here is a way to extract an image with the highest score given an eventID (even one that is recording)
# This requires the latest version of index.php which was merged on Oct 9, 2018 and may only work in ZM 1.32+
# https://github.com/ZoneMinder/zoneminder/blob/master/web/index.php
# If you use this URL as I've specified below, keep the EVENTID phrase intact.
# The notification server will replace it with the correct eid of the alarm

# BESTMATCH should be used only if you are using bestmatch for FID in detect_wrapper.sh
# objdetect is ONLY available in ZM 1.33+
# objdetect_mp4 and objdetect_gif is ONLY available
# in ZM 1.35+
picture_url = !ZMES_PICTURE_URL
picture_portal_username=!ZM_USER
picture_portal_password=!ZM_PASSWORD

# This is a master on/off setting for hooks. If it is set to no
# hooks will not be used no matter what is set in the [hook] section
# This makes it easy for folks not using hooks to just turn this off
# default:no

use_hooks = no

[hook]

# NOTE: This entire section is only valid if use_hooks is yes above

# Shell script name here to be called every time an alarm is detected
# the script will get passed $1=alarmEventID,  $2=alarmMonitorId
# $3 monitor Name, $4 alarm cause
# script needs to return 0 to send alarm (default: none)
#

# This script is called when an event first starts. If the script returns "0"
# (success), then a notification is sent to channels specified in
# event_start_notify_on_hook_success. If the script returns "1" (fail)
# then a notification is sent to channels specified in
# event_start_notify_on_hook_fail
event_start_hook = '{{base_data_path}}/bin/zm_event_start.sh'

#This script is called after event_start_hook completes. You can do
# your housekeeping work here
#event_start_hook_notify_userscript = '{{base_data_path}}/contrib/example.py'

# This script is called when an event ends. If the script returns "0"
# (success), then a notification is sent to channels specified in
# event_end_notify_on_hook_success. If the script returns "1" (fail)
# then a notification is sent to channels specified in
# event_end_notify_on_hook_fail
# event_end_hook = '{{base_data_path}}/bin/zm_event_end.sh'

#This script is called after event_end_hook completes. You can do
# your housekeeping work here
#event_end_hook_notify_userscript = '{{base_data_path}}/contrib/example.py'

# Possible channels = web,fcm,mqtt,api
# all is short for web,fcm,mqtt,api
# use none for no notifications, or comment out the attribute

# When an event starts and hook returns 0, send notification to all. Default: none
event_start_notify_on_hook_success = all

# When an event starts and hook returns 1, send notification only to desktop. Default: none
event_start_notify_on_hook_fail = none

# When an event ends and hook returns 0, send notification to fcm,web,api. Default: none
event_end_notify_on_hook_success = fcm,web,api

# When an event ends and hook returns 1, don't send notifications. Default: none
event_end_notify_on_hook_fail = fcm,web,api
#event_end_notify_on_hook_fail = web

# Since event_end and event_start are two different hooks, it is entirely possible
# that you can get an end notification but not a start notification. This can happen
# if your start script returns 1 but the end script returns 0, for example. To avoid
# this, set this to yes (default:yes)
event_end_notify_if_start_success = yes

# If yes, the text returned by the script
# overwrites the alarm header
# useful if your script is detecting people, for example
# and you want that to be shown in your notification (default:yes)
use_hook_description = yes

# If yes will will append an [a] for alarmed frame match
# [s] for snapshot match or [x] if not using bestmatch
# really only a debugging feature but useful to know
# where object detection is working or failing
keep_frame_match_type = yes

# list of monitors for which hooks will not run
# hook_skip_monitors = 2

# if enabled, will pass the right folder for the hook script
# to store the detected image, so it shows up in ZM console view too
# Requires ZM >=1.33. Don't enable this if you are running an older version

# Note: you also need to set write_image_to_zm=yes in objectconfig.ini
# default: no
hook_pass_image_path = yes

zoneadmin@nkzoneminder:/etc/zm$ more objectconfig.ini
# Configuration file for object detection

# NOTE: ALL parameters here can be overriden
# on a per monitor basis if you want. Just
# duplicate it inside the correct [monitor-<num>] section

# You can create your own custom attributes in the [custom] section

[general]

# Please don't change this. It is used by the config upgrade script
version=1.2

# You can now limit the # of detection process
# per target processor. If not specified, default is 1
# Other detection processes will wait to acquire lock

cpu_max_processes=3
tpu_max_processes=1
gpu_max_processes=1

# Time to wait in seconds per processor to be free, before
# erroring out. Default is 120 (2 mins)
cpu_max_lock_wait=100
tpu_max_lock_wait=100
gpu_max_lock_wait=100

#pyzm_overrides={'conf_path':'/etc/zm','log_level_debug':0}
pyzm_overrides={'log_level_debug':5}

# This is an optional file
# If specified, you can specify tokens with secret values in that file
# and onlt refer to the tokens in your main config file
secrets = /etc/zm/secrets.ini

# portal/user/password are needed if you plan on using ZM's legacy
# auth mechanism to get images
portal=!ZM_PORTAL
user=!ZM_USER
password=!ZM_PASSWORD

# api portal is needed if you plan to use tokens to get images
# requires ZM 1.33 or above
api_portal=!ZM_API_PORTAL

allow_self_signed=yes
# if yes, last detection will be stored for monitors
# and bounding boxes that match, along with labels
# will be discarded for new detections. This may be helpful
# in getting rid of static objects that get detected
# due to some motion.
match_past_detections=no
# The max difference in area between the objects if match_past_detection is on
# can also be specified in px like 300px. Default is 5%. Basically, bounding boxes of the same
# object can slightly differ ever so slightly between detection. Contributor @neillbell put in this PR
# to calculate the difference in areas and based on his tests, 5% worked well. YMMV. Change it if needed.
past_det_max_diff_area=5%

max_detection_size=90%

# sequence of models to run for detection
detection_sequence=object,face,alpr
# if all, then we will loop through all models
# if first then the first success will break out
detection_mode=all

# If you need basic auth to access ZM
#basic_user=user
#basic_password=password

# base data path for various files the ES+OD needs
# we support in config variable substitution as well
base_data_path=/var/lib/zmeventnotification

# global settings for
# bestmatch, alarm, snapshot OR a specific frame ID
frame_id=bestmatch

# this is the to resize the image before analysis is done
resize=800
# set to yes, if you want to remove images after analysis
# setting to yes is recommended to avoid filling up space
# keep to no while debugging/inspecting masks
# Note this does NOT delete debug images later
delete_after_analyze=yes

# If yes, will write an image called <filename>-bbox.jpg as well
# which contains the bounding boxes. This has NO relation to
# write_image_to_zm
# Typically, if you enable delete_after_analyze you may
# also want to set  write_debug_image to no.
write_debug_image=no

# if yes, will write an image with bounding boxes
# this needs to be yes to be able to write a bounding box
# image to ZoneMinder that is visible from its console
write_image_to_zm=yes

# Adds percentage to detections
# hog/face shows 100% always
show_percent=yes

# color to be used to draw the polygons you specified
poly_color=(255,255,255)
poly_thickness=2
#import_zm_zones=yes
only_triggered_zm_zones=no

# This section gives you an option to get brief animations
# of the event, delivered as part of the push notification to mobile devices
# Animations are created only if an object is detected
#
# NOTE: This will DELAY the time taken to send you push notifications
# It will try to first creat the animation, which may take upto a minute
# depending on how soon it gets access to frames. See notes below

[animation]

# If yes, object detection will attempt to create
# a short GIF file around the object detection frame
# that can be sent via push notifications for instant playback
# Note this required additional software support. Default:no
create_animation=no

# Format of animation burst
# valid options are "mp4", "gif", "mp4,gif"
# Note that gifs will be of a shorter duration
# as they take up much more disk space than mp4
animation_types='mp4,gif'

# default width of animation image. Be cautious when you increase this
# most mobile platforms give a very brief amount of time (in seconds)
# to download the image.
# Given your ZM instance will be serving the image, it will anyway be slow
# Making the total animation size bigger resulted in the notification not
# getting an image at all (timed out)
animation_width=640

# When an event is detected, ZM it writes frames a little late
# On top of that, it looks like with caching enabled, the API layer doesn't
# get access to DB records for much longer (around 30 seconds), at least on my
# system. animation_retry_sleep refers to how long to wait before trying to grab
# frame information if it failed. animation_max_tries defines how many times it
# will try and retrieve frames before it gives up
animation_retry_sleep=15
animation_max_tries=4

# if animation_types is gif then when can generate a fast preview gif
# every second frame is skipped and the frame rate doubled
# to give quick preview, Default (no)
fast_gif=no

[remote]
# You can now run the machine learning code on a different server
# This frees up your ZM server for other things
# To do this, you need to setup https://github.com/pliablepixels/mlapi
# on your desired server and confiure it with a user. See its instructions
# once set up, you can choose to do object/face recognition via that
# external serer

# URL that will be used
#ml_gateway=http://192.168.1.183:5000/api/v1
#ml_gateway=http://10.6.1.13:5000/api/v1
#ml_gateway=http://192.168.1.21:5000/api/v1
#ml_gateway=http://10.9.0.2:5000/api/v1
#ml_fallback_local=yes
# API/password for remote gateway
ml_user=!ML_USER
ml_password=!ML_PASSWORD

# config for object
[object]

# If you are using legacy format (use_sequence=no) then these parameters will
# be used during ML inferencing
object_detection_pattern=(person|car|motorbike|bus|truck|boat)
object_min_confidence=0.3
object_framework=opencv
object_processor=cpu
object_weights={{base_data_path}}/models/yolov3/yolov3.weights
object_labels={{base_data_path}}/models/yolov3/coco.names

#object_weights={{base_data_path}}/models/coral_edgetpu/ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite
#object_labels={{base_data_path}}/models/coral_edgetpu/coco_indexed.names

# If you are using the new ml_sequence format (use_sequence=yes) then
# you can fiddle with these parameters and look at ml_sequence later
# Note that these can be named anything. You can add custom variables, ad-infinitum

# Google Coral
# The mobiledet model came out in Nov 2020 and is supposed to be faster and more accurate but YMMV
tpu_object_weights_mobiledet={{base_data_path}}/models/coral_edgetpu/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite
tpu_object_weights_mobilenet={{base_data_path}}/models/coral_edgetpu/ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite
tpu_object_labels={{base_data_path}}/models/coral_edgetpu/coco_indexed.names
tpu_object_framework=coral_edgetpu
tpu_object_processor=tpu
tpu_min_confidence=0.6

# Yolo v4 on GPU (falls back to CPU if no GPU)
yolo4_object_weights={{base_data_path}}/models/yolov4/yolov4.weights
yolo4_object_labels={{base_data_path}}/models/yolov4/coco.names
yolo4_object_config={{base_data_path}}/models/yolov4/yolov4.cfg
yolo4_object_framework=opencv
yolo4_object_processor=gpu

# Yolo v3 on GPU (falls back to CPU if no GPU)
yolo3_object_weights={{base_data_path}}/models/yolov3/yolov3.weights
yolo3_object_labels={{base_data_path}}/models/yolov3/coco.names
yolo3_object_config={{base_data_path}}/models/yolov3/yolov3.cfg
yolo3_object_framework=opencv
yolo3_object_processor=gpu

# Tiny Yolo V4 on GPU (falls back to CPU if no GPU)
tinyyolo_object_config={{base_data_path}}/models/tinyyolov4/yolov4-tiny.cfg
tinyyolo_object_weights={{base_data_path}}/models/tinyyolov4/yolov4-tiny.weights
tinyyolo_object_labels={{base_data_path}}/models/tinyyolov4/coco.names
tinyyolo_object_framework=opencv
tinyyolo_object_processor=gpu

[face]
face_detection_pattern=.*
known_images_path={{base_data_path}}/known_faces
unknown_images_path={{base_data_path}}/unknown_faces
save_unknown_faces=yes
save_unknown_faces_leeway_pixels=100
face_detection_framework=dlib

# read https://github.com/ageitgey/face_recognition/wiki/Face-Recognition-Accuracy-Problems
# read https://github.com/ageitgey/face_recognition#automatically-find-all-the-faces-in-an-image
# and play around

# quick overview:
# num_jitters is how many times to distort images
# upsample_times is how many times to upsample input images (for small faces, for example)
# model can be hog or cnn. cnn may be more accurate, but I haven't found it to be

face_num_jitters=1
face_model=cnn
face_upsample_times=1

# This is maximum distance of the face under test to the closest matched
# face cluster. The larger this distance, larger the chances of misclassification.
#
face_recog_dist_threshold=0.6
# When we are first training the face recognition model with known faces,
# by default we use hog because we assume you will supply well lit, front facing faces
# However, if you are planning to train with profile photos or hard to see faces, you
# may want to change this to cnn. Note that this increases training time, but training only
# happens once, unless you retrain again by removing the training model
face_train_model=cnn
#if a face doesn't match known names, we will detect it as 'unknown face'
# you can change that to something that suits your personality better ;-)
#unknown_face_name=invader

[alpr]
alpr_detection_pattern=.*
alpr_use_after_detection_only=yes
# Many of the ALPR providers offer both a cloud version
# and local SDK version. Sometimes local SDK format differs from
# the cloud instance. Set this to local or cloud. Default cloud
alpr_api_type=cloud

# -----| If you are using plate recognizer | ------
alpr_service=plate_recognizer
#alpr_service=open_alpr_cmdline

# If you want to host a local SDK https://app.platerecognizer.com/sdk/
#alpr_url=http://192.168.1.21:8080/alpr
# Plate recog replace with your api key
alpr_key=!PLATEREC_ALPR_KEY
# if yes, then it will log usage statistics of the ALPR service
platerec_stats=yes
# If you want to specify regions. See http://docs.platerecognizer.com/#regions-supported
#platerec_regions=['us','cn','kr']
# minimal confidence for actually detecting a plate
platerec_min_dscore=0.1
# minimal confidence for the translated text
platerec_min_score=0.2

# ----| If you are using openALPR |-----
#alpr_service=open_alpr
#alpr_key=!OPENALPR_ALPR_KEY

# For an explanation of params, see http://doc.openalpr.com/api/?api=cloudapi
#openalpr_recognize_vehicle=1
#openalpr_country=us
#openalpr_state=ca
# openalpr returns percents, but we convert to between 0 and 1
#openalpr_min_confidence=0.3

# ----| If you are using openALPR command line |-----

openalpr_cmdline_binary=alpr

# Do an alpr -help to see options, plug them in here
# like say '-j -p ca -c US' etc.
# keep the -j because its JSON

# Note that alpr_pattern is honored
# For the rest, just stuff them in the cmd line options

openalpr_cmdline_params=-j -d
openalpr_cmdline_min_confidence=0.3

## Monitor specific settings

# Examples:
# Let's assume your monitor ID is 999
[monitor-999]
# my driveway
match_past_detections=no
wait=5
object_detection_pattern=(person)

# Advanced example - here we want anything except potted plant
# exclusion in regular expressions is not
# as straightforward as you may think, so
# follow this pattern
# object_detection_pattern = ^(?!object1|object2|objectN)
# the characters in front implement what is
# called a negative look ahead

# object_detection_pattern=^(?!potted plant|pottedplant|bench|broccoli)
#alpr_detection_pattern=^(.*x11)
#delete_after_analyze=no
#detection_pattern=.*
#import_zm_zones=yes

# polygon areas where object detection will be done.
# You can name them anything except the keywords defined in the optional
# params below. You can put as many polygons as you want per [monitor-<mid>]
# (see examples).

my_driveway=306,356 1003,341 1074,683 154,715

# You are now allowed to specify detection pattern per zone
# the format is <polygonname>_zone_detection_pattern=<regexp>
# So if your polygon is called my_driveway, its associated
# detection pattern will be my_driveway_zone_detection_pattern
# If none is specified, the value in object_detection_pattern
# will be used
# This also applies to ZM zones. Let's assume you have
# import_zm_zones=yes and let's suppose you have a zone in ZM
# called Front_Door. In that case, all you need to do is put in a
# front_door_zone_detection_pattern=(person|car) here
#
# NOTE: ZM Zones are converted to lowercase, and spaces are replaced
# with underscores@3

my_driveway_zone_detection_pattern=(person)
some_other_area=0,0 200,300 700,900
# use license plate recognition for my driveway
# see alpr section later for more data needed
resize=no
detection_sequence=object,alpr

[monitor-1]
# my driveway
match_past_detections=yes
wait=5
detect_pattern=(car|motorbike|bus|truck|boat|person)
#alpr__detection_pattern=^(.*x11)
poly_color=(255,0,0)
resize=1200
#delete_after_analyze=no
#detect_pattern=.*
#import_zm_zones=yes

[ml]
# When enabled, you can specify complex ML inferencing logic in ml_sequence
# Anything specified in ml_sequence will override any other ml attributes

# Also, when enabled, stream_sequence will override any other frame related
# attributes
use_sequence = yes

# if enabled, will not grab exclusive locks before running inferencing
# locking seems to cause issues on some unique file systems
disable_locks= no

# Chain of frames
# See https://zmeventnotification.readthedocs.io/en/latest/guides/hooks.html#understanding-detection-configuration
# Also see https://pyzm.readthedocs.io/en/latest/source/pyzm.html#pyzm.ml.detect_sequence.DetectSequence.detect_stream
# Very important: Make sure final ending brace is indented
stream_sequence = {
        'frame_strategy': 'most_models',
        'frame_set': 'snapshot,alarm',
        'contig_frames_before_error': 5,
        'max_attempts': 3,
        'sleep_between_attempts': 4,
                'resize':800

    }

# Chain of ML models to use
# See https://zmeventnotification.readthedocs.io/en/latest/guides/hooks.html#understanding-detection-configuration
# Also see https://pyzm.readthedocs.io/en/latest/source/pyzm.html#pyzm.ml.detect_sequence.DetectSequence
# Very important: Make sure final ending brace is indented
ml_sequence= {
                'general': {
                        'model_sequence': 'object,face,alpr',
            'disable_locks': '{{disable_locks}}',

                },
                'object': {
                        'general':{
                                'pattern':'{{object_detection_pattern}}',
                                'same_model_sequence_strategy': 'first' # also 'most', 'most_unique's
                        },
                        'sequence': [{
                                #First run on TPU with higher confidence
                                'object_weights':'{{tpu_object_weights_mobiledet}}',
                                'object_labels': '{{tpu_object_labels}}',
                                'object_min_confidence': {{tpu_min_confidence}},
                                'object_framework':'{{tpu_object_framework}}',
                                'tpu_max_processes': {{tpu_max_processes}},
                                'tpu_max_lock_wait': {{tpu_max_lock_wait}},
                'max_detection_size':'{{max_detection_size}}'

                        },
                        {
                                # YoloV4 on GPU if TPU fails (because sequence strategy is 'first')
                                'object_config':'{{yolo4_object_config}}',
                                'object_weights':'{{yolo4_object_weights}}',
                                'object_labels': '{{yolo4_object_labels}}',
                                'object_min_confidence': {{object_min_confidence}},
                                'object_framework':'{{yolo4_object_framework}}',
                                'object_processor': '{{yolo4_object_processor}}',
                                'gpu_max_processes': {{gpu_max_processes}},
                                'gpu_max_lock_wait': {{gpu_max_lock_wait}},
                                'cpu_max_processes': {{cpu_max_processes}},
                                'cpu_max_lock_wait': {{cpu_max_lock_wait}},
                'max_detection_size':'{{max_detection_size}}'

                        }]
                },
                'face': {
                        'general':{
                                'pattern': '{{face_detection_pattern}}',
                                'same_model_sequence_strategy': 'first'
                        },
                        'sequence': [{
                                'save_unknown_faces':'{{save_unknown_faces}}',
                                'save_unknown_faces_leeway_pixels':{{save_unknown_faces_leeway_pixels}},
                                'face_detection_framework': '{{face_detection_framework}}',
                                'known_images_path': '{{known_images_path}}',
                                'unknown_images_path': '{{unknown_images_path}}',
                                'face_model': '{{face_model}}',
                                'face_train_model': '{{face_train_model}}',
                                'face_recog_dist_threshold': '{{face_recog_dist_threshold}}',
                                'face_num_jitters': '{{face_num_jitters}}',
                                'face_upsample_times':'{{face_upsample_times}}',
                                'gpu_max_processes': {{gpu_max_processes}},
                                'gpu_max_lock_wait': {{gpu_max_lock_wait}},
                                'cpu_max_processes': {{cpu_max_processes}},
                                'cpu_max_lock_wait': {{cpu_max_lock_wait}},
                                'max_size':800
                        }]
                },

                'alpr': {
                        'general':{
                                'same_model_sequence_strategy': 'first',
                                'pre_existing_labels':['car', 'motorbike', 'bus', 'truck', 'boat'],
                                'pattern': '{{alpr_detection_pattern}}'

                        },
                        'sequence': [{
                                'alpr_api_type': '{{alpr_api_type}}',
                                'alpr_service': '{{alpr_service}}',
                                'alpr_key': '{{alpr_key}}',
                                'platrec_stats': '{{platerec_stats}}',
                                'platerec_min_dscore': {{platerec_min_dscore}},
                                'platerec_min_score': {{platerec_min_score}},
                                'max_size':1600
                        }]
                }
        }

zoneadmin@nkzoneminder:/etc/zm$
pliablepixels commented 3 years ago

I'm not sure I follow you 100% but based on the very brief set of ES logs you posted, it doesn't look like the ES itself is detecting any alarms. Unless you see the ES detecting alarms, nothing else will work. I'm not sure if the ES is detecting events but you haven't posted logs for it.

Does this help? https://zmeventnotification.readthedocs.io/en/latest/guides/es_faq.html#the-es-is-missing-events-i-see-them-being-triggered-in-zm

One you are sure the ES is detecting events, you can then continue to look at logs to see what happens after an event is detected.

bartbk commented 3 years ago

ES and ZM are on the same server Monitor 1 is in Mocord mode ES and ZM are restarted many times. Whole server as well. Buffers for Monitor 1 Image buffer size 60 Warmup frames 25 Pre event image count 15 (tried with 5 seconds as well) Post event image count 15 (tried with 5 seconds as well) Stream replay image buffer 0 Alarm frame count 1 Camera is set for 5 fps

My problem is exactly that - ES does not detect any alarms (to send push notification or run object detections). Even forced, long alarms (with many alarm frames). In ZMNinja I can see all events from ZM.

pliablepixels commented 3 years ago

I've never seen that happen. Let's forget ES for a bit. Try out the simple sample program ZM provides https://github.com/ZoneMinder/zoneminder/blob/master/utils/zm-alarm.pl

Does that detect alarms? If not, this may be some form of mapped memory issue that may need ZM devs to help you with. If it does work, then let's focus back on ES.

bartbk commented 3 years ago

Maybe I am doing something wrong, but what this program is supposed to do? I run it zoneadmin@nkzoneminder:~$ sudo perl zm-alarm.pl

but there is no effect. at this same time I have very many alarm frames, etc.

zoneadmin@nkzoneminder:/var/log$ tail -f syslog
Feb 13 05:15:11 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237442 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:11 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237443 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:12 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:12 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:12 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237453 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:13 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237464 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:14 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237468 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:14 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237471 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:15 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237475 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237487 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237488 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:17 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:17 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:17 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:237500 - Capturing at 9.99 fps, capturing bandwidth 62835bytes/sec]
Feb 13 05:15:17 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237503 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:18 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237500 - Analysing at 9.97 fps from 237500 - 237400=100 / 1613189718.137580 - 1613189708.109816 = 10.027764]
Feb 13 05:15:19 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237518 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:19 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237519 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:19 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237520 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:22 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:22 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:22 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237549 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237563 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237565 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237570 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237571 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237573 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:25 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237577 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:25 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237580 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:27 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237594 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:27 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:27 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:27 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:237600 - Capturing at 9.99 fps, capturing bandwidth 59137bytes/sec]
Feb 13 05:15:27 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237600 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:28 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237604 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:28 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237600 - Analysing at 10.00 fps from 237600 - 237500=100 / 1613189728.140677 - 1613189718.137580 = 10.003097]
Feb 13 05:15:28 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237613 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:29 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237618 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:29 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237623 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:31 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237644 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:32 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237645 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:32 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:32 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:34 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237666 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237678 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237679 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:37 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:37 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:37 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:237700 - Capturing at 9.99 fps, capturing bandwidth 59292bytes/sec]
Feb 13 05:15:38 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237705 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:38 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237700 - Analysing at 9.99 fps from 237700 - 237600=100 / 1613189738.153583 - 1613189728.140677 = 10.012906]
Feb 13 05:15:38 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237713 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:39 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237718 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:39 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237722 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:40 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237723 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:40 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237733 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:41 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237741 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:42 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:42 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:42 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237753 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:43 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237758 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:43 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237759 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:45 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237776 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:45 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237779 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:46 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:237800 - Capturing at 12.07 fps, capturing bandwidth 76747bytes/sec]
Feb 13 05:15:46 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237800 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:46 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237820 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:46 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237800 - Analysing at 12.02 fps from 237800 - 237700=100 / 1613189746.470408 - 1613189738.153583 = 8.316825]
Feb 13 05:15:46 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237825 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:47 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237826 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:47 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237829 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:47 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:47 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:47 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237830 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:47 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237832 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:47 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237833 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:47 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237835 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:48 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237839 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:48 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237842 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:49 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237849 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:50 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237859 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:52 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:52 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:52 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237885 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:53 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237893 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:237900 - Capturing at 11.85 fps, capturing bandwidth 71692bytes/sec]
Feb 13 05:15:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237900 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237901 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237900 - Analysing at 11.91 fps from 237900 - 237800=100 / 1613189754.863741 - 1613189746.470408 = 8.393333]
Feb 13 05:15:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237907 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:55 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237908 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:56 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237925 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:15:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:15:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:15:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:15:57 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:15:57 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:15:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:15:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:15:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:15:59 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237953 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:02 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:02 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:02 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237970 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:02 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237984 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:02 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237985 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:03 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 237987 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:05 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238000 - Capturing at 9.99 fps, capturing bandwidth 58954bytes/sec]
Feb 13 05:16:05 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238007 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:05 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238015 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:05 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238000 - Analysing at 9.08 fps from 238000 - 237900=100 / 1613189765.876538 - 1613189754.863741 = 11.012797]
Feb 13 05:16:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:07 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:07 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:07 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238035 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:07 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238036 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:09 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238049 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:09 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238054 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:09 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238056 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:11 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238070 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:12 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238076 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: Total event client connections: 1]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: -->checkNewEvents: Connection 1: ID->1613132907.15064 IP->(none) Token->:...z3Tc67oSHN Plat:android Push:enabled]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: INF [PARENT: Re-loading monitors]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: Loading Monitor-1]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ESCONTROL_INTERFACE is disabled. Not saving control data]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:12 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238083 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:13 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238095 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:13 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238096 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:14 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238100 - Capturing at 9.99 fps, capturing bandwidth 59756bytes/sec]
Feb 13 05:16:14 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238100 - Analysing at 11.09 fps from 238100 - 238000=100 / 1613189774.891640 - 1613189765.876538 = 9.015102]
Feb 13 05:16:15 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238107 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:15 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238108 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238118 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238120 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:17 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:17 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:17 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238130 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:17 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238132 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:20 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238161 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:21 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238168 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:22 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:22 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238200 - Capturing at 9.98 fps, capturing bandwidth 57854bytes/sec]
Feb 13 05:16:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238200 - Analysing at 9.99 fps from 238200 - 238100=100 / 1613189784.898471 - 1613189774.891640 = 10.006831]
Feb 13 05:16:25 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238212 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:25 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238215 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:26 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238220 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:26 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238222 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:27 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:27 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:28 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238246 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:29 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238247 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:29 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238254 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:30 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238257 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:32 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:32 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:32 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238281 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:33 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238296 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:34 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238298 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:34 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238300 - Capturing at 10.00 fps, capturing bandwidth 58319bytes/sec]
Feb 13 05:16:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238300 - Analysing at 9.84 fps from 238300 - 238200=100 / 1613189795.059378 - 1613189784.898471 = 10.160907]
Feb 13 05:16:36 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238316 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:37 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:37 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:37 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238330 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:40 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238352 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:41 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238367 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:42 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:42 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:44 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238399 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:44 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238400 - Capturing at 9.98 fps, capturing bandwidth 56776bytes/sec]
Feb 13 05:16:44 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238400 - Analysing at 10.14 fps from 238400 - 238300=100 / 1613189804.921449 - 1613189795.059378 = 9.862071]
Feb 13 05:16:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:47 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:47 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:50 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238455 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:50 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238458 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:52 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238474 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:52 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:52 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:52 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238480 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:52 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238484 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:53 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238492 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238498 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238500 - Capturing at 9.98 fps, capturing bandwidth 56239bytes/sec]
Feb 13 05:16:55 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238500 - Analysing at 9.99 fps from 238500 - 238400=100 / 1613189814.931072 - 1613189804.921449 = 10.009623]
Feb 13 05:16:55 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238509 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:55 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238514 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:56 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238524 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:57 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238529 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:16:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:16:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:16:57 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:16:57 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:16:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:16:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:16:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:16:57 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238532 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:16:59 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238546 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:00 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238565 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:01 nkzoneminder CRON[51310]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Feb 13 05:17:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:02 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:02 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:03 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238586 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:04 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238600 - Capturing at 9.92 fps, capturing bandwidth 57164bytes/sec]
Feb 13 05:17:04 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238605 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:05 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238600 - Analysing at 9.99 fps from 238600 - 238500=100 / 1613189824.940372 - 1613189814.931072 = 10.009300]
Feb 13 05:17:05 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238610 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:05 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238615 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:07 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:07 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:08 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238639 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:08 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238641 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:10 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238664 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:12 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:12 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:13 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238667 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:15 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238686 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238700 - Capturing at 10.06 fps, capturing bandwidth 58547bytes/sec]
Feb 13 05:17:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238700 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238718 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238720 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238700 - Analysing at 8.65 fps from 238700 - 238600=100 / 1613189836.501478 - 1613189824.940372 = 11.561106]
Feb 13 05:17:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238724 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:17 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:17 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:18 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238738 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:18 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238739 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:19 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238749 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:19 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238751 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:21 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238770 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:22 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:22 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238796 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238800 - Capturing at 9.99 fps, capturing bandwidth 54795bytes/sec]
Feb 13 05:17:25 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238800 - Analysing at 11.80 fps from 238800 - 238700=100 / 1613189844.975021 - 1613189836.501478 = 8.473543]
Feb 13 05:17:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:27 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:27 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:29 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238850 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:30 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238859 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:30 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238864 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:31 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238868 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:32 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:32 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:32 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238879 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:33 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238890 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:34 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:238900 - Capturing at 9.98 fps, capturing bandwidth 54776bytes/sec]
Feb 13 05:17:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238900 - Analysing at 9.99 fps from 238900 - 238800=100 / 1613189854.983972 - 1613189844.975021 = 10.008951]
Feb 13 05:17:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238914 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:37 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:37 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:39 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238953 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:40 nkzoneminder kernel: [56978.898092] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:22:28:12:40:b9:cb:08:00 SRC=192.168.1.123 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=12786 PROTO=2
Feb 13 05:17:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:42 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:42 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:42 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238981 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:43 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 238989 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:44 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239000 - Capturing at 9.99 fps, capturing bandwidth 56755bytes/sec]
Feb 13 05:17:45 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239004 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:45 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239000 - Analysing at 9.55 fps from 239000 - 238900=100 / 1613189865.456340 - 1613189854.983972 = 10.472368]
Feb 13 05:17:46 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239023 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:47 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:47 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:51 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239071 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:52 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239077 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:52 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:52 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239098 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239100 - Capturing at 10.00 fps, capturing bandwidth 56887bytes/sec]
Feb 13 05:17:55 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239100 - Analysing at 10.48 fps from 239100 - 239000=100 / 1613189875.000675 - 1613189865.456340 = 9.544335]
Feb 13 05:17:56 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239119 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:56 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239123 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:57 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239127 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:17:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:17:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:17:57 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:17:57 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:17:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:17:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:17:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:17:59 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239148 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:17:59 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239151 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:01 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239172 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:02 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:02 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:04 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239200 - Capturing at 9.98 fps, capturing bandwidth 57315bytes/sec]
Feb 13 05:18:05 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239200 - Analysing at 9.99 fps from 239200 - 239100=100 / 1613189885.011482 - 1613189875.000675 = 10.010807]
Feb 13 05:18:05 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239209 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:07 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239225 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:07 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239228 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:07 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:07 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:07 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239229 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:07 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239232 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:09 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239248 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:12 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:12 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:12 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239281 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:12 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239283 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:12 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239284 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:14 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239300 - Capturing at 9.98 fps, capturing bandwidth 60691bytes/sec]
Feb 13 05:18:14 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239301 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:15 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239300 - Analysing at 9.99 fps from 239300 - 239200=100 / 1613189895.019618 - 1613189885.011482 = 10.008136]
Feb 13 05:18:15 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239309 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:15 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239314 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:17 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:17 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:17 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239325 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:17 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239332 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:17 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239335 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:18 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239341 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:19 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239346 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:19 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239354 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:20 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239355 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:20 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239360 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:20 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239361 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:22 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:22 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:22 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239379 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:23 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239386 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239400 - Capturing at 9.98 fps, capturing bandwidth 61408bytes/sec]
Feb 13 05:18:25 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239400 - Analysing at 9.98 fps from 239400 - 239300=100 / 1613189905.035195 - 1613189895.019618 = 10.015577]
Feb 13 05:18:25 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239408 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:25 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239412 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:26 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239414 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:27 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:27 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:28 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239438 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:28 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239440 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:29 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239447 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:30 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239455 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:30 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239458 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:32 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:32 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:32 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239478 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:32 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239481 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:33 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239482 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:34 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239500 - Capturing at 10.01 fps, capturing bandwidth 59380bytes/sec]
Feb 13 05:18:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239500 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239507 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239508 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239508 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239509 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239500 - Analysing at 9.42 fps from 239500 - 239400=100 / 1613189915.647080 - 1613189905.035195 = 10.611885]
Feb 13 05:18:36 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239516 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:36 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239518 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:36 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239520 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:36 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239521 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:37 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:37 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:41 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239567 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:42 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:42 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:42 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239579 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:44 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239600 - Capturing at 9.99 fps, capturing bandwidth 58970bytes/sec]
Feb 13 05:18:45 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239604 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:45 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239600 - Analysing at 10.53 fps from 239600 - 239500=100 / 1613189925.147458 - 1613189915.647080 = 9.500378]
Feb 13 05:18:45 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239614 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:47 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:47 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:48 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239635 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:50 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239645 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:50 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239655 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:51 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239660 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:51 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239666 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:51 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239666 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:51 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239671 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:52 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:52 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:52 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:52 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239678 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:52 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239682 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:53 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239684 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:53 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239690 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:53 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239691 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239695 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:54 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239700 - Capturing at 9.98 fps, capturing bandwidth 61865bytes/sec]
Feb 13 05:18:55 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239700 - Analysing at 10.07 fps from 239700 - 239600=100 / 1613189935.079169 - 1613189925.147458 = 9.931711]
Feb 13 05:18:56 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239717 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:56 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239719 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:56 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239722 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:18:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:18:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:18:57 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:18:57 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:18:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:18:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:18:57 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:18:57 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239733 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:59 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239745 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:18:59 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239752 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:00 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239756 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:02 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:02 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:02 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:06 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239800 - Capturing at 9.99 fps, capturing bandwidth 58613bytes/sec]
Feb 13 05:19:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:07 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:07 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:07 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:08 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239800 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:08 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239840 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:08 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239842 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:10 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239800 - Analysing at 6.52 fps from 239800 - 239700=100 / 1613189950.406980 - 1613189935.079169 = 15.327811]
Feb 13 05:19:11 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239868 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:11 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239871 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:11 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239872 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:12 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:12 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:12 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:12 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239873 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:12 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239879 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:12 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239881 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:13 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239884 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:13 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239885 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:14 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:239900 - Capturing at 10.00 fps, capturing bandwidth 60287bytes/sec]
Feb 13 05:19:15 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239900 - Analysing at 21.37 fps from 239900 - 239800=100 / 1613189955.087496 - 1613189950.406980 = 4.680516]
Feb 13 05:19:15 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239908 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:16 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239924 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:17 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:17 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:17 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:18 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239933 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:22 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:22 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:22 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:22 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239970 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:23 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239980 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:23 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239992 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 239996 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:24 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:240000 - Capturing at 9.98 fps, capturing bandwidth 56897bytes/sec]
Feb 13 05:19:25 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240000 - Analysing at 9.98 fps from 240000 - 239900=100 / 1613189965.106763 - 1613189955.087496 = 10.019267]
Feb 13 05:19:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:27 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:27 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:27 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:27 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240028 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:29 nkzoneminder kernel: [57088.465079] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:22:28:12:40:b9:cb:08:00 SRC=192.168.1.123 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=65364 PROTO=2
Feb 13 05:19:30 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240059 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:31 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240073 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:32 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:32 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:32 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:33 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240090 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:34 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240099 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:34 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:240100 - Capturing at 9.99 fps, capturing bandwidth 57143bytes/sec]
Feb 13 05:19:35 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240100 - Analysing at 9.99 fps from 240100 - 240000=100 / 1613189975.119317 - 1613189965.106763 = 10.012554]
Feb 13 05:19:36 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240115 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:37 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:37 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:37 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:37 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240128 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:37 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240129 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:38 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240132 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:38 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240136 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:38 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240141 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:39 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240150 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:39 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240151 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:39 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240153 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:42 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240174 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:42 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:42 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:42 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:42 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240180 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:43 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240191 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:44 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: images:240200 - Capturing at 9.99 fps, capturing bandwidth 61077bytes/sec]
Feb 13 05:19:45 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240200 - Analysing at 9.99 fps from 240200 - 240100=100 / 1613189985.125949 - 1613189975.119317 = 10.006632]
Feb 13 05:19:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick START (active forks:0, total forks:0)<--------------]
Feb 13 05:19:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: After tick: TOTAL: 1,  ES_CONTROL: 0, FCM+WEB: 0, FCM: 1, WEB: 0, MQTT:0, invalid WEB: 0, PENDING: 0]
Feb 13 05:19:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 active child forks...]
Feb 13 05:19:47 nkzoneminder zmeventnotification[1451]: DBG [zmMemAttach already attached at 139685802536960 for 1]
Feb 13 05:19:47 nkzoneminder zmeventnotification[1451]: DBG [Shared data appears valid for monitor 1: 1]
Feb 13 05:19:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: checkEvents() new events found=0]
Feb 13 05:19:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: There are 0 new Events to process]
Feb 13 05:19:47 nkzoneminder zmeventnotification[1451]: DBG [PARENT: ---------->Tick END (active forks:0, total forks:0)<--------------]
Feb 13 05:19:48 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240241 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:49 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240243 - Gone into alarm state PreAlarmCount: 0 > AlarmFrameCount:1 Cause:Motion All]
Feb 13 05:19:49 nkzoneminder zmc_m1[29565]: INF [zmc_m1] [Monitor-1: 240245 - Closing event 2901, section end forced 1613189989 - 1613189389 = 600 >= 600]
pliablepixels commented 3 years ago

zoneadmin@nkzoneminder:~$ sudo perl zm-alarm.pl but there is no effect. at this same time I have very many alarm frames, etc.

What does no effect mean? Are you sure you are seeing the file? The utility zm-alarm.pl sits inside the utils directory when you download zoneminder. If the file doesn't exist, you can also download/run doing:

 wget https://raw.githubusercontent.com/ZoneMinder/zoneminder/master/utils/zm-alarm.pl
chmod a+x ./zm-alarm.pl
sudo ./zm-alarm.pl

When you run it, you should see a constant loop of alarm status for all monitors like so: when you force an alarm, the output should change. If it does not, you may want to ask the ZM community for help in the ZM chat forums.

pp@homeserver:~/projects/zoneminder/pp_ZoneMinder.git$ sudo ./utils/zm-alarm.pl 
Sat Feb 13 05:59:31 2021 - Driveway:     Idle!
Sat Feb 13 05:59:31 2021 - Basement:     Idle!
Sat Feb 13 05:59:32 2021 - Driveway:     Idle!
Sat Feb 13 05:59:32 2021 - Basement:     Idle!
Sat Feb 13 05:59:33 2021 - Driveway:     Idle!
Sat Feb 13 05:59:33 2021 - Basement:     Idle!
Sat Feb 13 05:59:34 2021 - Driveway:     Idle!
Sat Feb 13 05:59:34 2021 - Basement:     Idle!
Sat Feb 13 05:59:35 2021 - Driveway:     Idle!
Sat Feb 13 05:59:35 2021 - Basement:     Idle!
bartbk commented 3 years ago

I think there is something broken with zm-alarm. I have this same effect on two different servers. No response from zm-alarm. I think that version 1.35.18 is broken somehow.

pliablepixels commented 3 years ago

Yup - that's why the issue template asks you for the ZM version. 1.35.18 is bleeding edge, and I think it involves a lot of elimination of buffers that @connortechnology is doing. It may well be that mapped memory doesn't work, in which case ES/hook won't work till Isaac provides an alternate method (or lets us know it will be fixed). Please feel free to followup in ZM forums/slack

bartbk commented 3 years ago

Could you tell me what is "last known good" version of ZoneMinder that suppose to work with ZMEVENTSERVER? I have two ZoneMinder machines - none of them produce any output with zm-alarm.

pliablepixels commented 3 years ago

I am on 1.35.16 and it works.

pliablepixels commented 3 years ago

It seems like ZM master has been updated to fix the issue. Either way, I'm going to close this out as it is a ZM issue. Feel free to re-open if you feel like there is work to be done on this front on the ES side.

ratmole commented 3 years ago

having the same issue on zm 1.35.18 after updating the utils/zm-alarm.pl to print the correct states,

switch ($state) {
                case 0 { print "$time - $monitor_name:\t Idle!\n" }
                case 1 { print "$time - $monitor_name:\t Prealarm!\n" }
                case 2 { print "$time - $monitor_name:\t Alarm!\n" }
                case 3 { print "$time - $monitor_name:\t Alert!\n" }
                case 4 { print "$time - $monitor_name:\t Tape!\n" }
                case -1 { print "$time - $monitor_name:\t Unknown!\n" }
        }
Sun Feb 28 22:51:10 2021 - Mech:         Tape!
Sun Feb 28 22:51:10 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:11 2021 - Mech:         Tape!
Sun Feb 28 22:51:11 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:12 2021 - Mech:         Tape!
Sun Feb 28 22:51:12 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:13 2021 - Mech:         Tape!
Sun Feb 28 22:51:13 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:14 2021 - Mech:         Tape!
Sun Feb 28 22:51:14 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:15 2021 - Mech:         Tape!
Sun Feb 28 22:51:15 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:16 2021 - Mech:         Tape!
Sun Feb 28 22:51:16 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:17 2021 - Mech:         Tape!
Sun Feb 28 22:51:17 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:18 2021 - Mech:         Tape!
Sun Feb 28 22:51:18 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:19 2021 - Mech:         Tape!
Sun Feb 28 22:51:19 2021 - FrontYard:    Tape!
Sun Feb 28 22:51:20 2021 - Mech:         Tape!
Sun Feb 28 22:51:20 2021 - FrontYard:    Tape!

i can see that when in mocord the state is always 4 -> Tape! when in Modect everything works! i can see alarms being processed on the ES server. Is there something im missing here? thanks

pliablepixels commented 3 years ago

If In mocord, the state is always tape, even after an alarm is triggered that seems incorrect. You many want to post this in ZM slack. Not something the ES can fix. Note that mocord will always be in tape because it’s always recording. However when you force an alarm on it it should change state.