Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

GroupWise Web Access Logon

Rating
0 votes
Favoured:
0
Current Version
1.01
Last Release Date
2014-11-13
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Hits
14418
Files:
FileDescription
check_gwwalogon.pyv1.01
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Checks whether a user can log on to a GroupWise Web Access server
This python script checks whether a user can log on to a GroupWise Web Access server. You must supply the credentials of a test account with GWWA rights. The script then confirms that the logon has succeeded by comparing the title of the returned HTML page with the full name associated to the test account.

In addition to verifying server operation, the script provides the performance indicator of how long the response took to be received.

Example usage:
check_gwwalogon -a https://webmail.xyz.com -u BLOGGSJ -p abcd1234 -f "Joe Bloggs"

The script depends on the Mechanize 0.2.5 python package, which you can download from http://wwwsearch.sourceforge.net/mechanize/

Version history:
v1.00 (2014-11-12) - original release
v1.01 (2014-11-13) - stray line-breaks eliminated from script