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
Zabbix server round value to an integer. So zabbix_sender plugin must send values after converting str type object.
Now, we convert to str type on getting(build_item) side. Because this architecture is locked in zabbix_sender plugin for sending plugin, it's not good. We think that sending side is also plagable in the future.