-
Notifications
You must be signed in to change notification settings - Fork 111
Firewall stats not collecting #224
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
Comments
Thanks for reporting the issue. Can you please provide the RouterOS version you are running on your device. The error in you last example occurs because mktxp is already running in the container and the new process is unable to bind a listening socket to the same port.
|
Hi @phibos. Thanks you for your answer. I have RouterOS 7.10.2 (stable) for both routers. Is there anything I can do in this situation with more than one process running at the same time? |
the same question |
Hi @phibos. Grafana reports about "Data is missing a string field" if that matters. |
had this kind of issues, fiirst verify that you have the counters in the firewall "connections" tab , removal of all rules might make disappear the connections, to my rememberance i had to fake creating new rules on the interface to sse coming back the passthrough rules on filter and mangle table, then everything reappeared. |
+1 Update: mine started working when I added |
Hello,
Thank you for making and maintaining this great tool. I use docker image (ghcr.io/akpw/mktxp:latest) to run mktxp. Container logs show this error
Config is
if I execute mktxp export command inside container I got this errors.
Grafana dashboard forks fine, with open connections panel populated with data, and without data in open connections stats panel. Any ideas how to manage with this?
The text was updated successfully, but these errors were encountered: