I am looking at looking down my ufw firewall, and was wondering how the new monitoring gets its information? Does it require any ports to be able to poll the statistics of the vps?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi @ed11s8c
No, the
do-agent
only pushes data. Port 80 is used for metadata and port 443 is used to send the data to the statistical collector. As long as you don’t block those two outgoing ports, then it’s not an issue.It will not conflict with a web server running on your droplet, since that is incoming ports.