henrygd / beszel

Lightweight server monitoring hub with historical data, docker stats, and alerts.
MIT License
2.8k stars 89 forks source link

Generic host monitoring (Agentless) #190

Open Zeniic opened 1 month ago

Zeniic commented 1 month ago

Firstly, love the project! Already started using this as an alternative to my Zabbix environment (Admittedly it's overkill and I wanted something lightweight with less admin overhead).


On to my feature suggestion:

The agent based monitoring is fantastic but in some cases it may be useful to monitor services I do not administer (For example, a Public service or Shared Web Hosting where access to the command line is limited or impossible).

Of course, an agentless monitor can't pull metrics but in some cases even a simple ICMP / Ping can provide a nice level of visibility / notifications.

henrygd commented 1 month ago

Maybe I can add simple ping or 200 status monitors, but probably not in the very near future.

It might also be nice to add the functionality to the agent so you can ping LAN devices, as suggested by @pickles4evaaaa in #91.