Hello,
I try to obtain information by perfcounter function, and I think that special caracters aren't supported by the agent or zabbix_get
if I run :
zabbix_get -s 192.168.1.45 -k perf_counter["\SMSvcHost 3.0.0.0\Protocol Failures over net.tcp"] -> return 0.00000 (it work)
zabbix_get -s 192.168.1.45 -k perf_counter["\Indexeur de recherche(SystemIndex)\Fusions L8 - Nombre"]-> return 0.00000 (it work)
but if I try :
zabbix_get -s 192.168.1.45 -k perf_counter["\ServiceModelEndpoint 3.0.0.0\Calls"] ->return ZBX_NOTSUPPORTED
zabbix_get -s 192.168.1.45 -k perf_counter["\Thread(OUTLOOK/0)\Nº du processus"] -> return ZBX_NOTSUPPORTED
That's why I think specials caracters like éèàù%:;° and others aren't understood by agent.
I seam an important issue. Many counters can't be used...
Do you know a patch or something similar ?
I try to obtain information by perfcounter function, and I think that special caracters aren't supported by the agent or zabbix_get
if I run :
zabbix_get -s 192.168.1.45 -k perf_counter["\SMSvcHost 3.0.0.0\Protocol Failures over net.tcp"] -> return 0.00000 (it work)
zabbix_get -s 192.168.1.45 -k perf_counter["\Indexeur de recherche(SystemIndex)\Fusions L8 - Nombre"]-> return 0.00000 (it work)
but if I try :
zabbix_get -s 192.168.1.45 -k perf_counter["\ServiceModelEndpoint 3.0.0.0\Calls"] ->return ZBX_NOTSUPPORTED
zabbix_get -s 192.168.1.45 -k perf_counter["\Thread(OUTLOOK/0)\Nº du processus"] -> return ZBX_NOTSUPPORTED
That's why I think specials caracters like éèàù%:;° and others aren't understood by agent.
I seam an important issue. Many counters can't be used...
Do you know a patch or something similar ?
Comment