Skip to content

Example of Use

Monitor the operational status of your Docker containers in real-time. This allows you to quickly detect stopped or failing containers and take immediate action to maintain service availability.

User prompt: “Check the status of the Memcached container “test” and alert me if it is stopped.”

Process:

  • Retrieves the list of containers to find the one requested
  • Performs an initial analysis of the container’s status using the data collected
  • Proposes a solution to resolve the issue

MCP example - container status

Get a comprehensive overview of your entire infrastructure’s health status. Query active alerts, service statuses, and system metrics to quickly identify issues and prioritize interventions.

User prompt: “Give me a summary of the overall health of my infrastructure.”

Process:

  • Retrieves a list of various objects, including agents, applications, services, etc.
  • Also retrieves the list of events to check if there are any unresolved events
  • Analyses the general status of the entire infrastructure by listing each problem
  • Proposes a solution for resolving each outstanding problem
  • Also takes preventive action when there are recurring problems on the same parts of the infrastructure

MCP example - health check part 1 MCP example - health check part 2

User prompt: “Which services currently have critical alerts?”

Process:

  • Retrieves the list of all services
  • Analyses the status of services using the data collected and displays any issues
  • Also displays services that are not affected to ensure proper functioning

MCP example - critical alerts

Track all changes made to your Bleemeo monitoring configuration. This audit trail helps you understand recent modifications, troubleshoot issues, and maintain compliance with your monitoring policies.

User prompt: “What changes have been made in the last 7 days?”

Process:

  • Retrieves the latest actions performed on the account
  • Formats and lists these latest changes

MCP example - audit log