Search found 5 matches

by linuxchris
Tue Dec 16, 2003 9:28 am
Forum: Help: General
Topic: How to create graph with multiple data sources for total BW
Replies: 12
Views: 3361

Here is a sample of a www counter to track how many sessions go through our http compression devices. This is a bash shell script for a UNIX/Linux system, if you are using Windows I am not sure how you would go about it... maybe perl. #!/bin/bash # # Script to collect total http web sessions # Writt...
by linuxchris
Mon Dec 15, 2003 5:16 pm
Forum: Help: General
Topic: How to create graph with multiple data sources for total BW
Replies: 12
Views: 3361

Re: How to create graph with multiple data sources for total

Hey, I just had the same issue (I needed total www and sendmail numbers). What I did was wrote a small (very simple) bash script that queries the information and does that addition (totals the hosts data). I then created a new data input method with the script as the source. It is working great now,...
by linuxchris
Tue Dec 02, 2003 12:30 pm
Forum: Help: General
Topic: Multiple Hosts on one graph
Replies: 0
Views: 737

Multiple Hosts on one graph

Hi, I am using Cacti 0.8.4 and would like to know how I create a graph that contains data from several hosts. An example would be several sendmail servers that all are currently graphed for outgoing and incoming mail messages. How could I create a graph that totals up all of the outgoing messages an...
by linuxchris
Wed Sep 24, 2003 7:53 am
Forum: Help: Linux/Unix Specific
Topic: Problems with interface stats graphs (no .rrd file created)
Replies: 3
Views: 1683

Here is what I get:

mysql> select management_ip,rrd_name,arg1 from data_input_data_cache where rrd_name like 'traffic_in';
Empty set (0.00 sec)

mysql>
by linuxchris
Tue Sep 23, 2003 6:09 pm
Forum: Help: Linux/Unix Specific
Topic: Problems with interface stats graphs (no .rrd file created)
Replies: 3
Views: 1683

Dont know if this will help but I have noticed when running cmd.php manually that the IP address of the interface is not being passed: /var/www/ucm/cacti/cmd.php command: perl /var/www/ucm/cacti/scripts/linux_memory.pl MemFree:, output: 78452 command: perl /var/www/ucm/cacti/scripts/linux_memory.pl ...