From 956f10584a109456c1bb8c72c9a4e02494812c03 Mon Sep 17 00:00:00 2001
From: lgq <1015864684@qq.com>
Date: 星期二, 18 十一月 2025 15:13:21 +0800
Subject: [PATCH] 1.修改启动脚本,增加crond启动相关的目录配置

---
 local/default/snmp.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/local/default/snmp.json b/local/default/snmp.json
index dc8e2d8..1c5f19a 100644
--- a/local/default/snmp.json
+++ b/local/default/snmp.json
@@ -1,5 +1,5 @@
 {
-    "script_handler": "/usr/local/bin/snmp_val.sh",
+    "script_handler": "/usr/local/bin/getval",
     "oids": [
         {
             "oid": "1.3.6.1.4.1.71116.1.1",
@@ -26,4 +26,4 @@
             "description": "hum"
         }
     ]
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3