Last collected values
Values collected can be read to be used in other tools (for example nagios). With this, jrds can be used as a proxy for probes too heavy to be collected by nagios, or for values that needs to span a long period of time.
The URL to get values is http://jrdsURL/values/host/probeName/dsName/interval/cfFunction
| Parameter | Description | Default value |
|---|---|---|
| host | the name of a monitored device | |
| probeName | the name of a collected probe | |
| dsName | the name of a data store in this probe | |
| interval | the number of second that cover the value to get | The collect interval |
| cfFunction | the consolidation function as in org.rrd4j.ConsolFun. | AVERAGE |
If dsName is not specified, all data store values are dumped.
The probe and data stores name can be found using the
icon show next to a graph.
