0.8.3a fresh install problems

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

pbulteel
Cacti User
Posts: 150
Joined: Fri Sep 05, 2003 9:20 am
Location: London
Contact:

Yup! Add your disks to snmp.conf if they're not there

Post by pbulteel »

disk /partition you want to monitor. =)
uname -a
Coeus
Cacti User
Posts: 51
Joined: Mon Aug 04, 2003 8:46 pm
Location: Perth - Western Australia

Post by Coeus »

The config file isn't the problem in my case.

I haven't really tried to solve it, but trying to use a generic snmp query against (a correctly configured) net-snmp enabled host bombs out when reading partition info.

Cheers

Carl
Guest

Post by Guest »

An othet little bug in cacti.sql

Code: Select all

INSERT INTO data_template_rrd VALUES (77,0,0,43,'',0,'',0,'',600,'',1,'','hdd_used','',0);
Should be

Code: Select all

INSERT INTO data_template_rrd VALUES (77,0,0,43,'',0,'',0,'',600,'',1,'','hdd_total','',0);
Or else the rrd files would not be created.
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

Thanks for pointing this out. It has been fixed for 0.8.4.

-Ian
Mathias

Post by Mathias »

Anonymous wrote:An othet little bug in cacti.sql

Code: Select all

INSERT INTO data_template_rrd VALUES (77,0,0,43,'',0,'',0,'',600,'',1,'','hdd_used','',0);
Should be

Code: Select all

INSERT INTO data_template_rrd VALUES (77,0,0,43,'',0,'',0,'',600,'',1,'','hdd_total','',0);
Or else the rrd files would not be created.
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.
Mathias

Post by Mathias »

nm, I solved the problem above :D
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests