AccelerUpDocs
Administration/Platform thresholds

Platform thresholds and rules

Organisation-wide defaults, so every new object starts sensible.

Settings → Platform → Thresholds and rules sets the defaults everything else inherits.

What can be defaulted

DefaultApplies to
Check intervalNew services
For / Recovery / CooldownNew rules
SeverityNew rules
RoutingWhere unrouted alerts go
RetentionNew data
Disk, CPU, memory thresholdsNew agent rules

Why bother

The tenth service onboarded gets a slightly different threshold from the first, because somebody typed it again from memory. Six months later nobody can say which is the intended one.

A default is the intended one, written down once.

Defaults are not enforcement

Changing a default does not rewrite existing objects. A silent mass edit of live alerting is not something a settings page should do.

For applying a standard across many existing objects, use alert templates, which create real rules you can see before and after.

Suggested starting points

SettingSuggestionWhy
Check interval60 sBelow 30 s you mostly measure your own checker
For5 minRemoves most transient noise
Recovery5 minStops a premature "resolved"
Cooldown30 minStops a threshold-straddling value paging repeatedly
Default severitywarningMake critical a deliberate choice

That last one matters. If new rules default to critical, everything becomes critical, and then nothing is.

Where this behaviour lives: frontend/src/app/platform/. If the code and this page disagree, the code is right — please fix the page.

Part of AdministrationSettings, retention, platform thresholds and change tracking.