From 7f23c8cfc4df5db36ba90a5fdead2ba43a8ff9bc Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Fri, 19 Apr 2013 13:33:51 -0700 Subject: [PATCH] system/freeboxuptime: move to the system category --- plugins/system/freeboxuptime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system/freeboxuptime b/plugins/system/freeboxuptime index ca8f0922..35062672 100755 --- a/plugins/system/freeboxuptime +++ b/plugins/system/freeboxuptime @@ -81,7 +81,7 @@ fi if [ "$1" = "config" ]; then echo 'graph_title Freebox Uptime' - echo 'graph_category Time' + echo 'graph_category system' echo 'graph_args --base 1000 -l 0 ' echo 'graph_vlabel uptime in days' graph_info="Shows the uptime of your freebox (cache: ${CACHE_HOURS}h"