Hello,
I'm using zabbix2.2.x
I want to calculate (sum) below standing performance counters.
last(perf_counter["\SQLServer
atabases(tempdb)\Data File(s) Size (KB)"])+
last(perf_counter["\SQLServer
atabases(tempdb)\Log File(s) Size (KB)"])
I want to see the result total of tempdb en the next step is to create a trigger for that total.
I've seen that you have to create a calculated item and then......
False example:
last(perf_counter["\SQLServer
atabases(tempdb)\Data File(s) Size (KB)"])+
last(perf_counter["\SQLServer
atabases(tempdb)\Log File(s) Size (KB)"])
Can someone show me some example?
I'm using zabbix2.2.x
I want to calculate (sum) below standing performance counters.
last(perf_counter["\SQLServer
atabases(tempdb)\Data File(s) Size (KB)"])+last(perf_counter["\SQLServer
atabases(tempdb)\Log File(s) Size (KB)"])I want to see the result total of tempdb en the next step is to create a trigger for that total.
I've seen that you have to create a calculated item and then......
False example:
last(perf_counter["\SQLServer
atabases(tempdb)\Data File(s) Size (KB)"])+last(perf_counter["\SQLServer
atabases(tempdb)\Log File(s) Size (KB)"])Can someone show me some example?
Comment