Skip to content

Runbooks: Monitoring

Federico Ceratto edited this page Nov 15, 2021 · 1 revision

List and silence alerts:

ssh monitoring.ooni.org

# List alerts:
amtool alert

amtool silence add --duration="1h" alertname="CHANGEME" --comment="Silenced"

# List silences:
amtool silence

# Expire all silences:
amtool silence expire $(amtool silence query -q)
Clone this wiki locally