Skip to content

A monit's configuration to monitor HPE SmartArray RAID controllder(s) on VMware ESXi (but not hosted)

License

Notifications You must be signed in to change notification settings

nanorkyo/monit-esxcli-ssacli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

monit-esxcli-ssacli

It is a monitoring tool when changing status of HPE Smart Array RAID informations, for VMware ESXi (6.0 and/or above) via SSH (Remote TSM - technical support mode).

It should be installed to /usr/local/libexec (or /usr/libexec) directory, and you can call it with SERVERNAME(or IP address).

Also, you can setup a monit configuration like following:

monit-esxcli-ssacli.monitrc

CHECK PROGRAM "RAID_esxi.example.jp" WITH PATH "/usr/local/libexec/monit-esxcli-ssacli esxi.example.jp"
  EVERY "0 * * * *"
    ALERT [email protected] ONLY ON { STATUS }
  IF STATUS != 0 THEN ALERT

Tested and Supported VMware ESXi.

  • VMware ESXi 6.0, 6.0U1, 6.0U2, 6.0U3, 6.5, 6.5U1, 6.5U2 with Custom HPE ESXi Image
  • If you use ESXi 5.5 and/or bellow, you should modify the script, like following:
    • sed -e "s/ssacli/hpssacli/g" monit-esxcli-ssacli > monit-esxcli-hpssacli

Tested environments

I confirmed follwoing environments.

  • HP Smart Array P400i (hpssacli)
  • HP Smart Array P410i (hpssacli)
  • HP Smart Array P212 (hpssacli)
  • HP Smart Array P420i (hpssacli)
  • HP Smart Array B120i (hpssacli, ssacli)
  • HP Smart Array P420i (ssacli)
  • HPE Smart Array B140i (ssacli)
  • HPE Smart Array P440ar (ssacli)
  • HPE Smart Array P840 (ssacli)

SEE ALSO

Sponsored

Insight Core Inc. (former Entermotion Inc. / Japanese only)

About

A monit's configuration to monitor HPE SmartArray RAID controllder(s) on VMware ESXi (but not hosted)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages