0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved handling of memory stats gathering on linux2 so it uses the same method as the apache status parser. More... about 15 years ago
Added option to run agent in foreground instead of as daemon. Thanks to Toby White at inkling-software.co.uk for the patch More... about 15 years ago
Case 26803: Added OSError exception checking into updater More... about 15 years ago
Added KeyError check too More... about 15 years ago
Added logging to except in getApacheStatus More... about 15 years ago
Updated version to b5 More... about 15 years ago
Shouldnt be break, should be return More... about 15 years ago
Case 26794: Added IndexError check at end of getApacheStatus More... about 15 years ago
Fixed typo in apache status return More... about 15 years ago
Case 26778: Rewrote apache status line parser to use text as key to avoid problem of different line positions. More... about 15 years ago
Added some more logging into the loop for apache status check More... about 15 years ago
Replaced quit() with sys.exit(2) and added some return False More... about 15 years ago
Fixed incorrect version comparison More... about 15 years ago
Make sure urlopen exception catching breaks out of the current function / application when triggered More... about 15 years ago
Added Apache Status check More... about 15 years ago
Changed use of general vars to use a single list for config values More... about 15 years ago
Added check in for still using default values in config.cfg More... about 15 years ago
AddedMD5 checksum checking to update mechanism More... about 15 years ago
Whitespace More... about 15 years ago
Rewrote update mechanism to do a version check against the latest and then download list of file provided by server. This will avoid unnecessary downloads and allow for new files added in the future. More... about 15 years ago
Added some whitespace More... about 15 years ago
Added some whitespace More... about 15 years ago
Added old Python version check More... about 15 years ago
Added minjson.py to updater More... about 15 years ago
Updated header to note license More... about 15 years ago
Added debug if for printing output of postback response More... about 15 years ago
Changed postback to use JSON and added functionality to return full process list in payload More... about 15 years ago
Added generic exception catching More... about 15 years ago
Added update option More... about 15 years ago
Case 26704: Fixed load averages equal to or greater than 10 not being registered correctly due to regexp error More... about 15 years ago