Skip to main content

Juniper EX

Plugin: go.d.plugin Module: snmp

Overview

Monitor Juniper EX (switch) with Netdata over SNMP. Netdata recognizes the device automatically by its sysObjectID (recognized across 44 device identifiers) and collects the metrics this profile declares — on top of the generic SNMP baseline — with no manual OID configuration.

Netdata's SNMP collector matches the device to the juniper-ex.yaml profile via sysObjectID/sysDescr, then polls the OIDs it declares.

This integration is supported on all platforms.

This integration supports multiple instances configured side-by-side.

Default Behavior

Auto-Detection

Auto-detected as Juniper EX via sysObjectID/sysDescr.

Limits

The default configuration for this integration does not impose any limits.

Performance Impact

The default configuration for this integration is not expected to impose a significant performance impact on the system.

Setup

You can configure the snmp collector in two ways:

MethodBest forHow to
UIFast setup without editing filesGo to Nodes → Configure this node → Collectors → Jobs, search for snmp, then click + to add a job.
FileIf you prefer configuring via file, or need to automate deployments (e.g., with Ansible)Edit go.d/snmp.conf and add a job.
important

UI configuration requires paid Netdata Cloud plan.

Prerequisites

SNMP access

SNMP must be enabled on the device and reachable from the Netdata Agent acting as the site's SNMP hub.

Configuration

Options

Configure the SNMP collector with the device hostname and SNMP credentials. See the SNMP collector reference for all options.

via UI

Configure the snmp collector from the Netdata web interface:

  1. Go to Nodes.
  2. Select the node where you want the snmp data-collection job to run and click the (Configure this node). That node will run the data collection.
  3. The Collectors → Jobs view opens by default.
  4. In the Search box, type snmp (or scroll the list) to locate the snmp collector.
  5. Click the + next to the snmp collector to add a new job.
  6. Fill in the job fields, then click Test to verify the configuration and Submit to save.
    • Test runs the job with the provided settings and shows whether data can be collected.
    • If it fails, an error message appears with details (for example, connection refused, timeout, or command execution errors), so you can adjust and retest.

via File

The configuration file name for this integration is go.d/snmp.conf.

The file format is YAML. Generally, the structure is:

update_every: 1
autodetection_retry: 0
jobs:
- name: some_name1
- name: some_name2

You can edit the configuration file using the edit-config script from the Netdata config directory.

cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config go.d/snmp.conf
Examples

There are no configuration examples.

Alerts

There are no alerts configured by default for this integration.

Metrics

On top of the generic SNMP baseline (the Generic SNMP Device integration — interfaces, system, IP/TCP/UDP, host resources), this Juniper EX profile adds the metrics below. Each is collected only where the device exposes the matching OID — inclusion means the profile requests it; availability depends on the device model and software.

173 metrics in 11 groups; each row is a chart context usable in alerts.

GroupMetrics
Network / Firewall2
Network / IP28
Network / Interface83
Network / Routing10
Network / TCP12
Network / UDP6
Network / VirtualChassis14
System / Activity2
System / CPU1
System / Uptime1
Uncategorized14

Network / Firewall

Metric (chart context)UnitScopeDescription
snmp.device_prof_jnxFWCounterByteCountBy/sper firewall_filter_name, counter_name, counter_typeThe number of bytes being counted pertaining to the specified counter. For policers, this field is always zero because policers do…
snmp.device_prof_jnxFWCounterPacketCount{packet}/sper firewall_filter_name, counter_name, counter_typeThe number of packets being counted pertaining to the specified counter or policer

Network / IP

