in the process() function in zabbix_trapperd.c the server:key:value string is extracted by calling strtok repeatedly by using the : character as the delimiter.
However, i think, this causes a bug when the receiving Windows keys since the keys often have the char : in the them. Example:
host1:diskfree[c:]:83536330752.000000
or
host1:cksum[c:\\autoexec.bat]:4294967295.000000
I am running 1.0. Can i get a patch for this?
Thanks.
However, i think, this causes a bug when the receiving Windows keys since the keys often have the char : in the them. Example:
host1:diskfree[c:]:83536330752.000000
or
host1:cksum[c:\\autoexec.bat]:4294967295.000000
I am running 1.0. Can i get a patch for this?
Thanks.
Comment