
Novell GroupWise
GroupWise Web Access Logon
Description:
Checks whether a user can log on to a GroupWise Web Access server
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
Owner
Project Files
File | Description |
---|---|
check_gwwalogon.py | v1.01 |
Project Notes
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
Reviews
(0)
Add a Review
Page Sections
Project Stats
Rating
0 (0)
Favorites
0
Views
14,516