Search found 3 matches

by jimdaway
Sun Jan 31, 2021 1:34 am
Forum: ZoneMinder 1.34.x
Topic: Undelete Monitor??
Replies: 1
Views: 607

Undelete Monitor??

I accidentally deleted a monitor because, well, I was careless.

If there a backup (even a temporary one) that I could use to recover the monitor?

I am able to ssh onto the server and peruse the mysql database.

Any help would be very much appreciated.
by jimdaway
Sat Jan 02, 2021 5:15 pm
Forum: ZoneMinder 1.34.x
Topic: Invoke zmfilter.pl (to upload archived event) from CLI for specific event ID
Replies: 1
Views: 466

Re: Invoke zmfilter.pl (to upload archived event) from CLI for specific event ID

OK, so it occurred to me that I could perhaps do the following: The filters are maintained in the Filters table of the zm database. With this knowledge, I could: 1) Create a filter (in my case, filter Id27) that performs an upload of an event with the archived flag set AND with a specific Id. 2 ...
by jimdaway
Sat Jan 02, 2021 12:28 am
Forum: ZoneMinder 1.34.x
Topic: Invoke zmfilter.pl (to upload archived event) from CLI for specific event ID
Replies: 1
Views: 466

Invoke zmfilter.pl (to upload archived event) from CLI for specific event ID

Hi; I am trying to initiate the zmfilter.pl from a bash script but I need to be able to specify a particular event Id number. What I am doing is (via a cron job) scanning the Events table for events with the Archived flag set. From this query, I build a file with a list of event Id's that are marked ...