mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add php-fpm graphs to application overview (#5912) * Rename graph to php-fpm_stats
This commit is contained in:
committed by
Neil Lathwood
parent
9f3ac03233
commit
03d07f978b
@ -132,6 +132,10 @@ $graphs['exim-stats'] = array(
|
||||
'queue'
|
||||
);
|
||||
|
||||
$graphs['php-fpm'] = array(
|
||||
'stats'
|
||||
);
|
||||
|
||||
print_optionbar_start();
|
||||
|
||||
echo "<span style='font-weight: bold;'>Apps</span> » ";
|
||||
|
@ -3,7 +3,7 @@
|
||||
global $config;
|
||||
|
||||
$graphs = array(
|
||||
'php-fpm' => 'PHP-FPM',
|
||||
'php-fpm_stats' => 'PHP-FPM',
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user