mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 10:05:47 -04:00
[PR #91] [CLOSED] feat: add metric_collector tool for remote server monitoring #602
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/91
Author: @opsworld30
Created: 3/7/2025
Status: ❌ Closed
Base:
main← Head:feat/add_metric_collector_tool📝 Commits (3)
58aa566feat: add metric_collector tool for remote server monitoring64151a2feat: add metric_collector tool for remote server monitoringd4d12f6fix: enhance timeout handling in metric_collector📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
opsworld30/metric_collector/metric_collector.difypkg(+0 -0)📄 Description
Add a new tool that connects to remote servers via SSH to collect and monitor system metrics. This tool enables users to gather performance data and system statistics from remote machines for monitoring and analysis purposes.
Plugin Submission Form
1. Submission Type
2. Description
Metric Collector is a tool that connects to remote servers via SSH to collect system metrics. It helps users monitor key system indicators such as CPU usage, memory utilization, disk space, network traffic, and other vital system metrics, enabling timely detection of performance issues and resource bottlenecks.
3. Checklist
4. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
5. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin does not collect personal user data. It only collects system metric data from user-specified remote servers, such as CPU usage, memory utilization, and disk space. Users need to provide server connection information (hostname/IP address, port, username, and password/key) which is only used for establishing SSH connections and is not stored or transmitted to third parties.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.