Metric (chart context)UnitScopeDescription
snmp.device_prof_ipSystemStatsHCInBcastPkts{packet}/sper ipversionThe number of IP broadcast datagrams received
snmp.device_prof_ipSystemStatsHCInForwDatagrams{forward}/sper ipversionInput datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to fo…
snmp.device_prof_ipSystemStatsHCInMcastOctetsbit/sper ipversionThe total number of octets received in IP multicast datagrams
snmp.device_prof_ipSystemStatsHCInMcastPkts{packet}/sper ipversionThe number of IP multicast datagrams received
snmp.device_prof_ipSystemStatsHCInOctetsbit/sper ipversionOctets received in input IP datagrams
snmp.device_prof_ipSystemStatsHCInReceives{packet}/sper ipversionInput IP datagrams received
snmp.device_prof_ipSystemStatsHCOutBcastPkts{packet}/sper ipversionThe number of IP broadcast datagrams transmitted
snmp.device_prof_ipSystemStatsHCOutForwDatagrams{packet}/sper ipversionThe number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path…
snmp.device_prof_ipSystemStatsHCOutMcastOctetsbit/sper ipversionThe total number of octets transmitted in IP multicast datagrams
snmp.device_prof_ipSystemStatsHCOutMcastPkts{packet}/sper ipversionThe number of IP multicast datagrams transmitted
snmp.device_prof_ipSystemStatsHCOutOctetsbit/sper ipversionThe total number of octets in IP datagrams delivered to the lower layers for transmission
snmp.device_prof_ipSystemStatsHCOutRequests{packet}/sper ipversionThe total number of IP datagrams that local IP user-protocols including ICMP supplied to IP in requests for transmission
snmp.device_prof_ipSystemStatsHCOutTransmits{packet}/sper ipversionThe total number of IP datagrams that this entity supplied to the lower layers for transmission
snmp.device_prof_ipSystemStatsInAddrErrors{error}/sper ipversionInput IP datagrams discarded due to invalid IP address in header
snmp.device_prof_ipSystemStatsInDiscards{error}/sper ipversionThe number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded
snmp.device_prof_ipSystemStatsInHdrErrors{error}/sper ipversionDiscarded input IP datagrams due to errors in their IP headers
snmp.device_prof_ipSystemStatsInNoRoutes{errors}/sper ipversionInput IP datagrams discarded because no route could be found to transmit them to their destination
snmp.device_prof_ipSystemStatsInTruncatedPkts{error}/sper ipversionInput IP datagrams discarded due to datagram frame not carrying enough data
snmp.device_prof_ipSystemStatsInUnknownProtos{error}/sper ipversionLocally-addressed IP datagrams received successfully but discarded due to an unknown or unsupported protocol
snmp.device_prof_ipSystemStatsOutDiscards{error}/sper ipversionThe number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but wer…
snmp.device_prof_ipSystemStatsOutFragCreates{fragment}/sper ipversionThe number of output datagram fragments that have been generated as a result of IP fragmentation
snmp.device_prof_ipSystemStatsOutFragFails{error}/sper ipversionThe number of IP datagrams that have been discarded because they needed to be fragmented but could not be
snmp.device_prof_ipSystemStatsOutFragOKs{packet}/sper ipversionThe number of IP datagrams that have been successfully fragmented
snmp.device_prof_ipSystemStatsOutFragReqds{packet}/sper ipversionThe number of IP datagrams that would require fragmentation in order to be transmitted
snmp.device_prof_ipSystemStatsOutNoRoutes{error}/sper ipversionThe number of locally generated IP datagrams discarded because no route could be found to transmit them to their destination
snmp.device_prof_ipSystemStatsReasmFails{error}/sper ipversionThe number of failures detected by the IP re-assembly algorithm
snmp.device_prof_ipSystemStatsReasmOKs{packet}/sper ipversionThe number of IP datagrams successfully reassembled
snmp.device_prof_ipSystemStatsReasmReqds{fragment}/sper ipversionThe number of IP fragments received that needed to be reassembled at this interface

Network / Interface

