-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cloud::microsoft::office365::teams::plugin] --mode=users-activity: UNKNOWN: Cannot parse csv response #3610
Comments
Could you provide response with --debug-stream option ? |
`centreon_plugins.pl --plugin=cloud::microsoft::office365::teams::plugin --mode=users-activity --custommode='graphapi' --tenant='XXX' --client-id='XXX' --client-secret='XXX' --debug ======> response done ======> request send ======> response done |
Could you try to use |
`centreon_plugins.pl --plugin=cloud::microsoft::office365::teams::plugin --mode=users-activity --custommode='graphapi' --tenant='XXX' --client-id='XXX' --client-secret='XXX' --http-backend=curl --debug => Recv header: HTTP/1.1 302 Found => Recv header: HTTP/1.1 200 OK |
I have already see that kind of error. You can try to reproduce it with curl command. You should have the same error:
|
Dear all,
It appears that the Microsoft Office 365 Teams plugin (mode-users-activity) suddenly doesn't work on a customer tenant of my company since now few hours:
centreon_plugins.pl --plugin=cloud::microsoft::office365::teams::plugin --mode=users-activity --custommode='graphapi' --tenant='XXX' --client-id='XXX' --client-secret='XXX' UNKNOWN: Cannot parse csv response: EHR - getline_hr () called before column_names () at /var/lib/centreon/plugins/cloud/microsoft/office365/custom/graphapi.pm line 254.
https://docs.microsoft.com/en-us/graph/teams-concept-overview
https://docs.microsoft.com/en-us/graph/api/reportroot-getteamsuseractivityuserdetail?view=graph-rest-1.0
Thank you in advance for any help/advice
Kind Regards,
Thomas
The text was updated successfully, but these errors were encountered: