Refs #5499: Working on Varnish Plugin

This commit is contained in:
Florian Asche 2014-06-06 16:19:12 +02:00
parent 868b13a745
commit 9af0d491fe
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
#
####################################################################################
package apps::varnish::mode::cache;
package apps::varnish::mode::backend;
use base qw(centreon::plugins::mode);
use centreon::plugins::misc;

View File

@ -33,7 +33,7 @@
#
####################################################################################
package apps::varnish::mode::cache;
package apps::varnish::mode::connections;
use base qw(centreon::plugins::mode);
use centreon::plugins::misc;

View File

@ -33,7 +33,7 @@
#
####################################################################################
package apps::varnish::mode::cache;
package apps::varnish::mode::fetch;
use base qw(centreon::plugins::mode);
use centreon::plugins::misc;