mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
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
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@ -19,3 +19,4 @@ tests/** @centreon/owners-robot-e2e
|
|||||||
.github/** @centreon/owners-pipelines
|
.github/** @centreon/owners-pipelines
|
||||||
packaging/** @centreon/owners-pipelines
|
packaging/** @centreon/owners-pipelines
|
||||||
selinux/** @centreon/owners-pipelines
|
selinux/** @centreon/owners-pipelines
|
||||||
|
.github/scripts/pod_spell_check.t @centreon/owners-perl
|
||||||
|
4
.github/scripts/pod_spell_check.t
vendored
4
.github/scripts/pod_spell_check.t
vendored
@ -8,7 +8,7 @@ if (!@ARGV) {
|
|||||||
die "Missing perl file to check.";
|
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])){
|
if(defined($ARGV[1])){
|
||||||
$stopword_filename=$ARGV[1];
|
$stopword_filename=$ARGV[1];
|
||||||
}
|
}
|
||||||
@ -19,4 +19,4 @@ printf("stopword file use : ".$stopword_filename." \n");
|
|||||||
add_stopwords(<FILE>);
|
add_stopwords(<FILE>);
|
||||||
set_spell_cmd('hunspell -l');
|
set_spell_cmd('hunspell -l');
|
||||||
all_pod_files_spelling_ok($ARGV[0]);
|
all_pod_files_spelling_ok($ARGV[0]);
|
||||||
close(FILE);
|
close(FILE);
|
||||||
|
@ -239,9 +239,7 @@ __END__
|
|||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
[EXPERIMENTAL] Monitor job status.
|
||||||
|
|
||||||
Check job status.
|
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
|
@ -266,9 +266,7 @@ __END__
|
|||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
[EXPERIMENTAL] Monitor licenses.
|
||||||
|
|
||||||
Check licenses.
|
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
|
@ -132,9 +132,7 @@ __END__
|
|||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
[EXPERIMENTAL] List jobs.
|
||||||
|
|
||||||
List jobs.
|
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
|
@ -136,9 +136,7 @@ __END__
|
|||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
[EXPERIMENTAL] List repositories.
|
||||||
|
|
||||||
List repositories.
|
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
|
@ -225,9 +225,7 @@ __END__
|
|||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
[EXPERIMENTAL] Monitor repositories.
|
||||||
|
|
||||||
Check repositories.
|
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
|
@ -179,9 +179,7 @@ __END__
|
|||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
[EXPERIMENTAL] Monitor tape jobs status.
|
||||||
|
|
||||||
Check tape jobs status.
|
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
|
@ -213,9 +213,7 @@ __END__
|
|||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time)
|
[EXPERIMENTAL] Monitor SureBackup jobs.
|
||||||
|
|
||||||
Check SureBackup jobs.
|
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
|
@ -48,8 +48,6 @@ __END__
|
|||||||
|
|
||||||
=head1 PLUGIN DESCRIPTION
|
=head1 PLUGIN DESCRIPTION
|
||||||
|
|
||||||
EXPERIMENTAL Plugin : Community-supported only (no support from Centreon at this time)
|
[EXPERIMENTAL] Monitor Veeam backup server using powershell script via WSMAN protocol.
|
||||||
|
|
||||||
Check Veeam through powershell.
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -11,11 +11,12 @@ oneaccess-sys-mib
|
|||||||
perfdata
|
perfdata
|
||||||
powershell
|
powershell
|
||||||
proto
|
proto
|
||||||
Sansymphony
|
|
||||||
queue-messages-inflighted
|
queue-messages-inflighted
|
||||||
|
Sansymphony
|
||||||
SNMP
|
SNMP
|
||||||
space-usage-prct
|
space-usage-prct
|
||||||
SSH
|
SSH
|
||||||
SureBackup
|
SureBackup
|
||||||
topic-messages-inflighted
|
topic-messages-inflighted
|
||||||
Veeam
|
Veeam
|
||||||
|
WSMAN
|
Loading…
x
Reference in New Issue
Block a user