Metric (chart context)UnitScopeDescription
snmp.device_prof_ifAdminStatus{status}per interface, interfaceCurrent administrative state of the interface
snmp.device_prof_ifHighSpeedbit/sper interface, interfaceEstimate of the interface's current bandwidth
snmp.device_prof_ifNumber{interface}deviceNumber of network interfaces regardless of their current state present on this system
snmp.device_prof_ifOperStatus{status}per interface, interfaceCurrent operational state of the interface
snmp.device_prof_ipIfStatsHCInBcastPkts{packet}/sper interface_index, ipversionThe number of IP broadcast datagrams received
snmp.device_prof_ipIfStatsHCInDelivers{packet}/sper interface_index, ipversionThe total number of datagrams successfully delivered to IP user-protocols including ICMP
snmp.device_prof_ipIfStatsHCInForwDatagrams{forward}/sper interface_index, ipversionThe number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find…
snmp.device_prof_ipIfStatsHCInMcastOctetsbit/sper interface_index, ipversionThe total number of octets received in IP multicast datagrams
snmp.device_prof_ipIfStatsHCInMcastPkts{packet}/sper interface_index, ipversionThe number of IP multicast datagrams received
snmp.device_prof_ipIfStatsHCInOctetsbit/sper interface_index, ipversionThe total number of octets received in input IP datagrams, including those received in error
snmp.device_prof_ipIfStatsHCOutBcastPkts{packet}/sper interface_index, ipversionThe number of IP broadcast datagrams transmitted
snmp.device_prof_ipIfStatsHCOutForwDatagrams{packet}/sper interface_index, ipversionThe number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path…
snmp.device_prof_ipIfStatsHCOutMcastOctetsbit/sper interface_index, ipversionThe total number of octets transmitted in IP multicast datagrams
snmp.device_prof_ipIfStatsHCOutMcastPkts{packet}/sper interface_index, ipversionThe number of IP multicast datagrams transmitted
snmp.device_prof_ipIfStatsHCOutOctetsbit/sper interface_index, ipversionThe total number of octets in IP datagrams delivered to the lower layers for transmission
snmp.device_prof_ipIfStatsHCOutRequests{packet}/sper interface_index, ipversionThe total number of IP datagrams that local IP user-protocols including ICMP supplied to IP in requests for transmission
snmp.device_prof_ipIfStatsHCOutTransmits{packet}/sper interface_index, ipversionThe total number of IP datagrams that this entity supplied to the lower layers for transmission
snmp.device_prof_ipIfStatsInAddrErrors{error}/sper interface_index, ipversionThe number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address t…
snmp.device_prof_ipIfStatsInDiscards{error}/sper interface_index, ipversionThe number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded
snmp.device_prof_ipIfStatsInHdrErrors{error}/sper interface_index, ipversionThe number of input IP datagrams discarded due to errors in their IP headers
snmp.device_prof_ipIfStatsInNoRoutes{error}/sper interface_index, ipversionThe number of input IP datagrams discarded because no route could be found to transmit them to their destination
snmp.device_prof_ipIfStatsInTruncatedPkts{error}/sper interface_index, ipversionThe number of input IP datagrams discarded because the datagram frame didn't carry enough data
snmp.device_prof_ipIfStatsInUnknownProtos{error}/sper interface_index, ipversionThe number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol
snmp.device_prof_ipIfStatsOutDiscards{error}/sper interface_index, ipversionThe number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but wer…
snmp.device_prof_ipIfStatsOutFragCreates{fragment}/sper interface_index, ipversionThe number of output datagram fragments that have been generated as a result of IP fragmentation
snmp.device_prof_ipIfStatsOutFragFails{packet}/sper interface_index, ipversionThe number of IP datagrams that have been discarded because they needed to be fragmented but could not be
snmp.device_prof_ipIfStatsOutFragOKs{packet}/sper interface_index, ipversionThe number of IP datagrams that have been successfully fragmented
snmp.device_prof_ipIfStatsOutFragReqds{packet}/sper interface_index, ipversionThe number of IP datagrams that would require fragmentation in order to be transmitted
snmp.device_prof_ipIfStatsReasmFails{error}/sper interface_index, ipversionThe number of failures detected by the IP re-assembly algorithm
snmp.device_prof_ipIfStatsReasmOKs{packet}/sper interface_index, ipversionThe number of IP datagrams successfully reassembled
snmp.device_prof_ipIfStatsReasmReqds{fragment}/sper interface_index, ipversionThe number of IP fragments received that needed to be reassembled at this interface
snmp.device_prof_jnxCosIfsetQstatHpNonTcpRDropByteRateBy/sper interface, queue_numberThe rate at which high PLP non TCP bytes were RED-dropped at the output queue on the given interface
snmp.device_prof_jnxCosIfsetQstatHpNonTcpRDropPktRate{packet}/sper interface, queue_numberThe rate at which high PLP non TCP packets were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatHpNonTcpRedDropBytesByper interface, queue_numberThe total number of high PLP non TCP bytes RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatHpNonTcpRedDropPkts{packet}per interface, queue_numberThe total number of high PLP non TCP packets RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatHpRedDropByteRateBy/sper interface, queue_numberThe rate at which high PLP bytes were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatHpRedDropBytesByper interface, queue_numberThe total number of high PLP bytes RED-dropped at the output queue on the given interface
snmp.device_prof_jnxCosIfsetQstatHpRedDropPktRate{packet}/sper interface, queue_numberThe rate at which high PLP packets were RED-dropped at the output
snmp.device_prof_jnxCosIfsetQstatHpRedDropPkts{packet}per interface, queue_numberThe total number of high PLP packets RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatHpTcpRedDropByteRateBy/sper interface, queue_numberThe rate at which high PLP TCP bytes were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatHpTcpRedDropBytesByper interface, queue_numberThe total number of high PLP TCP bytes RED-dropped at the output queue on the given interface
snmp.device_prof_jnxCosIfsetQstatHpTcpRedDropPktRate{packet}/sper interface, queue_numberThe rate at which high PLP TCP packets were RED-dropped at the output
snmp.device_prof_jnxCosIfsetQstatHpTcpRedDropPkts{packet}per interface, queue_numberThe total number of high PLP TCP packets RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatLpNonTcpRDropByteRateBy/sper interface, queue_numberThe rate at which low PLP non TCP bytes were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatLpNonTcpRDropPktRate{packet}/sper interface, queue_numberThe rate at which low PLP non TCP packets were RED-dropped
snmp.device_prof_jnxCosIfsetQstatLpNonTcpRedDropBytesByper interface, queue_numberThe total number of low PLP non TCP bytes RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatLpNonTcpRedDropPkts{packet}per interface, queue_numberThe total number of low PLP non TCP packets RED-dropped
snmp.device_prof_jnxCosIfsetQstatLpRedDropByteRateBy/sper interface, queue_numberThe rate at which low PLP bytes were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatLpRedDropBytesByper interface, queue_numberThe total number of low PLP bytes RED-dropped at the output queue on the given interface
snmp.device_prof_jnxCosIfsetQstatLpRedDropPktRate{packet}/sper interface, queue_numberThe rate at which low PLP packets were RED-dropped at the output
snmp.device_prof_jnxCosIfsetQstatLpRedDropPkts{packet}per interface, queue_numberThe total number of low PLP packets RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatLpTcpRedDropByteRateBy/sper interface, queue_numberThe rate at which low PLP TCP bytes were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatLpTcpRedDropBytesByper interface, queue_numberThe total number of low PLP TCP bytes RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatLpTcpRedDropPktRate{packet}/sper interface, queue_numberThe rate at which low PLP TCP packets were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatLpTcpRedDropPkts{packet}per interface, queue_numberThe total number of low PLP TCP packets RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatMHpRedDropByteRateBy/sper interface, queue_numberThe rate at which medium-high PLP bytes were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatMHpRedDropBytesByper interface, queue_numberThe total number of medium-high PLP bytes RED-dropped at the output queue on the given interface
snmp.device_prof_jnxCosIfsetQstatMHpRedDropPktRate{packet}/sper interface, queue_numberThe rate at which medium-high PLP packets were RED-dropped at the output
snmp.device_prof_jnxCosIfsetQstatMHpRedDropPkts{packet}per interface, queue_numberThe total number of medium-high PLP packets RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatMLpRedDropByteRateBy/sper interface, queue_numberThe rate at which medium-low PLP bytes were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatMLpRedDropBytesByper interface, queue_numberThe total number of medium-low PLP bytes RED-dropped at the output queue on the given interface
snmp.device_prof_jnxCosIfsetQstatMLpRedDropPktRate{packet}/sper interface, queue_numberThe rate at which medium-low PLP packets were RED-dropped at the output
snmp.device_prof_jnxCosIfsetQstatMLpRedDropPkts{packet}per interface, queue_numberThe total number of medium-low PLP packets RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatQedByteRateBy/sper interface, queue_numberThe rate at which bytes were queued at the output queue
snmp.device_prof_jnxCosIfsetQstatQedBytesByper interface, queue_numberNumber of bytes queued at the output queue
snmp.device_prof_jnxCosIfsetQstatQedPktRate{packet}/sper interface, queue_numberThe rate at which packets were queued at the output queue
snmp.device_prof_jnxCosIfsetQstatQedPkts{packet}per interface, queue_numberThe total number of packets queued at the output queue
snmp.device_prof_jnxCosIfsetQstatRateLimitDropByteRateBy/sper interface, queue_numberThe rate at which bytes are rate-limit dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatRateLimitDropBytesByper interface, queue_numberThe total number of rate-limit dropped bytes at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatRateLimitDropPktRate{packet}/sper interface, queue_numberThe rate at which packets are rate-limit dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatRateLimitDropPkts{packet}per interface, queue_numberThe total number of rate-limit dropped packets at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatTailDropPktRate{packet}/sper interface, queue_numberThe tail drop packet rate for the queue
snmp.device_prof_jnxCosIfsetQstatTailDropPkts{packet}per interface, queue_numberThe number of packets tail dropped at the output queue
snmp.device_prof_jnxCosIfsetQstatTotalRedDropByteRateBy/sper interface, queue_numberThe rate at which bytes were RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatTotalRedDropBytesByper interface, queue_numberThe total number of bytes RED-dropped at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatTotalRedDropPktRate{packet}/sper interface, queue_numberThe most recent estimate of per-second RED-dropped packets at the output queue on the given interface
snmp.device_prof_jnxCosIfsetQstatTotalRedDropPkts{packet}per interface, queue_numberTotal number of packets dropped due to RED at the output on the given interface
snmp.device_prof_jnxCosIfsetQstatTxedByteRateBy/sper interface, queue_numberThe queue's current transmit rate in bytes per second
snmp.device_prof_jnxCosIfsetQstatTxedBytesByper interface, queue_numberNumber of bytes transmitted on the queue
snmp.device_prof_jnxCosIfsetQstatTxedPktRate{packet}/sper interface, queue_numberThe output queue's packet transmit rate
snmp.device_prof_jnxCosIfsetQstatTxedPkts{packet}per interface, queue_numberNumber of packets transmitted on the queue
snmp.device_prof_jnxDcuStatsBytesBy/sper interface, address_family, destination_class_nameThe number of bytes received on this interface, belonging to this address family that match this Destination Class
snmp.device_prof_jnxDcuStatsPackets{packet}/sper interface, address_family, destination_class_nameThe number of packets received on this interface, belonging to this address family that match this Destination Class

