mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add a nicecase instance for PHP-FPM (#6007)
* add single pool based poller for php-fpm
This commit is contained in:
@@ -103,6 +103,9 @@ function nicecase($item)
|
||||
case 'exim-stats':
|
||||
return 'EXIM Stats';
|
||||
|
||||
case 'php-fpm':
|
||||
return 'PHP-FPM';
|
||||
|
||||
default:
|
||||
return ucfirst($item);
|
||||
}
|
||||
|
Reference in New Issue
Block a user