Search found 34 matches

by rvd
Tue May 14, 2013 11:31 am
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

Re: New plugin: Predict (v0.1)

New version is 1.0.0 (see http://docs.cacti.net/userplugin:predict)
Includes compatibility with postgresql, useful for Groundwork users http://www.gwos.com/
Thank you Glenn Herteg
by rvd
Sun Mar 17, 2013 11:52 am
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

Re: New plugin: Predict (v0.1)

As seen with Laura, solved by changing rights ton tmp directory
by rvd
Mon Jan 07, 2013 3:12 am
Forum: Plugin Announcements
Topic: New plugin: Timeshift (v0.1)
Replies: 23
Views: 10894

Re: New plugin: Timeshift (v0.1)

New version 0.1.1 includes 256 colors tabs in images directory and modification in setup.php about function timeshift_draw_navigation_text which was not returning $nav as expected.
see http://docs.cacti.net/userplugin:timeshift#timeshift
Thank you Elias !
by rvd
Sat Dec 22, 2012 2:54 am
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

Re: New plugin: Predict (v0.1)

New version available there :
http://docs.cacti.net/_media/userplugin ... _0.1.3.zip
Fixes issues with ds names under windows especially colon in file name which could not let rrdtool graph work.
Thank you Praveen Kumar !
by rvd
Wed Nov 28, 2012 12:00 pm
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

Re: New plugin: Predict (v0.1)

See attached v0.1.1 :
- Temporary file name now depends on php hash module installed or not
- Put default settings at plugin installation

It seems that RRDTOOL needs to be at least 1.4.x, even though I saw 1.3.x elsewhere :(

Thx to mcutting and Julio Vargas
by rvd
Tue Nov 27, 2012 4:07 am
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

Re: New plugin: Predict (v0.1)

Solved upgrading rrdtool to 1.4.7
by rvd
Fri Nov 23, 2012 6:28 am
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

Re: New plugin: Predict (v0.1)

What does say the error_log now ?
by rvd
Fri Nov 23, 2012 5:23 am
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

Re: New plugin: Predict (v0.1)

May be the issue is in my reply to exseven on 11/06 : ok try to install php-hash if you can't you may try to replace in line 54 $hash_calc = hash('md5', "$ds_id$date_start$date_end$tspan$units$win"); with $hash_calc = "$ds_id$date_start$date_end$tspan$units$win"; The plugin was t...
by rvd
Fri Nov 23, 2012 4:31 am
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

Re: New plugin: Predict (v0.1)

Please have a look in your http error_log file and tell me about.
by rvd
Tue Nov 06, 2012 2:16 pm
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

Re: New plugin: Predict (v0.1)

ok try to install php-hash
if you can't you may try to replace in line 54
$hash_calc = hash('md5', "$ds_id$date_start$date_end$tspan$units$win");
with
$hash_calc = "$ds_id$date_start$date_end$tspan$units$win";
by rvd
Tue Nov 06, 2012 9:46 am
Forum: Plugin Announcements
Topic: New plugin: Predict (v0.1)
Replies: 15
Views: 9902

New plugin: Predict (v0.1)

Hi everybody, RRDtool provides a great feature : PREDICT. Of course, you can use it in CDEFs but have then to rewrite your graphs to really enjoy it. So I created a plugin, originally called predict which allows you to watch a datasource and its "normal" behaviour (calculated with RRDTool ...
by rvd
Fri Feb 03, 2012 5:10 am
Forum: Plugin Announcements
Topic: New plugin: lookalike
Replies: 8
Views: 4291

Re: New plugin: lookalike

Thanks, but it still doesn't work. But now I know what is my problem : Match:/var/lib/cacti08/proxy1_cache_clients_13881.rrd:cache_clients matchedrrd=/var/lib/cacti08/proxy1_cache_clients_13881.rrd rrdbase=/var/www/html/cacti-0.8.7i-PIA-3.1/rra rrdbase is not like in rrdglob (/var/lib/cacti08/*.rrd)...
by rvd
Thu Feb 02, 2012 11:49 am
Forum: Plugin Announcements
Topic: New plugin: lookalike
Replies: 8
Views: 4291

Re: New plugin: lookalike

Tristan, It was too a symbolic link for me. I changed it, unfortunately it doesn't work. I think the output of the 'exec' php function is not integrally taken. Have a look at the test below: # /var/www/html/cacti/plugins/lookalike/bin/lookalike -g /var/lib/cacti08/\*.rrd -s 10 /var/www/html/cacti-0....
by rvd
Tue Jan 31, 2012 4:33 am
Forum: Plugin Announcements
Topic: New plugin: lookalike
Replies: 8
Views: 4291

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: # /var/www/html/cacti/plugins/lookalike/bin/lookalike -g /var/www/html/cacti/rra/\*.rrd -s 10 /var/www/html/cacti...
by rvd
Tue Nov 22, 2011 9:22 am
Forum: Plugin Announcements
Topic: New plugin: Timeshift (v0.1)
Replies: 23
Views: 10894

Re: New plugin: Timeshift (v0.1)

BTW, I found the 4 tab png images use 16.7M colors. Other plugin images use 256 colors. When I use cacti on a remote-controlled PC (mstsc or UltraVNC), the background color of the Timeshift tab looks a little different from other tabs. Try and replace files in $CACTI/plugins/timeshift/images with a...