rrd::Plugin object method update (public)
rrd::Plugin update plugins
Defined in packages/rrd-tool/tcl/rrd-procs.tcl
- Parameters:
- plugins (required)
- 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