Skip to content

Commit

Permalink
doc: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sontags committed Oct 31, 2018
1 parent 1b5b3d4 commit 93ec2c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/docs/6_writerunners/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ <h2 id="learning-by-example-generate-a-status-html-with-a-runner">Learning by Ex
<pre><code>$ bpmon run status &gt; status.html &amp;&amp; firefox status.html; rm status.html
</code></pre>

<p>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 <code>bpmon run myrunner | bash</code>.</p>

<h2 id="meet-your-friends">Meet your friends</h2>

<p>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
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ <h2 id="use-case">Use Case</h2>
and all required checks in place.</p>

<p><strong>But not every failed check is an incident!</strong> 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.</p>
a decent amount of database replicas etc. an outage of a single webserver does not affect our service.</p>

<p>BPMON allows you to group checks into <strong>Key Performance Indicators</strong> (KPI&rsquo;s). A KPI for our web service
could be <em>60% of our frontend webservers must be healthy for the KPI to be healthy</em>. Neat!</p>

<p>A <strong>Busisess Process</strong> (BP&rsquo;s) is a set of KPI&rsquo;s. Each KPI must be healthy for the BP to be healthy as well.</p>
<p>A <strong>Business Process</strong> (BP&rsquo;s) is a set of KPI&rsquo;s. Each KPI must be healthy for the BP to be healthy as well.</p>

<h2 id="features">Features</h2>

Expand Down

0 comments on commit 93ec2c5

Please sign in to comment.