Module: check_mk
Branch: master
Commit: cb73f73cbdfd1771ccbeed6303666c1f9503f1d5
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=cb73f73cbdfd17…
Author: Konstantin Büttner <kb(a)mathias-kettner.de>
Date: Thu Oct 6 15:40:20 2016 +0200
veritas_vcs: Fix PATH issue (Werk 3748) also for OpenWRT agent
---
agents/check_mk_agent.openwrt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/agents/check_mk_agent.openwrt b/agents/check_mk_agent.openwrt
index dfbb1f9..e28e65d 100755
--- a/agents/check_mk_agent.openwrt
+++ b/agents/check_mk_agent.openwrt
@@ -660,10 +660,10 @@ if [ -x /opt/VRTSvcs/bin/haclus ]
then
echo "<<<veritas_vcs>>>"
vcshost=$(hostname | cut -d. -f1)
- haclus -display -localclus | grep -e ClusterName -e ClusState
- hasys -display -attribute SysState
- hagrp -display -sys $vcshost -attribute State -localclus
- hares -display -sys $vcshost -attribute State -localclus
+ /opt/VRTSvcs/bin/haclus -display -localclus | grep -e ClusterName -e ClusState
+ /opt/VRTSvcs/bin/hasys -display -attribute SysState
+ /opt/VRTSvcs/bin/hagrp -display -sys $vcshost -attribute State -localclus
+ /opt/VRTSvcs/bin/hares -display -sys $vcshost -attribute State -localclus
fi
# Fileinfo-Check: put patterns for files into /etc/check_mk/fileinfo.cfg