mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
17 lines
379 B
Plaintext
17 lines
379 B
Plaintext
|
# 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
|