Monitor Settings Reset

Forum for questions and support relating to the 1.30.x releases only.
Locked
saad
Posts: 4
Joined: Wed Nov 07, 2018 5:34 am

Monitor Settings Reset

Post by saad »

Dear Team,

We are facing a issue where Monitor settings reset at specific time i.e 00:59:01 every day, the only error that we can see in debug log is
================================
11/09/18 00:58:59.234801 zmc_m79[58696].ERR-zm_remote_camera_rtsp.cpp/322 [Error while decoding frame 0]
11/09/18 00:58:59.240239 zmc_m79[58696].ERR-zm_remote_camera_rtsp.cpp/323 [256: 00 00 01 65 04 22 f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 80 00 02 00 00 01 00 88 80 00 00 03 02 5f f0 00 00 47 fd 3d d2 0c ae 2e 4f 74 df 7c 09 82 87 17 58 11 01 ca 2b a3 f9 3b 6b a6 2c a0 ae 1d 27 bd d3 d6 d1 27 9c 3f 62 d1 8b 1b f8 a1 92 79 2a e7 35 2f 65 24 c0 b9 c9 6b 05 1d 7a eb 3c 0a 50 e0 fe 07 ee 43 5c 16 7f f7 31 79 3c 91 44 19 22 09 2a 55 73 d0 5a 1b 43 d8 2c e0 24 7d 69 24 6a 3e 97 a4 c2 5a 81 f6 8e 5c 5a dc 50 12 8c fc ac 2a c6 11 59 8d 2a 41 30 32 5b 77 a8 cc a0 5e 4b eb d4 ea 1d c5 8a 15 37 37 23 6e d3 02 24 d2 4d d1 04 c0 4d 47 0a 9f 02 d1 89 72 27 7c e4 ac 6d 72 76 3f c9 1a b8 e6 ba 45 01 bd a0 7d 5e bc 01 d2 5d 4f 60 9c 01 4b 27 14 62 1f 05 2a 7e 45 c7 d4 e6 89 2b 63 27 39 07 63]
====================================
and it keeps on repeating after some interval

The settings set as
Source Type : Ffmpeg
Target colorspace : 24 bit color
Capture Width (pixels) : 1280
Capture Height (pixels) : 720
Event Prefix : Recording
Section length : 3600
FPS Report Interval : 1000
======================================
and the settings reset to
Source Type : Local
Target colorspace : 8 bit color
Capture Width (pixels) :
Capture Height (pixels) :
Event Prefix : Event-
Section length : 600
FPS Report Interval : 250


This process happen to 5 monitors out of total 9. We have no any cron job that is causing this behaviour
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Monitor Settings Reset

Post by bbunge »

Do you have any filters set to delete events? Check resources allocated to your database server especially innodb_buffer_pool_size
User avatar
iconnor
Posts: 2900
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Monitor Settings Reset

Post by iconnor »

I can't think of anything in ZM that would do that. I would take a close look at mysql error logs.
saad
Posts: 4
Joined: Wed Nov 07, 2018 5:34 am

Re: Monitor Settings Reset

Post by saad »

@bbunge,
Yes we have a background filter, set to delete the events that is more than 3 days old, and innodb_buffer_pool_size is 134217728
@iconnor
I tried to check mysql error logs but no luck , how can I check on exact time and how to convert TimeKey(1541559494.466080) to actual time?

New findings,
- My other 4 monitors remain save as we have set their disable time events from 23 to 09 and in our disable scenario we set monitor "source type" to "Local"

- If I set one of my affected monitor to disable from 00 to 01 then its monitor settings reset at 01:59:01

- So this reset monitor issue occur only if "Source Type" is set to "Remote" Or "Ffmpeg" and at specific span of time at night
saad
Posts: 4
Joined: Wed Nov 07, 2018 5:34 am

Re: Monitor Settings Reset

Post by saad »

Dear Fellows,

I have found that the issue was in our script that is disabling the monitor for specific time. Thanks for your time.
Locked