elcamlost / checkmk-php-fpm-plugin

9 stars 7 forks source link

Name clash with multiple instances #13

Open jplitza opened 1 year ago

jplitza commented 1 year ago

If there are multiple instances of PHP-FPM running, the pool names need not be unique. For example, on Debian (with the suitable repository), different versions of PHP will by default each have a default pool called "www".

Now I'm not sure what would be a good replacement. The socket path should be unique, but quite lenghty in some circumstances.

I'd have a patch ready for using the socket path: PLUTEX@9d12a8df65cc83816498e5578526099a785820c3 Just would love some better alternative…