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
342 stars 25 forks source link

[Bug] How do you use/notify Web Services? #254

Closed upD8R closed 5 months ago

upD8R commented 5 months ago

Hi there,

I just started to use this feature and it works as expected. Basically, I'm monitoring some web services running on Docker, many of them running on the same host, just on a different port.

What I wonder: In what field do you enter the name of the service? I thought it should be "tag" but tag is not delivered in the notification (email), so I only get something like: host.name:port (which is not self-explaining in my setup as FQDN hosts.name offers several services).

leiweibau commented 5 months ago

The fact that the tag is not transmitted is of course unfavorable. Even if this was a conscious decision at the beginning, it only made sense to a limited extent. I will change that

upD8R commented 5 months ago

Thanks a lot!

leiweibau commented 5 months ago

Update released

upD8R commented 5 months ago

Works as expected (only tested mail), thanks a lot!