cancel
Showing results for 
Search instead for 
Did you mean: 

Technical Monitoring - Metric HTTP availability

Private_Member_19084
Active Contributor
0 Kudos

Hi experts,

is there a metric in TechMon, which can check the availability of web-pages.

I mean I would like to get an alert, if a web-page is not available.

Kind regards

Accepted Solutions (1)

Accepted Solutions (1)

divyanshu_srivastava3
Active Contributor
0 Kudos

You can use GRMG for this.

Private_Member_19084
Active Contributor
0 Kudos

Hi Divyanshu,

thank you very much, sounds pretty good.

But one other question, I did see, that in Technical Monitoring there is also a type "Connection Monitoring".

And there it should be posible to check http-connections.

But this is only for SM59 http connections, right?

Kind regards

TomCenens
Active Contributor
0 Kudos

Hi Christian

HTTP availability is checked by default template in Technical Monitoring scenario. Both for ABAP & JAVA.

If you want to create custom HTTP availability checks for Technical Monitoring, that is possible as well, you can find the guide how to here:

http://wiki.scn.sap.com/wiki/download/attachments/355894851/Availability%20Monitoring%20using%20Http...

Best regards

Tom

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Christian,

We do have a template in technical monitoring.

You can monitor URLs and Http connections.

Divyanshu

Answers (2)

Answers (2)

Private_Member_19084
Active Contributor
0 Kudos

FYI

I've now also implemented the badi WD_BADI_USER_AGENT with the following coding.

Because in webdynpro there is a special check, which checks the browser version:

"Only on internal request

  IF user_agent_string CS 'SAP NetWeaver Application Server'.

"Simulate browser
    lightspeed_info-tolerated  = 'X'.
    lightspeed_info-renderengineversion = '9.0'.
    lightspeed_info-renderer = 'ie6'.
    lightspeed_info-lafservicedevice = 'ie6'.

  ENDIF.

Private_Member_19084
Active Contributor
0 Kudos

I've checked this thread again.

But is there no more easier way to realize this?

I mean, just a metric in technical monitoring, in which I just enter the url which has to be checked?
Without installing the DAA on the affected host or create the GRMG.

The check should be done by DAA of solman.

KR

Private_Member_19084
Active Contributor
0 Kudos

I've now created a customer metric via RFC which is based on the report RSWF_TEST_HTTP.

The metric I did include in the Solman-System-Metric (as this is the HA).

So now I can monitor all different pages.

Kind regards