Hi.
I used 1.1beta9 version of Zabbix to monitor windows servers using Performance Counters and at one moment I discovered that hardcoded maximum key length (64 bytes) for items is not enough.
Unfortunately this limit appears in few places - database and few times in the source code. I spent some time fixing sources and debuging and finally had got it working.
Also Zabbix Agent/win32 has problems with some characters sometimes found in performance counter names (# AFAIR, but I might be wrong).
Now I've got 1.1.1 - thank you guys for this great work. And unfortunately I have to increase that limit again by digging the source code.
Could you increase that limit in Zabbix source code?
I believe I am not only one facing need in higher maximum key length.
I used 1.1beta9 version of Zabbix to monitor windows servers using Performance Counters and at one moment I discovered that hardcoded maximum key length (64 bytes) for items is not enough.
Unfortunately this limit appears in few places - database and few times in the source code. I spent some time fixing sources and debuging and finally had got it working.
Also Zabbix Agent/win32 has problems with some characters sometimes found in performance counter names (# AFAIR, but I might be wrong).
Now I've got 1.1.1 - thank you guys for this great work. And unfortunately I have to increase that limit again by digging the source code.
Could you increase that limit in Zabbix source code?
I believe I am not only one facing need in higher maximum key length.
Comment