[IPv6] Issues with CheckMK


Recommended Posts

Hey :)

 

I migrated from an exclusive cmk appliance to the docker version to get rid of one physical system. However, I experience permanent occasional v6 smart piung issues with the container. I can observe this with ping6 from inside the cmk container. Every few minutes I get 100% packet loss, then back to normal etc.

 

Unraid 6.12.8

 

Anyone with similar issues?

 

grafik.png.899c71a0ad120ccb5546fbec50f7232d.png

 

The container is set up this way:

 

docker run
  -d
  --name='checkmkk_empty'
  --net='eth0'
  --ip='192.168.178.29'
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="NAS"
  -e HOST_CONTAINERNAME="checkmkk_empty"
  -e 'CMK_SITE_ID'='l22'
  -l net.unraid.docker.managed=dockerman
  -v '/mnt/ssd/appdata/checkmk_empty/sites':'/omd/sites':'rw'
  -v '/etc/localtime':'/etc/localtime':'ro'
  -v '/mnt/ssd/appdata/checkmk/backup':'/backup':'rw'
  --mac-address 02:00:00:00:00:29
  --tmpfs /opt/omd/sites/l22/tmp:uid=1000,gid=1000 'checkmk/check-mk-cloud:2.2.0p23'

 

Some ping pictures which show the v6 issue only within cmk container. HA container does not show such issues..? HA is set up the same way.

 

docker is using macvtap bridge.

 

1591692726_Screenshot2024-03-10102152.thumb.png.341982233ba377fcbb78088ed39e869e.png857937287_Screenshot2024-03-10102258.thumb.png.819c65377c3aadfa5e2401b549892854.png1117629235_Screenshot2024-03-10102359.thumb.png.bb422df7a60e2504f3d14ddeecb4f52e.png2126854437_Screenshot2024-03-10102501.thumb.png.41587cacef2be373f929e47808727d38.png

 

Thanks in advance!

Edited by KluthR
ping pics
Link to comment
  • 2 weeks later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.