Hi veks,
sorry that metrics is still a little bit itchy.
Can you please tell me what version.txt in the same folder as server.exe says?
Also, please replace custom.ini here (and restart metrics_ui service after that):
tools\prometheus\grafana-7.4.3\conf
with this file (i think i messed this file up in the latest webint deliverable):
The key points are:
Code: Select all
allow_embedding = true
disable_login_form = true
[auth.anonymous]
# enable anonymous access
enabled = true
If you added a host to the hosts list, as you already know, the client must be installed and running.
Check if this is the case by logging in to the main webinterface server where the metrics collector service/prometheus is installed and opening in the browser:
http://hostname:9182/metrics
You should get some text about cpu stats and such, if not either the servername you entered cannot be resolved by dns, metrics_client is not running or firewall blocks 9182 or such.