We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have taken the examples and broken it down to just trying to get cpu info out of graphite.
I don't seem to be able to return any hosts, even when using the wildcard ['*']. The dropdown is empty.
Do I need to do anything special to enable discovery?
:graphs: load_average: title: "1 minute load average" targets: system.load.load.shortterm: 🔑 load hosts: ["*"]
:dashboards: test: title: "load_dash" graphs: - load_average: hosts: [ "*" ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have taken the examples and broken it down to just trying to get cpu info out of graphite.
I don't seem to be able to return any hosts, even when using the wildcard ['*']. The dropdown is empty.
Do I need to do anything special to enable discovery?
graphs.yml
:graphs:
load_average:
title: "1 minute load average"
targets:
system.load.load.shortterm:
🔑 load
hosts: ["*"]
dashboard.yml
:dashboards:
test:
title: "load_dash"
graphs:
- load_average:
hosts: [ "*" ]
The text was updated successfully, but these errors were encountered: