mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge branch 'master' of github.com:lkarsten/contrib
This commit is contained in:
commit
b3ef4781a7
@ -11,7 +11,7 @@ Current features controlled via config file:
|
||||
|
||||
* Respond slowly or never to queries.
|
||||
* 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.
|
||||
|
||||
|
||||
@ -21,8 +21,8 @@ Usage
|
||||
munin-node-from-hell takes two arguments; the mode and which config file to
|
||||
use. Mode is either --run or --muninconf.
|
||||
|
||||
This software is meant to run as an ordinary unix user, please don't run
|
||||
it as root without some thought.
|
||||
This software is meant to run as an ordinary Unix user, please don't run
|
||||
it as root.
|
||||
|
||||
You probably want:
|
||||
|
||||
|
@ -6,7 +6,7 @@ pluginprofile = tarpit
|
||||
port = 3000
|
||||
|
||||
[pluginprofile:tarpit]
|
||||
plugins = tarpit, load, locks
|
||||
plugins = load, locks, tarpit, load, locks
|
||||
|
||||
[pluginprofile:base]
|
||||
plugins = load, locks, locks, load, load, locks, locks, load, load, load
|
||||
|
Loading…
Reference in New Issue
Block a user