Relesman
Relesman

Reputation: 21

RRD raw data to JSON

Can someone explain me how to extract the raw data from RRD to JSON, or to Highcharts data? I need to search with the date range and convert data to Highcharts. Thanks in advance.

Upvotes: 2

Views: 2372

Answers (1)

au_stan
au_stan

Reputation: 4191

have you checked the docu? rrdtool docu

simply run rrdtool xport --json <more options here>

Upvotes: 1

Related Questions