GoLang rrd_update

request it (311)
GoLang replacement for PHP's rrd_update [edit | history]



Do you know a GoLang replacement for PHP's rrd_update? Write it!

PHP rrd_update

PHP original manual for rrd_update [ show | php.net ]

rrd_update

(PECL rrd >= 0.9.0)

rrd_updateUpdates the RRD database

Description

bool rrd_update ( string $filename , array $options )

Updates the RRD database file. The input data is time interpolated according to the properties of the RRD database file.

Parameters

filename

RRD database file name. This database will be updated.

options

Options for updating the RRD database. This is list of strings. See man page of rrd update for whole list of options.

Return Values

Returns TRUE on success, FALSE when error occurs.