mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
Add munin-node-from-hell, a quite unfriendly munin node
This commit is contained in:
parent
5cc0fa32fe
commit
d33f5b319f
7 changed files with 469 additions and 0 deletions
16
tools/munin-node-from-hell/simple.conf
Normal file
16
tools/munin-node-from-hell/simple.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Example config file for muninnode-from-hell.
|
||||
#
|
||||
# This is the simplest possible config, just run an ordinary munin-node
|
||||
# with a trivial amount of plugins on a single port.
|
||||
#
|
||||
|
||||
[instance:simple]
|
||||
pluginprofile = base
|
||||
port = 4000
|
||||
|
||||
[pluginprofile:base]
|
||||
plugins = load, locks
|
||||
|
||||
[base]
|
||||
# when building an example config with --muninconf, what hostname to output.
|
||||
hostname = localhost
|
Loading…
Add table
Add a link
Reference in a new issue