Network / Routing

Metric (chart context)UnitScopeDescription
snmp.device_prof_ospfIfLsaCount{advertisement}/sper ospf_ip_addr, neighbor_idThe total number of link-local link state advertisements in this interface's link-local link state database
snmp.device_prof_ospfIfState{status}per ospf_ip_addr, neighbor_idThe OSPF Interface State
snmp.device_prof_ospfNbrEvents{event}/sper neighbor_id, neighbor_ipThe number of times this neighbor relationship has changed state or an error has occurred
snmp.device_prof_ospfNbrLsRetransQLen{message}per neighbor_id, neighbor_ipThe current length of the retransmission queue
snmp.device_prof_ospfNbrState{status}per neighbor_id, neighbor_ipThe state of the relationship with this neighbor
snmp.device_prof_ospfVirtIfLsaCount{advertisement}/sper neighbor_idThe total number of link-local link state advertisements in this virtual interface's link-local link state database
snmp.device_prof_ospfVirtIfState{status}per neighbor_idOSPF virtual interface states
snmp.device_prof_ospfVirtNbrEvents{change}/sper neighbor_id, neighbor_ipThe number of times this virtual link has changed its state or an error has occurred
snmp.device_prof_ospfVirtNbrLsRetransQLen{message}per neighbor_id, neighbor_ipThe current length of the retransmission queue
snmp.device_prof_ospfVirtNbrState{status}per neighbor_id, neighbor_ipThe state of the virtual neighbor relationship

