0.8.3a fresh install problems
Moderators: Developers, Moderators
Yup! Add your disks to snmp.conf if they're not there
disk /partition you want to monitor. =)
uname -a
An othet little bug in cacti.sql
Should be
Or else the rrd files would not be created.
Code: Select all
INSERT INTO data_template_rrd VALUES (77,0,0,43,'',0,'',0,'',600,'',1,'','hdd_used','',0);
Code: Select all
INSERT INTO data_template_rrd VALUES (77,0,0,43,'',0,'',0,'',600,'',1,'','hdd_total','',0);
I made the above changes because I couldn't get RRD files for "SNMP - Get Mounted Partitions" queries, now I have lost the link to the Associated Data Template for the associated graph. And I cannot add a new one because there's no "Add" button in that section.Anonymous wrote:An othet little bug in cacti.sql
Should beCode: Select all
INSERT INTO data_template_rrd VALUES (77,0,0,43,'',0,'',0,'',600,'',1,'','hdd_used','',0);
Or else the rrd files would not be created.Code: Select all
INSERT INTO data_template_rrd VALUES (77,0,0,43,'',0,'',0,'',600,'',1,'','hdd_total','',0);
Who is online
Users browsing this forum: No registered users and 0 guests