Updated readme and added examples
This commit is contained in:
parent
9a8bf3bd83
commit
b26efbee56
4 changed files with 31 additions and 1 deletions
32
README.md
32
README.md
|
@ -1,3 +1,33 @@
|
||||||
# munin-gen8
|
# munin-gen8
|
||||||
|
|
||||||
Some script for monitoring HP Proliant gen8 with Munin
|
Some plugins to monitor temperatures of each SMART Array controllers and attached disks.
|
||||||
|
|
||||||
|
At this time only tested on HP Microserver Gen8 with Smart Array P222.
|
||||||
|
|
||||||
|
## Requirement
|
||||||
|
|
||||||
|
This plugins need `ssacli` and `hpacucli` (from [hwraid](http://hwraid.le-vert.net/wiki/DebianPackages)) to work correctly.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ cd /opt
|
||||||
|
$ sudo git clone https://framagit.org/dbroqua/munin-gen8.git
|
||||||
|
$ cd /etc/munin/plugins
|
||||||
|
$ sudo -ln -snf /opt/munin-gen8/smart_array_ ./
|
||||||
|
$ sudo /etc/init.d/munin-node restart
|
||||||
|
```
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
Only monitor disks temperature (smart_array_disks_temperature)
|
||||||
|
|
||||||
|
[smart_array_disks_temperature](examples/smart_array_disks_temperature-day.png "smart_array_disks_temperature")
|
||||||
|
|
||||||
|
Only monitor controllers temperature (smart_array_system_temperature)
|
||||||
|
|
||||||
|
[smart_array_system_temperature](examples/smart_array_system_temperature-day.png "smart_array_system_temperature")
|
||||||
|
|
||||||
|
Monitor controllers and disks (smart_array_temperatures)
|
||||||
|
|
||||||
|
[smart_array_temperatures](examples/smart_array_temperatures-day.png "smart_array_temperatures")
|
||||||
|
|
BIN
examples/smart_array_disks_temperature-day.png
Normal file
BIN
examples/smart_array_disks_temperature-day.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
examples/smart_array_system_temperature-day.png
Normal file
BIN
examples/smart_array_system_temperature-day.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
examples/smart_array_temperatures-day.png
Normal file
BIN
examples/smart_array_temperatures-day.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue