Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

hjacobs/zmon-scheduler

 
 

Repository files navigation

ZMON Scheduler

Build Status Code Coverage

The ZMON Scheduler is responsible for keeping track of all existing entities, checks and alerts and scheduling checks in time for applicable entities, which are then executed by the ZMON Worker.

Running Unit Tests

$ ./mvnw clean test

Running Locally

$ ./mvnw clean install
$ java -jar target/zmon-scheduler-1.0-SNAPSHOT.jar

Building the Docker Image

$ ./mvnw clean package
$ docker build -t zmon-scheduler .

See also the ZMON Documentation.

About

ZMON Scheduler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.9%
  • Python 3.0%
  • Other 0.1%