Monitoring SAP CPS Availability in CEN 
You can use the Generic Request and Message Generator (GRMG) to monitor the availability of technical components and entire business processes. GRMG is suitable both for technical monitoring and for application monitoring. The following SAP CPS components can be monitored with GRMG:
Dispatcher - the process that distributes the load of jobs across the Central Scheduler
Queues - load-distribution component of SAP CPS
Process servers - component that executes jobs
Services of process servers - component of a process server that run jobs, each process server has a service per job definition type
The following syntax is used in transaction GRMG to monitor the components mentioned previously, the host and port parameters refer to the host name and connection port of the Central Scheduler.
http://<host>:<port>/scheduler/monitoring?[parent=<parentObjectName>&]object=<ObjectType>&name=<ObjectName>
Examples:
http://<host>:<port>/scheduler/monitoring Dispatcher
http://<host>:<port>/scheduler/monitoring?object=processserver&name=CRM_ProcessServer Process server CRM_ProcessServer
http://<host>:<port>/scheduler/monitoring?object=queue&name=CRM_Queue Queue CRM_Queue
http://<host>:<port>/scheduler/monitoring?parent=CRM_ProcessServer&object=psservice&name=SAPR3Service SAPR3 service of the process server CRM_ProcessServer
A functional Central Monitoring System (CEN) has been configured
GRMG must have been previously set up and functioning on the Central Monitoring System (CEN)
Login credentials to the CEN with sufficient privileges to set up a GRMG-lite scenario are required
The full URL to the Central Scheduler must be known
Create a scenario
Open transaction GRMG on the CEN
Choose Edit/Delete and then Create GRMG-Lite Scenario, choose Yes to Create a technical ping to test a URL''
Fill in a Scenario name and Description for the scenario, as well as a Component name and Description for the Component.
Choose Create
In the URL/Destination fill in on of the above URL's, depending on the component you would like to monitor.
Fill in Connect Settings
Select the scenario and choose Start Scenario from the Start Button.
Make sure the scenario is listed as running.
In transaction RZ20 under the GRMG Monitor set, you should see your SAP CPS-specific monitors you created.