The Fluent Bit check uses the /api/v1/health endpoint to determine the health status of Fluent Bit.
The health check is performed by a custom script named check_fluentbit_health,
which is located by default at /usr/lib64/nagios/plugins/
This script checks the health of the Fluent Bit service by accessing the API endpoint /api/v1/health,
which provides health status directly from the Fluent Bit service.
By default, localhost and port 2020 are used for the check but you can customize it from hiera:
nagios::check::fluentbit::args: '-H your-fluentbit-host -p your-port-number'
The Fluent Bit check uses the
/api/v1/health
endpoint to determine the health status of Fluent Bit. The health check is performed by a custom script namedcheck_fluentbit_health
, which is located by default at/usr/lib64/nagios/plugins/
This script checks the health of the Fluent Bit service by accessing the API endpoint/api/v1/health
, which provides health status directly from the Fluent Bit service.By default, localhost and port 2020 are used for the check but you can customize it from hiera: nagios::check::fluentbit::args: '-H your-fluentbit-host -p your-port-number'