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
It is not possible to create graphs with multi3 template graphs if different metrics or different numbers of metrics are given per graph.
multi3-service.metrics_filters
warn
multi.ini
[multi3-service.metrics_filters] value = "$service_name_template$.perfdata.$multi1$.$multi2$.$multi3$.value" warn = "$service_name_template$.perfdata.$multi1$.$multi2$.$multi3$.warn"
proccess check result
'a1::b1::c1'=3894494000B;5797273500;6119344250;0;6441415000 'a2::b2::c2'=0;5797273500;6119344250;0;6441415000 'a3::b3::c3'=3894494000B;;6119344250;0;6441415000
Result: Example (with 3 graphs): graph 1: value, min, max, crit, warning graph 2: value, min, max, crit, warning graph 3: value
As the graph 3 has only 1 metric AND warn is missing in it, it will throw an error.
The text was updated successfully, but these errors were encountered:
sukhwinder33445
Successfully merging a pull request may close this issue.
It is not possible to create graphs with multi3 template graphs if different metrics or different numbers of metrics are given per graph.
Current Behavior:
Steps to Reproduce:
multi3-service.metrics_filters
to includewarn
metric filter inmulti.ini
template file as following:proccess check result
:Result:
Example (with 3 graphs):
graph 1: value, min, max, crit, warning
graph 2: value, min, max, crit, warning
graph 3: value
As the graph 3 has only 1 metric AND
warn
is missing in it, it will throw an error.The text was updated successfully, but these errors were encountered: