alert_not_silenced

Diagnostic `nanook::engine::alert_not_silenced`

Summary

alert not silenced `{0}`

Help

only currently silenced alerts can be unsilenced

Details

When this fires

Runtime, from Engine::unsilence in crates/nanook-engine/src/engine/mod.rs. The silences table (crates/nanook-engine/src/silences.rs) had no active entry for the expression you tried to clear, so the call is a no-op and returns this error. Usually triggered by nanook ctl unsilence "<expr>".

What to check

Check /state or nanook ctl silences to confirm the expression is actually silenced. The match is byte-for-byte, and silences expire on their own once until passes.