I have installed 1.2.25 on Red Hat Linux 8.8 under /var/www/html/cacti
during the configuration, these instructions are provided:
input Validation Whitelist Protection
....
It is strongly suggested that you update your config.php to enable this feature by uncommenting the $input_whitelist variable and then
....
the config.php is located at
Code: Select all
/var/www/html/cacti/include/config.php
Code: Select all
//$input_whitelist = '/usr/local/etc/cacti/input_whitelist.json';
Code: Select all
$ find /var/www/html /usr/ -type f -name input_whitelist.json
Similarly, I do not find a download link on the cacti.net web site.
Can someone please tell me where I can find the file that I need to use with cacti?