Hi and Greetings to all,
I'm migrating snmp monitors from Zabbix to Solarwinds. I encounter one component from Zabbix that multiply data from other component (see screenshot for reference).
Can we also do this in Solarwinds?
You can do this in NPM using UnDP (Universal Device Poller) Transforms
If you need to do this is SAM, you can do mathematical operations like multiplication, division, etc on a single OID but cannot combine 2 separate OIDs (because they would be 2 different component monitors). However, you can use something like below
Dell Servers - Disk Hardware Health via SNMP
HolyGuacamole Thank you for your reply. My objective is to actually show a graph containing the product of two OIDs (like the one shown in the graph). Is it not possible to multiply the data taken from two component of an application monitor?
Using NPM - you can chart the UnDP transform
Using SAM - if your objective is just to graph the result of multiplying 2 component monitors, you will need to use custom SQL/SWQL. The other option I mentioned earlier was to script it so that you have the result readily available as a component monitor.
Ah i see thanks HolyGuacamole