Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 6608b5a

Browse files
committed
2 parents c974d82 + 44b9070 commit 6608b5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

check_mm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ if [[ $max_period -gt $config_period ]]
139139
then
140140
echo "maximum alert period in all MMs = $max_period > introscope.enterprisemanager.alerts.maxPeriods = $config_period"
141141
else
142-
echo "no alert found with alert period > introscope.enterprisemanager.alerts.maxPeriods = $config_period"
142+
echo "no alert found with alert period > introscope.enterprisemanager.alerts.maxPeriods = $max_period"
143143
fi
144144
echo
145145

environment.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#
66

77
# default path to EM installation directory
8-
EM_PATH=/opt/CA/introscope
8+
#EM_PATH=/opt/CA/introscope
9+
EM_PATH=/Users/grogu01/work/Introscope
910

1011
# user to connect to APM cluster, assuming public key is known
1112
SSH_USER=wily

0 commit comments

Comments
 (0)