Explorar o código

Moved vocabularies series to its own field.

Frederic G. MARAND %!s(int64=13) %!d(string=hai) anos
pai
achega
8afafcd9c4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      modules/munin_core/munin_core.module

+ 2 - 2
modules/munin_core/munin_core.module

@@ -95,13 +95,13 @@ function munin_core_munin_api_info() {
 
       'vocab_count' => $int + array(
         '#label'    => t('Vocabularies'),
+        '#info'     => t('Vocabularies'),
         '#type'     => MUNIN_API_GAUGE,
-        '#graph'    => 'no',
       ),
       'term_count' => $int + array(
         '#label'    => t('Terms'),
+        '#info'     => t('Total terms across all vocabularies'),
         '#type'     => MUNIN_API_GAUGE,
-        '#negative' => 'vocab_count',
       ),
     ),
   );