You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this project very much, thank you for your contribution !
But when I want to add multiple monitoring hosts at a time, I need to operate on the web all the time, and it is also a bit troublesome when I want to control the hosts to be monitored programmatically.
Can add a dozzle-like processing method or other way to control the list of monitored hosts? Then I can easily add or delete multiple hosts.
Yes, I do plan to add something for this at some point.
There's a related issue (#70) that proposes using a yaml configuration file.
I should be able to make it so the program reads a config.yml file in the data directory on startup and syncs the systems with what is defined in the file.
I like this project very much, thank you for your contribution !
But when I want to add multiple monitoring hosts at a time, I need to operate on the web all the time, and it is also a bit troublesome when I want to control the hosts to be monitored programmatically.
Can add a dozzle-like processing method or other way to control the list of monitored hosts? Then I can easily add or delete multiple hosts.
dozzle-like:
https://dozzle.dev/guide/remote-hosts
DOZZLE_REMOTE_HOST:=tcp://167.99.1.1:2376|foo.com,tcp://167.99.1.2:2376|bar.com
The text was updated successfully, but these errors were encountered: