- Add check for subdirectories exclusions from tracking
- Fix damaging typo in previous release
- Increased error management
- Use PDO for database connections to avoid issues with PHP 7.1
- Update for Chamilo 1.10 and PHP 7
- Fix issue with script name in new feature of get_connected_users_x
- Add mechanism to guess number of minutes from the script name in get_connected_users
- Fix proxy scripts to load relative path if file not found
- Add flexibility to copy connected_users script for different time versions
- Changed default connected_users time window to 5 minutes (instead of 1)
- Change in connected_users script requires a change in symbolic link in /etc/munin/plugins to add number of minutes (5 by default)
- Upload to Github
- Add more charts
- Document suggested install procedure
- Add proxy scripts to avoid computing results on the fly
- Initial scripts creation