On some servers with a large number of diskpaths (several hundred), an error occurs when using the "-D" parameter:
/usr/local/bin/node_exporter_aix -cAMmdiabPfvFD
Node exporter for AIX version 1.14.3.0 listening on port 9100
Segmentation fault (core dumped)
Without "-D" everything works fine, the metrics are available:
/usr/local/bin/node_exporter_aix -cAMmdiabPfvF
Is it possible to somehow solve this?
Overall, it’s a great utility, thank you!)