1
0
-1

Poling a Firewall from NMIS9.  I can see interfrace graphs etc, so its all working.  I want to export the rrd file to xml to access the raw data. rrdtool dump creates an XML, but I'm struggling to align the fields and values in XML to what I'm seeing in NMIS.  e.g. It reports ifInOctets, as well as AVG, MIN,MAX values., but when I look at the values they are nor aligning with any graph values like  abits, bits, pkts values?  Is their another config/definition files that defines what is polled and how its stored?


RRD .xml output.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<step>300</step> <!-- Seconds -->
<lastupdate>1595546767</lastupdate> <!-- 2020-07-24 09:26:07 AEST -->

<ds>
<name> ifInOctets </name>
<type> COUNTER </type>
<minimal_heartbeat>900</minimal_heartbeat>
<min>0.0000000000e+00</min>
<max>NaN</max>

<!-- PDP Status -->
<last_ds>1954580407</last_ds>
<value>8.6636685700e+04</value>
<unknown_sec> 0 </unknown_sec>
</ds>

    CommentAdd your comment...