Back to the list of connectors

Juniper Netscreen (SNMP)

Description

This connector discovers the enclosure, fans, power supplies, temperatures, etc. of Juniper Netscreen Network Switches.

Connector ID: NetscreenChassis

Target

Typical platform: Netscreen

Operating system: Network Device

Prerequisites

Leverages: Juniper SNMP Agent (NETSCREEN-CHASSIS-MIB)

Technology and protocols: SNMP

Examples

CLI

hws HOSTNAME -t network -f NetscreenChassis --snmp v2c --community public

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: network
  selectedConnectors: [ NetscreenChassis ] # Optional, to load only this connector
  snmp:
    version: v1 # Read documentation for v2 and v3
    community: public # or probably something more secure

Connector Activation Criteria

The Juniper Netscreen (SNMP) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • An SNMP Get-Next on the OID 1.3.6.1.4.1.3224.21.1 must return a value in the same subtree

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.status{hw.type="enclosure",state="present"}
  • model
  • type
  • vendor
Battery
  • hw.status{hw.type="battery",state="ok|degraded|failed"}
  • hw.status{hw.type="battery",state="present"}
    Fan
    • hw.status{hw.type="fan",state="ok|degraded|failed"}
    • hw.status{hw.type="fan",state="present"}
      Other Device
      • hw.status{hw.type="other_device",state="ok|degraded|failed"}
      • hw.status{hw.type="other_device",state="present"}
      • info
      Power Supply
      • hw.status{hw.type="power_supply",state="ok|degraded|failed"}
      • hw.status{hw.type="power_supply",state="present"}
        Temperature Sensor
        • hw.status{hw.type="temperature",state="present"}
        • hw.temperature
          No results.