@extends('layouts.app') @section('title', 'Alert rules') @section('content')
Thresholds evaluated on every monitoring sweep.
| Rule | Type | Condition | Severity | Threshold | Duration | Enabled | |
|---|---|---|---|---|---|---|---|
| {{ $rule->name }}
{{ \Illuminate\Support\Str::limit($rule->description, 80) }} |
{{ title_case_words($rule->type) }} | {{ $rule->condition }} | {{ $rule->severity }} | {{ $rule->threshold }} {{ $rule->unit }} | {{ $rule->duration_minutes }} min | ||
| @include('components.empty-state', ['icon' => '⚙', 'title' => 'No alert rules configured', 'message' => 'Define thresholds for latency, utilisation, CPU and optical power.', 'action' => '']) | |||||||