Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
GroupWise Web Access Logon
1.01
2014-11-13
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
14418
File | Description |
---|---|
check_gwwalogon.py | v1.01 |
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!
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
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
Reviews (0)
Be the first to review this listing!