Back to the list of connectors

Oracle/Sun Solaris - Environment (prtpicl)

Description

This connector provides environmental information (temperatures, fans, etc.) on several Sun platforms through the prtpicl utility. This connector is mainly to be used on Solaris 10 systems.

Connector file name: MS_HW_SunPrtpicl.hdf

This connector is superseded by:

This connector supersedes:

Target

Typical platform: Oracle/Sun

Operating system: Oracle Solaris

Prerequisites

Leverages: Sun Solaris system commands (prtpicl, etc.)

Technology and protocols: System Commands

Connector Activation Criteria

The Oracle/Sun Solaris - Environment (prtpicl) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Oracle Solaris
  • The command below succeeds on the monitored host
    • Command: /bin/ls /usr/sbin/prtpicl
    • Output contains: ^/usr/sbin/prtpicl$ (regex)
  • The command below succeeds on the monitored host
    • Command: /usr/sbin/prtpicl -v -c temperature-sensor;/usr/sbin/prtpicl -v -c temperature-indicator
    • Output contains: \(Temperature[ ]+[0-9]\)\|\(Condition[ ]+[A-Za-z]\) (regex)
  • The command below succeeds on the monitored host
    • Command: PRTPICLCOUNT=`pgrep prtpicl|wc -l` ; if /bin/test $PRTPICLCOUNT -lt 30; then echo MSHW_prtld_OK; else echo $PRTPICLCOUNT prtpicl processes running - suspect prtld service failure; fi
    • Output contains: MSHW_prtld_OK (regex)

Monitors

Object Type Collected Parameters Discovered Properties
Enclosure (MS_HW_ENCLOSURE)
  • Model
  • Type
Fan (MS_HW_FAN)
  • Speed
  • Speed Percent
  • Status
  • Additional Information 1
  • Speed Percent Warning Threshold
  • Warning Threshold
LED (MS_HW_LED)
  • Status
  • Additional Information 1
  • Status When Blinking
  • Color
  • Status When Off
  • Status When On
Temperature Sensor (MS_HW_TEMPERATURE)
  • Status
  • Temperature
  • Additional Information 1
  • Warning Threshold
Voltage Sensor (MS_HW_VOLTAGE)
  • Status
  • Voltage
  • Additional Information 1
  • Lower Threshold
  • Upper Threshold
No results.