rrd::Plugin method init (protected)

 <instance of rrd::Plugin[i]> init

Defined in packages/rrd-tool/tcl/rrd-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
next
if {![info exists :name]} { set :name [namespace tail [self]]}
set :rrdPath ${:rrdRoot}_${:name}
set :baseResolution [clock scan [lindex ${:durations} 0] -timezone :UTC -base 0]

foreach varName ${:vars} {
  ::rrd::DataSource create [self]::$varName -baseResolution ${:baseResolution} -type ${:type}
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: