CCMS Monitoring for specific tcodes

Hello All,
Hope someone can help me out. I have a list of tcodes for a daily check which are:
SM21
ST22
SM37
SM50
DB02
I have configured CCMS correctly and its working to send out alerts via email but only for ST22. I can't seem to find the right MTE class to use for any of the rest listed above. Does anyone know which class I should be using or point me in the direction of how to include these?
Any help would be greatly appreciated
Thanks
Stephanie

Hi Faisal,
Here's an approach to answering the question "does CCMS monitor X".  It's not perfect but it will help you find a starting point:
- think of what you want to monitor, not in terms of transaction codes ("how do I monitor transaction SM13") but in terms of the functionality you want to monitor ("how do I detect failed updates?")
- in RZ20, open  SAP CCMS Technical Expert Monitors -->  All Monitoring Contexts. 
- Expand the whole tree with the "Expand all" button.  This will show you the entire tree of everything that is currently monitored in your system
- do a text search of the tree for useful keywords (for example "Update").  In this case you will find several possibilities including AbapErrorInUpdate, which I think is the one that you want
- highlight the node and press Properties to get the MTE class, in this case R3AbapErrorInUpdate
There is no exhaustive list anywhere that I can find, that lists every possible thing that CCMS monitors.  But the approach above will catch most scenarios.  You will come up short in a few scenarios where optional monitoring components are not enabled by default (for example, SAPConnect monitors). 
Also be forewarned that often CCMS will not monitor exactly what you want, and you'll have to find ways to monitor around the edges of your true intention.  For example, there is no monitor for determining if a background job ran between midnight and 02:00, but you can monitor delay and runtime which can come close to what you want.  Part of the art of CCMS monitoring is finding the right combination of monitors that come closest to achieving your objective.
Good luck and happy monitoring,
Jon

