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

zalando-zmon/zmon-scheduler

Repository files navigation

ZMON source code on GitHub is no longer in active development. Zalando will no longer actively review issues or merge pull-requests.

ZMON is still being used at Zalando and serves us well for many purposes. We are now deeper into our observability journey and understand better that we need other telemetry sources and tools to elevate our understanding of the systems we operate. We support the OpenTelemetry initiative and recommended others starting their journey to begin there.

If members of the community are interested in continuing developing ZMON, consider forking it. Please review the licence before you do.

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.