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
19
tools/munin-node-from-hell/notifications.conf
Normal file
19
tools/munin-node-from-hell/notifications.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Example config file for muninnode-from-hell.
|
||||
#
|
||||
# Run an instance with plugins that always has some
|
||||
# notification level. (unknown / warning / critical)
|
||||
|
||||
[instance:notifications]
|
||||
pluginprofile = notif
|
||||
port = 3000
|
||||
|
||||
#
|
||||
#[instance:baz]
|
||||
#port = 4940
|
||||
#sleepyness = 30
|
||||
[pluginprofile:notif]
|
||||
plugins = always_warning, always_alarm
|
||||
|
||||
[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