![](https://secure.gravatar.com/avatar/9113800bbd271c46f4585a9549d85c15.jpg?s=120&d=mm&r=g)
16 Mar
2016
16 Mar
'16
9:43 a.m.
Well I guess the hard part would be to have a distributed database? I have no experience in DB-clusters but if you could have a MySQL-server in each region that syncs with each other active/active-style (no idea if that is possible considering the delay) then it should not be to hard to just have a rsync-job syncing the RRD-folders(does not need to sync every 5min, the data will still be there) and modify the poller-wrapper to instead of launching poller.php instances locally make it launch them on remote servers.
maybe. /Markus