Rrdtool update: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=== Simple examples of updating an existing RRD database === Definition of vars: N means now for rrd, numbers are the values for EACH of the datasources inside the RRD. This can cause problems if you change the DS count with something that does not exist <pre> rdtool update '/opt/nmsApi/rrd/database.rrd' N:31:65 </pre> Category:Rrd") |
(No difference)
|
Latest revision as of 19:21, 28 May 2023
Simple examples of updating an existing RRD database
Definition of vars: N means now for rrd, numbers are the values for EACH of the datasources inside the RRD. This can cause problems if you change the DS count with something that does not exist
rdtool update '/opt/nmsApi/rrd/database.rrd' N:31:65