# HG changeset patch # User Mahlon E. Smith # Date 1523315588 25200 # Node ID d4776d62b19353ce8c3654095b4088f6b0bc8775 # Parent d5cb8bd33170c94f779d25325dc76057e6d1ac7b Include set property information for each monitor type. diff -r d5cb8bd33170 -r d4776d62b193 README.md --- a/README.md Sun Apr 08 18:11:49 2018 -0700 +++ b/README.md Mon Apr 09 16:13:08 2018 -0700 @@ -114,6 +114,9 @@ * **exclude**: String or Array of Strings. If present, matching mount point are removed from evaluation. These are treated as regular expressions. +A single property "mounts" is set on the node, which is a hash keyed by +mountpoint, with current capacity values. + #### Memory @@ -123,6 +126,9 @@ Warnings are only set for swap by default, since that is usually a better indication of an impending problem. +2 properties are set on the node, "memory" and "swap". Each is a Hash +that contains current usage and remaining available. + #### Processes @@ -132,6 +138,9 @@ If any process in the list is not found in the process table, the resource is set to a `down` state. +A single property is set on the node, a "counts" key that contains the +current number of running processes. + Examples --------