Files
librenms-librenms/includes/html/graphs/application/php-fpm-include.php
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
315 B
PHP
Raw Normal View History

<?php
$name = 'php-fpm';
$ds = 'data';
if (isset($vars['phpfpm_pool'])) {
$filename = Rrd::name($device['hostname'], ['app', $name, $app->app_id, 'pools___' . $vars['phpfpm_pool'] . '___' . $stat]);
} else {
$filename = Rrd::name($device['hostname'], ['app', $name, $app->app_id, 'totals___' . $stat]);
}