thomas-krenn / check_ipmi_sensor_v3

Monitoring plugin to check IPMI sensors
https://www.thomas-krenn.com/en/wiki/IPMI_Sensor_Monitoring_Plugin
GNU General Public License v3.0
54 stars 21 forks source link

Output specific performance data #52

Open selcukKaraca opened 2 years ago

selcukKaraca commented 2 years ago

Hi firstly, thank you for this awesome nagios plugin..

we check all the sensors and performance data is really crowded. We want to know any error but select only specific performance data. for example the following performance data would be enough for us

Inlet Temp'=17.00;~:46.00;~:48.00 'Outlet Temp'=41.00;~:75.00; 'FAN1 Speed'=3840.00 FAN2 Speed'=3840.00 'FAN3 Speed'=3840.00 'FAN4 Speed'=3840.00 'Power'=336.00 'Power1'=138.00 'PS1 VIN'=218.00 'PS1 Inlet Temp'=45.00 'Power2'=186.00 'PS2 VIN'=218.00 'PS2 Inlet Temp'=40.00

otherwise nagios shows really complicated performance data. very hard to select useful ones.

Shortly our need is: monitor all the sensors but how can we select only specific sensors for performance output?