Skip to content
New issue

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

Dashboard not working on a mix environment #129

Closed
Benji-C opened this issue Sep 15, 2017 · 1 comment
Closed

Dashboard not working on a mix environment #129

Benji-C opened this issue Sep 15, 2017 · 1 comment

Comments

@Benji-C
Copy link

Benji-C commented Sep 15, 2017

Hello,

I'm using sexigraf 0.99c, vCenter 6.5 and i have a mix environment with Cluster and non-Cluster servers.
Because of that i can't run some query when i need to sum up Cluster and non-cluster values.

Example: i created the basic following query that count the number of ESX in a datacenter:
#A - countSeries(esx..$Department*..quickstats.overallStatus)
#B - countSeries(vmw.
.$Department..esx..quickstats.overallStatus)
#C - sumSeries(#A,#B)

I templated $Department with custom values that can be found in the datacenter name.
If my datacenter contain only Cluster environment OR non-cluster environment, the query fails because #A or #B is null.
If my datacenter contain a mix of both, then it's working.

I've tried everything to not count if series #A or #B is null with remove*Value, transformNull. I've tried setting a value mapping of 1 if value is null, and then using useSeriesAbove with 0.

The same issue can be reproduced in the default Flambx dashboard, in the template values if you select an ESX outside a cluster, then the singlestat "# ESXi" or "# VMs" won't update (because the query is only with vmw).

Please advice if you can help me build a query that would fix the issue or if it's a bug.

Thanks in advance,
Benjamin.

@rschitz
Copy link
Member

rschitz commented Jun 4, 2018

graphite 0.9 bug

@rschitz rschitz closed this as completed Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants