mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
monitoring informations of machine to librenms server. WWW: https://github.com/librenms/librenms-agent PR: 211522 Submitted by: kiwi@oav.net
13 lines
354 B
Text
13 lines
354 B
Text
--- check_mk_agent_freebsd.orig 2016-08-01 16:26:27 UTC
|
|
+++ check_mk_agent_freebsd
|
|
@@ -40,8 +40,8 @@
|
|
export LC_ALL=C
|
|
unset LANG
|
|
|
|
-export MK_LIBDIR="/usr/local/lib/check_mk_agent"
|
|
-export MK_CONFDIR="/etc/check_mk"
|
|
+export MK_LIBDIR="%%PREFIX%%/lib/check_mk_agent"
|
|
+export MK_CONFDIR="%%PREFIX%%/etc/check_mk"
|
|
export MK_TMPDIR="/var/run/check_mk"
|
|
|
|
|