From 46c721122f60175f6925c7c38d1fddab65063fc0 Mon Sep 17 00:00:00 2001 From: lgq <1015864684@qq.com> Date: 星期三, 16 七月 2025 17:11:34 +0800 Subject: [PATCH] 修改monitor.sh,增加start_snmpd服务停止 --- local/www/cgi-bin/warn-list/update | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/local/www/cgi-bin/warn-list/update b/local/www/cgi-bin/warn-list/update index 5aa9642..ccf84d5 100755 --- a/local/www/cgi-bin/warn-list/update +++ b/local/www/cgi-bin/warn-list/update @@ -19,4 +19,4 @@ fi sn=`$jsoner $content sn` -`msg alarm $id` > /dev/null +`msg alarm $sn` > /dev/null -- Gitblit v1.9.3