Web template to convert Octets from snmp_get into MB or GB

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sshilton
Posts: 1
Joined: Fri Mar 20, 2020 5:21 am

Web template to convert Octets from snmp_get into MB or GB

Post by sshilton »

Is there an easier way than writing a wrapper script in nagiosXI to convert snmp_get interface traffic from Palot Alto Firewalls into KB, MB, or GB?
The rrd's are increment with the counter value correctly, but the exec's wan't "prettier" graphs.
In core i would have wrote a wrapper, but I was hoping that XI (which I am new to) has something built in.
Thanks
-Sean
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Web template to convert Octets from snmp_get into MB or

Post by ssax »

Unfortunately, it's the same process as you took before as it's the plugin that's returning it that way. If the plugin doesn't support it your only options would be to write a wrapper script/modify the plugin directly to support it/use a different plugin.

What is the exact plugin that you're running currently?
Locked