Back to the list of connectors

Linux - Network (ip)

Description

This connector enables the monitoring of active network cards on all Linux systems using ip command.

Connector file name: MS_HW_LinuxIPNetwork.hdf

This connector is superseded by:

This connector supersedes:

Target

Typical platform: Any system

Operating system: Linux

Prerequisites

Leverages: Linux system commands (ip)

Technology and protocols: System Commands

This connector requires advanced privileges on the managed host for the command below:

  • ethtool

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 command listed above.

Sample of /etc/sudoers to allow the above command to be run as root by the patrol account:

patrol ALL=(root) NOPASSWD: ethtool

Connector Activation Criteria

The Linux - Network (ip) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Linux
  • The command below succeeds on the monitored host
    • Command: /sbin/ip a
    • Output contains: LOOPBACK (regex)

Monitors

Object Type Collected Parameters Discovered Properties
Network Card, FC Port (MS_HW_NETWORK)
  • Bandwidth Utilization
  • Duplex Mode
  • Error Percent
  • Link Speed
  • Link Status
  • Received Bytes Rate
  • Received Packets Rate
  • Transmitted Bytes Rate
  • Transmitted Packets Rate
  • Logical Address
  • Logical Address Type
  • Physical Address
  • Physical Address Type
No results.