Skip to main content

Hello, I am using the following command to monitor the Microsoft Team service:

/usr/lib/centreon/plugins/centreon_office365_management_api.pl \
--plugin=cloud::microsoft::office365::management::plugin \
--mode=service-status \
--tenant='**' \
--client-id='***' \
--client-secret='***' \
--http-backend=curl \
--use-new-perfdata \
--verbose \
--filter-service-name='Microsoft Teams' \
--warning-status='%{classification} =~ /Incident/i && %{status} =~ /serviceDegradation/i' \
--critical-status='%{status} =~ /ServiceInterruption/i'

 and I receive the following message:
"WARNING: Service 'Microsoft Teams' status is 'serviceDegradation' 'issue: 2024-10-10T15:00:00Z Some users may intermittently see an incorrect presence state using any Microsoft Teams client incident]"

 

This message, given the date, is old and does not match the status page of Microsoft as shown in the images.

Running in debug mode, I verify that the tenant is correct, the incidents are listed, but at the end of the debug, the provided information is outdated. What could be happening?

 

Be the first to reply!

Reply