Search found 385 matches
- Fri Nov 08, 2013 1:57 pm
- Forum: Plugin Announcements
- Topic: ConfigStore Plugin
- Replies: 154
- Views: 57090
Re: ConfigStore Plugin
Is this still being actively developed? Does it work good with telnet/ssh? What about Cisco IOS XR? Thanks. Hello Willie, and sorry for the late response. No, this is no longer being actively developed, but yes, the version on the site does support telnet/ssh/snmp/etc - and yes, Cisco IOS is suppor...
- Fri Nov 08, 2013 1:54 pm
- Forum: Plugin Announcements
- Topic: New ConfigStore
- Replies: 5
- Views: 4291
Re: New ConfigStore
Any progress made on this? Quite interested in this plugin. Hello and sorry for the late response. I have not touched this since I left my last employeer, but if anyone is interested I can post the code and they can continue the work. I just do not have time right now, with my current employeer/pro...
- Wed Feb 27, 2013 4:37 pm
- Forum: Plugin Announcements
- Topic: New ConfigStore
- Replies: 5
- Views: 4291
Re: New ConfigStore
a couple more screen shots 

- Wed Feb 27, 2013 4:34 pm
- Forum: Plugin Announcements
- Topic: New ConfigStore
- Replies: 5
- Views: 4291
New ConfigStore
Here are some screenshots of the new ConfigStore for anyone that might be interested. I am trying to clean up the remaining bugs (that I know about) and get documentation done before posting it to the forum (and possibly to the Cacti plugin repo). It will not be an upgrade to the existing ConfigStor...
- Fri Feb 22, 2013 2:47 pm
- Forum: Scripts and Templates
- Topic: Cisco Memory Pool Statistics for routers and switches
- Replies: 1
- Views: 1697
Cisco Memory Pool Statistics for routers and switches
I created this script server template so that I could more easily threshold on percentage of memory used. The other templates I saw for memory stored free and used values in separate DSs, making it difficult to threshold on "percentage" used (I could not find a way to do this). The old way to thresh...
- Mon Dec 03, 2012 9:54 am
- Forum: Help: Linux/Unix Specific
- Topic: spine dies with Lost connection to MySQL server during query
- Replies: 36
- Views: 21612
Re: spine dies with Lost connection to MySQL server during q
added the patch and I am watching the log. Will report by COB. Thanks, -chadd. Problem does not appear to be resolved: '),(448536,'errors_out','2012-12-03 09:50:19','0'),(448536,'discards_out','2012-12-03 09:50:19','0'),(448536,'discards_in','2012-12-03 09:50:19','0'),(448536,'errors_in','2012-12-0...
- Mon Dec 03, 2012 9:26 am
- Forum: Help: Linux/Unix Specific
- Topic: spine dies with Lost connection to MySQL server during query
- Replies: 36
- Views: 21612
Re: spine dies with Lost connection to MySQL server during q
added the patch and I am watching the log. Will report by COB. Thanks,
-chadd.
-chadd.
- Tue Nov 13, 2012 4:18 pm
- Forum: Help: Linux/Unix Specific
- Topic: spine dies with Lost connection to MySQL server during query
- Replies: 36
- Views: 21612
Re: spine dies with Lost connection to MySQL server during q
Well, due to performance reasons, we made that very SQL statement perform a multi-row insert. So it may happen, that the SQL created is to huge for your current mysql environment (this is an assumption). To verify this, either a code change to reduce the size of tha SQL is required or a mysql setti...
- Mon Nov 12, 2012 8:24 am
- Forum: Help: Linux/Unix Specific
- Topic: spine dies with Lost connection to MySQL server during query
- Replies: 36
- Views: 21612
Re: spine dies with Lost connection to MySQL server during q
Are you able to monitor the number of mysql connections used during such a failure? Use the mysql statistics to do so. I recently had a very old FreeBSD that was suffering from a similar issue, but I did not see that for current OS's R. MAX CONNECTIONS Current max_connections = 500 Current threads_...
- Fri Nov 02, 2012 12:13 pm
- Forum: Help: Linux/Unix Specific
- Topic: spine dies with Lost connection to MySQL server during query
- Replies: 36
- Views: 21612
Re: spine dies with Lost connection to MySQL server during q
Please try two different things, one after the other: 1. Decrease number of processes * number of threads, e.g. use 1 process an 10 threads only 2. increase mysql max_connections to e.g. 500 and restart mysqld/httpd afterwards R. mysql> show variables like "max_connections"; +-----------------+----...
- Thu Nov 01, 2012 9:49 am
- Forum: Help: Linux/Unix Specific
- Topic: spine dies with Lost connection to MySQL server during query
- Replies: 36
- Views: 21612
Re: spine dies with Lost connection to MySQL server during q
Please try two different things, one after the other: 1. Decrease number of processes * number of threads, e.g. use 1 process an 10 threads only 2. increase mysql max_connections to e.g. 500 and restart mysqld/httpd afterwards R. mysql> show variables like "max_connections"; +-----------------+----...
- Wed Oct 31, 2012 11:25 am
- Forum: Help: Linux/Unix Specific
- Topic: spine dies with Lost connection to MySQL server during query
- Replies: 36
- Views: 21612
Re: spine dies with Lost connection to MySQL server during q
All, please note whether this occure when running spine (C code) or whether this occurs on the cacti web page (php code). Please add the versions, then R. Here are my stats, and my errors are happening when Spine is running: Interval 300 Type SPINE 0.8.8a Copyright 2002-2012 by The Cacti Group Item...
- Fri Oct 26, 2012 12:27 pm
- Forum: Help: Linux/Unix Specific
- Topic: spine dies with Lost connection to MySQL server during query
- Replies: 36
- Views: 21612
Re: spine dies with Lost connection to MySQL server during q
Has anyone solved this issue, because I am seeing it as well. Thanks in advance.
-chadd.
-chadd.
- Wed Oct 17, 2012 11:59 am
- Forum: Plugin Announcements
- Topic: ConfigStore Plugin
- Replies: 154
- Views: 57090
Re: ConfigStore Plugin
Is it possible to backup Cisco Load Balancer ASA & Cisco FWSM Firewall ? What settings to use and what should i enable from the devices ? Regards Andrew Yes. You should be able to use the Cisco-ASA backup method. If that doesn't work for some reason, provide the login and backup procedure, and I'll...
- Wed Oct 17, 2012 11:55 am
- Forum: Plugin Announcements
- Topic: ConfigStore Plugin
- Replies: 154
- Views: 57090
Re: ConfigStore Plugin
Hi All, Just my two cents into this issue. Given that you have already successfully connect thru SSH to the routers. Wouldnt it be simplier to execute a show run command, and capture the output, and write it directly on the Cacti server backup folders? Actually, you could enhance the script, so tha...