leiweibau / Pi.Alert

Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns if a "always connected" device disconnects. In addition, it is possible to check web services for availability. For this purpose HTTP status codes and the response time of the service are evaluated.
https://leiweibau.net
GNU General Public License v3.0
334 stars 25 forks source link

[Feature Request] Pause button for ICMP queries #296

Closed hspindel closed 2 months ago

hspindel commented 2 months ago

I propose a "pause" button for ICMP queries on a per device basis. This would have the effect of temporarily skipping the ICMP poll for that device.

This would be useful in the case in which I know a particular device is going to be down for an extended time, but I don't want to delete it from the database so it can be monitored when it comes back online. It would make polling more efficient by skipping devices that are known that won't respond.

leiweibau commented 2 months ago

Something like "Archived" or "Do not scan for x hours or days"?

hspindel commented 2 months ago

Thank you.

Maybe archived, if archived means it can be easily resurrected for scanning when desired.

I think "do not scan for x" would be less useful because it would require knowing in advance how long the device would be down.

leiweibau commented 2 months ago

Update released with https://github.com/leiweibau/Pi.Alert/commit/91d0f5770f2498e084d0167b202029f841974e4c

hspindel commented 2 months ago

Thank you!!!