diff --git a/Plugin/unraid/pages/watchdog.php b/Plugin/unraid/pages/watchdog.php index 8223f3a..036246d 100644 --- a/Plugin/unraid/pages/watchdog.php +++ b/Plugin/unraid/pages/watchdog.php @@ -141,6 +141,14 @@ require_once dirname(__DIR__) . '/include/ai_chat.php'; $_vv_wd_me = strtoupper(vv_detect_host()); $_vv_wd_file = strtolower($_vv_wd_me) . '.conf'; $_vv_wd_defs = [ + // First, because it is the one people come to this page looking for: the answer to "stop + // telling me about this container". Everything below tunes what a watchdog does; this is how + // you take something out of its hands entirely. + ['key' => $_vv_wd_me . '_WATCHDOG_SCAN_IGNORE', 'kind' => 'list', + 'title' => 'Scan ignore', 'unit' => '', + 'hint' => 'Left alone completely — no strikes, no restarts, no unhealthy or OOM reports. ' + . 'For containers you knowingly run broken or stopped. It silences real faults as ' + . 'readily as noise, so it is the wrong tool for one that is merely loud.'], ['key' => $_vv_wd_me . '_WATCHDOG_CONTAINERS', 'kind' => 'map', 'title' => 'Memory limits (Tier 1)', 'unit' => 'MB', 'hint' => 'Restarted when it holds more than this. Tier 1 is per container and acts before '