delei commented on code in PR #3763:
URL: https://github.com/apache/hertzbeat/pull/3763#discussion_r2338347758


##########
home/docs/help/idrac.md:
##########
@@ -0,0 +1,111 @@
+---
+id: idrac  
+title: iDRAC Monitoring  
+sidebar_label: Server 监控
+keywords: [open source monitoring tool, open source server Monitoring, iDRAC 
Monitoring]
+---
+
+# Dell iDRAC Monitoring
+
+HertzBeat uses SNMP Protocol to monitor Dell iDRAC general performance 
metrics. 
+
+You can click the "New Dell iDRAC" button and configure SNMP parameters to add 
a monitor or import an existing setup through the "More Actions" menu.
+
+## Prerequisites
+
+1. Ensure that the Dell server with iDRAC is accessible from the HertzBeat 
collector.
+2. Enable SNMP on the iDRAC interface.
+3. Configure the appropriate SNMP community string or user credentials based 
on the SNMP version being used.
+
+## Adding Dell iDRAC Monitor
+
+### Method 1: Adding via UI
+1. Navigate to the "Monitor" section in HertzBeat.
+2. Click on the "New Monitor" button.
+3. Select "Dell iDRAC" from the available monitor types.
+4. Fill in the required connection parameters:
+   - **Target Host**: IP address or hostname of the Dell iDRAC interface
+   - **Port**: SNMP port (default: 161)
+   - **SNMP Version**: Choose between SNMPv1, SNMPv2c, or SNMPv3
+   - Additional parameters based on the SNMP version:
+     - For SNMPv1/v2c: SNMP Community
+     - For SNMPv3: Username, Context Name, Authentication Password, 
Authentication Encryption, Privacy Password, Privacy Encryption
+5. Set the collection interval as needed.
+6. Click "Add" to create the monitor.
+
+### Method 2: Bulk Import
+You can also import multiple Dell iDRAC monitors using the bulk import feature:
+1. Navigate to the "Monitor" section.
+2. Click on "More Actions" and select "Import".
+3. Prepare your import file with the required Dell iDRAC details.
+4. Upload the file and follow the prompts to complete the import.
+
+## Collected Metrics
+
+HertzBeat collects various metrics from Dell iDRAC interfaces, including:
+
+### System Information
+- Global System Status
+- System LCD Status
+- Global Storage Status
+- System Power State
+- System Power Up Time
+
+### Power Supply
+- Index

Review Comment:
   It might be necessary to use `md-lint` to check the document format.Please 
refer to the 
[document-format-inspection](https://hertzbeat.apache.org/docs/community/document#document-format-inspection).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to