YAML-based Customizable Monitoring Application
I am still working on this project.
This project is for IT Operator. This application can monit end-point and alert external messenger when meets condition. You can make a rule easily with writing YAML file.
More examples in
rules
folder.
name: "Example Ping Rule"
description: "This is example."
cron: "0/5 * * ? * *"
test:
ping:
host: "localhost"
timeout: 1000
condition:
failMoreThan:
times: 1
alert:
title: TEST
body: TEST
console:
debug: true