mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-09 15:33:49 +00:00
Merge branch 'master' of github.com:lkarsten/contrib
This commit is contained in:
commit
b3ef4781a7
2 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ Current features controlled via config file:
|
||||||
|
|
||||||
* Respond slowly or never to queries.
|
* Respond slowly or never to queries.
|
||||||
* Have plugins that always are in warning or critical.
|
* Have plugins that always are in warning or critical.
|
||||||
* Extensive number of plugins runnint at once.
|
* Extensive number of plugins running at once.
|
||||||
* Run on multiple ports at the same time, to test huge amounts of clients.
|
* Run on multiple ports at the same time, to test huge amounts of clients.
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ Usage
|
||||||
munin-node-from-hell takes two arguments; the mode and which config file to
|
munin-node-from-hell takes two arguments; the mode and which config file to
|
||||||
use. Mode is either --run or --muninconf.
|
use. Mode is either --run or --muninconf.
|
||||||
|
|
||||||
This software is meant to run as an ordinary unix user, please don't run
|
This software is meant to run as an ordinary Unix user, please don't run
|
||||||
it as root without some thought.
|
it as root.
|
||||||
|
|
||||||
You probably want:
|
You probably want:
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ pluginprofile = tarpit
|
||||||
port = 3000
|
port = 3000
|
||||||
|
|
||||||
[pluginprofile:tarpit]
|
[pluginprofile:tarpit]
|
||||||
plugins = tarpit, load, locks
|
plugins = load, locks, tarpit, load, locks
|
||||||
|
|
||||||
[pluginprofile:base]
|
[pluginprofile:base]
|
||||||
plugins = load, locks, locks, load, load, locks, locks, load, load, load
|
plugins = load, locks, locks, load, load, locks, locks, load, load, load
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue