Search found 13 matches

by tcolgate
Fri Feb 03, 2012 5:47 am
Forum: Plugin Announcements
Topic: New plugin: lookalike
Replies: 8
Views: 4316

Re: New plugin: lookalike

I've pushed a couple of updates that might make things a bit easier. You can now set multiple RRA paths (the two default options cacti uses are included in the defaults) <path_rra> can be included, and used by default. You could add arbitrary RRA paths. If an RRA matches multiple times it will be qu...
by tcolgate
Fri Feb 03, 2012 4:34 am
Forum: Plugin Announcements
Topic: New plugin: lookalike
Replies: 8
Views: 4316

Re: New plugin: lookalike

I've updated the code to allow <path_rra> in the RRD path setting, and to use it by default
by tcolgate
Fri Feb 03, 2012 3:48 am
Forum: Plugin Announcements
Topic: New plugin: lookalike
Replies: 8
Views: 4316

Re: New plugin: lookalike

<?php $cmd = escapeshellcmd("/var/www/html/cacti/plugins/lookalike/bin/lookalike -g /var/lib/cacti08/\*.rrd -s 10 /var/www/html/cacti-0.8.7i-PIA-3.1/rra/proxy1_cache_clients_13881.rrd cache_clients 1328114483 1328200883"); exec($cmd, $output); print_r($output); ?> # php /tmp/test.php Arra...
by tcolgate
Thu Feb 02, 2012 11:19 am
Forum: Plugin Announcements
Topic: New plugin: lookalike
Replies: 8
Views: 4316

Re: New plugin: lookalike

Hi Tristan, It seems great but I can't make it work. After changing default values in settings, I always get a white page. When I try to launch it as a command line, I find matchind rrd: Hi, thanks for giving it a try! One one other system a colleague tried we saw this behavor when the file glob se...
by tcolgate
Thu Feb 02, 2012 11:19 am
Forum: Plugin Announcements
Topic: New plugin: lookalike
Replies: 8
Views: 4316

Re: New plugin: lookalike

Hi Tristan, It seems great but I can't make it work. After changing default values in settings, I always get a white page. When I try to launch it as a command line, I find matchind rrd: Hi, thanks for giving it a try! One one other system a colleague tried we saw this behavor when the file glob se...
by tcolgate
Wed Jan 25, 2012 7:39 am
Forum: Plugin Announcements
Topic: New plugin: lookalike
Replies: 8
Views: 4316

New plugin: lookalike

Hi All, I've developed a plugin for cacti to perform time series comparison of the data set used by a graph against all data sources on the system. Basically it finds stuff that looks a bit like the graph you query. The performance is quite good, on my install it searches over 16,000 RRD files (over...
by tcolgate
Wed May 19, 2010 9:39 am
Forum: Scripts and Templates
Topic: Cisco ACE Load Balancer
Replies: 43
Views: 60752

I now have this working with a 4710 running 3.2.5, I'm afraid I can't test on 3.2.4. All seems to be fine though. Are you running contexts? We run them with atleast one context, be sure that when you setup the device in cacti you are talking to the context that the rservers etc live in (you can use ...
by tcolgate
Tue May 11, 2010 6:26 am
Forum: Scripts and Templates
Topic: Cisco ACE Load Balancer
Replies: 43
Views: 60752

Unforunately we are only running this against a load of ace module in 6500s, we have a 4710 but no cacti instance running against it. Cisco have changed the MIBs (definitely changes around alerts). I'll add it to my todo list, but I'm not likely to get round to it any time too soon. sorry,
by tcolgate
Tue Mar 02, 2010 6:03 am
Forum: Scripts and Templates
Topic: Cisco ACE Load Balancer
Replies: 43
Views: 60752

I am running 2.3 here and it's still working for me (A2_2_3)
by tcolgate
Fri Jan 15, 2010 4:50 am
Forum: Scripts and Templates
Topic: Cisco ACE Load Balancer
Replies: 43
Views: 60752

That looks like it could possibly be a slightly wider issue in cacti. You coudl try quoting |host_snmp_password| in the XML templates, perhaps that might help? It's not a problem with the scripts (the issue occurs before the script runs), it's how cacti goes about launching it. The XMl tell cacti ho...
by tcolgate
Fri Oct 16, 2009 8:13 am
Forum: Scripts and Templates
Topic: Cisco ACE Load Balancer
Replies: 43
Views: 60752

I had a problem with the original template due to the way the indexes work out. A VServer name (or rserver) name alone can't make up the index as it might not be unique, so I added the actual full (oid style) index, so that gets picked as it will always be unique. It looks ugly in the list, but it w...
by tcolgate
Mon Sep 21, 2009 4:53 am
Forum: Scripts and Templates
Topic: Cisco ACE Load Balancer
Replies: 43
Views: 60752

i have an issue with the connection graphs (see screenshot). how do i get rid of the m,k etc. units? i already changed all values in the graph template to "exact numbers" which works only for the numeric values in the legend. same problem before updating to tcolgate's templates. Setting &...
by tcolgate
Fri Sep 11, 2009 7:19 am
Forum: Scripts and Templates
Topic: Cisco ACE Load Balancer
Replies: 43
Views: 60752

My updated ACE scripts

Hi,

I made some updates to the ace templates here to support Real Server monitoring, and to convert them to work as a script server (this was a massive performance boost for me).

It's the first time I've exported a template and scripts, but I hope it's of some use.