Operations | Monitoring | ITSM | DevOps | Cloud

Post-Mortem: Microsoft Teams Monitoring Issue September 2023

At StatusGator, we understand the critical importance of providing reliable monitoring services to our valued customers. We sincerely apologize for the inconvenience caused by the recent issue affecting the monitoring of Microsoft Teams, which occurred from September 27, 2023, at 04:56 UTC to September 28, 2023, at 11:11 UTC. We deeply appreciate your patience and understanding as we addressed this incident and share our findings and actions taken to prevent future occurrences.

Create MySQL tasks easily

Databases are a critical component of our systems and their malfunction can affect business productivity. Therefore, we must make sure that they are working correctly. PandoraFMS has a plugin that allows the remote monitoring of MySQL databases through a Discovery task, by means of this task we can obtain information about the performance and status of the database, such as the number of connections, the availability of the database, the number of queries that are being made, buffer status and cache status, among other types of information.

Monitoring Amazon SageMaker with Datadog

Amazon SageMaker is a fully managed service that enables data scientists and engineers to easily build, train, and deploy machine learning (ML) models. Whether you are integrating a personalized recommendation system into your video streaming application, creating a customer service chatbot, or building a predictive business analytics model, Amazon SageMaker’s robust feature set can simplify your ML workflows.

Defining Your Cloud Core Migration Strategy - Fail to Prepare, Prepare to Fail

In this enlightening panel discussion from the Telco Core Strategy Summit, industry experts discuss the intricacies of cloud core migration. Learn from seasoned professionals, including Kentik’s Justin Ryburn, as they share insights on cloud migration challenges, the importance of automation, and strategies to maintain security and performance. Understand the significance of detailed planning, the shifting dynamics of workloads in the cloud, and how to navigate the complexities of this transformative journey.

Serverless Microservices on Azure

Serverless Microservices combines both Serverless and Micro-Service Architectures, which gives the advantage of scalable Loosely coupled services without managing physical servers. In this episode of "Azure on Air" podcast, learn how serverless microservices in Azure offer reduced complexity, cost savings, and faster innovation. Discover Azure's core serverless service, Azure Functions, and other managed services that enable full-fledged serverless applications.

Microsoft Fabric Explained: All you need to know

What is Microsoft Fabric? Microsoft Fabric is an end-to-end analytics solution with full-service capabilities including data movement, data lakes, data engineering, data integration, data science, real-time analytics, and business intelligence—all backed by a shared platform providing robust data security, governance, and compliance.

How to SSH into Docker containers

A Docker container is a portable software package that holds an application’s code, necessary dependencies, and environment settings in a lightweight, standalone, and easily runnable form. When running an application in Docker, you might need to perform some analysis or troubleshooting to diagnose and fix errors. Rather than recreating the environment and testing it separately, it is often easier to SSH into the Docker container to check on its health.