An open API service indexing awesome lists of open source software.

https://github.com/nikoo-asadnejad/systemdservice-healthcheck

Health checker for systemd unit which checks systemd status and also calls health check api
https://github.com/nikoo-asadnejad/systemdservice-healthcheck

bash bash-script cron health-check linux shell shell-script systemd systemd-service systemd-unit

Last synced: 2 months ago
JSON representation

Health checker for systemd unit which checks systemd status and also calls health check api

Awesome Lists containing this project

README

        

# SystemdService-HealthCheck
Health checker for systemd unit which checks systemd status and also calls health check api

1. Make file executable :
`chmod +x Service-HealthChecker.sh`

2. Create Cron :
`crontab -e`
`*/5 * * * * /path/to/Service-HealtchChecker.sh >> /path/to/Service-HealtchChecker.log 2>&1`