Skip to content
Vasily Korytov edited this page Aug 14, 2016 · 41 revisions

jsonmon monitoring and alerting system

jsonmon was designed to be simple, lightweight and easy to configure as possible.

We don't store history in a database. We just do checks and notifications.
We send one notification when the problem arises and the second – when it's OK again.
We use system MTA at /usr/sbin/sendmail and your [custom scripts](Notification plugins).

We have a [REST API](REST API). It's possible to make any custom Web UI to view your status.
Or to use [this one](Web UI).

We support only two types of checks: shell and Web. You can make any checks with this system by using scripts or other tools of your choice.

We don't have a UI to configure the system, you should write a configuration file.

Clone this wiki locally