{ critical, warning, ... }:
{
alerts.UnboundDown = {
expr = ''
(up{job="unbound"} unless unbound_up) == 0
'';
for = "0m";
labels = critical;
};
}