alertRules property

List<AlertRule> alertRules
final

The conditions worth being told about (disk>90, cpu>95 for 5m, offline for 2m).

Empty by default, and deliberately: 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> alertRules;