Search found 4 matches

by rcnavas
Mon Aug 19, 2002 10:59 pm
Forum: Help: General
Topic: Perl SNMP polling script
Replies: 24
Views: 68802

Perl SNMP polling Version 0.2

raX: Thanks for the comments, I'm posting a version 0.2 with more instructions and a couple of modifications. Instructions: * Please check/follow pre-requisites explained in my original post. * For this example I'm assuming your putting this script in a file called: spine.pl which will be located at...
by rcnavas
Fri Aug 16, 2002 4:46 am
Forum: Help: General
Topic: Perl SNMP polling script
Replies: 24
Views: 68802

Perl SNMP polling script

After a night without sleeping... I finished this *very* dirty script in perl that substitutes cmd.php. Prerequisites: * Perl Modules: DBI, DBD::Mysql, Net::SNMP, Sys::Syslog, RRDs (rrdtool perl module) * Make a backup of your RRA files first!! or test it on a clean cacti installation. * (Recommende...
by rcnavas
Mon Mar 11, 2002 11:55 pm
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

Hey! I just find out another tweak that has improved cmd.php processing time a lot! (from 9 minutes to 2 minutes with 300 interfaces) While cmd.php was running, I monitored my Mysql server processes (using phpMyAdmin), and I noticed that some select queries where taking a long time (several seconds)...
by rcnavas
Mon Mar 11, 2002 11:26 pm
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

I'm checking the progress on "spine", since I got over 300 interfaces already, and cmd.php does not complete each collection cicle within 5 minutes. So, in the meantime I thought to implement what pyuska proposed in a previous post. But I tweaked it a little bit to "automatically"...