You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mikrotik doesn't use docker or podman. It has its own container implementation based on linux kernel.
Steps to reproduce
Import telegraf container. Official "telegraf" image or, "bitnami/telegraf"
Run container
Expected behavior
Telegraf runs successfully.
Actual behavior
SIGSEGV
Additional info
I tried the official "telegraf" image from dockerhub. It panics, but doesn't log stacktrace. Then I tried "bitnami/telegraf" container. It showed the stracktrace. I'm guessing the official container is panicing due to same reason.
I know this bug report is kinda pointless as I already found similiar issues. But for sake of completeness and future googlers with terms "telegraf mikrotik", I thought it should be posted.
Those relevant PRs also link to other issues explaining that this means in a docker environment that the memguard library was unable to lock memory.
Once those relevant PRs are implemented you will have an option to disable this behavior. Additionally, you could ensure you have lockable memory. In either case I am closing this PR as this is already covered by others.
Relevant telegraf.conf
Not Relevant
Logs from Telegraf
System info
Telegraf 1.28.2. Mikrotik Routeros 7.11.2
Docker
Mikrotik doesn't use docker or podman. It has its own container implementation based on linux kernel.
Steps to reproduce
Expected behavior
Telegraf runs successfully.
Actual behavior
SIGSEGV
Additional info
I tried the official "telegraf" image from dockerhub. It panics, but doesn't log stacktrace. Then I tried "bitnami/telegraf" container. It showed the stracktrace. I'm guessing the official container is panicing due to same reason.
I know this bug report is kinda pointless as I already found similiar issues. But for sake of completeness and future googlers with terms "telegraf mikrotik", I thought it should be posted.
Relevant:
#13804
#13998
The text was updated successfully, but these errors were encountered: