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

@ -1,7 +1,10 @@
{
"attributes" : {
"default" : "1",
"web_server" : "1",
"zone" : "a",
"default" : "1"
"zone" : "a"
},
"config" : {
"megacli_command" : "megacli.sh"
}
}