This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
prometheus [2021/10/15 06:56] – [Configure Prometheus] vissie | prometheus [2021/10/18 03:47] (current) – vissie | ||
---|---|---|---|
Line 4: | Line 4: | ||
* https:// | * https:// | ||
- | - Install Prometheus | + | - Install/ |
- | - Configure | + | - Install/Configure |
- | - Install | + | - Install/Configure Nginx Reverse Proxy |
- | - Configure | + | - Install/Configure |
- | - Nginx Reverse Proxy | + | - Install/ |
Line 151: | Line 151: | ||
sudo pip3 install -r ./ | sudo pip3 install -r ./ | ||
sudo pip3 install python-dateutil | sudo pip3 install python-dateutil | ||
+ | |||
+ | |||
+ | =====Issues===== | ||
+ | ====ICMP==== | ||
+ | To get ping [icmp] to work, I had to do the following: | ||
+ | sudo setcap cap_net_raw+ep / | ||
+ | |||