zabbix-module-systemd
zabbix-module-systemd copied to clipboard
zabbix agent 3.4 unsuported cgroups
I tried to garther some information from the cgroup accounting by service (CPU and mem).
I enabled cgroup inside systemd default config file but the key seems to still be unsuppoted. I am using the provided RPM package (1.2.0 version).
Here is the ouput when trying to retrieve the key.
zabbix_agentd -t systemd.cgroup.cpu[dbus.service,rss]
systemd.cgroup.cpu[dbus.service,rss] [m|ZBX_NOTSUPPORTED] [Unsupported item key.]
process 26457: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2823.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
Do you have any clue on where the issue could reside ?