hpe-storage / python-3parclient

This is a python client that talks to the HPE Alletra 9000 and HPE Primera and HPE 3PAR storage array via REST.
Apache License 2.0
48 stars 70 forks source link

How to featch Alert Messaages of 3Par #28

Open sunnyrarora opened 7 years ago

sunnyrarora commented 7 years ago

Hi Team, Is there any command or any way to get the recent 3-par storage alerts Via python-3parclient ?

Thanks Sunny

harisv339 commented 7 years ago

Hello Sunny, python-3parclient is a majorly a python wrapper to the WSAPI that 3PAR natively exposes. And 3PAR WSAPI today includes a rich set of management(provisioning) and monitoring (ops/reporting) API.

The client does NOT integrate in any form with either 3PAR SNMP Alerts OR work as a Syslog eventing server to collect and report on real-time events OR have smarts on its own to define, execute or manage Threshold Alerts by itself.

From 3PAR Converged Infra space, we do provide official plugins to monitoring / Ops products such as the VMWare VROPS (Threshold, Event Alerts) or Micrsofot SCOM (SNMP Alerts). I 'd be curious to know your objective of looking for this capability in python-3parclient, just so I can recommend or point you to the right product or plugin that we may have.

Thanks Hari