rrd::Plugin object method update (public)

 rrd::Plugin[i] update plugins

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

Parameters:
plugins

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

Testcases:
No testcase defined.
Source code:
foreach p $plugins {
  if {[info commands $p] eq ""} {
    ns_log warning "::rrd::Plugin: $p is not a command, ignore update"
    continue
  }
  $p update
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: