Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
nmon_helper.sh is referring to TA-nmon #10
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed May 11, 2018
1 parent 0bbdd6b commit 7a39e41
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
14 changes: 8 additions & 6 deletions TA-nmon-hec/bin/nmon_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@
# - Missing external scripts generation for Solaris #49
# 2017/11/06, Guilhem Marchand:
# - Solaris SARMON now compatible with SPARC processors
# 2018/05/11, Guilhem Marchand:
# - nmon_helper.sh is referring to TA-nmon #10

# Version 1.3.62
# Version 1.3.63

# For AIX / Linux / Solaris

Expand Down Expand Up @@ -148,14 +150,14 @@ if [ -z "${SPL_HOME}" ]; then
fi

# APP path discovery
if [ -d "$SPLUNK_HOME/etc/apps/TA-nmon" ]; then
APP=$SPLUNK_HOME/etc/apps/TA-nmon
if [ -d "$SPLUNK_HOME/etc/apps/TA-nmon-hec" ]; then
APP=$SPLUNK_HOME/etc/apps/TA-nmon-hec

elif [ -d "$SPLUNK_HOME/etc/slave-apps/TA-nmon" ];then
APP=$SPLUNK_HOME/etc/slave-apps/TA-nmon
elif [ -d "$SPLUNK_HOME/etc/slave-apps/TA-nmon-hec" ];then
APP=$SPLUNK_HOME/etc/slave-apps/TA-nmon-hec

else
echo "`log_date`, ${HOST} ERROR, the APP directory could not be defined, is the TA-nmon installed ?"
echo "`log_date`, ${HOST} ERROR, the APP directory could not be defined, is the TA-nmon-hec installed ?"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion TA-nmon-hec/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ label = TA-nmon-hec
[launcher]
author = Guilhem Marchand
description = Technical Addon for Nmon Performance Monitor - Splunk HEC version
version = 1.3.36
version = 1.3.37
Binary file renamed TA-nmon-hec_1336.tgz → TA-nmon-hec_1337.tgz
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Requirements
What has been fixed by release
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

========
V1.3.37:
========

- fix: nmon_helper.sh is referring to TA-nmon #10

========
V1.3.36:
========
Expand Down

0 comments on commit 7a39e41

Please sign in to comment.