diff --git a/docs/docs/6_writerunners/index.html b/docs/docs/6_writerunners/index.html index d2c2e3d..0a62a33 100644 --- a/docs/docs/6_writerunners/index.html +++ b/docs/docs/6_writerunners/index.html @@ -161,6 +161,9 @@
$ bpmon run status > status.html && firefox status.html; rm status.html
+Now you can imagine the possibilities. Do you want to trigger pagerduty via API if a business process is failed? Create a runner that renders a bash
+script and schedule via bpmon run myrunner | bash
.
Now the biggest hassle when buildung templates is to know the data you have available. To give you a hand we have added some funcions to diff --git a/docs/index.html b/docs/index.html index 427d86e..9ed81c4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -81,12 +81,12 @@
But not every failed check is an incident! Given we have a tidy setup with a bunch of webservers, -a decent amount of database replicas etc. an outage of a single webserver does not affect aur service.
+a decent amount of database replicas etc. an outage of a single webserver does not affect our service.BPMON allows you to group checks into Key Performance Indicators (KPI’s). A KPI for our web service could be 60% of our frontend webservers must be healthy for the KPI to be healthy. Neat!
-A Busisess Process (BP’s) is a set of KPI’s. Each KPI must be healthy for the BP to be healthy as well.
+A Business Process (BP’s) is a set of KPI’s. Each KPI must be healthy for the BP to be healthy as well.