diff --git a/prometheus/alerts.rules.yml b/prometheus/alerts.rules.yml index 9956418..04f8047 100644 --- a/prometheus/alerts.rules.yml +++ b/prometheus/alerts.rules.yml @@ -41,6 +41,14 @@ groups: annotations: summary: "Indexer is down" description: "The {{ $labels.network }} indexer for {{ $labels.type }} is lagging behind 10 blocks." + - alert: PublisherBalanceLow + expr: publisher_balance < 0.1 + for: 5m + labels: + severity: warning + annotations: + summary: "Publisher balance is low" + description: "The {{ $labels.publisher }} balance is below 0.1 ETH." - name: API rules: - alert: TimeSinceLastUpdateTooHigh