[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opennms-discuss
Subject:    Re: [opennms-discuss] Virtual Node reporting "No Data"
From:       Alejandro Galue <agalue () sync ! com ! ve>
Date:       2011-07-26 10:56:19
Message-ID: 46FA310D-2EAE-4B04-8215-E454355536CF () sync ! com ! ve
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hello,

> Selecting the "Node-level Performance Data" resource (the only one available), the \
> program still returns "There is no data for this resource."

This is the problem. As you are using "Node-level Performance Data", you should fix \
the template like this:

#Test entry for Residence Hall Bandwidth
report.mib2.reshalls.name=Residence Hall Octets In/Out
report.mib2.reshalls.columns=ifHCInOctets_one,ifHCOutOctets_one,ifHCInOctets_two,ifHCO \
utOctets_two,ifHCInOctets_three,ifHCOutOctets_three,ifHCInOctets_four,ifHCOutOctets_four,ifHCInOctets_five,ifHCOutOctets_five,ifHCInOctets_six,ifHCOutOctets_six
 report.mib2.reshalls.type=nodeSnmp
report.mib2.reshalls.command=--title="Residence Hall Bits In/Out" \

Alejandro.

> Thanks again,
> 
> Christian
> 
> On 07/25/2011 10:37 AM, Alejandro Galue wrote:
> > 
> > Hello,
> > 
> > You need to create ds.properties for the virtual node directory (same directory \
> > of one.jrb, two.jrb, etc.) with the datasources like follow: 
> > ifHCInOctets_one=one.jrb
> > ifHCOutOctets_one=one.jrb
> > ifHCInOctets_two=two.jrb
> > ifHCOutOctets_two=two.jrb
> > ifHCInOctets_three=three.jrb
> > ifHCOutOctets_three=three.jrb
> > ifHCInOctets_four=four.jrb
> > ifHCOutOctets_four=four.jrb
> > ifHCInOctets_five=five.jrb
> > ifHCOutOctets_five=five.jrb
> > ifHCInOctets_six=six.jrb
> > ifHCOutOctets_six=six.jrb
> > 
> > Then you should update the graph template as follow:
> > 
> > #Test entry for Residence Hall Bandwidth
> > report.mib2.reshalls.name=Residence Hall Octets In/Out
> > report.mib2.reshalls.columns=ifHCInOctets_one,ifHCOutOctets_one,ifHCInOctets_two,i \
> > fHCOutOctets_two,ifHCInOctets_three,ifHCOutOctets_three,ifHCInOctets_four,ifHCOutO \
> > ctets_four,ifHCInOctets_five,ifHCOutOctets_five,ifHCInOctets_six,ifHCOutOctets_six
> >  report.mib2.reshalls.type=interfaceSnmp
> > report.mib2.reshalls.command=--title="Residence Hall Bits In/Out" \
> > --vertical-label="Bits per Second" \
> > DEF:octIn1={rrd1}:ifHCInOctets:AVERAGE \
> > DEF:octOut1={rrd2}:ifHCOutOctets:AVERAGE \
> > DEF:octIn2={rrd3}:ifHCInOctets:AVERAGE \
> > DEF:octOut2={rrd4}:ifHCOutOctets:AVERAGE \
> > DEF:octIn3={rrd5}:ifHCInOctets:AVERAGE \
> > DEF:octOut3={rrd6}:ifHCOutOctets:AVERAGE \
> > DEF:octIn4={rrd7}:ifHCInOctets:AVERAGE \
> > DEF:octOut4={rrd8}:ifHCOutOctets:AVERAGE \
> > DEF:octIn5={rrd9}:ifHCInOctets:AVERAGE \
> > DEF:octOut5={rrd10}:ifHCOutOctets:AVERAGE \
> > DEF:octIn6={rrd11}:ifHCInOctets:AVERAGE \
> > DEF:octOut6={rrd12}:ifHCOutOctets:AVERAGE \
> > CDEF:totalIn=octIn1,octIn2,+,octIn3,+,octIn4,+,octIn5,+,octIn6,+,8,* \
> > CDEF:totalOut=octOut1,octOut2,+,octOut3,+,octOut4,+,octOut5,+,octOut6,+,8,* \
> > AREA:totalIn#00ff00:"Total In" \
> > GPRINT:totalIn:MIN:"Min \\: %8.2lf %s" \
> > GPRINT:totalIn:AVERAGE:"Avg \\: %8.2lf %s" \
> > GPRINT:totalIn:MAX:"Max \\: %8.2lf %s\\n" \
> > AREA:totalOut#0000cc:"Total Out" \
> > GPRINT:totalOut:MIN:"Min \\: %8.2lf %s" \
> > GPRINT:totalOut:AVERAGE:"Avg \\: %8.2lf %s" \
> > GPRINT:totalOut:MAX:"Max \\: %8.2lf %s\\n"
> > 
> > It should be very useful to update the Wiki, because it explain the procedure \
> > when storeByGroup=false. I explained here how to do it when storeByGroup=true. 
> > Alejandro.
> > 
> > On Jul 25, 2011, at 11:49 AM, Christian wrote:
> > 
> > > Hey everyone,
> > > 
> > > I'm sure that my issue has been brought up in the past, but I've been unable to \
> > > dig out any answers for myself out of the mailing list history or OpenNMS's \
> > > wiki. So, sorry if this is a repetitive question. 
> > > I'm trying to graph bandwidth usage in and out of a group of six buildings (the \
> > > residence halls of the university I work for) via a virtual node, using the \
> > > ifHCInOctet and ifHCOutOctet values found in mib2-X-interfaces.jrb. I'm using \
> > > OpenNMS version 1.8.12, on Debian Squeeze. 
> > > Following the information on the wiki \
> > > (http://www.opennms.org/wiki/How_to_present_data_sources_from_n_Nodes), I \
> > > created a group called "Reporting Nodes" and a virtual node in that group \
> > > called "ResHalls" with ID 340. In the directory for this virtual node, I \
> > > created a symbolic link               for each of the buildings, pointing to \
> > > their respective network switch's uplink port/trunkport which look like the \
> > > following: admin@opennms:/var/lib/opennms/rrd/snmp/340$ ls -l
> > > total 0
> > > lrwxrwxrwx 1 root root 46 Jul 20 13:11 one.jrb -> \
> > > ../136/Trk1-0017a4824200/mib2-X-interfaces.jrb lrwxrwxrwx 1 root root 47 Jul 20 \
> > > 13:11 two.jrb -> ../70/Gi0_28-001cf6e1b49c/mib2-X-interfaces.jrb lrwxrwxrwx 1 \
> > > root root 45 Jul 20 13:11 three.jrb -> \
> > > ../133/G21-001f283ad65b/mib2-X-interfaces.jrb lrwxrwxrwx 1 root root 47 Jul 20 \
> > > 13:12 four.jrb -> ../49/Gi0_28-001cf67af91c/mib2-X-interfaces.jrb lrwxrwxrwx 1 \
> > > root root 43 Jul 20 13:12 five.jrb -> \
> > > ../54/24-001635b36088/mib2-X-interfaces.jrb lrwxrwxrwx 1 root root 47 Jul 20 \
> > > 13:13 six.jrb -> ../62/Gi0_28-001cf67b391c/mib2-X-interfaces.jrb 
> > > Graph Definition:
> > > #Test entry for Residence Hall Bandwidth
> > > report.mib2.reshalls.name=Residence Hall Octets In/Out
> > > report.mib2.reshalls.columns=one, two, three, four, five, six
> > > report.mib2.reshalls.type=interfaceSnmp
> > > report.mib2.reshalls.command=--title="Residence Hall Bits In/Out" \
> > > --vertical-label="Bits per Second" \
> > > DEF:octIn1={rrd1}:ifHCInOctets:AVERAGE \
> > > DEF:octOut1={rrd1}:ifHCOutOctets:AVERAGE \
> > > DEF:octIn2={rrd2}:ifHCInOctets:AVERAGE \
> > > DEF:octOut2={rrd2}:ifHCOutOctets:AVERAGE \
> > > DEF:octIn3={rrd3}:ifHCInOctets:AVERAGE \
> > > DEF:octOut3={rrd3}:ifHCOutOctets:AVERAGE \
> > > DEF:octIn4={rrd4}:ifHCInOctets:AVERAGE \
> > > DEF:octOut4={rrd4}:ifHCOutOctets:AVERAGE \
> > > DEF:octIn5={rrd5}:ifHCInOctets:AVERAGE \
> > > DEF:octOut5={rrd5}:ifHCOutOctets:AVERAGE \
> > > DEF:octIn6={rrd6}:ifHCInOctets:AVERAGE \
> > > DEF:octOut6={rrd6}:ifHCOutOctets:AVERAGE \
> > > CDEF:totalIn=octIn1,octIn2,+,octIn3,+,octIn4,+,octIn5,+,octIn6,+,8,* \
> > > CDEF:totalOut=octOut1,octOut2,+,octOut3,+,octOut4,+,octOut5,+,octOut6,+,8,* \
> > > AREA:totalIn#00ff00:"Total In" \
> > > GPRINT:totalIn:MIN:"Min \\: %8.2lf %s" \
> > > GPRINT:totalIn:AVERAGE:"Avg \\: %8.2lf %s" \
> > > GPRINT:totalIn:MAX:"Max \\: %8.2lf %s\\n" \
> > > AREA:totalOut#0000cc:"Total Out" \
> > > GPRINT:totalOut:MIN:"Min \\: %8.2lf %s" \
> > > GPRINT:totalOut:AVERAGE:"Avg \\: %8.2lf %s" \
> > > GPRINT:totalOut:MAX:"Max \\: %8.2lf %s\\n"
> > > 
> > > The name mib2.reshalls has also been added to the 'reports' list at the top of \
> > > the snmp-graph.properties file. With all of that configured, I'm not sure what \
> > > else needs to be done, but when trying to generate a resource graph for the \
> > > node "ResHalls" under the "Node-level Performance Data" (the only available \
> > > option), a message returns saying "There is no data for this resource." Data \
> > > does               report accurately for each of the individual interfaces I'm \
> > > trying to pull from, despite an initial issue with 'mib2-X-interfaces' being \
> > > left out of the 'HP Procurve' systemDef in 'datacollection-config.xml.' I only \
> > > mention that in the off chance the issue lies in the installation of OpenNMS or \
> > > the initial discovery of some of the switches, since only some of them are \
> > > Procurve. 
> > > I managed to find someone in the mailing list history who had a similar issue, \
> > > but it does not seem it was resolved: \
> > > http://opennms.530661.n2.nabble.com/SNMP-interface-graphs-on-Virtual-Nodes-td3196799.html
> > >  Like the user from this example, there is nothing in my logs that pertain to \
> > > any of the interfaces involved. 
> > > So, here are my questions:
> > > Have I just missed a step, or made a simple error, that makes this not work?
> > > Am I unable to create these graphs because the information is contained in the \
> > > 'mib2-X-interfaces.jrb' file, unlike the example from that previous link, whose \
> > > data was contained in 'ifHCInOctets.jrb' and 'ifHCOutOctets.jrb'? Or do I have \
> > > to call the information in a different manner               in the DEF lines of \
> > > the graph definition? After the creation of the virtual node and \
> > > synchronization of the database, no directory for ID 340 was created \
> > > automatically in the appropriate path. I had to make the directory myself. \
> > > Would that somehow cause an issue with OpenNMS's ability to read the data? 
> > > Any help is greatly appreciated. Thank you very much in advance.
> > > 
> > > --Christian
> > > ------------------------------------------------------------------------------
> > > Storage Efficiency Calculator
> > > This modeling tool is based on patent-pending intellectual property that
> > > has been used successfully in hundreds of IBM storage optimization engage-
> > > ments, worldwide.  Store less, Store more with what you own, Move data to 
> > > the right place. Try It Now! \
> > > http://www.accelacomm.com/jaw/sfnl/114/51427378/_______________________________________________
> > >  Please read the OpenNMS Mailing List FAQ:
> > > http://www.opennms.org/index.php/Mailing_List_FAQ
> > > 
> > > opennms-discuss mailing list
> > > 
> > > To *unsubscribe* or change your subscription options, see the bottom of this \
> > > page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> > 
> > 
> > ------------------------------------------------------------------------------
> > Storage Efficiency Calculator
> > This modeling tool is based on patent-pending intellectual property that
> > has been used successfully in hundreds of IBM storage optimization engage-
> > ments, worldwide.  Store less, Store more with what you own, Move data to 
> > the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
> > 
> > _______________________________________________
> > Please read the OpenNMS Mailing List FAQ:
> > http://www.opennms.org/index.php/Mailing_List_FAQ
> > 
> > opennms-discuss mailing list
> > 
> > To *unsubscribe* or change your subscription options, see the bottom of this \
> > page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> 
> ------------------------------------------------------------------------------
> Storage Efficiency Calculator
> This modeling tool is based on patent-pending intellectual property that
> has been used successfully in hundreds of IBM storage optimization engage-
> ments, worldwide.  Store less, Store more with what you own, Move data to 
> the right place. Try It Now! \
> http://www.accelacomm.com/jaw/sfnl/114/51427378/_______________________________________________
>  Please read the OpenNMS Mailing List FAQ:
> http://www.opennms.org/index.php/Mailing_List_FAQ
> 
> opennms-discuss mailing list
> 
> To *unsubscribe* or change your subscription options, see the bottom of this page:
> https://lists.sourceforge.net/lists/listinfo/opennms-discuss


[Attachment #5 (unknown)]

<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; \
-webkit-line-break: after-white-space; ">Hello,<div><br><div><div><blockquote \
type="cite"><div text="#000000" bgcolor="#ffffff">Selecting the "Node-level \
Performance Data"  resource (the only one available), the program still returns \
"There  is no data for this resource."</div></blockquote><div><br></div><div>This is \
the problem. As you are using "Node-level Performance Data", you should fix the \
template like this:</div><div><br></div><div>#Test entry for Residence Hall \
Bandwidth<br>report.mib2.reshalls.name=Residence Hall Octets \
In/Out<br>report.mib2.reshalls.columns=ifHCInOctets_one,ifHCOutOctets_one,ifHCInOctets \
_two,ifHCOutOctets_two,ifHCInOctets_three,ifHCOutOctets_three,ifHCInOctets_four,ifHCOu \
tOctets_four,ifHCInOctets_five,ifHCOutOctets_five,ifHCInOctets_six,ifHCOutOctets_six<b \
r>report.mib2.reshalls.type=<b>nodeSnmp</b><br>report.mib2.reshalls.command=--title="Residence \
Hall Bits In/Out" \</div><div><br></div>Alejandro.</div><div><br><blockquote \
type="cite"><div text="#000000" bgcolor="#ffffff">Thanks again,<br>  <br>
    Christian<br>
    <br>
    On 07/25/2011 10:37 AM, Alejandro Galue wrote:
    <blockquote cite="mid:732C84F6-1EA8-4A49-B6C9-129713DBDDC9@sync.com.ve" \
type="cite">Hello,  <div><br>
      </div>
      <div>
        <div>You need to create ds.properties for the virtual node
          directory (same directory of one.jrb, two.jrb, etc.) with the
          datasources like follow:</div>
      </div>
      <div><br>
      </div>
      <div>
        <div>ifHCInOctets_one=one.jrb</div>
        <div>
          <div>ifHCOutOctets_one=one.jrb</div>
          <div>ifHCInOctets_two=two.jrb</div>
        </div>
      </div>
      <div>
        <div>
          <div>
            <div>ifHCOutOctets_two=two.jrb</div>
          </div>
        </div>
        <div>ifHCInOctets_three=three.jrb</div>
      </div>
      <div>
        <div>ifHCOutOctets_three=three.jrb</div>
      </div>
      <div>
        <div>ifHCInOctets_four=four.jrb</div>
      </div>
      <div>
        <div>ifHCOutOctets_four=four.jrb</div>
      </div>
      <div>
        <div>ifHCInOctets_five=five.jrb</div>
      </div>
      <div>
        <div>ifHCOutOctets_five=five.jrb</div>
      </div>
      <div>
        <div>ifHCInOctets_six=six.jrb</div>
      </div>
      <div>
        <div>ifHCOutOctets_six=six.jrb</div>
      </div>
      <div><br>
      </div>
      <div>Then you should update the graph template as follow:</div>
      <div><br>
      </div>
      <div>
        <div>#Test entry for Residence Hall Bandwidth<br>
          report.mib2.reshalls.name=Residence Hall Octets In/Out<br>
          report.mib2.reshalls.columns=<b><font class="Apple-style-span" \
color="#f89422">ifHCInOctets_one,ifHCOutOctets_one,ifHCInOctets_two,ifHCOutOctets_two, \
ifHCInOctets_three,ifHCOutOctets_three,ifHCInOctets_four,ifHCOutOctets_four,ifHCInOctets_five,ifHCOutOctets_five,ifHCInOctets_six,ifHCOutOctets_six</font></b></div>
  <div>report.mib2.reshalls.type=interfaceSnmp<br>
          report.mib2.reshalls.command=--title="Residence Hall Bits
          In/Out" \<br>
          &nbsp; --vertical-label="Bits per Second" \<br>
          &nbsp; DEF:octIn1={<b><font class="Apple-style-span" \
                color="#f89422">rrd1</font></b>}:ifHCInOctets:AVERAGE \<br>
          &nbsp; DEF:octOut1={<b><font class="Apple-style-span" \
                color="#f89422">rrd2</font></b>}:ifHCOutOctets:AVERAGE \<br>
          &nbsp; DEF:octIn2={<b><font class="Apple-style-span" \
                color="#f89422">rrd3</font></b>}:ifHCInOctets:AVERAGE \<br>
          &nbsp; DEF:octOut2={<b><font class="Apple-style-span" \
                color="#f89422">rrd4</font></b>}:ifHCOutOctets:AVERAGE \<br>
          &nbsp; DEF:octIn3={<b><font class="Apple-style-span" \
                color="#f89422">rrd5</font></b>}:ifHCInOctets:AVERAGE \<br>
          &nbsp; DEF:octOut3={<b><font class="Apple-style-span" \
                color="#f89422">rrd6</font></b>}:ifHCOutOctets:AVERAGE \<br>
          &nbsp; DEF:octIn4={<b><font class="Apple-style-span" \
                color="#f89422">rrd7</font></b>}:ifHCInOctets:AVERAGE \<br>
          &nbsp; DEF:octOut4={<b><font class="Apple-style-span" \
                color="#f89422">rrd8</font></b>}:ifHCOutOctets:AVERAGE \<br>
          &nbsp; DEF:octIn5={<b><font class="Apple-style-span" \
                color="#f89422">rrd9</font></b>}:ifHCInOctets:AVERAGE \<br>
          &nbsp; DEF:octOut5={<b><font class="Apple-style-span" \
                color="#f89422">rrd10</font></b>}:ifHCOutOctets:AVERAGE \<br>
          &nbsp; DEF:octIn6={<b><font class="Apple-style-span" \
                color="#f89422">rrd11</font></b>}:ifHCInOctets:AVERAGE \<br>
          &nbsp; DEF:octOut6={<b><font class="Apple-style-span" \
color="#f89422">rrd12</font></b>}:ifHCOutOctets:AVERAGE \<br>  &nbsp;
          CDEF:totalIn=octIn1,octIn2,+,octIn3,+,octIn4,+,octIn5,+,octIn6,+,8,*
          \<br>
          &nbsp;
          CDEF:totalOut=octOut1,octOut2,+,octOut3,+,octOut4,+,octOut5,+,octOut6,+,8,*
          \<br>
          &nbsp; AREA:totalIn#00ff00:"Total In" \<br>
          &nbsp; GPRINT:totalIn:MIN:"Min&nbsp;<a moz-do-not-send="true" \
                href="smb:">\\:</a>&nbsp;%8.2lf %s" \<br>
          &nbsp; GPRINT:totalIn:AVERAGE:"Avg&nbsp;<a \
                href="smb://:">\\:</a>&nbsp;%8.2lf %s" \<br>
          &nbsp; GPRINT:totalIn:MAX:"Max&nbsp;<a href="smb://:">\\:</a>&nbsp;%8.2lf \
%s\\n" \<br>  &nbsp; AREA:totalOut#0000cc:"Total Out" \<br>
          &nbsp; GPRINT:totalOut:MIN:"Min&nbsp;<a href="smb://:">\\:</a>&nbsp;%8.2lf \
                %s" \<br>
          &nbsp; GPRINT:totalOut:AVERAGE:"Avg&nbsp;<a \
                href="smb://:">\\:</a>&nbsp;%8.2lf %s" \<br>
          &nbsp; GPRINT:totalOut:MAX:"Max&nbsp;<a href="smb://:">\\:</a>&nbsp;%8.2lf \
%s\\n"</div>  </div>
      <div>
        <div>
          <div><br>
          </div>
          <div>It should be very useful to update the Wiki, because it
            explain the procedure when storeByGroup=false. I explained
            here how to do it when storeByGroup=true.</div>
          <div><br>
          </div>
          <div>Alejandro.</div>
          <div><br>
          </div>
          <div>On Jul 25, 2011, at 11:49 AM, Christian wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <meta http-equiv="content-type" content="text/html;
              charset=ISO-8859-1">
            <div text="#000000" bgcolor="#ffffff"> Hey everyone,<br>
              <br>
              I'm sure that my issue has been brought up in the past,
              but I've been unable to dig out any answers for myself out
              of the mailing list history or OpenNMS's wiki. So, sorry
              if this is a repetitive question.<br>
              <br>
              I'm trying to graph bandwidth usage in and out of a group
              of six buildings (the residence halls of the university I
              work for) via a virtual node, using the ifHCInOctet and
              ifHCOutOctet values found in mib2-X-interfaces.jrb. I'm
              using OpenNMS version 1.8.12, on Debian Squeeze.<br>
              <br>
              Following the information on the wiki (<a moz-do-not-send="true" \
href="http://www.opennms.org/wiki/How_to_present_data_sources_from_n_Nodes">http://www.opennms.org/wiki/How_to_present_data_sources_from_n_Nodes</a>),




              I created a group called "Reporting Nodes" and a virtual
              node in that group called "ResHalls" with ID 340. In the
              directory for this virtual node, I created a symbolic link
              for each of the buildings, pointing to their respective
              network switch's uplink port/trunkport which look like the
              following:<br>
              <blockquote>admin@opennms:/var/lib/opennms/rrd/snmp/340$
                ls -l<br>
                total 0<br>
                lrwxrwxrwx 1 root root 46 Jul 20 13:11 one.jrb -&gt;
                ../136/Trk1-0017a4824200/mib2-X-interfaces.jrb<br>
                lrwxrwxrwx 1 root root 47 Jul 20 13:11 two.jrb -&gt;
                ../70/Gi0_28-001cf6e1b49c/mib2-X-interfaces.jrb<br>
                lrwxrwxrwx 1 root root 45 Jul 20 13:11 three.jrb -&gt;
                ../133/G21-001f283ad65b/mib2-X-interfaces.jrb<br>
                lrwxrwxrwx 1 root root 47 Jul 20 13:12 four.jrb -&gt;
                ../49/Gi0_28-001cf67af91c/mib2-X-interfaces.jrb<br>
                lrwxrwxrwx 1 root root 43 Jul 20 13:12 five.jrb -&gt;
                ../54/24-001635b36088/mib2-X-interfaces.jrb<br>
                lrwxrwxrwx 1 root root 47 Jul 20 13:13 six.jrb -&gt;
                ../62/Gi0_28-001cf67b391c/mib2-X-interfaces.jrb<br>
              </blockquote>
              <br>
              Graph Definition:<br>
              <blockquote>#Test entry for Residence Hall Bandwidth<br>
                report.mib2.reshalls.name=Residence Hall Octets In/Out<br>
                report.mib2.reshalls.columns=one, two, three, four,
                five, six<br>
                report.mib2.reshalls.type=interfaceSnmp<br>
                report.mib2.reshalls.command=--title="Residence Hall
                Bits In/Out" \<br>
                &nbsp; --vertical-label="Bits per Second" \<br>
                &nbsp; DEF:octIn1={rrd1}:ifHCInOctets:AVERAGE \<br>
                &nbsp; DEF:octOut1={rrd1}:ifHCOutOctets:AVERAGE \<br>
                &nbsp; DEF:octIn2={rrd2}:ifHCInOctets:AVERAGE \<br>
                &nbsp; DEF:octOut2={rrd2}:ifHCOutOctets:AVERAGE \<br>
                &nbsp; DEF:octIn3={rrd3}:ifHCInOctets:AVERAGE \<br>
                &nbsp; DEF:octOut3={rrd3}:ifHCOutOctets:AVERAGE \<br>
                &nbsp; DEF:octIn4={rrd4}:ifHCInOctets:AVERAGE \<br>
                &nbsp; DEF:octOut4={rrd4}:ifHCOutOctets:AVERAGE \<br>
                &nbsp; DEF:octIn5={rrd5}:ifHCInOctets:AVERAGE \<br>
                &nbsp; DEF:octOut5={rrd5}:ifHCOutOctets:AVERAGE \<br>
                &nbsp; DEF:octIn6={rrd6}:ifHCInOctets:AVERAGE \<br>
                &nbsp; DEF:octOut6={rrd6}:ifHCOutOctets:AVERAGE \<br>
                &nbsp;
                CDEF:totalIn=octIn1,octIn2,+,octIn3,+,octIn4,+,octIn5,+,octIn6,+,8,*
                \<br>
                &nbsp;
                CDEF:totalOut=octOut1,octOut2,+,octOut3,+,octOut4,+,octOut5,+,octOut6,+,8,*




                \<br>
                &nbsp; AREA:totalIn#00ff00:"Total In" \<br>
                &nbsp; GPRINT:totalIn:MIN:"Min <a moz-do-not-send="true" \
                href="smb:">\\:</a> %8.2lf %s" \<br>
                &nbsp; GPRINT:totalIn:AVERAGE:"Avg <a moz-do-not-send="true" \
                href="smb:">\\:</a> %8.2lf %s" \<br>
                &nbsp; GPRINT:totalIn:MAX:"Max <a moz-do-not-send="true" \
href="smb:">\\:</a> %8.2lf %s\\n" \<br>  &nbsp; AREA:totalOut#0000cc:"Total Out" \
                \<br>
                &nbsp; GPRINT:totalOut:MIN:"Min <a moz-do-not-send="true" \
                href="smb:">\\:</a> %8.2lf %s" \<br>
                &nbsp; GPRINT:totalOut:AVERAGE:"Avg <a moz-do-not-send="true" \
href="smb:">\\:</a> %8.2lf  %s" \<br>
                &nbsp; GPRINT:totalOut:MAX:"Max <a moz-do-not-send="true" \
href="smb:">\\:</a> %8.2lf %s\\n"<br>  <br>
              </blockquote>
              The name mib2.reshalls has also been added to the
              'reports' list at the top of the snmp-graph.properties
              file.<br>
              With all of that configured, I'm not sure what else needs
              to be done, but when trying to generate a resource graph
              for the node "ResHalls" under the "Node-level Performance
              Data" (the only available option), a message returns
              saying "There is no data for this resource." Data does
              report accurately for each of the individual interfaces
              I'm trying to pull from, despite an initial issue with
              'mib2-X-interfaces' being left out of the 'HP Procurve'
              systemDef in 'datacollection-config.xml.' I only mention
              that in the off chance the issue lies in the installation
              of OpenNMS or the initial discovery of some of the
              switches, since only some of them are Procurve.<br>
              <br>
              I managed to find someone in the mailing list history who
              had a similar issue, but it does not seem it was resolved:<br>
              <a moz-do-not-send="true" \
href="http://opennms.530661.n2.nabble.com/SNMP-interface-graphs-on-Virtual-Nodes-td319 \
6799.html">http://opennms.530661.n2.nabble.com/SNMP-interface-graphs-on-Virtual-Nodes-td3196799.html</a><br>
  Like the user from this example, there is nothing in my
              logs that pertain to any of the interfaces involved.<br>
              <br>
              So, here are my questions:<br>
              Have I just missed a step, or made a simple error, that
              makes this not work?<br>
              Am I unable to create these graphs because the information
              is contained in the 'mib2-X-interfaces.jrb' file, unlike
              the example from that previous link, whose data was
              contained in 'ifHCInOctets.jrb' and 'ifHCOutOctets.jrb'?
              Or do I have to call the information in a different manner
              in the DEF lines of the graph definition?<br>
              After the creation of the virtual node and synchronization
              of the database, no directory for ID 340 was created
              automatically in the appropriate path. I had to make the
              directory myself. Would that somehow cause an issue with
              OpenNMS's ability to read the data?<br>
              <br>
              Any help is greatly appreciated. Thank you very much in
              advance.<br>
              <br>
              --Christian </div>
------------------------------------------------------------------------------<br>
            Storage Efficiency Calculator<br>
            This modeling tool is based on patent-pending intellectual
            property that<br>
            has been used successfully in hundreds of IBM storage
            optimization engage-<br>
            ments, worldwide. &nbsp;Store less, Store more with what you own,
            Move data to <br>
            the right place. Try It Now! <a moz-do-not-send="true" \
href="http://www.accelacomm.com/jaw/sfnl/114/51427378/________________________________ \
_______________">http://www.accelacomm.com/jaw/sfnl/114/51427378/_______________________________________________</a><br>
  Please read the OpenNMS Mailing List FAQ:<br>
            <a moz-do-not-send="true" \
href="http://www.opennms.org/index.php/Mailing_List_FAQ">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br>
  <br>
            opennms-discuss mailing list<br>
            <br>
            To *unsubscribe* or change your subscription options, see
            the bottom of this page:<br>
            <a moz-do-not-send="true" \
href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a></blockquote>
  </div>
        <br>
      </div>
      <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! <a class="moz-txt-link-freetext" \
href="http://www.accelacomm.com/jaw/sfnl/114/51427378/">http://www.accelacomm.com/jaw/sfnl/114/51427378/</a></pre>
  <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
<a class="moz-txt-link-freetext" \
href="http://www.opennms.org/index.php/Mailing_List_FAQ">http://www.opennms.org/index.php/Mailing_List_FAQ</a>


opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
<a class="moz-txt-link-freetext" \
href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a></pre>
  </blockquote>
    <br>
  </div>

------------------------------------------------------------------------------<br>Storage \
Efficiency Calculator<br>This modeling tool is based on patent-pending intellectual \
property that<br>has been used successfully in hundreds of IBM storage optimization \
engage-<br>ments, worldwide. &nbsp;Store less, Store more with what you own, Move \
data to <br>the right place. Try It Now! <a \
href="http://www.accelacomm.com/jaw/sfnl/114/51427378/________________________________ \
_______________">http://www.accelacomm.com/jaw/sfnl/114/51427378/_______________________________________________</a><br>Please \
read the OpenNMS Mailing List FAQ:<br><a \
href="http://www.opennms.org/index.php/Mailing_List_FAQ">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br><br>opennms-discuss \
mailing list<br><br>To *unsubscribe* or change your subscription options, see the \
bottom of this page:<br><a \
href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss">https://lists.sour \
ceforge.net/lists/listinfo/opennms-discuss</a></blockquote></div><br></div></div></body></html>




------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic