root / tools / munin-node-from-hell / README.rst @ d33f5b31
Historique | Voir | Annoter | Télécharger (1,07 ko)
| 1 |
munin-node from hell |
|---|---|
| 2 |
==================== |
| 3 |
|
| 4 |
This is a simple implementation of a munin node (http://munin-monitoring.org/) |
| 5 |
that is made to give the polling server a hard time. |
| 6 |
|
| 7 |
In practice this is the munin-node that we use to develop and test the awesome |
| 8 |
stuff we do at http://hostedmunin.com/ . Use it as you feel fit :) |
| 9 |
|
| 10 |
Current features controlled via config file: |
| 11 |
|
| 12 |
* Respond slowly or never to queries. |
| 13 |
* Have plugins that always are in warning or alarm. |
| 14 |
* Extensive number of plugins. |
| 15 |
* Run on multiple ports at the same time, to test huge amounts of clients. |
| 16 |
|
| 17 |
|
| 18 |
Usage |
| 19 |
----- |
| 20 |
|
| 21 |
munin-node-from-hell takes two arguments; the mode and which config file to |
| 22 |
use. Mode is either --run or --muninconf. |
| 23 |
|
| 24 |
This software is meant to run as an ordinary unix user, please don't run |
| 25 |
it as root without some thought. |
| 26 |
|
| 27 |
You probably want: |
| 28 |
|
| 29 |
./munin-node-from-hell --run simple.conf |
| 30 |
|
| 31 |
To make a config snippet to put in munin.conf: |
| 32 |
|
| 33 |
./munin-node-from-hell --muninconf simple.conf > snippet.conf |
| 34 |
|
| 35 |
License |
| 36 |
------- |
| 37 |
|
| 38 |
See the file MIT-LICENSE for details. |
| 39 |
|
| 40 |
Contact |
| 41 |
------- |
| 42 |
|
| 43 |
Lasse Karstensen <lasse.karstensen@gmail.com> |
