mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Add a simple graph testing plugin, and use critical instead of alarm
This commit is contained in:
parent
d33f5b319f
commit
6df2ce2340
4 changed files with 47 additions and 6 deletions
15
tools/munin-node-from-hell/basic.conf
Normal file
15
tools/munin-node-from-hell/basic.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Initialise plugins that test the basic functions of Munin.
|
||||
#
|
||||
#
|
||||
|
||||
[instance:basic]
|
||||
pluginprofile = basic
|
||||
port = 4000
|
||||
|
||||
[pluginprofile:basic]
|
||||
plugins = always_warning, always_critical, graph_area
|
||||
|
||||
[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