Hi community, I successfully created the dashboard...
# support
g
Hi community, I successfully created the dashboard https://github.com/SigNoz/dashboards/blob/main/hostmetrics/hostmetrics-with-variable.json - and it shows data for the 3 hosts I want to monitor (selecting the host from the list). However, I'm having trouble creating the dashboard with static hostnames (I would like one dashboard per host). I tried the command:
Copy code
curl -sL <https://github.com/SigNoz/Dashboards/raw/main/hostmetrics/hostmetrics-import.sh> \
    | HOSTNAME="test-instance-1" DASHBOARD_TITLE="HostMetrics Dashboard for test-instance-1" bash
and I changed "test-instance-1" first with the public IP of the host and then with the private IP, but the panels in the dashboard remain empty. Can someone help me? Thanks!
1
p
The static hostname dashboard might not be maintained anymore.
Since
hostmetrics-with-variable.json
dashboard should suffice the use-case. https://github.com/SigNoz/dashboards/blob/main/hostmetrics/hostmetrics-with-variable.json
You can update the variable query with a static value in
hostname
.
👍 1
g
Thanks for the suggestion