lm-health

Assess LogicMonitor device health via metrics, anomalies, alerts, and topology.

Updated Dec 13, 2025
One-click install
npx skills add https://github.com/ryanmat/mcp-server-logicmonitor --skill lm-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lm-health
Source: https://github.com/ryanmat/mcp-server-logicmonitor/tree/main/.claude/skills/lm-health
Command: npx skills add https://github.com/ryanmat/mcp-server-logicmonitor --skill lm-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive health check for LogicMonitor devices, identifying issues related to metrics, anomalies, alerts, availability, and network topology.

Core Features & Use Cases

  • Device Health Scoring: Assesses overall device health with a score and categorization (Healthy, Degraded, Unhealthy).
  • Metric Analysis: Reviews key metrics for CPU, Memory, Disk, and Network.
  • Anomaly Detection: Identifies metric anomalies using Z-score analysis.
  • Alert Monitoring: Lists active alerts associated with the device.
  • Availability Tracking: Reports on 30-day availability and outage history.
  • Topology Context: Shows upstream and downstream network dependencies.
  • Use Case: Quickly understand the status of a critical server by running a full health check, pinpointing the root cause of performance degradation or outages.

Quick Start

Run a health check on the LogicMonitor device named 'webserver-prod-01'.

Frequently Asked Questions about lm-health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a health check on a LogicMonitor device?

LogicMonitor device health monitoring scores overall status by analyzing CPU, Memory, Disk, and Network metrics. It categorizes devices as Healthy, Degraded, or Unhealthy based on extracted key metrics and active alerts.

How does anomaly detection work during LogicMonitor troubleshooting?

LogicMonitor availability tracking reports 30-day uptime and outage history. It calculates overall availability percentages to help administrators understand long-term device reliability and identify recurring network performance issues.

What is the best way to find the root cause of LogicMonitor active alerts?

LogicMonitor network topology mapping shows upstream and downstream device dependencies. By retrieving device properties and mapping neighbors, administrators can visualize network relationships to quickly isolate performance degradation sources.

Can I analyze CPU and Memory metrics for a specific LogicMonitor device?

LogicMonitor device properties retrieval extracts configuration and status data for targeted devices. Resolving devices by name or ID allows the health check to pull specific properties for accurate monitoring and metric analysis.