Trying to find a way to get status of server components

librenms@monitor:~$ ./validate.php

Component Version
LibreNMS 25.8.0-dev.18+0b0a7e7b4 (2025-07-29T15:05:52-07:00)
DB Schema 2025_07_10_201918_update_vlans_table (353)
PHP 8.3.16
Python 3.8.10
Database MariaDB 10.3.39-MariaDB-0ubuntu0.20.04.2
RRDTool 1.7.2
SNMP 5.8
===========================================

[OK] Composer Version: 2.8.10
[OK] Dependencies up-to-date.
[OK] Database Connected
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[OK] Distributed Polling setting is enabled globally
[OK] Connected to rrdcached
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrdtool version ok
[OK] Connected to rrdcached

I am trying to see if there is a way to use ipmitool or ipmi-sensors to get the status of Fans, HDD, Power Supplies on the physical server.
We disable the iLO port via network switch unless we are needing to log into it that is why I am looking to get a status via ipmitool or ipmi-sensors.
Not sure of there is a simple thing to switch on. I have over 180 servers so want to avoid Custom OIDs etc…
All the servers are in same Type under Device Settings
If it can appear in Inventory because we just want alerts to trigger if there is a failure.

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