I am having an issue with a dashboard not populating all hosts when I select ALL in the host drop down.
For reference I have a token $env$ which populates inside the host before $host$ is set. The issue I am having is when I select the dropdown to display ALL hosts in the table below, it shows no results.
Here is where I believe it is failing.
if($host$ == "All", "xxx$env$-$service$*", $host$)
When I select ALL from the Hosts drop down I want the graphs to display all hosts from the previously selected dropdowns **env** and **service**
Is this possible?
↧