Enhance logging capabilities to allow for compressed formats
-
The current cacti log is generated every day. In order to avoid cacti log taking a lot of space, better to support cacti log auto compress by user setting.
-
Go to system utilities - Log Administration page, check File drop down list, it can not only show cacti.log, but also show files named begin with cacti.log.xxx that I created, thus the gz file can not display -- Failed.

Cacti 1.2.3 FF rhel7 x64
Under cacti/clog.php, File dropdown list only valid log file name that is endwith '.log'
So, I prefer replace 'cacti/utilities.php?action=view_logfile' implementation with 'cacti/clog.php'
I agree that the bug fix should be to make the utilities have the same limitations as the clog. The enhancement would be the handling of compressed formats.
We should block the *.gz extension for now.
Once we implement the new logging interface we're going to expect that these logs will be forwarded to a central login server so I don't think there's really reason to do this one.
Making the executive decision to close.