Fix graph labels for login

master
Lars Vierbergen 7 years ago
parent 6ab5876955
commit 7d75c50869
  1. 4
      EventListener/LoginStatsListener.php

@ -68,10 +68,10 @@ class LoginStatsListener implements EventSubscriberInterface
$event->setMuninConfig('login', [
'graph_title' => 'Authserver logins',
'graph_vlabel' => 'Number of logins',
'graph_vlabel' => 'Events/${graph_period}',
'graph_category' => 'authserver',
'graph_period' => 'minute',
'total.label' => 'Logins per ${graph_period}',
'total.label' => 'Interactive logins',
'total.type' => 'COUNTER'
]);