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
It would be convenient to be able to provide a link to an external system for each host that's being monitored. This simplifies integration between all systems.
My GUI foo is not that good but I'd like to be able to add a config option of the form:
It would be convenient to be able to provide a link to an external system for each host that's being monitored. This simplifies integration between all systems.
My GUI foo is not that good but I'd like to be able to add a config option of the form:
HostDetailURL: "http://monitoring.example.com/some/path?host={host}" and this would generate a clickable link say for each host under: https://orchestrator.example.com/web/cluster/myhost.example.com:3306 with the templated url adjusted to point to the right host.
Maybe with {host} (FQSN), and {shorthost} (short hostname) options.
The text was updated successfully, but these errors were encountered: