when you load data.sql in zabbix 1.1.2
you found
INSERT INTO items VALUES (10156,0,'','',161,10002,'Total disk space on $1','vfs.fs.size[c:,total]',3600,7,365,0,NULL,NULL,NULL,0,0,'','B',1,0,NULL,'',0,'','','0','',0,'',0,0);
it means that you multiply 'vfs.fs.size[c:,total]' by 0. It's the same for windows and unix template with 'vfs.fs.size'.
i'm right ?
you found
INSERT INTO items VALUES (10156,0,'','',161,10002,'Total disk space on $1','vfs.fs.size[c:,total]',3600,7,365,0,NULL,NULL,NULL,0,0,'','B',1,0,NULL,'',0,'','','0','',0,'',0,0);
it means that you multiply 'vfs.fs.size[c:,total]' by 0. It's the same for windows and unix template with 'vfs.fs.size'.
i'm right ?
Comment