X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectd.conf.pod;h=8dff63c195f6d700528618a9f5806c20215ce62f;hb=bf1c2612bc0405c895f754ebfbb24484122c7cfa;hp=e1aa5f20d3de0af10144b390d44da96b9a92ca4d;hpb=6ff769e0d7d6363e2f507118ccb7722457370442;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index e1aa5f20..8dff63c1 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1548,6 +1548,35 @@ at all, B cgroups are selected. =back +=head2 Plugin C + +The I designed to check and notify about host or service +status based on I metric. + +When new metric of I type appears in cache, OK notification is sent. +When new value for metric is less than previous value, WARNING notification is +sent about host/service restart. +When no new updates comes for metric and cache entry expires, then FAILURE +notification is sent about unreachable host or service. + +By default (when no explicit configuration), plugin checks for I metric. + +B + + + Type "uptime" + Type "my_uptime_type" + + +=over 4 + +=item B I + +Metric type to check for status/values. The type should consist single GAUGE +data source. + +=back + =head2 Plugin C The C plugin collects ntp data from a B server, such as clock @@ -7323,7 +7352,7 @@ B BufferLength 10 Process "name" - RegexProcess "regex" + ProcessRegex "regex" B @@ -7341,7 +7370,7 @@ becomes available for storing a new event. Enumerate a process name to monitor. All processes that match this exact name will be monitored for EXECs and EXITs. -=item B I +=item B I Enumerate a process pattern to monitor. All processes that match this regular expression will be monitored for EXECs and EXITs.