diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-08 15:54:08 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-08 15:54:08 +0200 |
commit | 1aefb1f9df5268ccbcd3ce38f5527ebca3896db6 (patch) | |
tree | 76848402fc3a992776e37f2cc6f8c6c8affdf369 /plugins/tests/conf/snmpd.conf | |
parent | 28bb2fa0a499b46e279244990b8268c1ed8823bc (diff) | |
download | monitoring-plugins-1aefb1f9df5268ccbcd3ce38f5527ebca3896db6.tar.gz |
snmp: fix complaint of snmpd about paths
Diffstat (limited to 'plugins/tests/conf/snmpd.conf')
-rw-r--r-- | plugins/tests/conf/snmpd.conf | 2 |
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 | ||
22 | perl do "tests/check_snmp_agent.pl"; | 22 | perl do "./tests/check_snmp_agent.pl"; |
23 | 23 | ||