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 think a graphite expert should review templates in : shinken/share/templates/graphite
For example : in check_linux_cpu.graph
alias(legendValue( ...)
is not the proper way to write it
it is more like
legendValue(alias('...','...'),...)
Then, we can add : Avg, Max and Last (as for PNP)
Here is the complete doc :
http://graphite.readthedocs.org/en/0.9.12/functions.html
I'll try to enhance that when I have time.
The text was updated successfully, but these errors were encountered:
origin: shinken-solutions/shinken#1002
Sorry, something went wrong.
No branches or pull requests
Hi,
I think a graphite expert should review templates in : shinken/share/templates/graphite
For example : in check_linux_cpu.graph
is not the proper way to write it
it is more like
Then, we can add : Avg, Max and Last (as for PNP)
Here is the complete doc :
http://graphite.readthedocs.org/en/0.9.12/functions.html
I'll try to enhance that when I have time.
The text was updated successfully, but these errors were encountered: