Add MegaCLI collector

This collector exports the following metrics:

- raid_drive_temperature: drive temperature
- raid_drive_count: drive error and event counters
- raid_adapter_disk_presence: disk presence per adapter
This commit is contained in:
Johannes 'fish' Ziemke 2014-07-08 16:24:29 +02:00
commit f47abc5d06
6 changed files with 770 additions and 2 deletions

View file

@ -18,5 +18,6 @@ type Collector interface {
// time.)
type Config struct {
Config map[string]string `json:"config"`
Attributes map[string]string `json:"attributes"`
}