As of Splunk NMON app v1.5.0, non-Splunk NMON processes are being killed by Splunk App for NMON. After troubleshooting, it was determined to be caused by the value definition of the $PIDs variable in nmon_helper.sh. Please refine this definition to include $SPLUNK_HOME, thereby ensuring only Splunk spawned NMON processes are killed by Splunk. See below.
PIDs= ps -ef | grep ${NMON} | grep ${MYUSER} | grep $SPLUNK_HOME | grep -v grep | awk '{print $2}'
Thanks!
JP
... View more