objects/rrdexport: report

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
anilgupta
Posts: 102
Joined: Fri Mar 01, 2019 8:35 am

objects/rrdexport: report

Post by anilgupta »

Team,

I am using API to get objects/rrdexport. I am getting the output as below. This is not clear to me as what this data really mean, specially "rta,rtmax,rtmin & pl and how to interpret its associated values"

{
"meta": {
"start": "1552395900",
"step": "300",
"end": "1552395900",
"rows": "289",
"columns": "4",
"legend": {
"entry": [
"rta",
"pl",
"rtmax",
"rtmin"
]
}
},
"data": {
"row": [
{
"t": "1552395900",
"v": [
"6.7376000000e-02",
"0.0000000000e+00",
"1.7447000000e-01",
"3.8218000000e-02"
]
},
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: objects/rrdexport: report

Post by scottwilkerson »

rta = Round Trip average
rtmax = Round Trip Max
rtmin = Round Trip Min
pl = Packet Loss

The values are in E-notation
https://en.wikipedia.org/wiki/Scientifi ... E-notation
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked