Search found 11 matches
- Mon Aug 06, 2012 8:59 am
- Forum: Plugin Architecture
- Topic: No Plugins Found
- Replies: 20
- Views: 14586
Re: No Plugins Found
I figured it out. I had to rename the directory extracted from the aggregate tar to "aggregate". It has a version identifier in the name which apparently was messing things up.
- Thu Aug 02, 2012 6:33 pm
- Forum: Plugin Architecture
- Topic: No Plugins Found
- Replies: 20
- Views: 14586
Re: No Plugins Found
I am running into the no plugins found problem. I set up a new machine with CentOS 6.3 x86_64. I installed apache and mysql as well as enabled the RPMForge repository. I then installed cacti using yum. It installed cacti 0.8.8a on the machine. There was no plugin directory, so I created one using th...
- Tue Jan 12, 2010 3:19 pm
- Forum: Help: Linux/Unix Specific
- Topic: Cacti creates multiple copies of virtual interfaces
- Replies: 0
- Views: 837
Cacti creates multiple copies of virtual interfaces
Hello: I am using Cacti to graph traffic on virtual interfaces. Unfortunately, it seems Cacti is creating multiple interfaces for my guest machine which seems to be related to them getting a new MAC address every time they shutdown and restart. When the inteface moves to a new MAC address, my graphs...
- Thu Jul 30, 2009 9:24 am
- Forum: Plugin General
- Topic: How to email graphs from reportit?
- Replies: 3
- Views: 1729
Thanks for the response. I saw another problem: ReportIt does not know about aggregate graphs created using the aggregate plugin. I think maybe we need a separate plugin that allows us to attach scheduled emailing to specific recipients to a graph. ReportIt seems to start from the data sources, not ...
- Sat Jul 25, 2009 11:06 am
- Forum: Plugin General
- Topic: How to email graphs from reportit?
- Replies: 3
- Views: 1729
How to email graphs from reportit?
I dont see how to email reports using reportit.
I looked at the doc and it does not address that.
Also, I want to send specific graphs to me and other graphs to clients.
Does it allow that level of configuration?
Thanks,
Neil
I looked at the doc and it does not address that.
Also, I want to send specific graphs to me and other graphs to clients.
Does it allow that level of configuration?
Thanks,
Neil
- Sat Jul 25, 2009 11:03 am
- Forum: Help: General
- Topic: Email graphs on a schedule?
- Replies: 2
- Views: 671
- Fri Jul 24, 2009 5:21 pm
- Forum: Help: General
- Topic: Email graphs on a schedule?
- Replies: 2
- Views: 671
Email graphs on a schedule?
Hello: I did a search for this and found a couple of threads, but I can't find the plugins they refer to. Is there a way to send a graph on a schedule? I am looking for something that allows me to send daily, weekly, and monthly emails to myself and my clients with their overall bandwidth graphs. Th...
- Thu Jul 23, 2009 8:28 pm
- Forum: Plugin General
- Topic: Aggregate graph totals not adding correctly
- Replies: 3
- Views: 1753
I will accept any improvement to the documentation. Simply drop me your text. The confusion I ran into was using the term data source. In the data sources management screen, each port on my switch is listed once. But, the total similar data sources aggregated the inbound traffic and outbound traffi...
- Fri Jul 17, 2009 9:50 am
- Forum: Plugin General
- Topic: Bug in aggregate - 95th pct for total
- Replies: 0
- Views: 1208
Bug in aggregate - 95th pct for total
I think I found a bug in aggregate.
The 95th percentile line for the total was generated using this value:
|95:bits:0:max:2|
So it only used the largest single data point from the individual sets.
It should be:
|95:bits:0:aggregate_max:2|
so it uses the largest aggregated value.
The 95th percentile line for the total was generated using this value:
|95:bits:0:max:2|
So it only used the largest single data point from the individual sets.
It should be:
|95:bits:0:aggregate_max:2|
so it uses the largest aggregated value.
- Thu Jul 16, 2009 2:06 am
- Forum: Plugin General
- Topic: Aggregate graph totals not adding correctly
- Replies: 3
- Views: 1753
I think I figured something out: I needed to total similar data sources and not all data sources. The manual text is a bit cryptic so I was not understanding the difference. Now, the inbound and outbound totals look like they are calculating correctly. But, the 95th percentile is still the same as t...
- Thu Jul 16, 2009 1:53 am
- Forum: Plugin General
- Topic: Aggregate graph totals not adding correctly
- Replies: 3
- Views: 1753
Aggregate graph totals not adding correctly
For some reason, when I create an aggregate graph, the numbers are not looking like they add up. Take a look at the attached graph. The Inbound Max and Outbound Max are the same number. That should not be the case. Also, the 95th percentile for the total traffic in+out is 0.85 mbit, but the total li...