Show full fqdn for apps in graphs
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ angular.module('Application').controller('GraphsController', ['$scope', '$locati
|
|||||||
$scope.installedApps.forEach(function (app) {
|
$scope.installedApps.forEach(function (app) {
|
||||||
targets.push('summarize(collectd.localhost.table-' + app.id + '-memory.gauge-rss, "1min", "avg")');
|
targets.push('summarize(collectd.localhost.table-' + app.id + '-memory.gauge-rss, "1min", "avg")');
|
||||||
targetsInfo.push({
|
targetsInfo.push({
|
||||||
label: app.location || 'bare domain',
|
label: app.fqdn,
|
||||||
color: getRandomColor(),
|
color: getRandomColor(),
|
||||||
app: app
|
app: app
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user