Skip to content

netdata monitoring for remote LSI MegaRAID controllers

Notifications You must be signed in to change notification settings

agross/netdata-lsimr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

netdata LSI MegaRAID chart.d plugin

This plugin lets you monitor LSI MegaRAID temperatures from other hosts. You need to install storcli on the monitored host.

Install

git clone https://github.com/agross/netdata-lsimr.git
ln -s "$PWD/netdata-lsimr/lsimr.chart.sh" /usr/libexec/netdata/charts.d/lsimr.chart.sh

Configure

  1. Create /etc/netdata/charts.d/lsimr.conf

  2. Edit:

    # the data collection frequency
    # if unset, will inherit the netdata update frequency
    lsimr_update_every=60
    
    # the charts priority on the dashboard
    lsimi_priority=150000
    
    lsimr_ssh_identity_file=/path/to/private/key/for/somebody
    lsimr_ssh_host=somebody@host
    
    
  3. Restart netdata

About

netdata monitoring for remote LSI MegaRAID controllers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages