Monitoring MS Outlook Web Access

Burnson, Richard rburnson at cps.k12.il.us
Fri Feb 21 16:13:35 CET 2003


This is close to what is required, as it at least verifies users 
can login.  Unfortunately I still need to open an e-mail message 
from the inbox.  Which is where the web scraper script becomes
necessary.

Richard  
 
    

-----Original Message-----
From: Fredrik Wänglund [mailto:Fredrik.Wanglund at datavis.se] 
Sent: Friday, February 21, 2003 3:31 AM
To: Burnson, Richard; nagios-users at lists.sourceforge.net
Subject: RE: [Nagios-users] Monitoring MS Outlook Web Access

This works for me (OWA with SSL):

define service {
host_name                      mailsrv
service_description            Https
check_command
check_https!datavis/nagios:<password>!/exchange/!"This page uses frames"
use                            generic-service
normal_check_interval          1
}

define command {
command_name                   check_https
command_line                   /usr/local/nagios/libexec/check_http --ssl -H
$HOSTADDRESS$ -a $ARG1$ -u $ARG2$ -s $ARG3$
}


You must make sure your check_http can handle SSL.



-----Original Message-----
From:	Burnson, Richard [mailto:rburnson at cps.k12.il.us]
Sent:	Thu 20-Feb-03 19:25
To:	nagios-users at lists.sourceforge.net
Cc:	
Subject:	[Nagios-users] Monitoring MS Outlook Web Access
Has anyone written any scripts to monitor an OWA system?
What I'm looking for is a method of logging into the 
system with a dummy account, open up its inbox and open 
an e-mail message.  I have a developer working on this 
with an html scraper, but he's having issues with the .asp
pages and pop-up login prompts.

Thanks,
Richard 
 
    



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue. 
::: Messages without supporting info will risk being sent to /dev/null




-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list