I want to bring to your attention that the boost plugin the way it is configured in CactiEZ 0.7 isn't working properly.
What is needed:
1. Edit: /etc/my.cnf and add line: max_heap_table_size=4G
2. Edit: /var/www/html/plugins/boost/cacti_rrdsvc and correct the local path: to :
DEBUGLOG="/var/www/html/log/boost.log"
PROGPATH="/var/www/html/plugins/boost/"
3. Edit: /var/www/html/plugins/boost/cacti_boost.conf
exec /var/www/html/plugins/boost/boost_server.php > /var/www/html/log/boost.log 2>&1
Reboot server after stat. Please correct these changes for CactiEZ 0.7 Update.
Also is there a way to make plugin: Router Configs running on CactiEZ 0.7 for both telnet and SSH?
For Router Configs ssh support please see this thread:
http://forums.cacti.net/viewtopic.php?p=210925#p210925
php -r 'echo (function_exists("ssh2_auth_password") ? "TRUE" : "FALSE");'
There needs to be support for this function in php in CactiEZ 0.7 and currently it is not there.