enh office365 sharepoint plugin
This commit is contained in:
parent
9ab439ed60
commit
99d2b78876
|
@ -117,8 +117,6 @@ sub manage_selection {
|
||||||
$self->{users} = {};
|
$self->{users} = {};
|
||||||
|
|
||||||
my $results = $options{custom}->office_get_sharepoint_activity();
|
my $results = $options{custom}->office_get_sharepoint_activity();
|
||||||
use Data::Dumper;
|
|
||||||
print Dumper $results;
|
|
||||||
|
|
||||||
foreach my $user (@{$results}) {
|
foreach my $user (@{$results}) {
|
||||||
if (defined($self->{option_results}->{filter_user}) && $self->{option_results}->{filter_user} ne '' &&
|
if (defined($self->{option_results}->{filter_user}) && $self->{option_results}->{filter_user} ne '' &&
|
||||||
|
@ -170,6 +168,7 @@ Can be: 'viewed-edited-file-count', 'file-count', 'shared-int-file-count',
|
||||||
Threshold critical.
|
Threshold critical.
|
||||||
Can be: 'viewed-edited-file-count', 'file-count', 'shared-int-file-count',
|
Can be: 'viewed-edited-file-count', 'file-count', 'shared-int-file-count',
|
||||||
'shared-ext-file-count', 'visited-page-count'.
|
'shared-ext-file-count', 'visited-page-count'.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
|
@ -46,6 +46,6 @@ __END__
|
||||||
|
|
||||||
=head1 PLUGIN DESCRIPTION
|
=head1 PLUGIN DESCRIPTION
|
||||||
|
|
||||||
Check Microsoft Office 365.
|
Check Microsoft Office 365 SharePoint.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
Loading…
Reference in New Issue