Systemd_units running in a docker container

Hi - is it possible to monitor the host’s systemd via telagraf in a container using systemd_units?

I have telegraf running in a container and it’s working for cpu, mem, diskio and kernel plugins, but systemd_units is only showing the systemd units in the container.

I have “/” mounted to /host in the container.

And have these env values set:

      HOST_MOUNT_PREFIX: /host
      HOST_ETC: /host/etc
      HOST_PROC: /host/proc
      HOST_SYS: /host/sys
      HOST_VAR: /host/var
      HOST_RUN: /host/run

I don’t think it’s possible as systemd informations are gathered by connecting to systemd over DBUS…