
Will associate monitored processes with roles later. Change-Id: I33a14255a11f52be87c1551a3dd2b4542c11eebc
38 lines
666 B
Plaintext
38 lines
666 B
Plaintext
# Threshold configuration for collectd(1).
|
|
#
|
|
# See the section "THRESHOLD CONFIGURATION" in collectd.conf(5) for details.
|
|
|
|
#<Threshold>
|
|
# <Type "counter">
|
|
# WarningMin 0.00
|
|
# WarningMax 1000.00
|
|
# FailureMin 0
|
|
# FailureMax 1200.00
|
|
# Invert false
|
|
# Persist false
|
|
# Instance "some_instance"
|
|
# </Type>
|
|
#
|
|
# <Plugin "interface">
|
|
# Instance "eth0"
|
|
# <Type "if_octets">
|
|
# DataSource "rx"
|
|
# FailureMax 10000000
|
|
# </Type>
|
|
# </Plugin>
|
|
#
|
|
# <Host "hostname">
|
|
# <Type "cpu">
|
|
# Instance "idle"
|
|
# FailureMin 10
|
|
# </Type>
|
|
#
|
|
# <Plugin "memory">
|
|
# <Type "memory">
|
|
# Instance "cached"
|
|
# WarningMin 100000000
|
|
# </Type>
|
|
# </Plugin>
|
|
# </Host>
|
|
#</Threshold>
|