Skip to content

Commit

Permalink
Spelling corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanio committed Nov 14, 2016
1 parent a3cd39a commit e8a05c5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ from within HAPRoxy, including:
* Broken down by Service
* Broken down by Host
* Response Codes for Frontends
* Broken down by Service (aggregrated by Status Code)
* Broken down by Service (aggregating by Status Code)
* Broken down by Status Code
* Response Codes for Backends
* Broken down by Service (aggregrated by Server)
* Broken down by Service (aggregating by Server)
* Broken down by Server
* Broken down by Service (aggregrated by Status Codes)
* Broken down by Status (aggregrated by Server)
* Brokwn down by Server
* Broken down by Service (aggregating by Status Codes)
* Broken down by Status (aggregating by Server)
* Broken down by Server

## Warning

Expand All @@ -33,13 +33,13 @@ you can probably exceed over 1000 graphs being produced covering all the above.

This setup either required some *very* fast hardware, or it's best to make sure
that you are using something like `rrdcached` and SSDs to make sure that you
are aggregrating updates, caching reads, etc. Additionally, creating graphs
are aggregating updates, caching reads, etc. Additionally, creating graphs
on-the-fly via CGI may end up being better, unless you can safely produce a very
large number of graphs every five minutes with room to spare and grow!

## Usage

You will need Munin 2.0 as this is a multigraph plugin and will output all
You will need Munin 2.0 as this is a `multigraph` plugin and will output all
graphs in a single run.

[haproxyng*]
Expand All @@ -55,15 +55,15 @@ graphs in a single run.
configuration. For example if you're configuration is automatically
generated and everything is prefixed with "staging-" or "production_" then
put that (or any other regex) into `clean` and it will be cleaned from any
titles and output to Munin.
titles before being output to Munin.

Beyond that, copy/symlink it to the `plugins/` directory on the relevent node
Beyond that, copy/symlink it to the `plugins/` directory on the relevant node
and wait for it to run. Running

munin-run haproxyng config

is also possible to verify that it can see everything and output the config
data for Munin.
is also possible to verify that it can see everything and output the
configuration data for Munin.

## Licence

Expand Down

0 comments on commit e8a05c5

Please sign in to comment.