-
Notifications
You must be signed in to change notification settings - Fork 277
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
[apps::varnish::local::plugin] - mode(stats): No graphs will created - Buffer creation #5123
Comments
Hello :) So if I understand correctly, only the force check (once) will allow the plugin to work correctly? |
Yes |
All right, I'll check with the dev team to look at the subject at our next session, and I'll keep you informed. |
If you need we can show this behaviour durang a remote session. |
Hello :) Could you test on command line the same action as |
I can confirm that the problem was related that both services was using the same stats file. |
Latest plugin version
No graphs will created when using this command:
--plugin=apps::varnish::local::plugin --hostname=x.x.x.x --ssh-username=user --filter-perfdata='^(client_req|cache_hit|cache_hitpass|cache_miss|backend_conn|backend_busy|backend_unhealthy|backend_fail|sess_drop|sess_fail|sess_queued|threads_failed)$' --mode=stats
On GUI you can see the following:
We can exclude that the problem is not depending on perl connector.
When you force a check through the GUI then the perf datas will be returned correctly but only for this forced check for 1 time:
Next scheduled check by the engine will reproduce newly the problem
Also deleting the cache file will not solve the problem.
The text was updated successfully, but these errors were encountered: