The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FakeCollectd - Provides in-place replacement for testing Collectd plugins.

SYNOPSIS

Used internally by Test::Collectd::Plugins.

plugin_register (CALLBACK_TYPE, PLUGIN_NAME, CALLBACK_NAME)

Will Populate %FakeCollectd using provided arguments.

plugin_dispatch_values ( value_type )

Populates %FakeCollectd with the data.

WARN

Replaces Warning function

plugin_log

Replaces log function