-
Published Question
Hi all,
Monitoring became available 9 months ago in April 2017, but as of yet we still cannot setup alerts through the API. This is annoying since I configure my whole DO setup using terraform, yet i have to manually ...
2
•
•
By
TheYorkshireDev
Monitoring
-
Published Question
I am looking to configure a DO cloud firewall through the API/Terraform provider. The default firewall on DO is SSH inbound and all TCP,UDP and ICMP outbound. When trying to configure this exact firewall setup through...
2
•
•
By
TheYorkshireDev
Firewall
API
Ubuntu
-
Published Question
When setting up droplets on Digital Ocean it is encouraged to setup some basic security and monitoring. I have read around quite a lot recently on best practices for hardening a new Ubuntu server. Below are the steps ...
4
•
•
By
TheYorkshireDev
Security
Getting Started
Linux Basics
Ubuntu 16.04
-
Published Question
Having just spun up the docker on 16:04 image. There is a notification upon login suggesting we enable the ufw firewall rules.
The default rules are set as
[ 1] 22 LIMIT IN Anywhere ...
Accepted Answer:
@ed11s8c
Docker uses ports 2375 and 2376 (TLS/SSL), so if you've deployed a one-click image with Docker, then DigitalOcean went ahead and setup the firewall rules for you as a part of the setup.
2
•
•
By
TheYorkshireDev
Firewall
DigitalOcean
-
Published Question
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?
Accepted Answer:
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 is...
1
•
•
By
TheYorkshireDev
Monitoring