From cc12f2dc8de06a9baacf36624e39839acb96e6c8 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 5 Apr 2012 12:55:35 +0000 Subject: [PATCH] add a graph descr git-svn-id: http://www.observium.org/svn/observer/trunk@2957 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/static-config.php b/includes/static-config.php index 5e1b6ccdf..0ee81a04c 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -1024,6 +1024,7 @@ $config['graph_types']['device']['netscaler_tcp_pkts']['order'] = '0'; $config['graph_types']['device']['netscaler_tcp_pkts']['descr'] = 'TCP Packets'; $config['graph_descr']['device_smokeping_in_all'] = "This is an aggregate graph of the incoming smokeping tests to this host. The line corresponds to the average RTT. The shaded area around each line denotes the standard deviation."; +$config['graph_descr']['device_cpu'] = "This is an aggregate graph of all CPUs in the system."; ### Device Types