cancel
Showing results for 
Search instead for 
Did you mean: 

Technical Monitoring question

0 Kudos

Has anybody ever tried to monitor a URL with a query-string in it? ex.  http://sapSID.yourdomain:8080/somewebservice?wsdl

I've tried going through the Diagnostic Agent -> SAP URL Availability check, but that just breaks off as soon as the query string starts. Leaving the query string out, just results in it hitting the actual logon page, and throwing a return code 500 because not authorized.

I've tried going through the RFC -> HTTP Availability check and using SM59 to create an http connection for that. But that only checks whether a connection is possible, doesn't take into account the HTTP return code.

Thanks for any help in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gert,

Try this.

Replace webdispatcher with the application URL you are trying to setup

Thanks

Amit

0 Kudos

Hello Amit,

I keep getting a method not allowed when setting up this way of monitoring with GRMG.
If I however continue on and allowed the error code 405 (method not allowed) as succesful, you mention to look at your other document for custom extractors.
Where can I find this document?

Regards,

Gert

Former Member
0 Kudos

Can you paste the exact screenshot.

Thanks,

UV

Former Member
0 Kudos

Hi Gert,

In this doc, I have explained how to setup custom data collector. Please check

And this is the SAP document

http://wiki.scn.sap.com/wiki/download/attachments/401539093/How%20to%20create%20custom%20CCMS%20metr...

Thanks

Amit

0 Kudos

Ulphe,

Screenshot of what exactly? The configuration part, the error in system monitoring once set up? Or something else?

0 Kudos

Hello Amit,

That is most helpful thank you.

I was able to create the custom data extractor & point it to the right MTE.

While the 1/5min frequency is not ideal, it at the very least *does* allow me to monitor URLs with "?" in them.

Thanks for your help!

Answers (3)

Answers (3)

TomCenens
Active Contributor
0 Kudos

Gert

Dunno if it will help but you might want to check out advanced monitoring to see what capabilities it has for URL availability monitoring:

Kind regards

Tom

0 Kudos

Hello Tom,

I just gave that a try, but it seems to use the same functionality as the default data collector for URL availability, and breaks off at the "?" .

TomCenens
Active Contributor
0 Kudos

Too bad 😕

divyanshu_srivastava3
Active Contributor
0 Kudos

Have you tried GRMG -->> CCMS -->> Custom Metric -->> Tech Moni ?

Read below and see if this helps

http://wiki.scn.sap.com/wiki/download/attachments/401539093/How%20to%20create%20custom%20CCMS%20metr...

Regards,

0 Kudos

Also,

I tried escaping/encoding the ? in the URL as %3F already without result.