You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your "gpfs_exporter", and it works very well for my needs. However, I would also like to monitor the GPFS status using the following commands with this exporter:
mmhealth cluster show NODE
mmhealth cluster show GPFS
mmhealth cluster show NETWORK
mmhealth cluster show FILESYSTEM
mmhealth cluster show DISK
mmhealth cluster show AFM
mmhealth cluster show CES
mmhealth cluster show CESIP
mmhealth cluster show FILESYSMGR
mmhealth cluster show GUI
mmhealth cluster show NATIVE_RAID
mmhealth cluster show PERFMON
mmhealth cluster show THRESHOLD
mmhealth node show
Do you think it would be possible to integrate this into your exporter?
The text was updated successfully, but these errors were encountered:
sorry about the delay - I was both a bit busy with work and I also wanted to look into it a bit to see what GPFS gui can do and what these commands can show. Overall I am not sure that this belongs in Prometheus - I can see the value of being able to alert on it but otherwise these are simple 0 or 1 kind of data points, which I don't know are worth storing in Prometheus. I also worry about this extending how long each data poll would take - it needs to be quick/efficient.
I'd encourage you to look into what the GPFS gui can do - it is fairly easy to make it send emails on a number of different GPFS events and you can also combine it SNMP traps or use callbacks - if you wanted to send non email alerts (say to slack or zabbix or ....).
Hello,
I am using your "gpfs_exporter", and it works very well for my needs. However, I would also like to monitor the GPFS status using the following commands with this exporter:
Do you think it would be possible to integrate this into your exporter?
The text was updated successfully, but these errors were encountered: