Search found 6 matches

by FrodeS
Tue Apr 12, 2011 6:49 am
Forum: Scripts and Templates
Topic: [SOLVED] New to XML parsing, needs help howto..
Replies: 7
Views: 1554

Re: New to XML parsing, needs help howto..

I've found and corrected the problem. Graphing is now working as expected. The problem was that my perl-script was trying to read from a XML-file that was in the process of being updated which made the file locked for reading. Since the XML file being read every five minutes has got the same name ev...
by FrodeS
Tue Apr 12, 2011 5:06 am
Forum: Scripts and Templates
Topic: [SOLVED] New to XML parsing, needs help howto..
Replies: 7
Views: 1554

Re: New to XML parsing, needs help howto..

By reading and checking how other similar input methods is configured in Cacti, I got to create the other templates and data sources. The only thing left now is to get data from the script within Cacti, all I get now when the poller runs is this line in the log file: WARNING: Result from CMD not val...
by FrodeS
Mon Apr 11, 2011 7:54 am
Forum: Scripts and Templates
Topic: [SOLVED] New to XML parsing, needs help howto..
Replies: 7
Views: 1554

Re: New to XML parsing, needs help howto..

I've now got a perl script created that outputs as mentioned in http://www.cacti.net/downloads/docs/html/making_scripts_work_with_cacti.html. I don't know how to move from here on how to get the output from the script graphed. I'm sure that there's a walktrough written that shows me howto but I'm no...
by FrodeS
Fri Mar 25, 2011 1:34 am
Forum: Scripts and Templates
Topic: [SOLVED] New to XML parsing, needs help howto..
Replies: 7
Views: 1554

Re: New to XML parsing, needs help howto..

I've been using Cacti for a while, but haven't written any scripts or such so far so that might be a tricky part. As you correctly point out we're receiving all the data for all interfaces in one single curl call resulting in getting all the data returned in one xml file. I need to have the various ...
by FrodeS
Wed Mar 23, 2011 1:15 am
Forum: Scripts and Templates
Topic: [SOLVED] New to XML parsing, needs help howto..
Replies: 7
Views: 1554

[SOLVED] New to XML parsing, needs help howto..

Hi, I've been using Cacti for seven years to graph traffic and other cable-modem related details at our ISP. With great success. I'm also graphic stuff like IP-address usage for documentation that instances like Ripe needs to have access to. Now I've been challenged by a change of vendors where the ...
by FrodeS
Thu Mar 01, 2007 1:06 pm
Forum: Help: General
Topic: DOCSIS Signal Levels reporting "nan"
Replies: 18
Views: 9388

Hi, For what it's worth - in our system I found that the Data Template DOCSIS Stats / 9:DownChannelPower was set to accept numbers between -80 and 80. If the dBmV number in our management system for the CableModems shows -11.2 the OID .1.3.6.1.2.1.10.127.1 gives the number -112 which again was to lo...