From 68ec24fc9230b5bc4034adbe9d6a750d6fdd8a99 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 23 Nov 2023 18:34:40 -0300 Subject: [PATCH] fix: don't monit dns protocol --- monit.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/monit.conf b/monit.conf index 6937009..dbe97cd 100644 --- a/monit.conf +++ b/monit.conf @@ -9,5 +9,3 @@ check process suttyns with pidfile /tmp/suttyns.pid start program = "/usr/local/bin/suttynsd start" stop program = "/usr/local/bin/suttynsd stop" if 5 restarts within 8 cycles then alert - if failed port 53535 type udp protocol dns for 3 times within 5 cycles then restart - if failed port 53535 type tcp protocol dns for 3 times within 5 cycles then restart