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
rulesfolder.
name: "Example Ping Rule"description: "This is example."cron: "0/5 * * ? * *"test:
ping:
host: "localhost"timeout: 1000condition:
failMoreThan:
times: 1alert:
title: TESTbody: TESTconsole:
debug: true