node-exporter

Manage the Prometheus Node Exporter service for Linux system monitoring.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill node-exporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: node-exporter
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/linux-sysadmin/skills/node-exporter
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill node-exporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you monitor the health and performance of your Linux systems by collecting and exposing key hardware and OS metrics for Prometheus.

Core Features & Use Cases

  • System Metrics Collection: Gathers detailed metrics on CPU, memory, disk I/O, network, and more.
  • Collector Management: Allows enabling or disabling specific data collectors to tailor the metrics exposed.
  • Textfile Collector: Enables custom metrics by reading .prom files generated by external scripts.
  • Use Case: You can use this Skill to set up comprehensive monitoring for your servers, ensuring you have visibility into resource utilization and can proactively identify performance bottlenecks.

Quick Start

Check the status of the node_exporter service on your system.

Frequently Asked Questions about node-exporter

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

FAQPage Schema
How do I collect Linux system metrics for Prometheus monitoring?

Node Exporter collects Linux system metrics for Prometheus monitoring by exposing hardware and OS data like CPU, memory, and disk I/O. It facilitates installation and configuration to provide detailed host-level performance visibility.

How do I enable or disable specific collectors in Node Exporter?

You can tailor the metrics exposed by Node Exporter through collector management. This allows you to enable or disable specific data collectors to customize the exact hardware and OS metrics gathered for your environment.

Can I add custom metrics to Node Exporter using textfile?

Yes, you can add custom metrics to Node Exporter using the textfile collector. It reads `.prom` files generated by external scripts, allowing you to integrate custom application or system data into your Prometheus monitoring.

Does Node Exporter support TLS and authentication for secure monitoring?

Yes, Node Exporter supports secure monitoring through TLS and authentication setup. This ensures that your host-level performance data collection and exposure to Prometheus are protected during transit.

What is the best way to monitor server health and identify performance bottlenecks?

The best way to monitor server health and identify performance bottlenecks is by collecting comprehensive host-level metrics. Node Exporter exposes detailed resource utilization data, enabling proactive observability for your Linux systems.