I need to have ipmi graphics on my Centos7 servers, and for that I need to use freeipmi.
By following the instructions at “freeipmi.plugin | Learn Netdata”, I have to do a re-install Netdata from source to create the freeipmi.plugin.
I cannot do it this way, as it would affect my operation.
The output of the configure script while Netdata is being built:
checking for IPMIMONITORING... yes
checking for
ipmi_monitoring_sensor_readings_by_record_id,
ipmi_monitoring_sensor_readings_by_sensor_type,
ipmi_monitoring_sensor_read_sensor_number,
ipmi_monitoring_sensor_read_sensor_name,
ipmi_monitoring_sensor_read_sensor_state,
ipmi_monitoring_sensor_read_sensor_units,
ipmi_monitoring_sensor_iterator_next,
ipmi_monitoring_ctx_sensor_config_file,
ipmi_monitoring_ctx_sdr_cache_directory,
ipmi_monitoring_ctx_errormsg,
ipmi_monitoring_ctx_create
in -lipmimonitoring... yes
checking for ipmi_monitoring.h... yes
checking for ipmi_monitoring_bitmasks.h... yes
checking if freeipmi.plugin should be enabled... yes
[netdata]$ ls -al freeipmi.plugin
-rwxrwxr-x 1 root root 271552 Feb 25 10:05 freeipmi.plugin
A new problem now!!!
When I transfer the freeipmi.plugin don’t work in all servers…
When the Linux kernel is the same (kernel server 3.10 = kernel VM 3.10) it is working, but it does not work on a different kernel.