I installed 1.1 because it's supposed to be stable. new host, new DB, new install. most items work with the exception of
netload[in|out]
disk_[read|write]
proc_cnt
net[]
those give me
"014485:20061003:103937 Got line:netloadin1[eth0]
014485:20061003:103937 Sending back:ZBX_NOTSUPPORTED
"
checking the docs i see
http://www.zabbix.com/manual/v1.1/co..._supported.php
The table is valid for ZABBIX 1.1beta3 and higher.
where the values are completly different
like
net.if.in[if <,mode>]
SO...
since the data.sql files reads
INSERT INTO items VALUES (10073,0,'','',161,10001,'Incoming traffic on interface lo (5min)','netloadin5[lo]',10,7,365,0,NULL,NULL,NULL,0,0,'','Bps',0,0,NULL, '',0,'','',0,'',0,'',0,0);
and is apparently incorrect and I DO NOT WANT a beta version, what options exist to get the correct values to use in v1.1?
thanks
netload[in|out]
disk_[read|write]
proc_cnt
net[]
those give me
"014485:20061003:103937 Got line:netloadin1[eth0]
014485:20061003:103937 Sending back:ZBX_NOTSUPPORTED
"
checking the docs i see
http://www.zabbix.com/manual/v1.1/co..._supported.php
The table is valid for ZABBIX 1.1beta3 and higher.
where the values are completly different
like
net.if.in[if <,mode>]
SO...
since the data.sql files reads
INSERT INTO items VALUES (10073,0,'','',161,10001,'Incoming traffic on interface lo (5min)','netloadin5[lo]',10,7,365,0,NULL,NULL,NULL,0,0,'','Bps',0,0,NULL, '',0,'','',0,'',0,'',0,0);
and is apparently incorrect and I DO NOT WANT a beta version, what options exist to get the correct values to use in v1.1?
thanks