Browse Source

Moved vocabularies series to its own field.

Frederic G. MARAND 13 years ago
parent
commit
8afafcd9c4
1 changed files with 2 additions and 2 deletions
  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',
       ),
     ),
   );