• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..27-Apr-2021-

MIT-LICENSEH A D03-May-20221,023 1815

README.rstH A D03-May-20221.1 KiB4427

basic.confH A D03-May-2022321 167

example-config.confH A D03-May-20221.9 KiB6932

huge.confH A D03-May-2022484 157

muninnode-from-hellH A D03-May-202213.1 KiB409310

notifications.confH A D03-May-2022433 207

simple.confH A D03-May-2022379 177

tarpit.confH A D03-May-2022268 147

README.rst

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