add a nicecase instance for PHP-FPM (#6007)

* add single pool based poller for php-fpm
This commit is contained in:
VVelox
2017-02-26 07:46:16 -06:00
committed by Neil Lathwood
parent 7956f94eb8
commit 252d0c1055

View File

@@ -103,6 +103,9 @@ function nicecase($item)
case 'exim-stats':
return 'EXIM Stats';
case 'php-fpm':
return 'PHP-FPM';
default:
return ucfirst($item);
}