Hi Guys,
I installed an UF on a AIX System.
Than i deployed the TA_nmon to the System via Forwarder Management.
(And also the NMON App on the Indexer)
but even after restarting the splunkd i dont get data from nmon back.
I'm getting this message in splunkd.log
TA-nmon/bin/nmon_helper.sh: cannot execute
Any suggestions?
I'm Using Splunk 6.1.3 on a Windows Server and the 6.1.3 UF on the AIX 7.1 System.
Thanks!
I think you need to chmod +x
:
chmod +x TA-nmon/bin/*.sh
chmod +x TA-nmon/bin/*.py
chmod +x TA-nmon/bin/*.pl
I think you need to chmod +x
:
chmod +x TA-nmon/bin/*.sh
chmod +x TA-nmon/bin/*.py
chmod +x TA-nmon/bin/*.pl
This was it, Thank you!