FATAL: You are not authorized to use this service | Multiple pollers
Hello,
Very simple to replicate. Go a head and compose up:
- docker-compose -f cacti_multi_shared.yml up -d
- Install cactimaster and cactipoller
Add any machine to the cactipoller, I get this error:

What I'm missing here?
Both fqdns are resolvable.. no problem in pinging those.
Hello, can you give some help, I think is related to #68
Taking a look, it appears to be related to DNS + Docker NAT. If the poller and master host are on different boxes you likely would not see this error. Otherwise network_mode: host would be required. It will take me some time to look into this docker-compose file and see if I can fake some DNS to get things working better, but the local master+poller config is more for basic testing on deployments and not really a good idea for actual monitoring.
https://github.com/Cacti/cacti/issues/738