From 5603e2cfbd49a357e11f0186677b62f39a3d3c79 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 21 Jan 2009 15:43:45 +0100 Subject: [PATCH] Collectd::Graph::Common.pm: Include Collectd::Unixsock. This module is required to send the "FLUSH" command to collectd using the UNIX domain socket provided by the "unixsock" plugin. --- contrib/collection3/lib/Collectd/Graph/Common.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/collection3/lib/Collectd/Graph/Common.pm b/contrib/collection3/lib/Collectd/Graph/Common.pm index 6f26fd82..fd1f7b72 100644 --- a/contrib/collection3/lib/Collectd/Graph/Common.pm +++ b/contrib/collection3/lib/Collectd/Graph/Common.pm @@ -5,6 +5,8 @@ use warnings; use vars (qw($ColorCanvas $ColorFullBlue $ColorHalfBlue)); +use Collectd::Unixsock; + use Carp (qw(confess cluck)); use CGI (':cgi'); use Exporter; -- 2.11.0