mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
minor stuff
This commit is contained in:
parent
8354c8ba4b
commit
be1fb5df65
3 changed files with 4 additions and 7 deletions
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
[instance:basic]
|
[instance:basic]
|
||||||
pluginprofile = basic
|
pluginprofile = basic
|
||||||
port = 4000
|
port = 4001
|
||||||
|
|
||||||
[pluginprofile:basic]
|
[pluginprofile:basic]
|
||||||
plugins = always_warning, always_critical, graph_area
|
plugins = graph_area
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
# when building an example config with --muninconf, what hostname to output.
|
# when building an example config with --muninconf, what hostname to output.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[instance:notifications]
|
[instance:notifications]
|
||||||
pluginprofile = notif
|
pluginprofile = notif
|
||||||
port = 3000
|
port = 4010
|
||||||
|
|
||||||
#
|
#
|
||||||
#[instance:baz]
|
#[instance:baz]
|
||||||
|
|
|
@ -3,14 +3,11 @@
|
||||||
|
|
||||||
[instance:tarpit]
|
[instance:tarpit]
|
||||||
pluginprofile = tarpit
|
pluginprofile = tarpit
|
||||||
port = 3000
|
port = 4005
|
||||||
|
|
||||||
[pluginprofile:tarpit]
|
[pluginprofile:tarpit]
|
||||||
plugins = load, locks, tarpit, load, locks
|
plugins = load, locks, tarpit, load, locks
|
||||||
|
|
||||||
[pluginprofile:base]
|
|
||||||
plugins = load, locks, locks, load, load, locks, locks, load, load, load
|
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
# when building an example config with --muninconf, what hostname to output.
|
# when building an example config with --muninconf, what hostname to output.
|
||||||
hostname = localhost
|
hostname = localhost
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue