|
@@ -29,6 +29,7 @@ function munin_core_munin_api_info() {
|
|
|
'munin_core' => array(
|
|
|
'#title' => t('Core user-related statistics'),
|
|
|
'#info' => t('Core statistics regarding users and sessions.'),
|
|
|
+ '#graph_vlabel' => t('Anon/blocked (-) vs Logged/Active (+)'),
|
|
|
|
|
|
'anon_current' => $int + array(
|
|
|
'#label' => t('Sessions, anon'),
|
|
@@ -60,7 +61,7 @@ function munin_core_munin_api_info() {
|
|
|
'munin_core_content' => array(
|
|
|
'#title' => t('Core content statistics'),
|
|
|
'#info' => t('Information about nodes, comments and terms.'),
|
|
|
- '#graph_vlabel' => t('Number of entries'),
|
|
|
+ '#graph_vlabel' => t('Entries unpub(-)/pub(+)'),
|
|
|
|
|
|
'node_count_unpub' => $int + array(
|
|
|
'#label' => t('Nodes, unpublished'),
|