hey there, I’m new to influxdb and telegraf and I want to build a dashboard for monitoring the power consumption for a Raritan PDU.
How could I customize the table of snmp variables, I want to display the table as follow:
outlet Label | outlet Name | Active Power | Current Power
I can get these each one as field but it doesn’t work so I try to get the table that contains the needed fields with additional. How can I get the last form?
Please Help and Thanks
the telegraf.conf is:
[[inputs.snmp.table]]
oid=“PDU2-MIB::outletSensorMeasurementsTable”
name=“M”
[[inputs.snmp.table.field]]
oid =“PDU2-MIB::outletName”
name =“Name”
is_tag=true
thanks for replying, I tried a lot in telegraf but unfortunately no luck. First,I saw this article problem but I couldn’t make use of it (cause it require the name and values in the same table which are not in our case). So I’m starting to learn python to do the task.
it would be great if any one can help me.
Thanks in advanced.