Search found 25 matches

by sigey
Sat May 03, 2008 1:21 pm
Forum: Scripts and Templates
Topic: CISCO and SCE
Replies: 6
Views: 6485

I am actually working an SCE template, hope to publish it here once done.
by sigey
Sat Apr 12, 2008 11:32 pm
Forum: Help: Linux/Unix Specific
Topic: Reading IP pool used
Replies: 4
Views: 1436

i have a similar template, i can dig this up for you.
Let me know if you were able to create the templates as per gendalf's instructions.

.
by sigey
Sat Apr 12, 2008 11:30 pm
Forum: Scripts and Templates
Topic: graph PPPOE online users on Cisco 72xx
Replies: 3
Views: 6758

This template is useful if you have Cisco 7200 series as BRAS to terminate pppoe sessions. This will graph the number of active pppoe sessions on the BRAS. I have modified the template so that less effort will be required for the implementation. The old template used Script input methods and configu...
by sigey
Fri Apr 11, 2008 2:07 pm
Forum: Help: Linux/Unix Specific
Topic: New Linux user setting up 1st server (cacti error)
Replies: 1
Views: 950

probably because ur PHP installation is configured without mysql support.

Do a phpinfo and see what is goin on .
by sigey
Tue Apr 01, 2008 11:35 am
Forum: Help: Linux/Unix Specific
Topic: problems displaying graphs Fedora Core 8, F5 LTM template
Replies: 5
Views: 1915

i think ur issues is because the proper rrd files are not created. check in the rra dir to see if the files are there.

Is cacti running the polling instance correctly? have u checked ur paths etc.
Run the poller manually and see wat errors it sends out.

thanks
by sigey
Mon Mar 31, 2008 5:55 am
Forum: Scripts and Templates
Topic: Shell script
Replies: 7
Views: 6924

check this script originally from cacti package, called unix_process.pl

processes.pl

#!/usr/bin/perl

open(PROCESS, "ps ax | grep -c : |");
$output = <PROCESS>;
close(PROCESS);
chomp($output);
print $output;
by sigey
Mon Mar 31, 2008 5:50 am
Forum: Scripts and Templates
Topic: Shell script
Replies: 7
Views: 6924

do u want to graph the number of process, if so ur script should be able to list the number of process.

The approach u are trying with the data input method is the way to go.
by sigey
Mon Mar 31, 2008 1:41 am
Forum: Help: Linux/Unix Specific
Topic: how can run cacti by root?
Replies: 4
Views: 2136

please take a look at this:

http://forums.cacti.net/about15639.html
by sigey
Mon Mar 31, 2008 12:11 am
Forum: Help: Linux/Unix Specific
Topic: how can run cacti by root?
Replies: 4
Views: 2136

switch to root user and put a cron there.
by sigey
Mon Mar 31, 2008 12:05 am
Forum: Scripts and Templates
Topic: I search script & template for weather graph
Replies: 14
Views: 4995

ah!!! .. i almost forgot this part, you need to add the data input methods as follows in the screen shot:

just follow the screen shot and add them as it is exactly and you are good to go.
by sigey
Sun Mar 30, 2008 9:17 am
Forum: Scripts and Templates
Topic: I search script & template for weather graph
Replies: 14
Views: 4995

just put that bash script in ur cact's scripts dir provide proper perms.

As per my above post make sure u have the correctly..
by sigey
Sun Mar 30, 2008 9:00 am
Forum: Scripts and Templates
Topic: I search script & template for weather graph
Replies: 14
Views: 4995

ok here it is. I am posting the weather_scripts.rar file. Import the XML files using the import feature of cacti. modify the bash script "print.sh" - with the exact path of ur cacti installation. and put that script into the scripts dir of cacti. Also i am attaching sample graphs as well ....
by sigey
Sun Mar 30, 2008 5:44 am
Forum: Scripts and Templates
Topic: I search script & template for weather graph
Replies: 14
Views: 4995

i had a look at ur data: "15,10,72,1023,28,36,5,500,14" do you want all these data to be present on the same graph or seperate ones? I think you should put them on separate graphs to look it nice, also you can put them on the same graph later on as well. I can create some templates for thi...
by sigey
Sat Mar 29, 2008 11:12 pm
Forum: Scripts and Templates
Topic: I search script & template for weather graph
Replies: 14
Views: 4995

can you post this script, i can then create a template for you and post it back
by sigey
Sat Mar 29, 2008 8:36 am
Forum: Scripts and Templates
Topic: I search script & template for weather graph
Replies: 14
Views: 4995

if on a linux box you can use a bash script and awk the file. This bash script can be used as the data input method on cacti. It is quite easy to create a data template and graphs from there onwards. If you are looking into creating weather graphs why dont yu use the following: I use this and lot of...