Re: RRD data collection irregularity
"Seibold, Michael" <[email protected]> Thu, 20 Sep 2018 06:20:52 +0000
| Newsgroups | gmane.network.opennms.general |
|---|---|
| Message-ID | <[email protected]> |
Hi John, 1. if you use Counter32 the measured values get divided by the time interval (in seconds) between the measurement points, so you should use Gauge or Gauge32 instead of Counter32 if you want to see those values directly, otherwise there will be rfTotalCalls/Second etc. in the rrd files. 2. I'm not sure about the output from collectd you provided - are you shure you are getting integer values back or might there are string values? You can check this using snmpwalk for the OID . 1.3.6.1.4.1.2021.16.2.1.5 directly. For the ifmib output is like this: IF-MIB::ifInUcastPkts.527696832 = Counter32: 270331006 -Michael _______________________________________________ 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