Replies: 4 comments
-
Proxy forwarding is currently not implemented for transports which use UDP (which inlcudes the |
Beta Was this translation helpful? Give feedback.
-
@Emantor what are your thoughts on running snmpcmd on the exporter via ssh instead of on the localhost? For example, instead of: labgrid/labgrid/driver/power/apc.py Line 8 in 22f4b81 it would be something like:
One problem with this is that the driver doesn't currently have the exporter information. |
Beta Was this translation helpful? Give feedback.
-
A simple solution would be to use PDUdaemon for this. |
Beta Was this translation helpful? Give feedback.
-
@jluebbe thank you! TIL. PDUDaemon looks promising. I'll try that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I defined the following in the exporter.yaml file used by the labgrid exporter.
On my client I used this:
I have set LG_PROXY to connect to the exporter using SSH and enabled isolation mode in the exporter.
I was expecting the client to use the configured NetworkPowerPort from the same host as the exporter.
I was expecting to see the SNMP packets from the same host as the exporter runs on.
Instead I see SNMP packets from the host the Labgrid client runs on which is on a different network from my test network.
How can I configure Labgrid for using a client which doesn't have direct access to HW such as a network power port?
Beta Was this translation helpful? Give feedback.
All reactions