0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 19:22:40 +00:00
netdata_netdata/collectors/python.d.plugin/adaptec_raid
Promise Akpan f5006d51e8 Fix Markdown Lint warnings ()
* make remark access all directories

* detailed fix after autofix by remark lint

* cross check autofix for this set of files

* crosscheck more files

* crosschecking and small fixes

* crosscheck autofixed md files
2019-08-15 13:06:39 +02:00
..
adaptec_raid.chart.py adaptec_raid: logical device regex fix () 2019-06-25 19:14:23 +03:00
adaptec_raid.conf python.d.plugin update () 2018-12-07 10:15:03 +01:00
Makefile.inc adaptec_raid python module () 2018-10-23 20:48:56 +09:00
README.md Fix Markdown Lint warnings () 2019-08-15 13:06:39 +02:00

adaptec raid

Module collects logical and physical devices health metrics.

Requirements:

  • arcconf program
  • sudo program
  • netdata user needs to be able to sudo the arcconf program without password

To grab stats it executes:

  • sudo -n arcconf GETCONFIG 1 LD
  • sudo -n arcconf GETCONFIG 1 PD

It produces:

  1. Logical Device Status

  2. Physical Device State

  3. Physical Device S.M.A.R.T warnings

  4. Physical Device Temperature

prerequisite

This module uses arcconf which can only be executed by root. It uses sudo and assumes that it is configured such that the netdata user can execute arcconf as root without password.

Add to sudoers:

netdata ALL=(root)       NOPASSWD: /path/to/arcconf

configuration

adaptec_raid is disabled by default. Should be explicitly enabled in python.d.conf.

adaptec_raid: yes

Screenshot:

image


analytics