Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 988 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 988 Bytes

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