cancel
Showing results for 
Search instead for 
Did you mean: 

How to monitor status of all ccms agents?

tomas_lindberg
Participant
0 Kudos

Hello,

I'm trying to monitor the status of all my remote ccmsagents, to see if they are active or invactive.

Since i can see this view in our CEN in RZ20 [/ SAP CCMS Technical Expert Monitors / Selfmonitoring CCMS Agents] I was hoping that i should be able to set an central autoreaction on the mte class: CCMSSelfMoniAgents or CCMSSelfMoniAgents.Status. But when i try to assign this I get a message saying:

Assignment for local system only works with nodes from agent segments

Do anyone have any idea of how I can monitor the status of all remote ccmsagents, through ccms on our cen?

Thanks

Tomas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Availa. Check of Systems & Agents (all have to be green)

   Availability Monitoring

       CCMS_GET_MTE_BY_CLASS
       Parameter : R3System = SMP , MTEClass = Availability_Context
       CCMS_GET_MTE_BY_CLASS
       Parameter : R3System = SMP , MTEClass = CCMSSelfMoniAgents
       OSCollector

           CCMS_GET_MTE_BY_CLASS
           Parameter : R3System = <ALL> , MTEClass = OS_Collector
           auswählbare MTEs

       ABAP Availability Monitoring

           CCMS_GET_MTE_BY_CLASS
           Parameter : R3System = <ALL> , MTEClass = CsmTaskR3Instance.Availability
           CCMS_GET_MTE_BY_CLASS
           Parameter : R3System = <ALL> , MTEClass = CsmTaskR3Instance.Heartbeat

And you have to create local methods for all local MTEs in the Solution Manager.

For example for MTE Availability_SysPercent_ABAP you have to copy it to new variant f.e. "*" and asssign a auto reaction method f.e. AUTO_MAIL_SMP_LOCAL and you have to do this all in client 000.

Method AUTO_MAIL_SMP_LOCAL

function module: SALO_EMAIL_IN_CASE_OF_ALERT_V2

parameters:

SENDER SOLMAN_SMP

RECIPIENT SAPADM

RECIPIENT-TYPEID C

SUBJECT_ALERT CCMS alerts

SUBJECT_ALERT_CONT for $SID $OBJECT

TIME_ZONE CET

Finally you have to configure your SCOT in client 000.

For all remote MTEs you could use the central autoreaction assignment in RZ21.

tomas_lindberg
Participant
0 Kudos

Thanks René,

We already have am autoreaction defined, and when I try to use the CsmTaskR3Instance.Status MTE, it doesnt react to when the ccmsagent is stopped, just when the instance itself it down.

In our CEN, I can see all the remote CCMS Agents in RZ20 / SAP CCMS Technical Expert Monitors / Selfmonitoring CCMS Agents, but I'm not able to define them to an autoreaction so that when any of them is inactive, the alarm should trigger the autoreaction defined.

The same view in a remote system shows the message: node display off, so I assume that this view is only possible in CEN.

Perhaps it's not possible to monitor ccms agents from a ccms internal perspective, but you have to monitor if the process is running or similar?

Thanks

Tomas