Back to the list of connectors
EMC Isilon (SSH)
Connector file name: MS_HW_EMCIsilon.hdf
Description
This connector discovers the status of an EMC Isilon Storage Cluster
Target
Typical platform: EMC Isilon
Operating system: Storage System
Prerequisites
Relies on: EMC Isilon SSH interface
Technology and protocols: System Commands
This connector requires advanced privileges on the managed host for the commands below:
/usr/bin/isi_for_array/usr/bin/isi
This connector therefore needs to run as root or you need to configure a privilege-escalation mechanism like sudo on the managed host to allow the monitoring account to run the commands listed above.
Sample of /etc/sudoers to allow the above commands to be run as root by the patrol account:
patrol ALL=(root) NOPASSWD: /usr/bin/isi_for_array patrol ALL=(root) NOPASSWD: /usr/bin/isi
Connector Activation Criteria
The EMC Isilon (SSH) connector will be automatically activated, and its status will be reported as OK if all of the criteria below are met:
- The command below succeeds on the monitored host
- Command:
if [ -f /usr/bin/isi ] ; then echo ms_hw_isi_found ; fi - Output contains:
ms_hw_isi_found(regex)
- Command:
- The command below succeeds on the monitored host
- Command:
/bin/zsh -c " /usr/bin/isi_for_array /usr/bin/isi status -w" - Output contains:
Cluster Name:(regex)
- Command:
Monitors
| Object Type | Discovered Properties | Collected Parameters |
|---|---|---|
| Enclosure (MS_HW_ENCLOSURE) |
|
|
| Battery (MS_HW_BATTERY) |
|
|
| Processor (MS_HW_CPU) |
|
|
| Fan (MS_HW_FAN) |
|
|
| Logical Disk, RAID (MS_HW_LOGICALDISK) |
|
|
| Network Card, FC Port (MS_HW_NETWORK) |
|
|
| Physical Disk (MS_HW_PHYSICALDISK) |
|
|
| Power Supply (MS_HW_POWERSUPPLY) |
|
|
| Temperature Sensor (MS_HW_TEMPERATURE) |
|
|
| Voltage Sensor (MS_HW_VOLTAGE) |
|
|