MIssing Mikrotik temperature and voltage RRD's

I’ve been running an old version of LibreNMS happily for many years but have decided to retire this server and move on to the latest greatest.

The new one is up and running fine. I started with a couple (2) Mikrotik routers from old system (disabled each on old system). Configured SNMPv3 and polled with the new Librenms install. Devices were detected fine and polling continues fine, except this latest version does not retrieve temperature and voltage data. I don’t really care that voltages are not there but the temps are important to me at least.

I looked into the rrd files for each device on the old server and the on the new server and find there are missing the sensor rrd’s. I would expect that they would be there after initial device discovery but apparently not.

This is old version.

|Version|3d953b3 - Fri Jun 02 2017 00:00:32 GMT-0700|

|DB Schema|#194|
|Web Server|Apache/2.4.18 (Ubuntu)|
|PHP|7.0.15-0ubuntu0.16.04.4|
|MySQL|10.0.29-MariaDB-0ubuntu0.16.04.1|
|RRDtool|1.5.5|

And current installed version.

|Version|24.7.0-9-gaad110102 - Fri Jul 19 2024 10:41:16 GMT-0700|

|Database Schema|2024_07_13_133839_modify_ent_physical_defaults (295)|
|Web Server|nginx/1.24.0|
|PHP|8.3.6|
|Python|3.12.3|
|Database|MariaDB 10.11.8-MariaDB-0ubuntu0.24.04.1|
|Laravel|10.46.0|
|RRDtool|1.7.2|

On the old version the RRDtool runs this. (excluding the graph formatting and print)

DEF:sensor=/opt/librenms/rrd/random_name.sn.mynetname.net/sensor-temperature-mikrotik-0.rrd:sensor:AVERAGE DEF:sensor_max=/opt/librenms/rrd/random_name.sn.mynetname.net/sensor-temperature-mikrotik-0.rrd:sensor:MAX DEF:sensor_min=/opt/librenms/rrd/random_name.sn.mynetname.net/sensor-temperature-mikrotik-0.rrd:sensor:MIN CDEF:sensorwarm=sensor_max,48,GT,sensor,UNKN,IF CDEF:sensorcold=sensor_min,20,LT,sensor,UNKN,IF CDEF:sensor_diff=sensor_max,sensor_min,- AREA:sensor_min AREA:sensor_diff#c5c5c5::STACK LINE1.5:sensor#cc0000:'Temperature 0

Is there anything I can do to remedy the missing temperature RRDs?

thanks
Jeff

Sorry for not helping on your topic:
But how do I create my own question? Do I need to have an account for 24h or longer?

FYI: After a few days, I was unlocked to post own questions.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.