Dear friends,
I observed one failed status on /tmp/zabbix_server.log
[Z3005] query failed: [1054] unknown column 'clock' in 'field list' [select min(clock) from trends_uint where itemid=23433]
the colunm "clock" don't exist on table trends_uint, but exits clack column
the correct name of this column should not be "clock"?
Table: trends_uint
Columns:
itemid bigint(20) UN PK
clack int(11) PK
num int(11)
value_min bigint(20)
value_avg bigint(20)
value_max bigint(20)
Aristóteles Rego de Araujo
I observed one failed status on /tmp/zabbix_server.log
[Z3005] query failed: [1054] unknown column 'clock' in 'field list' [select min(clock) from trends_uint where itemid=23433]
the colunm "clock" don't exist on table trends_uint, but exits clack column
the correct name of this column should not be "clock"?
Table: trends_uint
Columns:
itemid bigint(20) UN PK
clack int(11) PK
num int(11)
value_min bigint(20)
value_avg bigint(20)
value_max bigint(20)
Aristóteles Rego de Araujo