Skip to content

fluent-beats/fluent-bit-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Fluent Bit input plugin that collects Linux host load averages, just like upitime command.

This plugin will only work on hosts running Linux, because it relies on /proc/loadavg file from Procfs.

Requirements

  • Docker
  • Docker image fluent-beats/fluent-bit-plugin-dev

Build

./build.sh

Test

./test.sh

Design

This plugin was desined to collect load averages from any mounted Linux loadavg proc file.

Configurations

This input plugin can be configured using the following parameters:

Key Description Default
interval_sec Interval in seconds to collect data 10
proc_path Path to look for loadavg file /proc