finlaysawyer / discord-uptime

Discord bot to monitor uptime of services using ping and http requests
MIT License
94 stars 40 forks source link

Support ping check without root privileges #100

Open jodeveloperr opened 1 year ago

jodeveloperr commented 1 year ago

Operation not permitted - Note that ICMP messages can only be sent from processes running as root. What do I do?

finlaysawyer commented 1 year ago

Unfortunately you cannot create ICMP packets (used for the ping monitor type) without root privileges, I have plans to address this using an alternative library soon