You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this script with a docker installation but must be missing something.. only change I have made is the path to events. Works fine if I manually trigger with:
./zm_telegram_alert.sh 1
But checking the status of the service displays:
systemd[1]: Started ZM Telegram Notification.
zm_telegram_service.sh[2544900]: Can't locate ZoneMinder.pm in @inc (you may need to install the ZoneMinder module)>
zm_telegram_service.sh[2544900]: BEGIN failed--compilation aborted at /root/zm_telegram_alert.pl line 13.
zm_telegram.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
zm_telegram.service: Failed with result 'exit-code'.
Any ideas?
The text was updated successfully, but these errors were encountered:
I am trying to use this script with a docker installation but must be missing something.. only change I have made is the path to events. Works fine if I manually trigger with:
./zm_telegram_alert.sh 1
But checking the status of the service displays:
zm_telegram.service - ZM Telegram Notification
Loaded: loaded (/etc/systemd/system/zm_telegram.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2021-06-18 20:25:44 EDT; 25s ago
Process: 2544898 ExecStart=/root/zm_telegram_service.sh (code=exited, status=2)
Main PID: 2544898 (code=exited, status=2)
systemd[1]: Started ZM Telegram Notification.
zm_telegram_service.sh[2544900]: Can't locate ZoneMinder.pm in @inc (you may need to install the ZoneMinder module)>
zm_telegram_service.sh[2544900]: BEGIN failed--compilation aborted at /root/zm_telegram_alert.pl line 13.
zm_telegram.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
zm_telegram.service: Failed with result 'exit-code'.
Any ideas?
The text was updated successfully, but these errors were encountered: