In this video I show you how to setup a distributed Cacti system with multiple remote pollers
My script on github
https://github.com/bmfmancini/cacti-i...
SQL command to enable remote user login to db
GRANT ALL PRIVILEGES ON cacti.* TO 'cacti'@''IP_Address' IDENTIFIED BY 'password';