Skip to content

sillent/3par-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

HP 3PAR monitoring util

This util can monitor HP 3PAR chassis throw SSH. Util use Python module paramiko, that means you need install that module before using this script.

The writing of this program was inspired

Usage

Script must be running like this: ./3par-info.py <hostname> <username> <password> <command>

Where:

hostname - IP or domain name of 3PAR CLI management interface
username - user name
password - password
command - guess?       Yes, command that need to be executed

Supporting command for monitoring

  • check_pd That command execute 'showpd' for getting information about Physical disk
  • check_node That command execute 'shownode' for getting information about Node status
  • check_ps That command execute 'shownode' with argument '-ps' for getting information about Power Supply
  • check_vv That command execute 'showvv' for getting information about Virtual Volume
  • check_ld That command execute 'showld' for getting information about Logical Disk

Not implemented command

  • check_port_fc
  • check_cap_fc
  • check_cap_nl

About

3PAR monitoring tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages