0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed More... over 14 years ago
Added report_anon_stats config option and handle non existant dictionary keys More... over 14 years ago
Fixed typo More... over 14 years ago
Addedmissing assignment to self.nginxRequestsStore More... over 14 years ago
Fixed incorrect operator and added error checking for Nginx monitoring More... over 14 years ago
Nginx monitoring More... over 14 years ago
Removed unncessary a parameter to df call for some systems which do not have this as a valid param More... over 14 years ago
Added close_fds=True for case 27152 as per http://stackoverflow.com/questions/1216794/python-subprocess-popen-erroring-with-oserror-errno-12-cannot-allocate-memory/1297785#1297785 More... almost 15 years ago
Fixed a bug with misnamed variable with new memory debug output More... almost 15 years ago
Change subdomain to SD URL More... almost 15 years ago
Removed debug output More... almost 15 years ago
Completed deploy script More... almost 15 years ago
Added cleanup on failure More... almost 15 years ago
Added memory logging to getProcesses and getDiskUsage for case 27152 when debug mode is enabled. This will help find any possible memory leak with the Popen calls. More... almost 15 years ago
Moved logging output to just 1 line More... almost 15 years ago
Output some debug stats when in debug mode More... almost 15 years ago
Ensure reg exp returns a Match object on getting memory usage. Fix for case 27176 More... almost 15 years ago
Added version output to logging More... almost 15 years ago
Automated deployment script initial commit. Still need to add init.d setup as option More... almost 15 years ago
Version 1.2.3 More... almost 15 years ago
/etc/init.d script wont work unless PID file is in /var/run, which means the agent must run as root. Therefore Ive added a separate option so that the PID file will go in /var/run if its called by init.d. Otherwise the original location will be used - /tmp/sd-agent.pid More... almost 15 years ago
Merge branch 'master' of [email protected]:dmytton/sd-agent More... almost 15 years ago
Handle paths properly and create PID file in agent directory More... almost 15 years ago
Version 1.2.2 More... almost 15 years ago
Cant actually write to /var/run/ unless root. Need to find another way to handle this More... almost 15 years ago
Corrected .init file name More... almost 15 years ago
Version 1.2.1 More... almost 15 years ago
Changed PID location from /tmp/sd-agent.pid to /var/run/sd-agent.pid as per Filesystem Hierarchy Standard - http://www.pathname.com/fhs/pub/fhs-2.3.html#VARRUNRUNTIMEVARIABLEDATA More... almost 15 years ago
Removed run level 2 More... almost 15 years ago
Actually add stop command More... almost 15 years ago