New setup of Universal forward on AIX, with nmon TA-nmon app installed. All seems to be working but getting an increasing error count on the NMON home screen/dashboard and splunkd.log is showing the below....
02-04-2016 15:26:28.424 +1100 ERROR ArchiveContext - From archive='/opt/splunkforwarder/var/run/nmon/var/nmon_repository/"hostname"_160204_1434.nmon': which: 0652-141 There is no python in /opt/splunkforwarder/bin /usr/bin /etc /usr/sbin /usr/ucb /usr/bin/X11 /sbin /usr/java5/jre/bin /usr/java5/bin /opt/ibm/director/bin.
I have checked the various scripts/files in "/opt/splunkforwarder/etc/apps/TA-nmon/bin". 2 of these files have a "which python" statement included but both send this output to /dev/null.
# grep "which python" *
nmon2csv.sh:PYTHON=`which python` >/dev/null 2>&1
nmon_cleaner.sh:PYTHON=`which python` >/dev/null 2>&1
↧