Skip to content

Latest commit

 

History

History

net

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

net

The following dashboards are provided for use with data from the Telegraf net input.

Net: Interface Performance

The Interface Performance dashboard allows users to investigate network traffic volume, as well as identify issues related to dropped or errored packets.

Template variables are provided to allow easy selection from the network interface to be viewed.

Net: Interface Performance

Net: Interface Metric Explorer

The Interface Metric Explorer dashboard allows users to explore the various metrics which may be collected for a network interface. The dashboard allows for two sets of host, interface and metrics to be selected, which allows for easy data comparisons.

As the network interface metrics are counters, all queries leverage the non_negative_derivative() function and express values as per second.

Net: Interface Metric Explorer

Telegraf Input Configuration

The following input plugin configuration is required to provide the data for these dashboards.

[[inputs.net]]
  # By default, telegraf gathers stats from any up interface (excluding loopback). Setting interfaces will tell it to
  # gather these explicit interfaces, regardless of status.
  #interfaces = ["eth0"]
  
  # On linux systems telegraf also collects protocol stats. Setting ignore_protocol_stats to true will skip reporting
  # of protocol metrics.
  #ignore_protocol_stats = false