Network / TCP

Metric (chart context)UnitScopeDescription
snmp.device_prof_tcpActiveOpens{transition}/sdeviceTCP connections transitioning from CLOSED to SYN-SENT
snmp.device_prof_tcpAttemptFails{failure}/sdeviceFailed TCP connection attempts
snmp.device_prof_tcpCurrEstab{connection}deviceCurrent TCP connections in ESTABLISHED or CLOSE-WAIT state
snmp.device_prof_tcpEstabResets{reset}/sdeviceTCP connections reset from ESTABLISHED/CLOSE-WAIT
snmp.device_prof_tcpHCInSegs{packet}/sdeviceTCP segments received
snmp.device_prof_tcpHCOutSegs{packet}/sdeviceTCP segments sent
snmp.device_prof_tcpInErrs{error}/sdeviceTCP segments received with errors
snmp.device_prof_tcpInSegs{packet}/sdeviceTCP segments received
snmp.device_prof_tcpOutRsts{reset}/sdeviceTCP segments sent with RST flag
snmp.device_prof_tcpOutSegs{packet}/sdeviceTCP segments sent
snmp.device_prof_tcpPassiveOpens{transition}/sdeviceTCP connections transitioning from LISTEN to SYN-RCVD
snmp.device_prof_tcpRetransSegs{retransmit}/sdeviceTCP segments retransmitted

