Changed the 'experimental' message of Veeam WSMAN modules as we are going to support it (#4953)
This commit is contained in:
parent
5bc30d8fa2
commit
c1890f632d
|
@ -19,3 +19,4 @@ tests/** @centreon/owners-robot-e2e
|
|||
.github/** @centreon/owners-pipelines
|
||||
packaging/** @centreon/owners-pipelines
|
||||
selinux/** @centreon/owners-pipelines
|
||||
.github/scripts/pod_spell_check.t @centreon/owners-perl
|
||||
|
|
|
@ -8,7 +8,7 @@ if (!@ARGV) {
|
|||
die "Missing perl file to check.";
|
||||
}
|
||||
|
||||
my $stopword_filename='.github/scripts/stopwords.t';
|
||||
my $stopword_filename='tests/resources/spellcheck/stopwords.t';
|
||||
if(defined($ARGV[1])){
|
||||
$stopword_filename=$ARGV[1];
|
||||
}
|
||||
|
@ -19,4 +19,4 @@ printf("stopword file use : ".$stopword_filename." \n");
|
|||
add_stopwords(<FILE>);
|
||||
set_spell_cmd('hunspell -l');
|
||||
all_pod_files_spelling_ok($ARGV[0]);
|
||||
close(FILE);
|
||||
close(FILE);
|
||||
|
|
|
@ -239,9 +239,7 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
||||
|
||||
Check job status.
|
||||
[EXPERIMENTAL] Monitor job status.
|
||||
|
||||
=over 8
|
||||
|
||||
|
|
|
@ -266,9 +266,7 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
||||
|
||||
Check licenses.
|
||||
[EXPERIMENTAL] Monitor licenses.
|
||||
|
||||
=over 8
|
||||
|
||||
|
|
|
@ -132,9 +132,7 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
||||
|
||||
List jobs.
|
||||
[EXPERIMENTAL] List jobs.
|
||||
|
||||
=over 8
|
||||
|
||||
|
|
|
@ -136,9 +136,7 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
||||
|
||||
List repositories.
|
||||
[EXPERIMENTAL] List repositories.
|
||||
|
||||
=over 8
|
||||
|
||||
|
|
|
@ -225,9 +225,7 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
||||
|
||||
Check repositories.
|
||||
[EXPERIMENTAL] Monitor repositories.
|
||||
|
||||
=over 8
|
||||
|
||||
|
|
|
@ -179,9 +179,7 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
||||
|
||||
Check tape jobs status.
|
||||
[EXPERIMENTAL] Monitor tape jobs status.
|
||||
|
||||
=over 8
|
||||
|
||||
|
|
|
@ -213,9 +213,7 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
||||
|
||||
Check SureBackup jobs.
|
||||
[EXPERIMENTAL] Monitor SureBackup jobs.
|
||||
|
||||
=over 8
|
||||
|
||||
|
|
|
@ -48,8 +48,6 @@ __END__
|
|||
|
||||
=head1 PLUGIN DESCRIPTION
|
||||
|
||||
EXPERIMENTAL Plugin : Community-supported only (no support from Centreon at this time)
|
||||
|
||||
Check Veeam through powershell.
|
||||
[EXPERIMENTAL] Monitor Veeam backup server using powershell script via WSMAN protocol.
|
||||
|
||||
=cut
|
||||
|
|
|
@ -11,11 +11,12 @@ oneaccess-sys-mib
|
|||
perfdata
|
||||
powershell
|
||||
proto
|
||||
Sansymphony
|
||||
queue-messages-inflighted
|
||||
Sansymphony
|
||||
SNMP
|
||||
space-usage-prct
|
||||
SSH
|
||||
SureBackup
|
||||
topic-messages-inflighted
|
||||
Veeam
|
||||
WSMAN
|
Loading…
Reference in New Issue