greenish
greenish copied to clipboard
Data monitoring tool, monitors the result, not the run
So that the ones with higher priority are prioritized for job state refresh
In theory Greenish scripts can run on multiple machines. They should be able to talk to the central app (Greenish master). The advantages of this are: - You can indefinitely...
Currently monitoring jobs (scripts) are written in any language, and they run in a different UNIX process (using Java Process API). This is great because it enables a wide range...
PagerDuty here is just a proof of concept, the rest of the architecture is "client" agnostic. In theory adding a new client (alerting integration) is as simple as implementing AlertClient...
Greenish comes with its own http server, but currently HTTPS protocol is not supported. True you can always put an Nginx as a gateway and add SSL to it, but...
Basically a way to send an alert to either Slack or Email. We can implement one, and the other one can become a next step. Ideally, we endup with a...