Rules

blackbox_exporter_alerts

3.583s ago

439.7us

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.584s ago 213.8us
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.583s ago 221.3us

node_exporter_alerts

4.646s ago

2.277ms

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.646s ago 848.2us
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.645s ago 546.8us
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.645s ago 874.6us