Replies: 8 comments 2 replies
-
Hey! What would be the advantage / added value of this over existing projects such as changedetection, update kuma etc? |
Beta Was this translation helpful? Give feedback.
-
Uptime-Kuma is much more complex than my implementation. I don't want to compete with that. Since my fork is not based on Docker, I wanted to find a simple solution for myself that also does not require Docker. And since you're already doing advanced scans, I thought you might be interested. Whether I extend the whole thing to other services later is up in the air. |
Beta Was this translation helpful? Give feedback.
-
Makes sense. You should come over to the docker-dark-side 😁 I'll have a look at the script later. Thanks again for sharing 🙏 |
Beta Was this translation helpful? Give feedback.
-
Implemented as a custom plugin included in this release: https://github.com/jokob-sk/Pi.Alert/releases/tag/v23.03.11 |
Beta Was this translation helpful? Give feedback.
-
That must have been the most complex modification to your fork so far, right? Great work. |
Beta Was this translation helpful? Give feedback.
-
Yes, one of the most substantial ones and I think there will be a few bugs I missed, so anxious to see the reported issues lol |
Beta Was this translation helpful? Give feedback.
-
I received a feature request to detect Roque DHCP servers. Except for the notification, I already have it. Since you already do nmap scans yourself, I don't know at the moment if you can delete it by simple queries. If not, I can give you the code snippets. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately nmap needs sudo rights for this, but arp-scan does too |
Beta Was this translation helpful? Give feedback.
-
Hello,
even though our forks have grown a bit apart, I'm still following your work, of course, and I'm also inspired by one or the other idea. :)
I'm working on an idea right now and want you to get something out of it too.
I have developed a first Python prototype based on another fork, with which I plan to monitor webservices (in the own network or internet, if desired) and get notified if necessary.
e.g. the server is reachable, but the webserver has crashed.
Maybe you are interested in this, if not, it's no problem.
It is currently a stand alone script. It is only the backend part at the moment. I am still far away from a release, but the prototype works for now.
monitor.zip
Beta Was this translation helpful? Give feedback.
All reactions