How can I monitoring these things?

Hi *,

I'm new to elastic, I am wondering how can I get charts with es:

  • Hard drive's S.M.A.R.T info ,so I can monitoring hundred disk's temperature...
  • UPS info with snmp output
  • IPMI device, etc the sensors' data

thank you!

@WanLi_Chen

Hard drive's S.M.A.R.T info ,so I can monitoring hundred disk's temperature...

I've looked at the metricbeat system module and we don't extract any S.M.A.RT information, But it should be simple to write a new metricbeat to fetch that information.

UPS info with snmp output

I don't have SNMP support in beats but we have a SNMP input for logstash that might work in your case.

IPMI device, etc the sensors' data
We don't have an IPMI module for metricbeat, but that should not be too hard to write.

Metricbeat is written in go and it should be easy to extend to support these cases.

All of these things are useful, especially if you are running a NAS :slight_smile:

Thank you for your reply!.

and yes I'm a sys admin for a datacenter, I want ELK can monitor those metrics ..
another alter way is collectd with es support.

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