mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-21 20:54:47 +02:00
add version in default class mode
This commit is contained in:
parent
1e7e8c1277
commit
6dc57e5aa8
@ -36,6 +36,7 @@ sub new {
|
||||
$self->{output}->use_new_perfdata(value => 1)
|
||||
if (defined($options{force_new_perfdata}) && $options{force_new_perfdata} == 1);
|
||||
$self->{mode} = $options{mode};
|
||||
$self->{version} = '1.0';
|
||||
|
||||
return $self;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user