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

zalando-zmon/zmon-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

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 Documentation

Documentation Status

First install the Sphinx documentation generator.

$ sudo pip install sphinx sphinx_rtd_theme

Generate the ZMON HTML documentation locally:

$ cd docs; make html

Run docs locally:

$ python -m SimpleHTTPServer 8888

If you are using Python3:

$ python3 -m http.server 8888
Docs at:

http://localhost:8888/_build/html/