| blackbox_exporter_alerts | 3.563s ago | 467.9us | ||
| Rule | State | Error | Last Evaluation | Evaluation Time | 
| alert: HTTPSDown expr: probe_success{instance=~"https://.*",job="blackbox",probe="http_2xx"} == 0 for: 5m labels: severity: critical annotations: description: The HTTPS endpoint {{ $labels.instance }} is not responding or returning non-2xx status codes. summary: HTTPS Endpoint Down | ok | 3.563s ago | 256.9us | |
| alert: SSLCertificateExpiry expr: probe_ssl_earliest_cert_expiry{instance=~"https://.*",job="blackbox"} < time() + 604800 for: 5m labels: severity: warning annotations: description: The SSL certificate for the HTTPS endpoint {{ $labels.instance }} will expire within one week. summary: SSL Certificate Expiry | ok | 3.563s ago | 201.8us | |
| node_exporter_alerts | 4.625s ago | 2.65ms | ||
| Rule | State | Error | Last Evaluation | Evaluation Time | 
| alert: HighCPUUsage expr: 100 * (1 - avg by(instance) (irate(node_cpu_seconds_total{mode="idle"}[5m]))) > 80 for: 5m labels: severity: warning annotations: description: '{{ $labels.instance }} has CPU usage over 80% for the last 5 minutes.' summary: High CPU usage on {{ $labels.instance }} | ok | 4.625s ago | 1.189ms | |
| alert: HighMemoryUsage expr: (node_memory_MemTotal_bytes - node_memory_MemFree_bytes - node_memory_Buffers_bytes - node_memory_Cached_bytes) / node_memory_MemTotal_bytes * 100 > 80 for: 5m labels: severity: warning annotations: description: '{{ $labels.instance }} has memory usage over 80% for the last 5 minutes.' summary: High Memory usage on {{ $labels.instance }} | ok | 4.624s ago | 654us | |
| alert: HighDiskUsage expr: 100 * (node_filesystem_size_bytes - node_filesystem_free_bytes) / node_filesystem_size_bytes > 80 for: 5m labels: severity: warning annotations: description: '{{ $labels.instance }} has disk usage over 80% for the last 5 minutes.' summary: High Disk usage on {{ $labels.instance }} | ok | 4.624s ago | 799.7us | |