This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| prometheus [2021/10/15 07:09] – [The order of things] vissie | prometheus [2021/10/18 03:47] (current) – vissie | ||
|---|---|---|---|
| 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 / | ||
| + | |||