Skip to content

Commit

Permalink
Improved online nodes graph in dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismunro committed Feb 16, 2016
1 parent 5c58c64 commit 6e5325e
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -470,10 +470,10 @@ sub dashboard :Local :AdminRole('REPORTS') {
'columns' => 1
},
{
'description' => 'Nodes Online',
'vtitle' => 'ms',
'target' => 'aliasByNode(*.nodes.online,0)',
'columns' => 1
'description' => 'Endpoints Online',
'vtitle' => 'Endpoints',
'target' => 'aliasByNode(stats.gauges.*.nodes.online,2)',
'columns' => 2
},
];

Expand Down

0 comments on commit 6e5325e

Please sign in to comment.