feat: initial commit

This commit is contained in:
2020-08-26 16:50:59 +02:00
commit d2a946782f
10 changed files with 454 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# cron-checker
[![Build Status](https://gitlab.com/unboundsoftware/cron-checker/badges/master/pipeline.svg)](https://gitlab.com/unboundsoftware/cron-checker/commits/master)
[![codecov](https://codecov.io/gl/unboundsoftware/cron-checker/branch/master/graph/badge.svg?token=2GIOHTNLT3)](https://codecov.io/gl/unboundsoftware/cron-checker)
A small container which periodically (every 60s) checks for a cronjobs which are not running according to schedule and sends a notification to Slack.
[Example deployment-file](example/deploy.yaml)