115 |
115 |
116 * **warn_at**: Set the node to a `warning` state when disk capacity is at or over this amount. |
116 * **warn_at**: Set the node to a `warning` state when disk capacity is at or over this amount. |
117 You can also set this to a Hash, keyed on mount name, if you want differing |
117 You can also set this to a Hash, keyed on mount name, if you want differing |
118 warning values per mount point. A mount point that is at 100% capacity will |
118 warning values per mount point. A mount point that is at 100% capacity will |
119 be explicity set to `down`, as the resource it represents has been exhausted. |
119 be explicity set to `down`, as the resource it represents has been exhausted. |
120 * **alert_readonly**: Set the now to an `error` state if mounts are readonly. |
120 * **alert_readonly**: Set the node to an `error` state if mounts are readonly. |
121 This may be helpful in iscsi-root environments. You can set this to a Hash, |
121 This may be helpful in iscsi-root environments. You can set this to a Hash, |
122 keyed on mount name, if you want differing behavior per mount point. |
122 keyed on mount name, if you want differing behavior per mount point. |
123 * **include**: String or Array of Strings. If present, only matching mount points are |
123 * **include**: String or Array of Strings. If present, only matching mount points are |
124 considered while performing checks. These are treated as regular expressions. |
124 considered while performing checks. These are treated as regular expressions. |
125 * **exclude**: String or Array of Strings. If present, matching mount point are removed |
125 * **exclude**: String or Array of Strings. If present, matching mount point are removed |