Network / UDP

Metric (chart context)UnitScopeDescription
snmp.device_prof_udpHCInDatagrams{packet}/sdeviceUDP datagrams received
snmp.device_prof_udpHCOutDatagrams{packet}/sdeviceUDP datagrams sent
snmp.device_prof_udpInDatagrams{packet}/sdeviceUDP datagrams received
snmp.device_prof_udpInErrors{error}/sdeviceUDP datagrams received but couldn't be delivered (not due to missing app)
snmp.device_prof_udpNoPorts{error}/sdeviceUDP datagrams received with no app on the destination port
snmp.device_prof_udpOutDatagrams{packet}/sdeviceUDP datagrams sent

Network / VirtualChassis

Metric (chart context)UnitScopeDescription
snmp.device_prof_jnxVirtualChassisPortCarrierTrans{error}per port_nameTotal number of Carrier errors on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortCollisions{collision}per port_nameTotal number of Collisions on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortInCRCAlignErrors{error}per port_nameTotal number of Input CRC Alignment errors on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortInMcasts{packet}per port_nameTotal number of multicast packets received on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortInOctetsByper port_nameTotal number of octets received on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortInOctets1secRateBy/sper port_nameTotal number of octets received per second on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortInPkts{packet}per port_nameTotal number of packets received on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortInPkts1secRate{packet}/sper port_nameTotal number of packets received per second on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortOutMcasts{packet}per port_nameTotal number of multicast packets sent from the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortOutOctetsByper port_nameTotal number of octets sent on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortOutOctets1secRateBy/sper port_nameTotal number of octets sent per second on the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortOutPkts{packet}per port_nameTotal number of packets sent from the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortOutPkts1secRate{packet}/sper port_nameTotal number of packets sent per second from the virtual-chassis port
snmp.device_prof_jnxVirtualChassisPortUndersizePkts{packet}per port_nameTotal number of Undersize Packets on the virtual-chassis port

System / Activity

Metric (chart context)UnitScopeDescription
snmp.device_prof_hrSystemNumUsers{session}deviceThe number of user sessions for which this host is storing state information. A session is a collection of processes requiring a s…
snmp.device_prof_hrSystemProcesses{process}deviceThe number of process contexts currently loaded or running on this system.

System / CPU

Metric (chart context)UnitScopeDescription
snmp.device_prof_cpu_usage%per cpu_indexThe current CPU utilization

System / Uptime

Metric (chart context)UnitScopeDescription
snmp.device_prof_systemUptimesdeviceTime since the system was last rebooted or powered on.

Uncategorized

Metric (chart context)UnitScopeDescription
snmp.device_prof_hrStorageSizeByper storage_index, rm:storage_type, rm:storage_alloc_unit
snmp.device_prof_hrStorageUsedByper storage_index, rm:storage_type, rm:storage_alloc_unit
snmp.device_prof_lldpStatsRemTablesAgeoutsdevice
snmp.device_prof_lldpStatsRemTablesDeletesdevice
snmp.device_prof_lldpStatsRemTablesDropsdevice
snmp.device_prof_lldpStatsRemTablesInsertsdevice
snmp.device_prof_lldpStatsRemTablesLastChangeTimedevice
snmp.device_prof_lldpStatsRxPortAgeoutsTotalper lldp_loc_port_num
snmp.device_prof_lldpStatsRxPortFramesDiscardedTotalper lldp_loc_port_num
snmp.device_prof_lldpStatsRxPortFramesErrorsper lldp_loc_port_num
snmp.device_prof_lldpStatsRxPortFramesTotalper lldp_loc_port_num
snmp.device_prof_lldpStatsRxPortTLVsDiscardedTotalper lldp_loc_port_num
snmp.device_prof_lldpStatsRxPortTLVsUnrecognizedTotalper lldp_loc_port_num
snmp.device_prof_lldpStatsTxPortFramesTotalper lldp_loc_port_num

Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.