From 99d2b78876514c030d8003187752e144e11f5418 Mon Sep 17 00:00:00 2001 From: Colin Gagnaire Date: Thu, 27 Dec 2018 15:48:44 +0100 Subject: [PATCH] enh office365 sharepoint plugin --- cloud/microsoft/office365/sharepoint/mode/usersactivity.pm | 3 +-- cloud/microsoft/office365/sharepoint/plugin.pm | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm b/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm index 06b5db9ef..b5c532a8b 100644 --- a/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm +++ b/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm @@ -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 diff --git a/cloud/microsoft/office365/sharepoint/plugin.pm b/cloud/microsoft/office365/sharepoint/plugin.pm index 8a7d28078..428d405a9 100644 --- a/cloud/microsoft/office365/sharepoint/plugin.pm +++ b/cloud/microsoft/office365/sharepoint/plugin.pm @@ -46,6 +46,6 @@ __END__ =head1 PLUGIN DESCRIPTION -Check Microsoft Office 365. +Check Microsoft Office 365 SharePoint. =cut