mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-10-31 00:55:06 +01:00 
			
		
		
		
	Add SNMP test tool
This commit is contained in:
		| @@ -24,6 +24,7 @@ This allows to specify | ||||
| - [`http`](./httpReceiver.md): Listen for HTTP Post requests transporting metrics in InfluxDB line protocol | ||||
| - [`ipmi`](./ipmiReceiver.md): Read IPMI sensor readings | ||||
| - [`redfish`](redfishReceiver.md) Use the Redfish (specification) to query thermal and power metrics | ||||
| - [`snmp`](./snmpReceiver.md) Query SNMP endpoints in the network | ||||
|  | ||||
| ## Contributing own receivers | ||||
|  | ||||
|   | ||||
| @@ -53,4 +53,8 @@ Each network-attached device that should be queried. A target consits of | ||||
| - `value` has to be an OID | ||||
| - `unit` can be empty, an OID or a user-given string | ||||
|  | ||||
| If a OID is used for `name` or `unit`, the receiver will use the returned values to create the output metric. If there are any issues with the returned values, it uses the `OID`. | ||||
| If a OID is used for `name` or `unit`, the receiver will use the returned values to create the output metric. If there are any issues with the returned values, it uses the `OID`. | ||||
|  | ||||
| ## Testing | ||||
|  | ||||
| For testing an SNMP endpoint and OIDs, you can use [`scripts/snmpReceiverTest`](../scripts/snmpReceiverTest) | ||||
		Reference in New Issue
	
	Block a user