Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [2.3.1] - 2026-04-12

### Fixed
- Pools listening on TCP sockets (`host:port`) are now discovered and monitored ([#44](https://github.com/elcamlost/checkmk-php-fpm-plugin/pull/44))

## [2.3.0] - 2026-03-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"See changes here https://raw.githubusercontent.com/elcamlost/checkmk-php-fpm-plugin/master/php-fpm/Changes"
)
DOWNLOAD_URL = "https://github.com/elcamlost/checkmk-php-fpm-plugin"
PLUGIN_VERSION = "2.3.0"
PLUGIN_VERSION = "2.3.1"
CHECKMK_MIN_VERSION = "2.3.0p1"


Expand Down
Loading