mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
add(protocol/http): mode collection (#3406)
This commit is contained in:
parent
00d22e6b4a
commit
8e7953d3a4
1516
apps/protocols/http/mode/collection.pm
Normal file
1516
apps/protocols/http/mode/collection.pm
Normal file
File diff suppressed because it is too large
Load Diff
@ -29,8 +29,8 @@ sub new {
|
|||||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
|
|
||||||
$self->{version} = '0.1';
|
|
||||||
$self->{modes} = {
|
$self->{modes} = {
|
||||||
|
'collection' => 'apps::protocols::http::mode::collection',
|
||||||
'expected-content' => 'apps::protocols::http::mode::expectedcontent',
|
'expected-content' => 'apps::protocols::http::mode::expectedcontent',
|
||||||
'json-content' => 'apps::protocols::http::mode::jsoncontent',
|
'json-content' => 'apps::protocols::http::mode::jsoncontent',
|
||||||
'response' => 'apps::protocols::http::mode::response',
|
'response' => 'apps::protocols::http::mode::response',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user