enh office365 sharepoint plugin

This commit is contained in:
Colin Gagnaire 2018-12-27 15:48:44 +01:00
parent 9ab439ed60
commit 99d2b78876
2 changed files with 2 additions and 3 deletions

View File

@ -117,8 +117,6 @@ sub manage_selection {
$self->{users} = {};
my $results = $options{custom}->office_get_sharepoint_activity();
use Data::Dumper;
print Dumper $results;
foreach my $user (@{$results}) {
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.
Can be: 'viewed-edited-file-count', 'file-count', 'shared-int-file-count',
'shared-ext-file-count', 'visited-page-count'.
=back
=cut

View File

@ -46,6 +46,6 @@ __END__
=head1 PLUGIN DESCRIPTION
Check Microsoft Office 365.
Check Microsoft Office 365 SharePoint.
=cut