Skip to content

NetApp Monitor

The following properties may or must be specified in the datasource configuration file to monitor NetApp devices.

Property Default Description
zCommandUsername (none) Your NetApp Filer account username
zCommandPassword (none) Your NetApp Filer account password
zNetAppSSL true for 7-Mode, false for others Encrypt communications with your NetApp server?
zNetAppNumRecordsPerRequest 100 The number of records to get per request
zNetAppMonitoringInterval 300 The number of seconds to wait before sending a request for records
zNetAppOCUMHost (none) The IP address or FQDN of your OnCommand Unified Manager
zNetAppOCUMUser (none) Your OnCommand Unified Manager account username
zNetAppOCUMPassword (none) Your OnCommand Unified Manager account password
zNetAppOCUMEventFilter (see Event filter) The OnCommand Unified Manager events to get

Event filter

The following JSON object is the default value of the zNetAppOCUMEventFilter property. In the datasource file, the property must be delimited by single quote characters.

'{"triggeredTime":"168","limit":"0","impactArea":["Capacity","Configuration","Availability","Performance","Protection"],"impactLevel":["Event","Risk","Incident"],"eventSeverity":["Critical","Error","Warning"]}'
'{
  "triggeredTime": "168",
  "limit": "0",
  "impactArea": [
    "Capacity",
    "Configuration",
    "Availability",
    "Performance",
    "Protection"
  ],
  "impactLevel": [
    "Event",
    "Risk",
    "Incident"
  ],
  "eventSeverity": [
    "Critical",
    "Error",
    "Warning"
  ]
}'

Example

my-netapp.example.com:
  title: My NetApp Filer
  device_class: /Storage/NetApp/C-Mode
  manageIp: 198.51.100.75
  zProperties:
    zNetAppSSL: true
    zCommandUsername: _ZDM_SEC_collector1.my-netapp.example.com.zCommandUsername
    zCommandPassword: _ZDM_SEC_collector1.my-netapp.example.com.zCommandPassword