renterd icon indicating copy to clipboard operation
renterd copied to clipboard

AlertsOpts Severity

Open peterjan opened this issue 11 months ago • 2 comments

The severity filter in for /bus/alerts filters on the exact severity while it would be more useful to have it behave like a logger, perhaps we can extend it with a MinSeverity option or allow passing multiple severity levels.

AlertsOpts struct {
		Offset   int
		Limit    int
		Severity Severity
}

peterjan avatar Mar 19 '24 14:03 peterjan