Replaces pull request #149
Rebased the module using v5.0.0
Adding agent parameters:
logfile_rotation_interval, default = "0h"
logfile_rotation_max_size, default = "0MB"
logfile_rotation_max_archives, default = 5
I have added test data, setting these values to their default values.
Tested with bundle exec rake beaker - no errors
Tested in my environment on CentOS7, Ubuntu 18.04 & Windows 2019 - I just tested that the telegaf.conf file was updated appropriately
Pull Request (PR) description
Add log rotation parameters
This Pull Request (PR) fixes the following issues
Replaces pull request #149 Rebased the module using v5.0.0 Adding agent parameters: logfile_rotation_interval, default = "0h" logfile_rotation_max_size, default = "0MB" logfile_rotation_max_archives, default = 5 I have added test data, setting these values to their default values. Tested with bundle exec rake beaker - no errors Tested in my environment on CentOS7, Ubuntu 18.04 & Windows 2019 - I just tested that the telegaf.conf file was updated appropriately