PRTG / PythonMiniProbe

MiniProbe for PRTG Network Monitor written in Python
BSD 3-Clause "New" or "Revised" License
73 stars 50 forks source link

Uninstall #26

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

just a short question: How do I cleanly uninstall the software from a (RPi) device?

Thanks in advance!

eagle00789 commented 9 years ago

To manually remove the software, delete the files:

    /etc/init.d/prtgprobe
    /etc/logrotate.d/prtgprobe

delete the folder

/probe
konstantinpae commented 9 years ago

Seems solved. Please reopen if necessary.