Refs #5499: Working on Varnish Plugin
This commit is contained in:
parent
868b13a745
commit
9af0d491fe
|
@ -33,7 +33,7 @@
|
|||
#
|
||||
####################################################################################
|
||||
|
||||
package apps::varnish::mode::cache;
|
||||
package apps::varnish::mode::backend;
|
||||
|
||||
use base qw(centreon::plugins::mode);
|
||||
use centreon::plugins::misc;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#
|
||||
####################################################################################
|
||||
|
||||
package apps::varnish::mode::cache;
|
||||
package apps::varnish::mode::connections;
|
||||
|
||||
use base qw(centreon::plugins::mode);
|
||||
use centreon::plugins::misc;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#
|
||||
####################################################################################
|
||||
|
||||
package apps::varnish::mode::cache;
|
||||
package apps::varnish::mode::fetch;
|
||||
|
||||
use base qw(centreon::plugins::mode);
|
||||
use centreon::plugins::misc;
|
||||
|
|
Loading…
Reference in New Issue