Please help me I can't configure Item that it calculate:
perf_counter[\SQLServer:Access Methods\Index Searches/sec]/perf_counter[\SQLServer:Access Methods\Full Scans/sec]
all of this perf_counter work fine by command zabbix_get -s 10.9.5.56 -k
But when I configured it by Item use Type Calculated I see error. I fink that I have format error for type calculated ???
Can anyone told me which format perf_counter can use with type calculated
Zabbix server 1.8.2
I was using next format item calculated for perf_counter:
1) perf_counter["\SQLServer:Access Methods\Index Searches/sec"]
error: Format error or unsupported operator. Exp:
2) last(“perf_counter[“\SQLServer:Access Methods\Index Searches/sec”]”)
error: Can not evaluate function [last()]:
3) last(“perf_counter[\“\SQLServer:Access Methods\Index Searches/sec\”]”)
error: Can not evaluate function [last()]: item [APM Server:“perf_counter[\“\SQLServer:Access Methods\Index Searches/sec\”]”] not found
Please help me with format item calculated for perf_counter
perf_counter[\SQLServer:Access Methods\Index Searches/sec]/perf_counter[\SQLServer:Access Methods\Full Scans/sec]
all of this perf_counter work fine by command zabbix_get -s 10.9.5.56 -k
But when I configured it by Item use Type Calculated I see error. I fink that I have format error for type calculated ???
Can anyone told me which format perf_counter can use with type calculated
Zabbix server 1.8.2
I was using next format item calculated for perf_counter:
1) perf_counter["\SQLServer:Access Methods\Index Searches/sec"]
error: Format error or unsupported operator. Exp:
2) last(“perf_counter[“\SQLServer:Access Methods\Index Searches/sec”]”)
error: Can not evaluate function [last()]:
3) last(“perf_counter[\“\SQLServer:Access Methods\Index Searches/sec\”]”)
error: Can not evaluate function [last()]: item [APM Server:“perf_counter[\“\SQLServer:Access Methods\Index Searches/sec\”]”] not found
Please help me with format item calculated for perf_counter
Comment