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
from and util variables are not working in this new version i added this line: img = img + "&from=" + graph_start + "&until=" + graph_end to https://github.com/shinken-monitoring/mod-ui-graphite/blob/refactored/module/util.py#L267
The text was updated successfully, but these errors were encountered:
Hello @lchanouha,
I have the same issue on my running config. From and until are not set. Could you please post you modifications ?
Regards.
Sorry, something went wrong.
Temporal fix for time interval not rendered correctly
40bc77b
Source: shinken-monitoring#16
No branches or pull requests
from and util variables are not working in this new version
i added this line:
img = img + "&from=" + graph_start + "&until=" + graph_end
to
https://github.com/shinken-monitoring/mod-ui-graphite/blob/refactored/module/util.py#L267
The text was updated successfully, but these errors were encountered: