[ZBX-4307] Cannot create 'Calculated' item with 'Zabbix aggregate' items Created: 2011 Nov 02 Updated: 2017 May 30 Resolved: 2011 Nov 02 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Frontend (F) |
Affects Version/s: | 1.8.8 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Minor |
Reporter: | Robert Jerzak | Assignee: | Unassigned |
Resolution: | Won't fix | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
Description |
I created 'Zabbix aggregate' items: grpsum["Home D","disk.io","last","0"] So far so good. Then I created 'Calculated' item to sum them all: grpsum["Home D","disk.io","last","0"]+grpsum["Home H","disk.io","last","0"]+grpsum["Home HM","disk.io","last","0"] then I got error: Format error or unsupported operator. Exp: [grpsum["HomeD","disk.io","last","0"]grpsum["HomeH","disk.io","last","0"]grpsum["HomeHOK Is there any way to calculate agregated items? |
Comments |
Comment by Aleksandrs Saveljevs [ 2011 Nov 02 ] |
You are not using the correct syntax for calculated items. See the discussion at |