MogiePete / zabbix-systemd-service-monitoring

Simple Zabbix Template to discover, monitor, and alert on systemd services.
GNU General Public License v2.0
91 stars 41 forks source link

SystemD service monitoring logic changes for more agnostic monitoring #6

Closed Josephvh closed 5 years ago

Josephvh commented 5 years ago
MogiePete commented 5 years ago

@Josephvh

I have been testing your PR and I haven't had any issues. The only recommendation would be to move the service_restart_check.sh script to /usr/local/bin instead of having it run on the /etc/zabbix folder.

Other than that it looks good and I'm waiting for your input to merge the request.

Josephvh commented 5 years ago

@MogiePete

Yes good idea. I've updated the master branch for service_restart_check.sh to live under /usr/local/bin/

Should be ready for merge now

Thanks

MogiePete commented 5 years ago

@Josephvh

Awesome job! Thank you for your time and contribution!