rules property

List<AlertRule> rules
final

The rules to watch. Empty means alerting is off, which is the default: a tool that invents its own thresholds is a tool that pages you at 3am about a disk it decided was too full.

Implementation

final List<AlertRule> rules;