Hello,
does anyone know how to read the temperature of an Ubuntu device? Finding SNMP OIDs is almost impossible.
Specifically, it's about the Unifi Dream Machine. The temperature is to be read out here. SNMP is active and working.
Are there any other ways to generally determine the temperature under Linux using the KS Hostmon?
greetings
Monitoring Temperature Unifi UDM Pro
HDD temperature? motherboard? CPU?
Does your system supports some protocol like IPMI or HP iLO? I assume not..
May be lm-sensors package may help?
https://net-snmp.sourceforge.io/wiki/in ... untu_10.04
Regards
Alex
Does your system supports some protocol like IPMI or HP iLO? I assume not..
May be lm-sensors package may help?
https://net-snmp.sourceforge.io/wiki/in ... untu_10.04
Regards
Alex
Monitoring Temperature Unifi UDM Pro
Hi Alex,
sorry for the vague statement,
I meant the system temperature of the UDM on which an Ubuntu is running as the operating system.

I test it once with net SNMP.
Thank you
sorry for the vague statement,
I meant the system temperature of the UDM on which an Ubuntu is running as the operating system.

I test it once with net SNMP.
Thank you
re
Hi Alex,
fyi, i got it via lmsensors Mib Table.
https://oidref.com/1.3.6.1.4.1.2021.13.16.2
Have a nice day
fyi, i got it via lmsensors Mib Table.
https://oidref.com/1.3.6.1.4.1.2021.13.16.2
Have a nice day

re
Hi Alex,
I still have a question while monitoring the RAM usage, I get strange values as an answer.
3.7 GB of 3.98 GB are currently occupied.
With the OID "Total RAM Free: .1.3.6.1.4.1.2021.4.11.0" I get "116636". I think that's kilobytes. That would be 130 MB if converted by dividing 1024. But it should be 280 MB.
What should be set here in the "Tune up reply?"
greetings
I still have a question while monitoring the RAM usage, I get strange values as an answer.
3.7 GB of 3.98 GB are currently occupied.
With the OID "Total RAM Free: .1.3.6.1.4.1.2021.4.11.0" I get "116636". I think that's kilobytes. That would be 130 MB if converted by dividing 1024. But it should be 280 MB.
What should be set here in the "Tune up reply?"
greetings
Yes, it should be KB units. Counter usually returns the total amount of memory free or available for use on the host; value typically covers both real memory and swap space.
Results can be different - there are many versions of UNIX and Linux and some versions of net-snmp-libs works differently.
I would suggest to use Memory test instead of SNMP Get test
https://www.ks-soft.net/hostmon.eng/mfr ... htm#memory
Regards
Alex
Results can be different - there are many versions of UNIX and Linux and some versions of net-snmp-libs works differently.
I would suggest to use Memory test instead of SNMP Get test
https://www.ks-soft.net/hostmon.eng/mfr ... htm#memory
Regards
Alex