summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-08 15:54:08 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-08 15:54:08 +0200
commit1aefb1f9df5268ccbcd3ce38f5527ebca3896db6 (patch)
tree76848402fc3a992776e37f2cc6f8c6c8affdf369
parent28bb2fa0a499b46e279244990b8268c1ed8823bc (diff)
downloadmonitoring-plugins-1aefb1f9df5268ccbcd3ce38f5527ebca3896db6.tar.gz
snmp: fix complaint of snmpd about paths
-rw-r--r--plugins/tests/conf/snmpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/conf/snmpd.conf b/plugins/tests/conf/snmpd.conf
index eff5b0b3..1724c027 100644
--- a/plugins/tests/conf/snmpd.conf
+++ b/plugins/tests/conf/snmpd.conf
@@ -19,5 +19,5 @@ syscontact Alice
19# Embedded Subagents 19# Embedded Subagents
20############################################################################### 20###############################################################################
21 21
22perl do "tests/check_snmp_agent.pl"; 22perl do "./tests/check_snmp_agent.pl";
23 23