mirror of https://github.com/sipwise/collectd.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
888 B
56 lines
888 B
# 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>
|
|
#
|
|
# <Type "df">
|
|
# WarningMax 90
|
|
# Percentage true
|
|
# </Type>
|
|
#
|
|
# <Type "load">
|
|
# DataSource "midterm"
|
|
# WarningMax 1
|
|
# Hysteresis 0.3
|
|
# </Type>
|
|
#
|
|
# <Type "cpu">
|
|
# Instance "user"
|
|
# WarningMax 85
|
|
# Hits 6
|
|
# </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>
|
|
|