Search found 30 matches

by eshine
Tue Nov 22, 2005 12:51 pm
Forum: Help: General
Topic: I can't clear Poller Cache
Replies: 10
Views: 6171

A new case: I can see that poller cache is populated correctly, but "View Poller Cache" present me a blank screen (see attached file). After some digging, I realized that the problem is related to the number of data sources (or number of devices). With 1,8 K DS this works fine, but if I in...
by eshine
Tue Nov 22, 2005 12:30 pm
Forum: Help: General
Topic: more than 118922 Items
Replies: 8
Views: 2636

Is there a way to limit these bulks? For example, limit just for interface above ifIndex = 120000 ou interface between ifIndex 120000 - 125000.

This will be useful to save time avoiding some undesirable walks (for dynamic subscribers for example).
by eshine
Mon Nov 21, 2005 1:59 pm
Forum: Help: General
Topic: more than 118922 Items
Replies: 8
Views: 2636

Maik,

I work in a broadband access provider and I didn't understand well why you should graph for each connection.

Have you tried walk in a limited leaf set with a xml script?
by eshine
Thu Nov 10, 2005 10:39 am
Forum: Help: General
Topic: RRD Files Stopped Updating for No Reason
Replies: 84
Views: 40151

Hi, Just for your info... I spent some time, but finally I've created other XML scripts to collect interfaces specific stats, linked then **correctly** and all devices are being polled correctly. I still have some problems in the "view poller cache". However I feel that makes sense open a ...
by eshine
Thu Oct 27, 2005 9:40 am
Forum: Help: General
Topic: Dettach and attach XML scripts
Replies: 15
Views: 4488

Hi, I found the answer. This field is really related to the Data Query Associated Data Template. When you link a XML to a host, your should link it in the "New Graphs". So, what we see in the "Output Type ID" field in Data Source tab is the result from this link. As you wisely po...
by eshine
Thu Oct 27, 2005 7:09 am
Forum: Help: General
Topic: Dettach and attach XML scripts
Replies: 15
Views: 4488

Hmmm... but I don't have anything called "If Cisco Errors" in my XML scripts and it appears in the drop-down menu...
Think this name is related to "Associated Data Template" in Data Query menu. See attached screenshot. Does it make sense?

Thanks again for your kind attention.
by eshine
Wed Oct 26, 2005 3:02 pm
Forum: Help: General
Topic: Dettach and attach XML scripts
Replies: 15
Views: 4488

More env info:
- Cacti 0.8.6g
- Cactid 0.8.6f
- Linux Slack 10
- Net-SNMP 5.2.1 (package)
- PHP 4.3.10 (package)
- Apache 1.3.33 (package)
- MySQL 4.1.11
by eshine
Wed Oct 26, 2005 2:56 pm
Forum: Help: General
Topic: Dettach and attach XML scripts
Replies: 15
Views: 4488

If someone could help...

In the attached file, you can see that data source have a drop-down field called "output id", with some values. How do this values appear? How can I change (add or remove value) this?
by eshine
Wed Oct 26, 2005 2:32 pm
Forum: Help: General
Topic: Dettach and attach XML scripts
Replies: 15
Views: 4488

If I change the internal data source name, I'll need to create new graph templates to link this. Think this will work, but I'll need to change each existing device to point this new graph template, create graphs and link each data source to the old file. After a poller cache cleaning the new data qu...
by eshine
Wed Oct 26, 2005 2:03 pm
Forum: Help: General
Topic: Dettach and attach XML scripts
Replies: 15
Views: 4488

Wow, you're too fast in your replies... :o 8) My first thought matches yours... I've tried undo and remove completely this OID from SNMP Interface data query and attach the new data query. As you can see, the internal data sources names are exactly the same. Match the drop-down values, don't forget ...
by eshine
Wed Oct 26, 2005 12:59 pm
Forum: Help: General
Topic: Dettach and attach XML scripts
Replies: 15
Views: 4488

If your question is "I have existing graphs, and I want to have them use a different Data Query" then that it a bit tricky. You can change the Data Source of a graph easily enough, but you need to make sure you have the Data Source that corresponds with your new Data Query. I guess making...
by eshine
Wed Oct 26, 2005 12:35 pm
Forum: Help: General
Topic: Cacti and Packeteer
Replies: 8
Views: 4461

It's not difficult... here is a sample: --- BEGIN--- #!/usr/bin/perl use Net::Telnet; my $session; my @output; my $passwd = "<password>"; $session = new Net::Telnet( Telnetmode => 1); $session->input_log('/tmp/packeteer_monitor.txt'); $session->open( Host => '<packeteer_ip_address>', Port ...
by eshine
Tue Oct 25, 2005 2:57 pm
Forum: Help: General
Topic: Dettach and attach XML scripts
Replies: 15
Views: 4488

A little bit different. Probably you didn´t have to migrate from a xml script to another, since interface.xml support 64 bit counters also for traffic. :wink: In my case I don´t need to change the rrd db structure, since I´m collecting the same OID. I want just migrate from a xml file (interface.xml...
by eshine
Tue Oct 25, 2005 2:39 pm
Forum: Help: General
Topic: Dettach and attach XML scripts
Replies: 15
Views: 4488

Dettach and attach XML scripts

Hi, I´m looking over Cacti and I realized that the original interface.xml was modified and attached in a graph template. Now I´m trying to do a step back and return interface.xml in its original form (it means interface.xml as shipped in the Cacti dist). But it´s not so easy... I´ve tried create a n...
by eshine
Tue Oct 25, 2005 2:25 pm
Forum: Help: General
Topic: Cacti and Packeteer
Replies: 8
Views: 4461

Hi, Packeteer don´t support (at least in older versions) snmp vs 2 or 3, so you´ll have some problems to walk inside the device. And its OIDs have many limitations in comparison to the CLI info. For example, you can´t collect the total free partitions in one polling. That´s the reason I´ve decided t...