Similar Messages

  • Help to create a monitor for specific non-windows ID generated by script

    Hello all,
    Do you know how to create a monitor for specific event ID (4,5,6,7 & 8) in SCOM (with alerts) I know how to create a monitor but not how to create it for specific servers. I would like to copy those monitors in the Management Pack that I override (because
    the original was locked).
    Thanks for your help.

    Hi,
    you can create new DISABLED monitor in new management pack.
    After that you will enable this monitor for specific servers using overrides.

  • CCMS monitoring for adapter engine

    Hi,
    We have configured CCMS monitoring for Adapter Engine for our client.
    In RZ20 im able to see the alerts come up,with the default data that the system provides.
    1. I need to send  a mail when the alert is triggerred, but if I try to set the autoreaction method, it is greyed out and I get a info saying that the adpter engine node cannot be changed.  How do I get over this?
    2. Incase im able to set the autoreaction method , I want to send additional information like communication channel name etc in the alert message. How can I change the text in the alert email?
    Thanks
    Shakthi

    Hello!
    Please check the blog entry below
    Configuration for forwarding Alerts as Emails
    Configuration for forwarding Alerts as Emails

  • How to find what are all the rules and events are monitoring for specific server in SCOM 2007

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.
    Thanks for the question Sandoss. This is something that we all come across at sometime.
    Thanks & regards, Sumit Agrawal
    The lack of this feature is an inexcusable oversight for an enterprise management product.  They have some serious lightweights making design decisions on the SCOM team. 5 thumbs down. 
    BTW the answer is probably LOTS of stuff. Literally 100's of workflows are running on any server. 
    The following OpsMgr DB query will list all running monitors on a server. Change the name of @srv. I think this works pretty well.  I'd like some feedback if something is missing.
    DECLARE @srv varchar(30)
    SET @srv = 'your name here'
    SELECT mon.displayName as monitor, bme.FullName,bme.DisplayName as object,
    case
        when s.HealthState = 1 then 'healthy'
        when s.HealthState = 2 then 'Warning'
        when s.HealthState = 3 then 'Critical'
        else 'N/A'
    end as Health
    FROM state AS s WITH (NOLOCK)
    left join BaseManagedEntity as bme WITH (NOLOCK) on s.basemanagedentityid = bme.basemanagedentityid
    left join dbo.MonitorView Mon WITH (NOLOCK) on Mon.ID = s.monitorid
    where
    bme.FullName like '%' + @srv + '%'
    and s.HealthState <> 0
    and mon.IsInternalRollupMonitor = 0
    and mon.IsExternalRollupMonitor = 0
    order by bme.DisplayName, mon.displayName

  • CCMS monitoring for SAPconnect based on Error Message Numbers

    Hi,
    We are trying to use the CCMS monitoring to produce alerts for SAPconnect based specific Error Message Numbers for emails for example, however the monitoring function or data collection method for SAPconnect (BCOMAL_SXDS) does not provide that level of granularity.  Has anybody faced this same problem and can provide a recommendation for this?
    Thanks,
    Javier

    Hello,
    You can see the message details in SE91.
    In FI, you can control the message number in OBA5. Normally message numbers are issued like this
    AA165
    First two digits (alpha) is called application area next digits are called message number.
    Sometimes, you may not be able to see the messages in OBA5, in such case you need to go to OBMSG transaction code and include the message number to your application area, then you need to come to back to OBA5 to make it information / warning / switch off / error (as the case may be)
    Regards,
    Ravi

  • CCMS monitoring for DB2/400 database backup.

    Hi,
    sap on iseries experts,
    We need a good monitoring for the alerts from DB2/400 database backup failure with CCMS for a solution manager management.
    Actually I don,t see a specific node (or MTE class) inside CCMS for this alert;
    But DB12 display well the daily backup status . . . . . . . .
    Can anybody help me ?
    Kind Regards
    Fabio

    Hi all,
    I'm searching also for such an possibilty.
    When running Oracle there is following MTE:
    RZ20 -> SAP CCMS Technical Expert Monitors -> All Monitoring Contexts -> Oracle -> Backup/restore -> Backup status -> Last succ
    Does anybody know a method to monitor the backup with SAP on Iseries?
    Tobias

  • CCMS monitoring for Queues(SMQ1/SMQ2)

    Hi,
    How do we monitor Queues(SMQ1/SMQ2) in CCMS. My requirement is to monitor Queues(SMQ1/SMQ2) in CCMS based on the Queue name. I want to create different nodes in CCMS and I want queue name falling under certain criteria should come and sit in the respective node of CCMS.
    Means queue with name High_priority should come n sit under node say Test1, queue name with medium_priority should come n sit under node say Test2 and queue name with medium_priority should come n sit under node say Test3.
    Is it possible to do so.

    Hello,
    also for queue monitoring the easier and more flexible way to monitor is via Business Process Monitoring. The configuration is easier than CCMS where you have to use transaction RZ21 and need to transport objects. And the qRFC monitoring is more flexible than in the CCMS. Basically all customers knowing both standard CCMS qRFC monitoring and qRFC monitoring in BPMon chose the later or exchange their existing CCMS monitoring by BPMon.
    See also the SDN blog /people/johannes.fleig/blog/2008/06/11/new-business-process-monitoring-functionalities-in-sap-solution-manager-150-qrfc-monitoring
    and check out the Interface Monitoring Setup Guide under http://service.sap.com/bpm > Media Library > Technical Information.
    Best Regards
    Volker
    Edited by: Volker von Gloeden on Jul 2, 2010 4:48 PM

  • BTE's for specific Tcode

    Hi All,
    Hot to find suitable BTE's for sepecific Tcode?
    With Regards,
    Manisha Gupta

    Hi
    See this [wiki|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=27025]. Set the break-point in this FM and run the tcode. Please, search before posting a question.
    Regards
    Eduardo
    Edited by: E_Hinojosa on Oct 7, 2011 1:29 PM

  • CCMS monitoring for CIF-queues

    Hello,
    we would like to monitor the number of queue entries in the qRFC in/outbound queues (smq1/smq2). The number of queue entries should be checked every 15 minutes.
    We then would like to store the data in the central performance history to get some kind of a load profile for the queues.
    We could not find a data collector in the ccms or st03n.
    Do you know if there is something available to solve the issue?
    Thanks in advance,
    Matthias

    Hi Matthias,
    The smq1/smq2 entries changes randomly. So the work around can be
    Schedule report RSTRFCM1 for smq1 & RSTRFCM3 for smq2 after every 15mins.
    Then from sm37 for those job --> spool tab
    In this you can get Display of Queue entries.
    Award Points if helpful

  • CCMS Monitoring for Average HTTP response time

    Hi guys ,
    Is it possible to monitor Av. response time for HTTP(this is based on ST03) using CCMS ?
    Thanks in advance
    George

    hi
    As per my understanding you tried to view the responsetime comp as same like in sto3 by ccms, the way as below, RZ20-> SAP CCMS montior templates- >Entiresystem-><sid>->application server -><server>R3 services ->  DIalog you can get all the response time as same in the ST03.
    else in otherway if you looking for monitoring Java and webdynpro, you can do this by GRMG.chk this for to knw http://help.sap.com/saphelp_nwpi71/helpdata/en/45/4ee37fea5917eae10000000a155369/content.htm|http://help.sap.com/saphelp_nwpi71/helpdata/en/45/4ee37fea5917eae10000000a155369/content.htm]
    for configuration,[GRMG-config guide|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/106a4d88-2a36-2c10-549b-dc549d00b8b9?quicklink=index&overridelayout=true]
    chk and update
    jansi

  • CCMS Monitor for SMTP-Service via ICM SMTP-Plugin

    Dear all,
    we configured our SAP System for sending emails with the help of transaction SCOT. We are using the SMTP-Plugin brought in by the ICM. Everything works fine. Now we want to report how many emails are sent through that connection. For that we want to connect the SMTP-Plugin to the CCMS. Since I havn't found any documentation of that (the existing documentation is discussing how to configure an ordinary SCOT connection for CCMS), I'd like to ask somebody for help. 
    thanks in advance
    best regards
        Thomas Wetzler

    http://www.spamhaus.org says:
    Mail servers only run spam filters such as Spamhaus PBL on port 25, so if you find you are being blocked by the PBL when you try to send mail to your mail server that means you are not communicating with the mail server on the 'authenticated' port 587 but you're still on port 25. This means your 'SMTP Authentication' is not working correctly.
    http://wiki.gandi.net/en/mail/standard-settings#smtp-account says:
    SMTP Account
    Name server : mail.gandi.net
    Port : 25, 465 (with SSL) or 587 (try one or the other)
    TLS or SSL: yes
    SMTP Authentication : yes, using the same settings as for the POP / IMAP account
    I was trying to use the same settings I have used for several years with Thunderbird and Apple Mail, ie SSL on port 465.
    Is there something wrong with my settings which could be preventing mailx from using port 465?
    A few debug tips would be appreciated.
    Your link causes me to ask:  Does the mailx on Leopard support SMTP directly?

  • Alert Monitoring for tcodes!

    Hi Experts,
                          I need to monitor ST22(Short Dumps),SM13(update requets through CCMS.Please let me know how can we set up alert monitoring for particular tcodes?

    Hi,
    For this first you need to install CCMS agents first, if you have solution manager is landscape(It should actually) you can monitor same from solman.
    [Here is the link |http://help.sap.com/saphelp_nw70/helpdata/en/e2/eff640fa4b8631e10000000a1550b0/content.htm]
    Then you can send mail trigger from solution manager for update errors and dumps as well.
    Regards,
    Gagan Deep Kaushal

  • CCMS Activation for SAP XI

    Hi SAP XI experts!
    I implemented a simple File to IDOC scenario with SAP XI 7.0 for SAP ECC 6.0 system.
    Now I set up Business Process Monitoring within SAP Solution Manager.
    There I can monitor the Interface Monitoring.
    Here I am able to give Application Monitor, CCMS Monitor,  Analyse & Monitoring Tools, Monitoring Activities.
    Question:
    What are the steps to activate CCMS monitoring for SAP XI?
    What is the CCMS path to monitor the XI messages from SXI_MONITOR?
    Thank you very much!
    regards
    Holger Thomasson

    Hi!
    Many thanks!
    I mean how can monitor the following issues?
    a) on XI side: tcode SXI_MONITOR
    Are there some undelivered messages?
    b) on SAP ERB sind: tcode BD87
    Are there some IDOC that have the status other than "green"
    Thank you!
    regards

  • Set up own CCMS monitor sets

    Hello!
    I would to set up my own CCMS monitor sets in Tcode RZ20, in order to monitor some specific DB actions or SGEN, etc.
    Can some one give me some technical information how to do this?
    Thank you very much!
    Regards
    Thom

    Hi Thom,
    You'll find all info needed here,
    http://help.sap.com/saphelp_nw04s/helpdata/en/49/6272376d3bfa2be10000009b38f8cf/frameset.htm
    Regards
    Juan
    Please reward with points if helpful

  • Systems errors node in CCMS monitoring

    Hello,
    I try to build up CCMS monitoring in our XI system.
    At the moment there is no error in the system.
    When following the instructions from SAP and SDN everything looks fine except one issue.
    E.g. in /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2 from Aravindh (great blog series!)
    in the first screen shot there is a node "System errors".
    Such a node is missing in my configuration!
    My question is: How to generate it, e.g. to implement a mail sender for upcoming errors in the category node?
    Is this node generated automatically when the first error comes up for one of the different categories?
    Best regards
    Dirk

    Dirk,
    Go through the below links:
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i
    /people/sap.user72/blog/2005/12/05/xi-grmg-customizing-for-xi-ccms-heartbeat-monitoring-part-ii
    With the help of those you can configure and get System Erros node in CCMS.
    Regards,
    ---Mohan

Maybe you are looking for