Monitoring web service login

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jpipitone
Posts: 102
Joined: Tue Oct 12, 2010 1:21 pm

Monitoring web service login

Post by jpipitone »

We want to monitor a login page on our web sites - I take it the best way to do this is by using the Web Transaction monitoring wizard.

We have login pages that reach out to a 3rd party, which calls a web service. The method name is "GetActivityInfoService"

The URL is similar to:

Code: Select all

http://secure.thirdparty.com/activityinfo/services/GetActivityInfo?wsdl
Using the Web Transaction monitoring wizard, how would the test case look? I do not know if the method "GetActivityInfoService" is supported by Nagios.
cmerchant
Posts: 546
Joined: Wed Sep 24, 2014 11:19 am

Re: Monitoring web service login

Post by cmerchant »

You might want to check out this document:

http://assets.nagios.com/downloads/nagi ... ios-XI.pdf
jpipitone
Posts: 102
Joined: Tue Oct 12, 2010 1:21 pm

Re: Monitoring web service login

Post by jpipitone »

I saw this document. I've read that if we do not specify a method, it defaults to get. As I specified earlier, the method name used for this login form is "GetActivityInfoService"

I am awaiting further details from our web development team on what the postbody would look like. Thanks
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Monitoring web service login

Post by jolson »

I highly suggest reading up on webinject if you'd like to walk through a service. The following page in particular you might find useful:
http://www.webinject.org/manual.html#tcparammethod
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
jpipitone
Posts: 102
Joined: Tue Oct 12, 2010 1:21 pm

Re: Monitoring web service login

Post by jpipitone »

Thank you
cmerchant
Posts: 546
Joined: Wed Sep 24, 2014 11:19 am

Re: Monitoring web service login

Post by cmerchant »

Just a heads up on the webinject code, the original plugin was written Corey Goldberg and has not been updated since 1.4.1. It is currently maintained by Sven Nierlein on github (current version is 1.8.6):
https://github.com/sni/Webinject
Locked