Remove Resource Monitor ; aka rmon, from the load
All rmon resource monitoring has been moved to collectd. This update removes rmon from mtce and the load. Story: 2002823 Task: 30045 Test Plan: PASS: Build and install a standard system. PASS: Inspect mtce rpm list PASS: Inspect logs PASS: Check pmon.d Depends-On: https://review.openstack.org/#/c/643739 Change-Id: I1cee4a534171b3c5fa93f3cbc04beaeaf744d161 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
parent
fec4ac9302
commit
eca8e103b6
@ -34,7 +34,7 @@ declare -i GLOBAL_RC=$PATCH_STATUS_OK
|
||||
mtcalarmd mtclogd \
|
||||
hbsAgent hbsClient \
|
||||
mtcAgent mtcClient \
|
||||
pmond rmond fsmond hwmond hostwd lmond \
|
||||
pmond fsmond hwmond hostwd lmond \
|
||||
guestServer guestAgent
|
||||
|
||||
if [ $? -ne 0 ] ; then
|
||||
|
@ -36,7 +36,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \
|
||||
mtcalarmd mtclogd \
|
||||
hbsAgent hbsClient \
|
||||
mtcAgent mtcClient \
|
||||
pmond rmond fsmond hwmond hostwd \
|
||||
pmond fsmond hwmond hostwd \
|
||||
guestServer guestAgent
|
||||
if [ $? -ne 0 ] ; then
|
||||
loginfo "Mtce patching restart failed"
|
||||
|
@ -44,7 +44,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \
|
||||
mtcalarmd mtclogd \
|
||||
hbsAgent hbsClient \
|
||||
mtcAgent mtcClient \
|
||||
pmond rmond fsmond hwmond hostwd \
|
||||
pmond fsmond hwmond hostwd \
|
||||
guestServer guestAgent
|
||||
if [ $? -ne 0 ] ; then
|
||||
loginfo "Mtce patching restart failed"
|
||||
|
@ -36,7 +36,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \
|
||||
mtcalarmd mtclogd \
|
||||
hbsAgent hbsClient \
|
||||
mtcAgent mtcClient \
|
||||
pmond rmond fsmond hwmond hostwd \
|
||||
pmond fsmond hwmond hostwd \
|
||||
guestServer guestAgent
|
||||
if [ $? -ne 0 ] ; then
|
||||
loginfo "Mtce patching restart failed"
|
||||
|
@ -44,7 +44,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \
|
||||
mtcalarmd mtclogd \
|
||||
hbsAgent hbsClient \
|
||||
mtcAgent mtcClient \
|
||||
pmond rmond fsmond hwmond hostwd \
|
||||
pmond fsmond hwmond hostwd \
|
||||
guestServer guestAgent
|
||||
if [ $? -ne 0 ] ; then
|
||||
loginfo "Mtce patching restart failed"
|
||||
|
Loading…
Reference in New Issue
Block a user