Page 1 of 1

SNMP output result

Posted: Mon Mar 08, 2021 4:25 pm
by BasilPitt
Hi, I am going through the NagiosXI free trial and came up with a question.

For this example, I have a temperature sensor that monitors the temp in the server room. The results come out multiplied by 10, so a reading of 20.0 degrees would come out as 200. Is there a way to convert format the values that come out? Hopefully without using coding language?

Another example is the toner level in a MFP. The values come out as an arbitrary value, which we have to divide by it's capacity and then multiply by 100 to get a percentage.

Re: SNMP output result

Posted: Tue Mar 09, 2021 4:16 pm
by cdienger
Welcome to the forums, @BasilPitt!

This would require modification the plugin script. Usually something like this isn't too troublesome to tweak in the code, but if you need an example, feel free to link to or attach the plugin you're looking to modify, the output you're currently seeing, and we can take a closer look.