Added riemann config to Shinken
Change-Id: Ia5a2557da846ac48388b3d41e03fe74352385437
This commit is contained in:
parent
9f7cdee108
commit
8d12073fde
11
tools/docker/etc/shinken/modules/riemann.cfg
Normal file
11
tools/docker/etc/shinken/modules/riemann.cfg
Normal file
@ -0,0 +1,11 @@
|
||||
## Module: mod-riemann
|
||||
## Loaded by: Broker
|
||||
# Export host and service performance data and events to Riemann.
|
||||
define module {
|
||||
module_name mod-riemann
|
||||
module_type riemann_perfdata
|
||||
host localhost
|
||||
port 5555
|
||||
#use_udp 1 ; default value is 0, 1 to use udp
|
||||
#tick_limit 300 ; Default value 300
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user