Skip to content

Releases: elcamlost/checkmk-php-fpm-plugin

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Apr 06:33
2ac0c9b

Fixed

  • Pools listening on TCP sockets (host:port) are now discovered and monitored (#44)

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 15:39
f301cc7

Added

  • New metrics memory_total_rss and memory_avg_rss added. (#40)

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 12:42
5fb3c09

Added

  • Support pm.status_listen socket (PHP-FPM 8.1+) for status requests (#36)
  • Disambiguate pools with duplicate names across multiple PHP-FPM instances (#37)

Fixed

  • Config files and process paths containing non-ASCII characters no longer crash the agent plugin (#34)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 10:16
573743b

Changed

  • Migrate to new plugin API (cmk.agent_based.v2, cmk.rulesets.v1, cmk.graphing.v1) — compatible with Checkmk 2.3+
  • Replace Docker-based packaging with package.py script

Added

  • Graphing definitions for all metrics
  • Unit tests
  • CI workflow

Fixed

  • accepted_conn_per_sec levels now correctly applied (key mismatch with ruleset fixed)
  • version.min_required set to 2.3.0p1

2.0

2.0

Choose a tag to compare

@elcamlost elcamlost released this 15 May 17:54
73309bd

1.0

1.0

Choose a tag to compare

@elcamlost elcamlost released this 04 Mar 05:03
  • checkmk2 compatible
  • add pools autodiscovery

0.20

Choose a tag to compare

@elcamlost elcamlost released this 02 May 19:38
  • add tcp socket support (simon-mueller).
  • fix man page