REST API for rrdexport not functioning as documented
Re: REST API for rrdexport not functioning as documented
Thanks for your help. With the info above, I was able to put together a script to output detailed information through the API (within the limitations of the RRD step levels). I just iterate through importing 24-hour time periods. I needed to convert the epoch time format and output it to CSV, anyway.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: REST API for rrdexport not functioning as documented
Nice!Matthewj wrote:Thanks for your help. With the info above, I was able to put together a script to output detailed information through the API (within the limitations of the RRD step levels). I just iterate through importing 24-hour time periods. I needed to convert the epoch time format and output it to CSV, anyway.