Skip to content

hpasmcli and hpacucli monitoring data to influxdb & grafana

License

Notifications You must be signed in to change notification settings

cyboerg42/InfluxHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install hpasmcli, hpacucli and curl.

Ubuntu 16.04 :

nano /etc/apt/sources.list.d/HP-mcp.list
# HP
deb http://downloads.linux.hpe.com/SDR/repo/mcp xenial/10.40 non-free
apt-get update
apt-get install hpasmcli hpacucli curl
git clone https://github.com/cyborg00222/InfluxHP/
cd InfluxHP
mkdir /root/scripts/
cp hpa* /root/scripts

Install crontab

crontab -e
*/1 * * * * /bin/bash /root/scripts/hpacucli.sh 0
*/1 * * * * /bin/bash /root/scripts/hpasmcli.sh

Now import the Grafana Dashboard and you should be ready to go :)

About

hpasmcli and hpacucli monitoring data to influxdb & grafana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages