Fixed
Details
Assignee
Jeff GehlbachJeff GehlbachReporter
CarterCarterComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Jeff Gehlbach
Jeff GehlbachReporter
Carter
CarterComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created September 10, 2013 at 9:58 AM
Updated January 27, 2017 at 4:19 PM
Resolved January 20, 2014 at 1:20 PM
DiskUsageMonitor: The startswith (even endswith and regex) parameter leads me to believe I can use this to monitor anything that "starts with" for example /opt and alarm if any of them exceeded the specified parameter.
This seems to not be the case, if one of them passes (like /opt), then the entire check passes even though other mount points may have exceeded the threshold, thus requiring me to have to make a monitor for each one.
In short, The monitor does not iterate through the list and evaluate each one that "startswith" /opt.