/[smecontribs]/rpms/smeserver-cacti/contribs8/smeserver-cacti-0.8.8b-patch4.patch
ViewVC logotype

Annotation of /rpms/smeserver-cacti/contribs8/smeserver-cacti-0.8.8b-patch4.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Tue Jun 17 18:35:32 2014 UTC (9 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Initial import to v9

1 unnilennium 1.1 diff -up smeserver-cacti-0.8.8b/root/etc/e-smith/db/configuration/migrate/80cacti_sme.sql.patch4 smeserver-cacti-0.8.8b/root/etc/e-smith/db/configuration/migrate/80cacti_sme.sql
2     --- smeserver-cacti-0.8.8b/root/etc/e-smith/db/configuration/migrate/80cacti_sme.sql.patch4 2007-12-03 22:26:35.000000000 -0500
3     +++ smeserver-cacti-0.8.8b/root/etc/e-smith/db/configuration/migrate/80cacti_sme.sql 2013-10-18 17:20:03.000000000 -0400
4     @@ -1,47 +1,57 @@
5     --- MySQL dump 10.9
6     ---
7     --- Host: localhost Database: cacti_sme
8     --- ------------------------------------------------------
9     --- Server version 4.1.20
10     +-- phpMyAdmin SQL Dump
11     +-- version 3.5.8.1
12     +-- http://www.phpmyadmin.net
13     +--
14     +-- Client: localhost
15     +-- Généré le: Ven 18 Octobre 2013 à 17:20
16     +-- Version du serveur: 5.0.95
17     +-- Version de PHP: 5.3.3
18     +
19     +SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
20     +SET time_zone = "+00:00";
21     +
22    
23     /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
24     /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
25     /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
26     /*!40101 SET NAMES utf8 */;
27     -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
28     -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
29     -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
30     -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
31    
32     --
33     --- Table structure for table `cdef`
34     +-- Base de données: `cacti_sme`
35     --
36    
37     -DROP TABLE IF EXISTS `cdef`;
38     -CREATE TABLE `cdef` (
39     +-- --------------------------------------------------------
40     +
41     +--
42     +-- Structure de la table `cdef`
43     +--
44     +
45     +CREATE TABLE IF NOT EXISTS `cdef` (
46     `id` mediumint(8) unsigned NOT NULL auto_increment,
47     `hash` varchar(32) NOT NULL default '',
48     `name` varchar(255) NOT NULL default '',
49     PRIMARY KEY (`id`)
50     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
51     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;
52    
53     --
54     --- Dumping data for table `cdef`
55     +-- Contenu de la table `cdef`
56     --
57    
58     +INSERT INTO `cdef` (`id`, `hash`, `name`) VALUES
59     +(3, '3d352eed9fa8f7b2791205b3273708c7', 'Make Stack Negative'),
60     +(4, 'e961cc8ec04fda6ed4981cf5ad501aa5', 'Make Per 5 Minutes'),
61     +(12, 'f1ac79f05f255c02f914c920f1038c54', 'Total All Data Sources'),
62     +(2, '73f95f8b77b5508157d64047342c421e', 'Turn Bytes into Bits'),
63     +(14, '634a23af5e78af0964e8d33b1a4ed26b', 'Multiply by 1024'),
64     +(15, '068984b5ccdfd2048869efae5166f722', 'Total All Data Sources, Multiply by 1024');
65    
66     -/*!40000 ALTER TABLE `cdef` DISABLE KEYS */;
67     -LOCK TABLES `cdef` WRITE;
68     -INSERT INTO `cdef` (`id`, `hash`, `name`) VALUES (3,'3d352eed9fa8f7b2791205b3273708c7','Make Stack Negative'),(4,'e961cc8ec04fda6ed4981cf5ad501aa5','Make Per 5 Minutes'),(12,'f1ac79f05f255c02f914c920f1038c54','Total All Data Sources'),(2,'73f95f8b77b5508157d64047342c421e','Turn Bytes into Bits'),(14,'634a23af5e78af0964e8d33b1a4ed26b','Multiply by 1024'),(15,'068984b5ccdfd2048869efae5166f722','Total All Data Sources, Multiply by 1024');
69     -UNLOCK TABLES;
70     -/*!40000 ALTER TABLE `cdef` ENABLE KEYS */;
71     +-- --------------------------------------------------------
72    
73     --
74     --- Table structure for table `cdef_items`
75     +-- Structure de la table `cdef_items`
76     --
77    
78     -DROP TABLE IF EXISTS `cdef_items`;
79     -CREATE TABLE `cdef_items` (
80     +CREATE TABLE IF NOT EXISTS `cdef_items` (
81     `id` mediumint(8) unsigned NOT NULL auto_increment,
82     `hash` varchar(32) NOT NULL default '',
83     `cdef_id` mediumint(8) unsigned NOT NULL default '0',
84     @@ -50,96 +60,388 @@ CREATE TABLE `cdef_items` (
85     `value` varchar(150) NOT NULL default '',
86     PRIMARY KEY (`id`),
87     KEY `cdef_id` (`cdef_id`)
88     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
89     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;
90    
91     --
92     --- Dumping data for table `cdef_items`
93     +-- Contenu de la table `cdef_items`
94     --
95    
96     +INSERT INTO `cdef_items` (`id`, `hash`, `cdef_id`, `sequence`, `type`, `value`) VALUES
97     +(7, '9bbf6b792507bb9bb17d2af0970f9be9', 2, 1, 4, 'CURRENT_DATA_SOURCE'),
98     +(9, 'a4b8eb2c3bf4920a3ef571a7a004be53', 2, 2, 6, '8'),
99     +(8, 'caa4e023ac2d7b1c4b4c8c4adfd55dfe', 2, 3, 2, '3'),
100     +(10, 'c888c9fe6b62c26c4bfe23e18991731d', 3, 1, 4, 'CURRENT_DATA_SOURCE'),
101     +(11, '1e1d0b29a94e08b648c8f053715442a0', 3, 3, 2, '3'),
102     +(12, '4355c197998c7f8b285be7821ddc6da4', 3, 2, 6, '-1'),
103     +(13, '40bb7a1143b0f2e2efca14eb356236de', 4, 1, 4, 'CURRENT_DATA_SOURCE'),
104     +(14, '42686ea0925c0220924b7d333599cd67', 4, 3, 2, '3'),
105     +(15, 'faf1b148b2c0e0527362ed5b8ca1d351', 4, 2, 6, '300'),
106     +(16, '0ef6b8a42dc83b4e43e437960fccd2ea', 12, 1, 4, 'ALL_DATA_SOURCES_NODUPS'),
107     +(18, '86370cfa0008fe8c56b28be80ee39a40', 14, 1, 4, 'CURRENT_DATA_SOURCE'),
108     +(19, '9a35cc60d47691af37f6fddf02064e20', 14, 2, 6, '1024'),
109     +(20, '5d7a7941ec0440b257e5598a27dd1688', 14, 3, 2, '3'),
110     +(21, '44fd595c60539ff0f5817731d9f43a85', 15, 1, 4, 'ALL_DATA_SOURCES_NODUPS'),
111     +(22, 'aa38be265e5ac31783e57ce6f9314e9a', 15, 2, 6, '1024'),
112     +(23, '204423d4b2598f1f7252eea19458345c', 15, 3, 2, '3');
113    
114     -/*!40000 ALTER TABLE `cdef_items` DISABLE KEYS */;
115     -LOCK TABLES `cdef_items` WRITE;
116     -INSERT INTO `cdef_items` (`id`, `hash`, `cdef_id`, `sequence`, `type`, `value`) VALUES (7,'9bbf6b792507bb9bb17d2af0970f9be9',2,1,4,'CURRENT_DATA_SOURCE'),(9,'a4b8eb2c3bf4920a3ef571a7a004be53',2,2,6,'8'),(8,'caa4e023ac2d7b1c4b4c8c4adfd55dfe',2,3,2,'3'),(10,'c888c9fe6b62c26c4bfe23e18991731d',3,1,4,'CURRENT_DATA_SOURCE'),(11,'1e1d0b29a94e08b648c8f053715442a0',3,3,2,'3'),(12,'4355c197998c7f8b285be7821ddc6da4',3,2,6,'-1'),(13,'40bb7a1143b0f2e2efca14eb356236de',4,1,4,'CURRENT_DATA_SOURCE'),(14,'42686ea0925c0220924b7d333599cd67',4,3,2,'3'),(15,'faf1b148b2c0e0527362ed5b8ca1d351',4,2,6,'300'),(16,'0ef6b8a42dc83b4e43e437960fccd2ea',12,1,4,'ALL_DATA_SOURCES_NODUPS'),(18,'86370cfa0008fe8c56b28be80ee39a40',14,1,4,'CURRENT_DATA_SOURCE'),(19,'9a35cc60d47691af37f6fddf02064e20',14,2,6,'1024'),(20,'5d7a7941ec0440b257e5598a27dd1688',14,3,2,'3'),(21,'44fd595c60539ff0f5817731d9f43a85',15,1,4,'ALL_DATA_SOURCES_NODUPS'),(22,'aa38be265e5ac31783e57ce6f9314e9a',15,2,6,'1024'),(23,'204423d4b2598f1f7252eea19458345c',15,3,2,'3');
117     -UNLOCK TABLES;
118     -/*!40000 ALTER TABLE `cdef_items` ENABLE KEYS */;
119     +-- --------------------------------------------------------
120    
121     --
122     --- Table structure for table `colors`
123     +-- Structure de la table `colors`
124     --
125    
126     -DROP TABLE IF EXISTS `colors`;
127     -CREATE TABLE `colors` (
128     +CREATE TABLE IF NOT EXISTS `colors` (
129     `id` mediumint(8) unsigned NOT NULL auto_increment,
130     `hex` varchar(6) NOT NULL default '',
131     PRIMARY KEY (`id`)
132     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
133     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=105 ;
134    
135     --
136     --- Dumping data for table `colors`
137     +-- Contenu de la table `colors`
138     --
139    
140     +INSERT INTO `colors` (`id`, `hex`) VALUES
141     +(1, '000000'),
142     +(2, 'FFFFFF'),
143     +(4, 'FAFD9E'),
144     +(5, 'C0C0C0'),
145     +(6, '74C366'),
146     +(7, '6DC8FE'),
147     +(8, 'EA8F00'),
148     +(9, 'FF0000'),
149     +(10, '4444FF'),
150     +(11, 'FF00FF'),
151     +(12, '00FF00'),
152     +(13, '8D85F3'),
153     +(14, 'AD3B6E'),
154     +(15, 'EACC00'),
155     +(16, '12B3B5'),
156     +(17, '157419'),
157     +(18, 'C4FD3D'),
158     +(19, '817C4E'),
159     +(20, '002A97'),
160     +(21, '0000FF'),
161     +(22, '00CF00'),
162     +(24, 'F9FD5F'),
163     +(25, 'FFF200'),
164     +(26, 'CCBB00'),
165     +(27, '837C04'),
166     +(28, 'EAAF00'),
167     +(29, 'FFD660'),
168     +(30, 'FFC73B'),
169     +(31, 'FFAB00'),
170     +(33, 'FF7D00'),
171     +(34, 'ED7600'),
172     +(35, 'FF5700'),
173     +(36, 'EE5019'),
174     +(37, 'B1441E'),
175     +(38, 'FFC3C0'),
176     +(39, 'FF897C'),
177     +(40, 'FF6044'),
178     +(41, 'FF4105'),
179     +(42, 'DA4725'),
180     +(43, '942D0C'),
181     +(44, 'FF3932'),
182     +(45, '862F2F'),
183     +(46, 'FF5576'),
184     +(47, '562B29'),
185     +(48, 'F51D30'),
186     +(49, 'DE0056'),
187     +(50, 'ED5394'),
188     +(51, 'B90054'),
189     +(52, '8F005C'),
190     +(53, 'F24AC8'),
191     +(54, 'E8CDEF'),
192     +(55, 'D8ACE0'),
193     +(56, 'A150AA'),
194     +(57, '750F7D'),
195     +(58, '8D00BA'),
196     +(59, '623465'),
197     +(60, '55009D'),
198     +(61, '3D168B'),
199     +(62, '311F4E'),
200     +(63, 'D2D8F9'),
201     +(64, '9FA4EE'),
202     +(65, '6557D0'),
203     +(66, '4123A1'),
204     +(67, '4668E4'),
205     +(68, '0D006A'),
206     +(69, '00004D'),
207     +(70, '001D61'),
208     +(71, '00234B'),
209     +(72, '002A8F'),
210     +(73, '2175D9'),
211     +(74, '7CB3F1'),
212     +(75, '005199'),
213     +(76, '004359'),
214     +(77, '00A0C1'),
215     +(78, '007283'),
216     +(79, '00BED9'),
217     +(80, 'AFECED'),
218     +(81, '55D6D3'),
219     +(82, '00BBB4'),
220     +(83, '009485'),
221     +(84, '005D57'),
222     +(85, '008A77'),
223     +(86, '008A6D'),
224     +(87, '00B99B'),
225     +(88, '009F67'),
226     +(89, '00694A'),
227     +(90, '00A348'),
228     +(91, '00BF47'),
229     +(92, '96E78A'),
230     +(93, '00BD27'),
231     +(94, '35962B'),
232     +(95, '7EE600'),
233     +(96, '6EA100'),
234     +(97, 'CAF100'),
235     +(98, 'F5F800'),
236     +(99, 'CDCFC4'),
237     +(100, 'BCBEB3'),
238     +(101, 'AAABA1'),
239     +(102, '8F9286'),
240     +(103, '797C6E'),
241     +(104, '2E3127');
242    
243     -/*!40000 ALTER TABLE `colors` DISABLE KEYS */;
244     -LOCK TABLES `colors` WRITE;
245     -INSERT INTO `colors` (`id`, `hex`) VALUES (1,'000000'),(2,'FFFFFF'),(4,'FAFD9E'),(5,'C0C0C0'),(6,'74C366'),(7,'6DC8FE'),(8,'EA8F00'),(9,'FF0000'),(10,'4444FF'),(11,'FF00FF'),(12,'00FF00'),(13,'8D85F3'),(14,'AD3B6E'),(15,'EACC00'),(16,'12B3B5'),(17,'157419'),(18,'C4FD3D'),(19,'817C4E'),(20,'002A97'),(21,'0000FF'),(22,'00CF00'),(24,'F9FD5F'),(25,'FFF200'),(26,'CCBB00'),(27,'837C04'),(28,'EAAF00'),(29,'FFD660'),(30,'FFC73B'),(31,'FFAB00'),(33,'FF7D00'),(34,'ED7600'),(35,'FF5700'),(36,'EE5019'),(37,'B1441E'),(38,'FFC3C0'),(39,'FF897C'),(40,'FF6044'),(41,'FF4105'),(42,'DA4725'),(43,'942D0C'),(44,'FF3932'),(45,'862F2F'),(46,'FF5576'),(47,'562B29'),(48,'F51D30'),(49,'DE0056'),(50,'ED5394'),(51,'B90054'),(52,'8F005C'),(53,'F24AC8'),(54,'E8CDEF'),(55,'D8ACE0'),(56,'A150AA'),(57,'750F7D'),(58,'8D00BA'),(59,'623465'),(60,'55009D'),(61,'3D168B'),(62,'311F4E'),(63,'D2D8F9'),(64,'9FA4EE'),(65,'6557D0'),(66,'4123A1'),(67,'4668E4'),(68,'0D006A'),(69,'00004D'),(70,'001D61'),(71,'00234B'),(72,'002A8F'),(73,'2175D9'),(74,'7CB3F1'),(75,'005199'),(76,'004359'),(77,'00A0C1'),(78,'007283'),(79,'00BED9'),(80,'AFECED'),(81,'55D6D3'),(82,'00BBB4'),(83,'009485'),(84,'005D57'),(85,'008A77'),(86,'008A6D'),(87,'00B99B'),(88,'009F67'),(89,'00694A'),(90,'00A348'),(91,'00BF47'),(92,'96E78A'),(93,'00BD27'),(94,'35962B'),(95,'7EE600'),(96,'6EA100'),(97,'CAF100'),(98,'F5F800'),(99,'CDCFC4'),(100,'BCBEB3'),(101,'AAABA1'),(102,'8F9286'),(103,'797C6E'),(104,'2E3127');
246     -UNLOCK TABLES;
247     -/*!40000 ALTER TABLE `colors` ENABLE KEYS */;
248     +-- --------------------------------------------------------
249    
250     --
251     --- Table structure for table `data_input`
252     +-- Structure de la table `data_input`
253     --
254    
255     -DROP TABLE IF EXISTS `data_input`;
256     -CREATE TABLE `data_input` (
257     +CREATE TABLE IF NOT EXISTS `data_input` (
258     `id` mediumint(8) unsigned NOT NULL auto_increment,
259     `hash` varchar(32) NOT NULL default '',
260     `name` varchar(200) NOT NULL default '',
261     `input_string` varchar(255) default NULL,
262     `type_id` tinyint(2) NOT NULL default '0',
263     PRIMARY KEY (`id`)
264     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
265     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;
266    
267     --
268     --- Dumping data for table `data_input`
269     +-- Contenu de la table `data_input`
270     --
271    
272     +INSERT INTO `data_input` (`id`, `hash`, `name`, `input_string`, `type_id`) VALUES
273     +(1, '3eb92bb845b9660a7445cf9740726522', 'Get SNMP Data', '', 2),
274     +(2, 'bf566c869ac6443b0c75d1c32b5a350e', 'Get SNMP Data (Indexed)', '', 3),
275     +(3, '274f4685461170b9eb1b98d22567ab5e', 'Unix - Get Free Disk Space', '<path_cacti>/scripts/diskfree.sh <partition>', 1),
276     +(4, '95ed0993eb3095f9920d431ac80f4231', 'Unix - Get Load Average', 'perl <path_cacti>/scripts/loadavg_multi.pl', 1),
277     +(5, '79a284e136bb6b061c6f96ec219ac448', 'Unix - Get Logged In Users', 'perl <path_cacti>/scripts/unix_users.pl <username>', 1),
278     +(6, '362e6d4768937c4f899dd21b91ef0ff8', 'Linux - Get Memory Usage', 'perl <path_cacti>/scripts/linux_memory.pl <grepstr>', 1),
279     +(7, 'a637359e0a4287ba43048a5fdf202066', 'Unix - Get System Processes', 'perl <path_cacti>/scripts/unix_processes.pl', 1),
280     +(8, '47d6bfe8be57a45171afd678920bd399', 'Unix - Get TCP Connections', 'perl <path_cacti>/scripts/unix_tcp_connections.pl <grepstr>', 1),
281     +(9, 'cc948e4de13f32b6aea45abaadd287a3', 'Unix - Get Web Hits', 'perl <path_cacti>/scripts/webhits.pl <log_path>', 1),
282     +(10, '8bd153aeb06e3ff89efc73f35849a7a0', 'Unix - Ping Host', 'perl <path_cacti>/scripts/ping.pl <ip>', 1),
283     +(11, '80e9e4c4191a5da189ae26d0e237f015', 'Get Script Data (Indexed)', '', 4),
284     +(12, '332111d8b54ac8ce939af87a7eac0c06', 'Get Script Server Data (Indexed)', '', 6);
285    
286     -/*!40000 ALTER TABLE `data_input` DISABLE KEYS */;
287     -LOCK TABLES `data_input` WRITE;
288     -INSERT INTO `data_input` (`id`, `hash`, `name`, `input_string`, `type_id`) VALUES (1,'3eb92bb845b9660a7445cf9740726522','Get SNMP Data','',2),(2,'bf566c869ac6443b0c75d1c32b5a350e','Get SNMP Data (Indexed)','',3),(3,'274f4685461170b9eb1b98d22567ab5e','Unix - Get Free Disk Space','<path_cacti>/scripts/diskfree.sh <partition>',1),(4,'95ed0993eb3095f9920d431ac80f4231','Unix - Get Load Average','perl <path_cacti>/scripts/loadavg_multi.pl',1),(5,'79a284e136bb6b061c6f96ec219ac448','Unix - Get Logged In Users','perl <path_cacti>/scripts/unix_users.pl <username>',1),(6,'362e6d4768937c4f899dd21b91ef0ff8','Linux - Get Memory Usage','perl <path_cacti>/scripts/linux_memory.pl <grepstr>',1),(7,'a637359e0a4287ba43048a5fdf202066','Unix - Get System Processes','perl <path_cacti>/scripts/unix_processes.pl',1),(8,'47d6bfe8be57a45171afd678920bd399','Unix - Get TCP Connections','perl <path_cacti>/scripts/unix_tcp_connections.pl <grepstr>',1),(9,'cc948e4de13f32b6aea45abaadd287a3','Unix - Get Web Hits','perl <path_cacti>/scripts/webhits.pl <log_path>',1),(10,'8bd153aeb06e3ff89efc73f35849a7a0','Unix - Ping Host','perl <path_cacti>/scripts/ping.pl <ip>',1),(11,'80e9e4c4191a5da189ae26d0e237f015','Get Script Data (Indexed)','',4),(12,'332111d8b54ac8ce939af87a7eac0c06','Get Script Server Data (Indexed)','',6);
289     -UNLOCK TABLES;
290     -/*!40000 ALTER TABLE `data_input` ENABLE KEYS */;
291     +-- --------------------------------------------------------
292    
293     --
294     --- Table structure for table `data_input_data`
295     +-- Structure de la table `data_input_data`
296     --
297    
298     -DROP TABLE IF EXISTS `data_input_data`;
299     -CREATE TABLE `data_input_data` (
300     +CREATE TABLE IF NOT EXISTS `data_input_data` (
301     `data_input_field_id` mediumint(8) unsigned NOT NULL default '0',
302     `data_template_data_id` mediumint(8) unsigned NOT NULL default '0',
303     `t_value` char(2) default NULL,
304     `value` text,
305     - PRIMARY KEY (`data_input_field_id`,`data_template_data_id`)
306     + PRIMARY KEY (`data_input_field_id`,`data_template_data_id`),
307     + KEY `t_value` (`t_value`)
308     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
309    
310     --
311     --- Dumping data for table `data_input_data`
312     +-- Contenu de la table `data_input_data`
313     --
314    
315     +INSERT INTO `data_input_data` (`data_input_field_id`, `data_template_data_id`, `t_value`, `value`) VALUES
316     +(14, 1, 'on', ''),
317     +(13, 1, 'on', ''),
318     +(12, 1, 'on', ''),
319     +(14, 2, 'on', ''),
320     +(13, 2, 'on', ''),
321     +(12, 2, 'on', ''),
322     +(14, 3, 'on', ''),
323     +(13, 3, 'on', ''),
324     +(12, 3, 'on', ''),
325     +(1, 4, '', ''),
326     +(1, 5, '', ''),
327     +(1, 6, '', ''),
328     +(14, 7, 'on', ''),
329     +(13, 7, 'on', ''),
330     +(12, 7, 'on', ''),
331     +(14, 8, 'on', ''),
332     +(13, 8, 'on', ''),
333     +(12, 8, 'on', ''),
334     +(14, 9, 'on', ''),
335     +(13, 9, 'on', ''),
336     +(12, 9, 'on', ''),
337     +(14, 10, 'on', ''),
338     +(13, 10, 'on', ''),
339     +(12, 10, 'on', ''),
340     +(22, 12, '', 'Buffers:'),
341     +(22, 13, '', 'MemFree:'),
342     +(22, 14, '', '^Cached:'),
343     +(22, 15, '', 'SwapFree:'),
344     +(29, 18, '', ''),
345     +(1, 19, '', ''),
346     +(2, 19, '', ''),
347     +(6, 21, '', '.1.3.6.1.2.1.25.3.3.1.2.1'),
348     +(1, 27, '', ''),
349     +(6, 28, '', '.1.3.6.1.4.1.9.9.109.1.1.1.1.3.1'),
350     +(6, 29, '', '.1.3.6.1.4.1.9.9.109.1.1.1.1.4.1'),
351     +(1, 30, '', ''),
352     +(1, 31, '', ''),
353     +(1, 32, '', ''),
354     +(1, 33, '', ''),
355     +(1, 34, '', ''),
356     +(14, 35, 'on', ''),
357     +(13, 35, 'on', ''),
358     +(12, 35, 'on', ''),
359     +(14, 36, 'on', ''),
360     +(13, 36, 'on', ''),
361     +(12, 36, 'on', ''),
362     +(1, 22, '', ''),
363     +(1, 23, '', ''),
364     +(1, 24, '', ''),
365     +(1, 25, '', ''),
366     +(1, 26, '', ''),
367     +(33, 37, 'on', ''),
368     +(32, 37, 'on', ''),
369     +(31, 37, 'on', ''),
370     +(14, 38, 'on', ''),
371     +(13, 38, 'on', ''),
372     +(12, 38, 'on', ''),
373     +(14, 39, 'on', ''),
374     +(13, 39, 'on', ''),
375     +(12, 39, 'on', ''),
376     +(14, 40, 'on', ''),
377     +(13, 40, 'on', ''),
378     +(12, 40, 'on', ''),
379     +(14, 41, 'on', ''),
380     +(13, 41, 'on', ''),
381     +(12, 41, 'on', ''),
382     +(14, 55, 'on', ''),
383     +(13, 55, 'on', ''),
384     +(12, 55, 'on', ''),
385     +(37, 56, 'on', ''),
386     +(36, 56, 'on', ''),
387     +(35, 56, 'on', ''),
388     +(37, 57, 'on', ''),
389     +(36, 57, 'on', ''),
390     +(35, 57, 'on', ''),
391     +(1, 58, '', ''),
392     +(1, 59, '', ''),
393     +(1, 20, '', ''),
394     +(5, 6, '', ''),
395     +(22, 62, NULL, 'MemFree:'),
396     +(22, 63, NULL, 'SwapFree:'),
397     +(4, 6, '', ''),
398     +(3, 6, '', ''),
399     +(2, 6, '', ''),
400     +(6, 69, 'on', ''),
401     +(1, 68, '', ''),
402     +(2, 68, '', ''),
403     +(6, 6, '', '.1.3.6.1.4.1.2021.11.51.0'),
404     +(2, 27, '', ''),
405     +(3, 27, '', ''),
406     +(4, 27, '', ''),
407     +(5, 27, '', ''),
408     +(6, 27, '', '.1.3.6.1.4.1.9.2.1.58.0'),
409     +(2, 59, '', ''),
410     +(3, 59, '', ''),
411     +(4, 59, '', ''),
412     +(5, 59, '', ''),
413     +(6, 59, '', '.1.3.6.1.2.1.25.1.5.0'),
414     +(2, 58, '', ''),
415     +(3, 58, '', ''),
416     +(4, 58, '', ''),
417     +(5, 58, '', ''),
418     +(6, 58, '', '.1.3.6.1.2.1.25.1.6.0'),
419     +(2, 24, '', ''),
420     +(3, 24, '', ''),
421     +(4, 24, '', ''),
422     +(5, 24, '', ''),
423     +(6, 24, '', '.1.3.6.1.4.1.23.2.28.2.5.0'),
424     +(2, 25, '', ''),
425     +(3, 25, '', ''),
426     +(4, 25, '', ''),
427     +(5, 25, '', ''),
428     +(6, 25, '', '.1.3.6.1.4.1.23.2.28.2.6.0'),
429     +(2, 22, '', ''),
430     +(3, 22, '', ''),
431     +(4, 22, '', ''),
432     +(5, 22, '', ''),
433     +(6, 22, '', '.1.3.6.1.4.1.23.2.28.2.1.0'),
434     +(2, 23, '', ''),
435     +(3, 23, '', ''),
436     +(4, 23, '', ''),
437     +(5, 23, '', ''),
438     +(6, 23, '', '.1.3.6.1.4.1.23.2.28.2.2.0'),
439     +(2, 26, '', ''),
440     +(3, 26, '', ''),
441     +(4, 26, '', ''),
442     +(5, 26, '', ''),
443     +(6, 26, '', '.1.3.6.1.4.1.23.2.28.2.7.0'),
444     +(2, 20, '', ''),
445     +(3, 20, '', ''),
446     +(4, 20, '', ''),
447     +(5, 20, '', ''),
448     +(6, 20, '', '.1.3.6.1.4.1.23.2.28.3.2.0'),
449     +(3, 19, '', ''),
450     +(4, 19, '', ''),
451     +(5, 19, '', ''),
452     +(6, 19, '', '.1.3.6.1.4.1.23.2.28.3.1'),
453     +(2, 4, '', ''),
454     +(3, 4, '', ''),
455     +(4, 4, '', ''),
456     +(5, 4, '', ''),
457     +(6, 4, '', '.1.3.6.1.4.1.2021.11.52.0'),
458     +(2, 5, '', ''),
459     +(3, 5, '', ''),
460     +(4, 5, '', ''),
461     +(5, 5, '', ''),
462     +(6, 5, '', '.1.3.6.1.4.1.2021.11.50.0'),
463     +(2, 30, '', ''),
464     +(3, 30, '', ''),
465     +(4, 30, '', ''),
466     +(5, 30, '', ''),
467     +(6, 30, '', '.1.3.6.1.4.1.2021.10.1.3.1'),
468     +(2, 32, '', ''),
469     +(3, 32, '', ''),
470     +(4, 32, '', ''),
471     +(5, 32, '', ''),
472     +(6, 32, '', '.1.3.6.1.4.1.2021.10.1.3.3'),
473     +(2, 31, '', ''),
474     +(3, 31, '', ''),
475     +(4, 31, '', ''),
476     +(5, 31, '', ''),
477     +(6, 31, '', '.1.3.6.1.4.1.2021.10.1.3.2'),
478     +(2, 33, '', ''),
479     +(3, 33, '', ''),
480     +(4, 33, '', ''),
481     +(5, 33, '', ''),
482     +(6, 33, '', '.1.3.6.1.4.1.2021.4.14.0'),
483     +(3, 68, '', ''),
484     +(4, 68, '', ''),
485     +(5, 68, '', ''),
486     +(6, 68, '', '.1.3.6.1.4.1.2021.4.15.0'),
487     +(2, 34, '', ''),
488     +(3, 34, '', ''),
489     +(4, 34, '', ''),
490     +(5, 34, '', ''),
491     +(6, 34, '', '.1.3.6.1.4.1.2021.4.6.0'),
492     +(20, 17, '', ''),
493     +(20, 65, NULL, '');
494    
495     -/*!40000 ALTER TABLE `data_input_data` DISABLE KEYS */;
496     -LOCK TABLES `data_input_data` WRITE;
497     -INSERT INTO `data_input_data` (`data_input_field_id`, `data_template_data_id`, `t_value`, `value`) VALUES (14,1,'on',''),(13,1,'on',''),(12,1,'on',''),(14,2,'on',''),(13,2,'on',''),(12,2,'on',''),(14,3,'on',''),(13,3,'on',''),(12,3,'on',''),(1,4,'',''),(1,5,'',''),(1,6,'',''),(14,7,'on',''),(13,7,'on',''),(12,7,'on',''),(14,8,'on',''),(13,8,'on',''),(12,8,'on',''),(14,9,'on',''),(13,9,'on',''),(12,9,'on',''),(14,10,'on',''),(13,10,'on',''),(12,10,'on',''),(22,12,'','Buffers:'),(22,13,'','MemFree:'),(22,14,'','^Cached:'),(22,15,'','SwapFree:'),(29,18,'',''),(1,19,'',''),(2,19,'',''),(6,21,'','.1.3.6.1.2.1.25.3.3.1.2.1'),(1,27,'',''),(6,28,'','.1.3.6.1.4.1.9.9.109.1.1.1.1.3.1'),(6,29,'','.1.3.6.1.4.1.9.9.109.1.1.1.1.4.1'),(1,30,'',''),(1,31,'',''),(1,32,'',''),(1,33,'',''),(1,34,'',''),(14,35,'on',''),(13,35,'on',''),(12,35,'on',''),(14,36,'on',''),(13,36,'on',''),(12,36,'on',''),(1,22,'',''),(1,23,'',''),(1,24,'',''),(1,25,'',''),(1,26,'',''),(33,37,'on',''),(32,37,'on',''),(31,37,'on',''),(14,38,'on',''),(13,38,'on',''),(12,38,'on',''),(14,39,'on',''),(13,39,'on',''),(12,39,'on',''),(14,40,'on',''),(13,40,'on',''),(12,40,'on',''),(14,41,'on',''),(13,41,'on',''),(12,41,'on',''),(14,55,'on',''),(13,55,'on',''),(12,55,'on',''),(37,56,'on',''),(36,56,'on',''),(35,56,'on',''),(37,57,'on',''),(36,57,'on',''),(35,57,'on',''),(1,58,'',''),(1,59,'',''),(1,20,'',''),(5,6,'',''),(22,62,NULL,'MemFree:'),(22,63,NULL,'SwapFree:'),(4,6,'',''),(3,6,'',''),(2,6,'',''),(6,69,'on',''),(1,68,'',''),(2,68,'',''),(6,6,'','.1.3.6.1.4.1.2021.11.51.0'),(2,27,'',''),(3,27,'',''),(4,27,'',''),(5,27,'',''),(6,27,'','.1.3.6.1.4.1.9.2.1.58.0'),(2,59,'',''),(3,59,'',''),(4,59,'',''),(5,59,'',''),(6,59,'','.1.3.6.1.2.1.25.1.5.0'),(2,58,'',''),(3,58,'',''),(4,58,'',''),(5,58,'',''),(6,58,'','.1.3.6.1.2.1.25.1.6.0'),(2,24,'',''),(3,24,'',''),(4,24,'',''),(5,24,'',''),(6,24,'','.1.3.6.1.4.1.23.2.28.2.5.0'),(2,25,'',''),(3,25,'',''),(4,25,'',''),(5,25,'',''),(6,25,'','.1.3.6.1.4.1.23.2.28.2.6.0'),(2,22,'',''),(3,22,'',''),(4,22,'',''),(5,22,'',''),(6,22,'','.1.3.6.1.4.1.23.2.28.2.1.0'),(2,23,'',''),(3,23,'',''),(4,23,'',''),(5,23,'',''),(6,23,'','.1.3.6.1.4.1.23.2.28.2.2.0'),(2,26,'',''),(3,26,'',''),(4,26,'',''),(5,26,'',''),(6,26,'','.1.3.6.1.4.1.23.2.28.2.7.0'),(2,20,'',''),(3,20,'',''),(4,20,'',''),(5,20,'',''),(6,20,'','.1.3.6.1.4.1.23.2.28.3.2.0'),(3,19,'',''),(4,19,'',''),(5,19,'',''),(6,19,'','.1.3.6.1.4.1.23.2.28.3.1'),(2,4,'',''),(3,4,'',''),(4,4,'',''),(5,4,'',''),(6,4,'','.1.3.6.1.4.1.2021.11.52.0'),(2,5,'',''),(3,5,'',''),(4,5,'',''),(5,5,'',''),(6,5,'','.1.3.6.1.4.1.2021.11.50.0'),(2,30,'',''),(3,30,'',''),(4,30,'',''),(5,30,'',''),(6,30,'','.1.3.6.1.4.1.2021.10.1.3.1'),(2,32,'',''),(3,32,'',''),(4,32,'',''),(5,32,'',''),(6,32,'','.1.3.6.1.4.1.2021.10.1.3.3'),(2,31,'',''),(3,31,'',''),(4,31,'',''),(5,31,'',''),(6,31,'','.1.3.6.1.4.1.2021.10.1.3.2'),(2,33,'',''),(3,33,'',''),(4,33,'',''),(5,33,'',''),(6,33,'','.1.3.6.1.4.1.2021.4.14.0'),(3,68,'',''),(4,68,'',''),(5,68,'',''),(6,68,'','.1.3.6.1.4.1.2021.4.15.0'),(2,34,'',''),(3,34,'',''),(4,34,'',''),(5,34,'',''),(6,34,'','.1.3.6.1.4.1.2021.4.6.0'),(20,17,'',''),(20,65,NULL,'');
498     -UNLOCK TABLES;
499     -/*!40000 ALTER TABLE `data_input_data` ENABLE KEYS */;
500     +-- --------------------------------------------------------
501    
502     --
503     --- Table structure for table `data_input_fields`
504     +-- Structure de la table `data_input_fields`
505     --
506    
507     -DROP TABLE IF EXISTS `data_input_fields`;
508     -CREATE TABLE `data_input_fields` (
509     +CREATE TABLE IF NOT EXISTS `data_input_fields` (
510     `id` mediumint(8) unsigned NOT NULL auto_increment,
511     `hash` varchar(32) NOT NULL default '',
512     `data_input_id` mediumint(8) unsigned NOT NULL default '0',
513     @@ -152,74 +454,156 @@ CREATE TABLE `data_input_fields` (
514     `regexp_match` varchar(200) default NULL,
515     `allow_nulls` char(2) default NULL,
516     PRIMARY KEY (`id`),
517     - KEY `data_input_id` (`data_input_id`)
518     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
519     -
520     ---
521     --- Dumping data for table `data_input_fields`
522     ---
523     + KEY `data_input_id` (`data_input_id`),
524     + KEY `input_output` (`input_output`)
525     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=47 ;
526     +
527     +--
528     +-- Contenu de la table `data_input_fields`
529     +--
530     +
531     +INSERT INTO `data_input_fields` (`id`, `hash`, `data_input_id`, `name`, `data_name`, `input_output`, `update_rra`, `sequence`, `type_code`, `regexp_match`, `allow_nulls`) VALUES
532     +(1, '92f5906c8dc0f964b41f4253df582c38', 1, 'SNMP IP Address', 'management_ip', 'in', '', 0, 'hostname', '', ''),
533     +(2, '32285d5bf16e56c478f5e83f32cda9ef', 1, 'SNMP Community', 'snmp_community', 'in', '', 0, 'snmp_community', '', ''),
534     +(3, 'ad14ac90641aed388139f6ba86a2e48b', 1, 'SNMP Username', 'snmp_username', 'in', '', 0, 'snmp_username', '', 'on'),
535     +(4, '9c55a74bd571b4f00a96fd4b793278c6', 1, 'SNMP Password', 'snmp_password', 'in', '', 0, 'snmp_password', '', 'on'),
536     +(5, '012ccb1d3687d3edb29c002ea66e72da', 1, 'SNMP Version (1, 2, or 3)', 'snmp_version', 'in', '', 0, 'snmp_version', '', 'on'),
537     +(6, '4276a5ec6e3fe33995129041b1909762', 1, 'OID', 'oid', 'in', '', 0, 'snmp_oid', '', ''),
538     +(7, '617cdc8a230615e59f06f361ef6e7728', 2, 'SNMP IP Address', 'management_ip', 'in', '', 0, 'hostname', '', ''),
539     +(8, 'acb449d1451e8a2a655c2c99d31142c7', 2, 'SNMP Community', 'snmp_community', 'in', '', 0, 'snmp_community', '', ''),
540     +(9, 'f4facc5e2ca7ebee621f09bc6d9fc792', 2, 'SNMP Username (v3)', 'snmp_username', 'in', '', 0, 'snmp_username', '', 'on'),
541     +(10, '1cc1493a6781af2c478fa4de971531cf', 2, 'SNMP Password (v3)', 'snmp_password', 'in', '', 0, 'snmp_password', '', 'on'),
542     +(11, 'b5c23f246559df38662c255f4aa21d6b', 2, 'SNMP Version (1, 2, or 3)', 'snmp_version', 'in', '', 0, 'snmp_version', '', ''),
543     +(12, '6027a919c7c7731fbe095b6f53ab127b', 2, 'Index Type', 'index_type', 'in', '', 0, 'index_type', '', ''),
544     +(13, 'cbbe5c1ddfb264a6e5d509ce1c78c95f', 2, 'Index Value', 'index_value', 'in', '', 0, 'index_value', '', ''),
545     +(14, 'e6deda7be0f391399c5130e7c4a48b28', 2, 'Output Type ID', 'output_type', 'in', '', 0, 'output_type', '', ''),
546     +(15, 'edfd72783ad02df128ff82fc9324b4b9', 3, 'Disk Partition', 'partition', 'in', '', 1, '', '', ''),
547     +(16, '8b75fb61d288f0b5fc0bd3056af3689b', 3, 'Kilobytes Free', 'kilobytes', 'out', 'on', 0, '', '', ''),
548     +(17, '363588d49b263d30aecb683c52774f39', 4, '1 Minute Average', '1min', 'out', 'on', 0, '', '', ''),
549     +(18, 'ad139a9e1d69881da36fca07889abf58', 4, '5 Minute Average', '5min', 'out', 'on', 0, '', '', ''),
550     +(19, '5db9fee64824c08258c7ff6f8bc53337', 4, '10 Minute Average', '10min', 'out', 'on', 0, '', '', ''),
551     +(20, 'c0cfd0beae5e79927c5a360076706820', 5, 'Username (Optional)', 'username', 'in', '', 1, '', '', 'on'),
552     +(21, '52c58ad414d9a2a83b00a7a51be75a53', 5, 'Logged In Users', 'users', 'out', 'on', 0, '', '', ''),
553     +(22, '05eb5d710f0814871b8515845521f8d7', 6, 'Grep String', 'grepstr', 'in', '', 1, '', '', ''),
554     +(23, '86cb1cbfde66279dbc7f1144f43a3219', 6, 'Result (in Kilobytes)', 'kilobytes', 'out', 'on', 0, '', '', ''),
555     +(24, 'd5a8dd5fbe6a5af11667c0039af41386', 7, 'Number of Processes', 'proc', 'out', 'on', 0, '', '', ''),
556     +(25, '8848cdcae831595951a3f6af04eec93b', 8, 'Grep String', 'grepstr', 'in', '', 1, '', '', 'on'),
557     +(26, '3d1288d33008430ce354e8b9c162f7ff', 8, 'Connections', 'connections', 'out', 'on', 0, '', '', ''),
558     +(27, 'c6af570bb2ed9c84abf32033702e2860', 9, '(Optional) Log Path', 'log_path', 'in', '', 1, '', '', 'on'),
559     +(28, 'f9389860f5c5340c9b27fca0b4ee5e71', 9, 'Web Hits', 'webhits', 'out', 'on', 0, '', '', ''),
560     +(29, '5fbadb91ad66f203463c1187fe7bd9d5', 10, 'IP Address', 'ip', 'in', '', 1, 'hostname', '', ''),
561     +(30, '6ac4330d123c69067d36a933d105e89a', 10, 'Milliseconds', 'out_ms', 'out', 'on', 0, '', '', ''),
562     +(31, 'd39556ecad6166701bfb0e28c5a11108', 11, 'Index Type', 'index_type', 'in', '', 0, 'index_type', '', ''),
563     +(32, '3b7caa46eb809fc238de6ef18b6e10d5', 11, 'Index Value', 'index_value', 'in', '', 0, 'index_value', '', ''),
564     +(33, '74af2e42dc12956c4817c2ef5d9983f9', 11, 'Output Type ID', 'output_type', 'in', '', 0, 'output_type', '', ''),
565     +(34, '8ae57f09f787656bf4ac541e8bd12537', 11, 'Output Value', 'output', 'out', 'on', 0, '', '', ''),
566     +(35, '172b4b0eacee4948c6479f587b62e512', 12, 'Index Type', 'index_type', 'in', '', 0, 'index_type', '', ''),
567     +(36, '30fb5d5bcf3d66bb5abe88596f357c26', 12, 'Index Value', 'index_value', 'in', '', 0, 'index_value', '', ''),
568     +(37, '31112c85ae4ff821d3b288336288818c', 12, 'Output Type ID', 'output_type', 'in', '', 0, 'output_type', '', ''),
569     +(38, '5be8fa85472d89c621790b43510b5043', 12, 'Output Value', 'output', 'out', 'on', 0, '', '', ''),
570     +(39, 'c1f36ee60c3dc98945556d57f26e475b', 2, 'SNMP Port', 'snmp_port', 'in', '', 0, 'snmp_port', '', ''),
571     +(40, 'fc64b99742ec417cc424dbf8c7692d36', 1, 'SNMP Port', 'snmp_port', 'in', '', 0, 'snmp_port', '', ''),
572     +(41, '20832ce12f099c8e54140793a091af90', 1, 'SNMP Authenticaion Protocol (v3)', 'snmp_auth_protocol', 'in', '', 0, 'snmp_auth_protocol', '', ''),
573     +(42, 'c60c9aac1e1b3555ea0620b8bbfd82cb', 1, 'SNMP Privacy Passphrase (v3)', 'snmp_priv_passphrase', 'in', '', 0, 'snmp_priv_passphrase', '', ''),
574     +(43, 'feda162701240101bc74148415ef415a', 1, 'SNMP Privacy Protocol (v3)', 'snmp_priv_protocol', 'in', '', 0, 'snmp_priv_protocol', '', ''),
575     +(44, '2cf7129ad3ff819a7a7ac189bee48ce8', 2, 'SNMP Authenticaion Protocol (v3)', 'snmp_auth_protocol', 'in', '', 0, 'snmp_auth_protocol', '', ''),
576     +(45, '6b13ac0a0194e171d241d4b06f913158', 2, 'SNMP Privacy Passphrase (v3)', 'snmp_priv_passphrase', 'in', '', 0, 'snmp_priv_passphrase', '', ''),
577     +(46, '3a33d4fc65b8329ab2ac46a36da26b72', 2, 'SNMP Privacy Protocol (v3)', 'snmp_priv_protocol', 'in', '', 0, 'snmp_priv_protocol', '', '');
578    
579     -
580     -/*!40000 ALTER TABLE `data_input_fields` DISABLE KEYS */;
581     -LOCK TABLES `data_input_fields` WRITE;
582     -INSERT INTO `data_input_fields` (`id`, `hash`, `data_input_id`, `name`, `data_name`, `input_output`, `update_rra`, `sequence`, `type_code`, `regexp_match`, `allow_nulls`) VALUES (1,'92f5906c8dc0f964b41f4253df582c38',1,'SNMP IP Address','management_ip','in','',0,'hostname','',''),(2,'32285d5bf16e56c478f5e83f32cda9ef',1,'SNMP Community','snmp_community','in','',0,'snmp_community','',''),(3,'ad14ac90641aed388139f6ba86a2e48b',1,'SNMP Username','snmp_username','in','',0,'snmp_username','','on'),(4,'9c55a74bd571b4f00a96fd4b793278c6',1,'SNMP Password','snmp_password','in','',0,'snmp_password','','on'),(5,'012ccb1d3687d3edb29c002ea66e72da',1,'SNMP Version (1, 2, or 3)','snmp_version','in','',0,'snmp_version','','on'),(6,'4276a5ec6e3fe33995129041b1909762',1,'OID','oid','in','',0,'snmp_oid','',''),(7,'617cdc8a230615e59f06f361ef6e7728',2,'SNMP IP Address','management_ip','in','',0,'hostname','',''),(8,'acb449d1451e8a2a655c2c99d31142c7',2,'SNMP Community','snmp_community','in','',0,'snmp_community','',''),(9,'f4facc5e2ca7ebee621f09bc6d9fc792',2,'SNMP Username (v3)','snmp_username','in','',0,'snmp_username','','on'),(10,'1cc1493a6781af2c478fa4de971531cf',2,'SNMP Password (v3)','snmp_password','in','',0,'snmp_password','','on'),(11,'b5c23f246559df38662c255f4aa21d6b',2,'SNMP Version (1, 2, or 3)','snmp_version','in','',0,'snmp_version','',''),(12,'6027a919c7c7731fbe095b6f53ab127b',2,'Index Type','index_type','in','',0,'index_type','',''),(13,'cbbe5c1ddfb264a6e5d509ce1c78c95f',2,'Index Value','index_value','in','',0,'index_value','',''),(14,'e6deda7be0f391399c5130e7c4a48b28',2,'Output Type ID','output_type','in','',0,'output_type','',''),(15,'edfd72783ad02df128ff82fc9324b4b9',3,'Disk Partition','partition','in','',1,'','',''),(16,'8b75fb61d288f0b5fc0bd3056af3689b',3,'Kilobytes Free','kilobytes','out','on',0,'','',''),(17,'363588d49b263d30aecb683c52774f39',4,'1 Minute Average','1min','out','on',0,'','',''),(18,'ad139a9e1d69881da36fca07889abf58',4,'5 Minute Average','5min','out','on',0,'','',''),(19,'5db9fee64824c08258c7ff6f8bc53337',4,'10 Minute Average','10min','out','on',0,'','',''),(20,'c0cfd0beae5e79927c5a360076706820',5,'Username (Optional)','username','in','',1,'','','on'),(21,'52c58ad414d9a2a83b00a7a51be75a53',5,'Logged In Users','users','out','on',0,'','',''),(22,'05eb5d710f0814871b8515845521f8d7',6,'Grep String','grepstr','in','',1,'','',''),(23,'86cb1cbfde66279dbc7f1144f43a3219',6,'Result (in Kilobytes)','kilobytes','out','on',0,'','',''),(24,'d5a8dd5fbe6a5af11667c0039af41386',7,'Number of Processes','proc','out','on',0,'','',''),(25,'8848cdcae831595951a3f6af04eec93b',8,'Grep String','grepstr','in','',1,'','','on'),(26,'3d1288d33008430ce354e8b9c162f7ff',8,'Connections','connections','out','on',0,'','',''),(27,'c6af570bb2ed9c84abf32033702e2860',9,'(Optional) Log Path','log_path','in','',1,'','','on'),(28,'f9389860f5c5340c9b27fca0b4ee5e71',9,'Web Hits','webhits','out','on',0,'','',''),(29,'5fbadb91ad66f203463c1187fe7bd9d5',10,'IP Address','ip','in','',1,'hostname','',''),(30,'6ac4330d123c69067d36a933d105e89a',10,'Milliseconds','out_ms','out','on',0,'','',''),(31,'d39556ecad6166701bfb0e28c5a11108',11,'Index Type','index_type','in','',0,'index_type','',''),(32,'3b7caa46eb809fc238de6ef18b6e10d5',11,'Index Value','index_value','in','',0,'index_value','',''),(33,'74af2e42dc12956c4817c2ef5d9983f9',11,'Output Type ID','output_type','in','',0,'output_type','',''),(34,'8ae57f09f787656bf4ac541e8bd12537',11,'Output Value','output','out','on',0,'','',''),(35,'172b4b0eacee4948c6479f587b62e512',12,'Index Type','index_type','in','',0,'index_type','',''),(36,'30fb5d5bcf3d66bb5abe88596f357c26',12,'Index Value','index_value','in','',0,'index_value','',''),(37,'31112c85ae4ff821d3b288336288818c',12,'Output Type ID','output_type','in','',0,'output_type','',''),(38,'5be8fa85472d89c621790b43510b5043',12,'Output Value','output','out','on',0,'','',''),(39,'c1f36ee60c3dc98945556d57f26e475b',2,'SNMP Port','snmp_port','in','',0,'snmp_port','',''),(40,'fc64b99742ec417cc424dbf8c7692d36',1,'SNMP Port','snmp_port','in','',0,'snmp_port','',''),(41,'20832ce12f099c8e54140793a091af90',1,'SNMP Authenticaion Protocol (v3)','snmp_auth_protocol','in','',0,'snmp_auth_protocol','',''),(42,'c60c9aac1e1b3555ea0620b8bbfd82cb',1,'SNMP Privacy Passphrase (v3)','snmp_priv_passphrase','in','',0,'snmp_priv_passphrase','',''),(43,'feda162701240101bc74148415ef415a',1,'SNMP Privacy Protocol (v3)','snmp_priv_protocol','in','',0,'snmp_priv_protocol','',''),(44,'2cf7129ad3ff819a7a7ac189bee48ce8',2,'SNMP Authenticaion Protocol (v3)','snmp_auth_protocol','in','',0,'snmp_auth_protocol','',''),(45,'6b13ac0a0194e171d241d4b06f913158',2,'SNMP Privacy Passphrase (v3)','snmp_priv_passphrase','in','',0,'snmp_priv_passphrase','',''),(46,'3a33d4fc65b8329ab2ac46a36da26b72',2,'SNMP Privacy Protocol (v3)','snmp_priv_protocol','in','',0,'snmp_priv_protocol','','');
583     -UNLOCK TABLES;
584     -/*!40000 ALTER TABLE `data_input_fields` ENABLE KEYS */;
585     +-- --------------------------------------------------------
586    
587     --
588     --- Table structure for table `data_local`
589     +-- Structure de la table `data_local`
590     --
591    
592     -DROP TABLE IF EXISTS `data_local`;
593     -CREATE TABLE `data_local` (
594     +CREATE TABLE IF NOT EXISTS `data_local` (
595     `id` mediumint(8) unsigned NOT NULL auto_increment,
596     `data_template_id` mediumint(8) unsigned NOT NULL default '0',
597     `host_id` mediumint(8) unsigned NOT NULL default '0',
598     `snmp_query_id` mediumint(8) NOT NULL default '0',
599     `snmp_index` varchar(255) NOT NULL default '',
600     - PRIMARY KEY (`id`)
601     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
602     + PRIMARY KEY (`id`),
603     + KEY `host_id` (`host_id`)
604     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
605    
606     --
607     --- Dumping data for table `data_local`
608     +-- Contenu de la table `data_local`
609     --
610    
611     +INSERT INTO `data_local` (`id`, `data_template_id`, `host_id`, `snmp_query_id`, `snmp_index`) VALUES
612     +(3, 13, 1, 0, ''),
613     +(4, 15, 1, 0, ''),
614     +(5, 11, 1, 0, ''),
615     +(6, 17, 1, 0, ''),
616     +(7, 16, 1, 0, '');
617    
618     -/*!40000 ALTER TABLE `data_local` DISABLE KEYS */;
619     -LOCK TABLES `data_local` WRITE;
620     -INSERT INTO `data_local` (`id`, `data_template_id`, `host_id`, `snmp_query_id`, `snmp_index`) VALUES (3,13,1,0,''),(4,15,1,0,''),(5,11,1,0,''),(6,17,1,0,''),(7,16,1,0,'');
621     -UNLOCK TABLES;
622     -/*!40000 ALTER TABLE `data_local` ENABLE KEYS */;
623     +-- --------------------------------------------------------
624    
625     --
626     --- Table structure for table `data_template`
627     +-- Structure de la table `data_template`
628     --
629    
630     -DROP TABLE IF EXISTS `data_template`;
631     -CREATE TABLE `data_template` (
632     +CREATE TABLE IF NOT EXISTS `data_template` (
633     `id` mediumint(8) unsigned NOT NULL auto_increment,
634     `hash` varchar(32) NOT NULL default '',
635     `name` varchar(150) NOT NULL default '',
636     PRIMARY KEY (`id`)
637     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
638     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=49 ;
639    
640     --
641     --- Dumping data for table `data_template`
642     +-- Contenu de la table `data_template`
643     --
644    
645     +INSERT INTO `data_template` (`id`, `hash`, `name`) VALUES
646     +(3, 'c8a8f50f5f4a465368222594c5709ede', 'ucd/net - Hard Drive Space'),
647     +(4, 'cdfed2d401723d2f41fc239d4ce249c7', 'ucd/net - CPU Usage - System'),
648     +(5, 'a27e816377d2ac6434a87c494559c726', 'ucd/net - CPU Usage - User'),
649     +(6, 'c06c3d20eccb9598939dc597701ff574', 'ucd/net - CPU Usage - Nice'),
650     +(7, 'a14f2d6f233b05e64263ff03a5b0b386', 'Karlnet - Noise Level'),
651     +(8, 'def1a9019d888ed2ad2e106aa9595ede', 'Karlnet - Signal Level'),
652     +(9, '513a99ae3c9c4413609c1534ffc36eab', 'Karlnet - Wireless Transmits'),
653     +(10, '77404ae93c9cc410f1c2c717e7117378', 'Karlnet - Wireless Re-Transmits'),
654     +(11, '9e72511e127de200733eb502eb818e1d', 'Unix - Load Average'),
655     +(13, 'dc33aa9a8e71fb7c61ec0e7a6da074aa', 'Linux - Memory - Free'),
656     +(15, '41f55087d067142d702dd3c73c98f020', 'Linux - Memory - Free Swap'),
657     +(16, '9b8c92d3c32703900ff7dd653bfc9cd8', 'Unix - Processes'),
658     +(17, 'c221c2164c585b6da378013a7a6a2c13', 'Unix - Logged in Users'),
659     +(18, 'a30a81cb1de65b52b7da542c8df3f188', 'Unix - Ping Host'),
660     +(19, '0de466a1b81dfe581d44ac014b86553a', 'Netware - Total Users'),
661     +(20, 'bbe2da0708103029fbf949817d3a4537', 'Netware - Total Logins'),
662     +(22, 'e4ac5d5fe73e3c773671c6d0498a8d9d', 'Netware - File System Reads'),
663     +(23, 'f29f8c998425eedd249be1e7caf90ceb', 'Netware - File System Writes'),
664     +(24, '7a6216a113e19881e35565312db8a371', 'Netware - Cache Checks'),
665     +(25, '1dbd1251c8e94b334c0e6aeae5ca4b8d', 'Netware - Cache Hits'),
666     +(26, '1a4c5264eb27b5e57acd3160af770a61', 'Netware - Open Files'),
667     +(27, 'e9def3a0e409f517cb804dfeba4ccd90', 'Cisco Router - 5 Minute CPU'),
668     +(30, '9b82d44eb563027659683765f92c9757', 'ucd/net - Load Average - 1 Minute'),
669     +(31, '87847714d19f405ff3c74f3341b3f940', 'ucd/net - Load Average - 5 Minute'),
670     +(32, '308ac157f24e2763f8cd828a80b3e5ff', 'ucd/net - Load Average - 15 Minute'),
671     +(33, '797a3e92b0039841b52e441a2823a6fb', 'ucd/net - Memory - Buffers'),
672     +(34, 'fa15932d3cab0da2ab94c69b1a9f5ca7', 'ucd/net - Memory - Free'),
673     +(35, '6ce4ab04378f9f3b03ee0623abb6479f', 'Netware - Volumes'),
674     +(36, '03060555fab086b8412bbf9951179cd9', 'Netware - Directory Entries'),
675     +(37, 'e4ac6919d4f6f21ec5b281a1d6ac4d4e', 'Unix - Hard Drive Space'),
676     +(38, '36335cd98633963a575b70639cd2fdad', 'Interface - Errors/Discards'),
677     +(39, '2f654f7d69ac71a5d56b1db8543ccad3', 'Interface - Unicast Packets'),
678     +(40, 'c84e511401a747409053c90ba910d0fe', 'Interface - Non-Unicast Packets'),
679     +(41, '6632e1e0b58a565c135d7ff90440c335', 'Interface - Traffic'),
680     +(42, '1d17325f416b262921a0b55fe5f7e31d', 'Netware - CPU Utilization'),
681     +(43, 'd814fa3b79bd0f8933b6e0834d3f16d0', 'Host MIB - Hard Drive Space'),
682     +(44, 'f6e7d21c19434666bbdac00ccef9932f', 'Host MIB - CPU Utilization'),
683     +(45, 'f383db441d1c246cff8482f15e184e5f', 'Host MIB - Processes'),
684     +(46, '2ef027cc76d75720ee5f7a528f0f1fda', 'Host MIB - Logged in Users'),
685     +(47, 'a274deec1f78654dca6c446ba75ebca4', 'ucd/net - Memory - Cache'),
686     +(48, 'd429e4a6019c91e6e84562593c1968ca', 'SNMP - Generic OID Template');
687    
688     -/*!40000 ALTER TABLE `data_template` DISABLE KEYS */;
689     -LOCK TABLES `data_template` WRITE;
690     -INSERT INTO `data_template` (`id`, `hash`, `name`) VALUES (3,'c8a8f50f5f4a465368222594c5709ede','ucd/net - Hard Drive Space'),(4,'cdfed2d401723d2f41fc239d4ce249c7','ucd/net - CPU Usage - System'),(5,'a27e816377d2ac6434a87c494559c726','ucd/net - CPU Usage - User'),(6,'c06c3d20eccb9598939dc597701ff574','ucd/net - CPU Usage - Nice'),(7,'a14f2d6f233b05e64263ff03a5b0b386','Karlnet - Noise Level'),(8,'def1a9019d888ed2ad2e106aa9595ede','Karlnet - Signal Level'),(9,'513a99ae3c9c4413609c1534ffc36eab','Karlnet - Wireless Transmits'),(10,'77404ae93c9cc410f1c2c717e7117378','Karlnet - Wireless Re-Transmits'),(11,'9e72511e127de200733eb502eb818e1d','Unix - Load Average'),(13,'dc33aa9a8e71fb7c61ec0e7a6da074aa','Linux - Memory - Free'),(15,'41f55087d067142d702dd3c73c98f020','Linux - Memory - Free Swap'),(16,'9b8c92d3c32703900ff7dd653bfc9cd8','Unix - Processes'),(17,'c221c2164c585b6da378013a7a6a2c13','Unix - Logged in Users'),(18,'a30a81cb1de65b52b7da542c8df3f188','Unix - Ping Host'),(19,'0de466a1b81dfe581d44ac014b86553a','Netware - Total Users'),(20,'bbe2da0708103029fbf949817d3a4537','Netware - Total Logins'),(22,'e4ac5d5fe73e3c773671c6d0498a8d9d','Netware - File System Reads'),(23,'f29f8c998425eedd249be1e7caf90ceb','Netware - File System Writes'),(24,'7a6216a113e19881e35565312db8a371','Netware - Cache Checks'),(25,'1dbd1251c8e94b334c0e6aeae5ca4b8d','Netware - Cache Hits'),(26,'1a4c5264eb27b5e57acd3160af770a61','Netware - Open Files'),(27,'e9def3a0e409f517cb804dfeba4ccd90','Cisco Router - 5 Minute CPU'),(30,'9b82d44eb563027659683765f92c9757','ucd/net - Load Average - 1 Minute'),(31,'87847714d19f405ff3c74f3341b3f940','ucd/net - Load Average - 5 Minute'),(32,'308ac157f24e2763f8cd828a80b3e5ff','ucd/net - Load Average - 15 Minute'),(33,'797a3e92b0039841b52e441a2823a6fb','ucd/net - Memory - Buffers'),(34,'fa15932d3cab0da2ab94c69b1a9f5ca7','ucd/net - Memory - Free'),(35,'6ce4ab04378f9f3b03ee0623abb6479f','Netware - Volumes'),(36,'03060555fab086b8412bbf9951179cd9','Netware - Directory Entries'),(37,'e4ac6919d4f6f21ec5b281a1d6ac4d4e','Unix - Hard Drive Space'),(38,'36335cd98633963a575b70639cd2fdad','Interface - Errors/Discards'),(39,'2f654f7d69ac71a5d56b1db8543ccad3','Interface - Unicast Packets'),(40,'c84e511401a747409053c90ba910d0fe','Interface - Non-Unicast Packets'),(41,'6632e1e0b58a565c135d7ff90440c335','Interface - Traffic'),(42,'1d17325f416b262921a0b55fe5f7e31d','Netware - CPU Utilization'),(43,'d814fa3b79bd0f8933b6e0834d3f16d0','Host MIB - Hard Drive Space'),(44,'f6e7d21c19434666bbdac00ccef9932f','Host MIB - CPU Utilization'),(45,'f383db441d1c246cff8482f15e184e5f','Host MIB - Processes'),(46,'2ef027cc76d75720ee5f7a528f0f1fda','Host MIB - Logged in Users'),(47,'a274deec1f78654dca6c446ba75ebca4','ucd/net - Memory - Cache'),(48,'d429e4a6019c91e6e84562593c1968ca','SNMP - Generic OID Template');
691     -UNLOCK TABLES;
692     -/*!40000 ALTER TABLE `data_template` ENABLE KEYS */;
693     +-- --------------------------------------------------------
694    
695     --
696     --- Table structure for table `data_template_data`
697     +-- Structure de la table `data_template_data`
698     --
699    
700     -DROP TABLE IF EXISTS `data_template_data`;
701     -CREATE TABLE `data_template_data` (
702     +CREATE TABLE IF NOT EXISTS `data_template_data` (
703     `id` mediumint(8) unsigned NOT NULL auto_increment,
704     `local_data_template_data_id` mediumint(8) unsigned NOT NULL default '0',
705     `local_data_id` mediumint(8) unsigned NOT NULL default '0',
706     @@ -236,26 +620,69 @@ CREATE TABLE `data_template_data` (
707     `t_rra_id` char(2) default NULL,
708     PRIMARY KEY (`id`),
709     KEY `local_data_id` (`local_data_id`),
710     - KEY `data_template_id` (`data_template_id`)
711     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
712     + KEY `data_template_id` (`data_template_id`),
713     + KEY `data_input_id` (`data_input_id`)
714     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=70 ;
715    
716     --
717     --- Dumping data for table `data_template_data`
718     +-- Contenu de la table `data_template_data`
719     --
720    
721     +INSERT INTO `data_template_data` (`id`, `local_data_template_data_id`, `local_data_id`, `data_template_id`, `data_input_id`, `t_name`, `name`, `name_cache`, `data_source_path`, `t_active`, `active`, `t_rrd_step`, `rrd_step`, `t_rra_id`) VALUES
722     +(3, 0, 0, 3, 2, 'on', '|host_description| - Hard Drive Space', '', NULL, '', 'on', '', 300, ''),
723     +(4, 0, 0, 4, 1, '', '|host_description| - CPU Usage - System', '', NULL, '', 'on', '', 300, ''),
724     +(5, 0, 0, 5, 1, '', '|host_description| - CPU Usage - User', '', NULL, '', 'on', '', 300, ''),
725     +(6, 0, 0, 6, 1, '', '|host_description| - CPU Usage - Nice', '', NULL, '', 'on', '', 300, ''),
726     +(7, 0, 0, 7, 2, 'on', '|host_description| - Noise Level', '', NULL, '', 'on', '', 300, ''),
727     +(8, 0, 0, 8, 2, 'on', '|host_description| - Signal Level', '', NULL, '', 'on', '', 300, ''),
728     +(9, 0, 0, 9, 2, 'on', '|host_description| - Wireless Transmits', '', NULL, '', 'on', '', 300, ''),
729     +(10, 0, 0, 10, 2, 'on', '|host_description| - Wireless Re-Transmits', '', NULL, '', 'on', '', 300, ''),
730     +(11, 0, 0, 11, 4, '', '|host_description| - Load Average', '', NULL, '', 'on', '', 300, ''),
731     +(13, 0, 0, 13, 6, '', '|host_description| - Memory - Free', '', NULL, '', 'on', '', 300, ''),
732     +(15, 0, 0, 15, 6, '', '|host_description| - Memory - Free Swap', '', NULL, '', 'on', '', 300, ''),
733     +(16, 0, 0, 16, 7, '', '|host_description| - Processes', '', NULL, '', 'on', '', 300, ''),
734     +(17, 0, 0, 17, 5, '', '|host_description| - Logged in Users', '', NULL, '', 'on', '', 300, ''),
735     +(18, 0, 0, 18, 10, '', '|host_description| - Ping Host', '', NULL, '', 'on', '', 300, ''),
736     +(19, 0, 0, 19, 1, '', '|host_description| - Total Users', '', NULL, '', 'on', '', 300, ''),
737     +(20, 0, 0, 20, 1, '', '|host_description| - Total Logins', '', NULL, '', 'on', '', 300, ''),
738     +(22, 0, 0, 22, 1, '', '|host_description| - File System Reads', '', NULL, '', 'on', '', 300, ''),
739     +(23, 0, 0, 23, 1, '', '|host_description| - File System Writes', '', NULL, '', 'on', '', 300, ''),
740     +(24, 0, 0, 24, 1, '', '|host_description| - Cache Checks', '', NULL, '', 'on', '', 300, ''),
741     +(25, 0, 0, 25, 1, '', '|host_description| - Cache Hits', '', NULL, '', 'on', '', 300, ''),
742     +(26, 0, 0, 26, 1, '', '|host_description| - Open Files', '', NULL, '', 'on', '', 300, ''),
743     +(27, 0, 0, 27, 1, '', '|host_description| - 5 Minute CPU', '', NULL, '', 'on', '', 300, ''),
744     +(30, 0, 0, 30, 1, '', '|host_description| - Load Average - 1 Minute', '', NULL, '', 'on', '', 300, ''),
745     +(31, 0, 0, 31, 1, '', '|host_description| - Load Average - 5 Minute', '', NULL, '', 'on', '', 300, ''),
746     +(32, 0, 0, 32, 1, '', '|host_description| - Load Average - 15 Minute', '', NULL, '', 'on', '', 300, ''),
747     +(33, 0, 0, 33, 1, '', '|host_description| - Memory - Buffers', '', NULL, '', 'on', '', 300, ''),
748     +(34, 0, 0, 34, 1, '', '|host_description| - Memory - Free', '', NULL, '', 'on', '', 300, ''),
749     +(35, 0, 0, 35, 2, 'on', '|host_description| - Volumes', '', NULL, '', 'on', '', 300, ''),
750     +(36, 0, 0, 36, 2, 'on', '|host_description| - Directory Entries', '', NULL, '', 'on', '', 300, ''),
751     +(37, 0, 0, 37, 11, 'on', '|host_description| - Hard Drive Space', '', NULL, '', 'on', '', 300, ''),
752     +(38, 0, 0, 38, 2, 'on', '|host_description| - Errors/Discards', '', NULL, '', 'on', '', 300, ''),
753     +(39, 0, 0, 39, 2, 'on', '|host_description| - Unicast Packets', '', NULL, '', 'on', '', 300, ''),
754     +(40, 0, 0, 40, 2, 'on', '|host_description| - Non-Unicast Packets', '', NULL, '', 'on', '', 300, ''),
755     +(41, 0, 0, 41, 2, 'on', '|host_description| - Traffic', '', NULL, '', 'on', '', 300, ''),
756     +(55, 0, 0, 42, 2, '', '|host_description| - CPU Utilization', '', NULL, '', 'on', '', 300, ''),
757     +(56, 0, 0, 43, 12, '', '|host_description| - Hard Drive Space', '', NULL, '', 'on', '', 300, ''),
758     +(57, 0, 0, 44, 12, '', '|host_description| - CPU Utilization', '', NULL, '', 'on', '', 300, ''),
759     +(58, 0, 0, 45, 1, '', '|host_description| - Processes', '', NULL, '', 'on', '', 300, ''),
760     +(59, 0, 0, 46, 1, '', '|host_description| - Logged in Users', '', NULL, '', 'on', '', 300, ''),
761     +(62, 13, 3, 13, 6, NULL, '|host_description| - Memory - Free', 'Localhost - Memory - Free', '<path_rra>/localhost_mem_buffers_3.rrd', NULL, 'on', NULL, 300, NULL),
762     +(63, 15, 4, 15, 6, NULL, '|host_description| - Memory - Free Swap', 'Localhost - Memory - Free Swap', '<path_rra>/localhost_mem_swap_4.rrd', NULL, 'on', NULL, 300, NULL),
763     +(64, 11, 5, 11, 4, NULL, '|host_description| - Load Average', 'Localhost - Load Average', '<path_rra>/localhost_load_1min_5.rrd', NULL, 'on', NULL, 300, NULL),
764     +(65, 17, 6, 17, 5, NULL, '|host_description| - Logged in Users', 'Localhost - Logged in Users', '<path_rra>/localhost_users_6.rrd', NULL, 'on', NULL, 300, NULL),
765     +(66, 16, 7, 16, 7, NULL, '|host_description| - Processes', 'Localhost - Processes', '<path_rra>/localhost_proc_7.rrd', NULL, 'on', NULL, 300, NULL),
766     +(68, 0, 0, 47, 1, '', '|host_description| - Memory - Cache', '', NULL, '', 'on', '', 300, ''),
767     +(69, 0, 0, 48, 1, 'on', '|host_description| -', '', NULL, '', 'on', '', 300, '');
768    
769     -/*!40000 ALTER TABLE `data_template_data` DISABLE KEYS */;
770     -LOCK TABLES `data_template_data` WRITE;
771     -INSERT INTO `data_template_data` (`id`, `local_data_template_data_id`, `local_data_id`, `data_template_id`, `data_input_id`, `t_name`, `name`, `name_cache`, `data_source_path`, `t_active`, `active`, `t_rrd_step`, `rrd_step`, `t_rra_id`) VALUES (3,0,0,3,2,'on','|host_description| - Hard Drive Space','',NULL,'','on','',300,''),(4,0,0,4,1,'','|host_description| - CPU Usage - System','',NULL,'','on','',300,''),(5,0,0,5,1,'','|host_description| - CPU Usage - User','',NULL,'','on','',300,''),(6,0,0,6,1,'','|host_description| - CPU Usage - Nice','',NULL,'','on','',300,''),(7,0,0,7,2,'on','|host_description| - Noise Level','',NULL,'','on','',300,''),(8,0,0,8,2,'on','|host_description| - Signal Level','',NULL,'','on','',300,''),(9,0,0,9,2,'on','|host_description| - Wireless Transmits','',NULL,'','on','',300,''),(10,0,0,10,2,'on','|host_description| - Wireless Re-Transmits','',NULL,'','on','',300,''),(11,0,0,11,4,'','|host_description| - Load Average','',NULL,'','on','',300,''),(13,0,0,13,6,'','|host_description| - Memory - Free','',NULL,'','on','',300,''),(15,0,0,15,6,'','|host_description| - Memory - Free Swap','',NULL,'','on','',300,''),(16,0,0,16,7,'','|host_description| - Processes','',NULL,'','on','',300,''),(17,0,0,17,5,'','|host_description| - Logged in Users','',NULL,'','on','',300,''),(18,0,0,18,10,'','|host_description| - Ping Host','',NULL,'','on','',300,''),(19,0,0,19,1,'','|host_description| - Total Users','',NULL,'','on','',300,''),(20,0,0,20,1,'','|host_description| - Total Logins','',NULL,'','on','',300,''),(22,0,0,22,1,'','|host_description| - File System Reads','',NULL,'','on','',300,''),(23,0,0,23,1,'','|host_description| - File System Writes','',NULL,'','on','',300,''),(24,0,0,24,1,'','|host_description| - Cache Checks','',NULL,'','on','',300,''),(25,0,0,25,1,'','|host_description| - Cache Hits','',NULL,'','on','',300,''),(26,0,0,26,1,'','|host_description| - Open Files','',NULL,'','on','',300,''),(27,0,0,27,1,'','|host_description| - 5 Minute CPU','',NULL,'','on','',300,''),(30,0,0,30,1,'','|host_description| - Load Average - 1 Minute','',NULL,'','on','',300,''),(31,0,0,31,1,'','|host_description| - Load Average - 5 Minute','',NULL,'','on','',300,''),(32,0,0,32,1,'','|host_description| - Load Average - 15 Minute','',NULL,'','on','',300,''),(33,0,0,33,1,'','|host_description| - Memory - Buffers','',NULL,'','on','',300,''),(34,0,0,34,1,'','|host_description| - Memory - Free','',NULL,'','on','',300,''),(35,0,0,35,2,'on','|host_description| - Volumes','',NULL,'','on','',300,''),(36,0,0,36,2,'on','|host_description| - Directory Entries','',NULL,'','on','',300,''),(37,0,0,37,11,'on','|host_description| - Hard Drive Space','',NULL,'','on','',300,''),(38,0,0,38,2,'on','|host_description| - Errors/Discards','',NULL,'','on','',300,''),(39,0,0,39,2,'on','|host_description| - Unicast Packets','',NULL,'','on','',300,''),(40,0,0,40,2,'on','|host_description| - Non-Unicast Packets','',NULL,'','on','',300,''),(41,0,0,41,2,'on','|host_description| - Traffic','',NULL,'','on','',300,''),(55,0,0,42,2,'','|host_description| - CPU Utilization','',NULL,'','on','',300,''),(56,0,0,43,12,'','|host_description| - Hard Drive Space','',NULL,'','on','',300,''),(57,0,0,44,12,'','|host_description| - CPU Utilization','',NULL,'','on','',300,''),(58,0,0,45,1,'','|host_description| - Processes','',NULL,'','on','',300,''),(59,0,0,46,1,'','|host_description| - Logged in Users','',NULL,'','on','',300,''),(62,13,3,13,6,NULL,'|host_description| - Memory - Free','Localhost - Memory - Free','<path_rra>/localhost_mem_buffers_3.rrd',NULL,'on',NULL,300,NULL),(63,15,4,15,6,NULL,'|host_description| - Memory - Free Swap','Localhost - Memory - Free Swap','<path_rra>/localhost_mem_swap_4.rrd',NULL,'on',NULL,300,NULL),(64,11,5,11,4,NULL,'|host_description| - Load Average','Localhost - Load Average','<path_rra>/localhost_load_1min_5.rrd',NULL,'on',NULL,300,NULL),(65,17,6,17,5,NULL,'|host_description| - Logged in Users','Localhost - Logged in Users','<path_rra>/localhost_users_6.rrd',NULL,'on',NULL,300,NULL),(66,16,7,16,7,NULL,'|host_description| - Processes','Localhost - Processes','<path_rra>/localhost_proc_7.rrd',NULL,'on',NULL,300,NULL),(68,0,0,47,1,'','|host_description| - Memory - Cache','',NULL,'','on','',300,''),(69,0,0,48,1,'on','|host_description| -','',NULL,'','on','',300,'');
772     -UNLOCK TABLES;
773     -/*!40000 ALTER TABLE `data_template_data` ENABLE KEYS */;
774     +-- --------------------------------------------------------
775    
776     --
777     --- Table structure for table `data_template_data_rra`
778     +-- Structure de la table `data_template_data_rra`
779     --
780    
781     -DROP TABLE IF EXISTS `data_template_data_rra`;
782     -CREATE TABLE `data_template_data_rra` (
783     +CREATE TABLE IF NOT EXISTS `data_template_data_rra` (
784     `data_template_data_id` mediumint(8) unsigned NOT NULL default '0',
785     `rra_id` mediumint(8) unsigned NOT NULL default '0',
786     PRIMARY KEY (`data_template_data_id`,`rra_id`),
787     @@ -263,22 +690,202 @@ CREATE TABLE `data_template_data_rra` (
788     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
789    
790     --
791     --- Dumping data for table `data_template_data_rra`
792     +-- Contenu de la table `data_template_data_rra`
793     --
794    
795     +INSERT INTO `data_template_data_rra` (`data_template_data_id`, `rra_id`) VALUES
796     +(3, 1),
797     +(3, 2),
798     +(3, 3),
799     +(3, 4),
800     +(4, 1),
801     +(4, 2),
802     +(4, 3),
803     +(4, 4),
804     +(5, 1),
805     +(5, 2),
806     +(5, 3),
807     +(5, 4),
808     +(6, 1),
809     +(6, 2),
810     +(6, 3),
811     +(6, 4),
812     +(7, 1),
813     +(7, 2),
814     +(7, 3),
815     +(7, 4),
816     +(8, 1),
817     +(8, 2),
818     +(8, 3),
819     +(8, 4),
820     +(9, 1),
821     +(9, 2),
822     +(9, 3),
823     +(9, 4),
824     +(10, 1),
825     +(10, 2),
826     +(10, 3),
827     +(10, 4),
828     +(11, 1),
829     +(11, 2),
830     +(11, 3),
831     +(11, 4),
832     +(13, 1),
833     +(13, 2),
834     +(13, 3),
835     +(13, 4),
836     +(15, 1),
837     +(15, 2),
838     +(15, 3),
839     +(15, 4),
840     +(16, 1),
841     +(16, 2),
842     +(16, 3),
843     +(16, 4),
844     +(17, 1),
845     +(17, 2),
846     +(17, 3),
847     +(17, 4),
848     +(18, 1),
849     +(18, 2),
850     +(18, 3),
851     +(18, 4),
852     +(19, 1),
853     +(19, 2),
854     +(19, 3),
855     +(19, 4),
856     +(20, 1),
857     +(20, 2),
858     +(20, 3),
859     +(20, 4),
860     +(22, 1),
861     +(22, 2),
862     +(22, 3),
863     +(22, 4),
864     +(23, 1),
865     +(23, 2),
866     +(23, 3),
867     +(23, 4),
868     +(24, 1),
869     +(24, 2),
870     +(24, 3),
871     +(24, 4),
872     +(25, 1),
873     +(25, 2),
874     +(25, 3),
875     +(25, 4),
876     +(26, 1),
877     +(26, 2),
878     +(26, 3),
879     +(26, 4),
880     +(27, 1),
881     +(27, 2),
882     +(27, 3),
883     +(27, 4),
884     +(30, 1),
885     +(30, 2),
886     +(30, 3),
887     +(30, 4),
888     +(31, 1),
889     +(31, 2),
890     +(31, 3),
891     +(31, 4),
892     +(32, 1),
893     +(32, 2),
894     +(32, 3),
895     +(32, 4),
896     +(33, 1),
897     +(33, 2),
898     +(33, 3),
899     +(33, 4),
900     +(34, 1),
901     +(34, 2),
902     +(34, 3),
903     +(34, 4),
904     +(35, 1),
905     +(35, 2),
906     +(35, 3),
907     +(35, 4),
908     +(36, 1),
909     +(36, 2),
910     +(36, 3),
911     +(36, 4),
912     +(37, 1),
913     +(37, 2),
914     +(37, 3),
915     +(37, 4),
916     +(38, 1),
917     +(38, 2),
918     +(38, 3),
919     +(38, 4),
920     +(39, 1),
921     +(39, 2),
922     +(39, 3),
923     +(39, 4),
924     +(40, 1),
925     +(40, 2),
926     +(40, 3),
927     +(40, 4),
928     +(41, 1),
929     +(41, 2),
930     +(41, 3),
931     +(41, 4),
932     +(55, 1),
933     +(55, 2),
934     +(55, 3),
935     +(55, 4),
936     +(56, 1),
937     +(56, 2),
938     +(56, 3),
939     +(56, 4),
940     +(57, 1),
941     +(57, 2),
942     +(57, 3),
943     +(57, 4),
944     +(58, 1),
945     +(58, 2),
946     +(58, 3),
947     +(58, 4),
948     +(59, 1),
949     +(59, 2),
950     +(59, 3),
951     +(59, 4),
952     +(62, 1),
953     +(62, 2),
954     +(62, 3),
955     +(62, 4),
956     +(63, 1),
957     +(63, 2),
958     +(63, 3),
959     +(63, 4),
960     +(64, 1),
961     +(64, 2),
962     +(64, 3),
963     +(64, 4),
964     +(65, 1),
965     +(65, 2),
966     +(65, 3),
967     +(65, 4),
968     +(66, 1),
969     +(66, 2),
970     +(66, 3),
971     +(66, 4),
972     +(68, 1),
973     +(68, 2),
974     +(68, 3),
975     +(68, 4),
976     +(69, 1),
977     +(69, 2),
978     +(69, 3),
979     +(69, 4);
980    
981     -/*!40000 ALTER TABLE `data_template_data_rra` DISABLE KEYS */;
982     -LOCK TABLES `data_template_data_rra` WRITE;
983     -INSERT INTO `data_template_data_rra` (`data_template_data_id`, `rra_id`) VALUES (3,1),(3,2),(3,3),(3,4),(4,1),(4,2),(4,3),(4,4),(5,1),(5,2),(5,3),(5,4),(6,1),(6,2),(6,3),(6,4),(7,1),(7,2),(7,3),(7,4),(8,1),(8,2),(8,3),(8,4),(9,1),(9,2),(9,3),(9,4),(10,1),(10,2),(10,3),(10,4),(11,1),(11,2),(11,3),(11,4),(13,1),(13,2),(13,3),(13,4),(15,1),(15,2),(15,3),(15,4),(16,1),(16,2),(16,3),(16,4),(17,1),(17,2),(17,3),(17,4),(18,1),(18,2),(18,3),(18,4),(19,1),(19,2),(19,3),(19,4),(20,1),(20,2),(20,3),(20,4),(22,1),(22,2),(22,3),(22,4),(23,1),(23,2),(23,3),(23,4),(24,1),(24,2),(24,3),(24,4),(25,1),(25,2),(25,3),(25,4),(26,1),(26,2),(26,3),(26,4),(27,1),(27,2),(27,3),(27,4),(30,1),(30,2),(30,3),(30,4),(31,1),(31,2),(31,3),(31,4),(32,1),(32,2),(32,3),(32,4),(33,1),(33,2),(33,3),(33,4),(34,1),(34,2),(34,3),(34,4),(35,1),(35,2),(35,3),(35,4),(36,1),(36,2),(36,3),(36,4),(37,1),(37,2),(37,3),(37,4),(38,1),(38,2),(38,3),(38,4),(39,1),(39,2),(39,3),(39,4),(40,1),(40,2),(40,3),(40,4),(41,1),(41,2),(41,3),(41,4),(55,1),(55,2),(55,3),(55,4),(56,1),(56,2),(56,3),(56,4),(57,1),(57,2),(57,3),(57,4),(58,1),(58,2),(58,3),(58,4),(59,1),(59,2),(59,3),(59,4),(62,1),(62,2),(62,3),(62,4),(63,1),(63,2),(63,3),(63,4),(64,1),(64,2),(64,3),(64,4),(65,1),(65,2),(65,3),(65,4),(66,1),(66,2),(66,3),(66,4),(68,1),(68,2),(68,3),(68,4),(69,1),(69,2),(69,3),(69,4);
984     -UNLOCK TABLES;
985     -/*!40000 ALTER TABLE `data_template_data_rra` ENABLE KEYS */;
986     +-- --------------------------------------------------------
987    
988     --
989     --- Table structure for table `data_template_rrd`
990     +-- Structure de la table `data_template_rrd`
991     --
992    
993     -DROP TABLE IF EXISTS `data_template_rrd`;
994     -CREATE TABLE `data_template_rrd` (
995     +CREATE TABLE IF NOT EXISTS `data_template_rrd` (
996     `id` mediumint(8) unsigned NOT NULL auto_increment,
997     `hash` varchar(32) NOT NULL default '',
998     `local_data_template_rrd_id` mediumint(8) unsigned NOT NULL default '0',
999     @@ -297,27 +904,86 @@ CREATE TABLE `data_template_rrd` (
1000     `t_data_input_field_id` char(2) default NULL,
1001     `data_input_field_id` mediumint(8) unsigned NOT NULL default '0',
1002     PRIMARY KEY (`id`),
1003     + UNIQUE KEY `duplicate_dsname_contraint` (`local_data_id`,`data_source_name`,`data_template_id`),
1004     KEY `local_data_id` (`local_data_id`),
1005     KEY `data_template_id` (`data_template_id`)
1006     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
1007     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=97 ;
1008    
1009     --
1010     --- Dumping data for table `data_template_rrd`
1011     +-- Contenu de la table `data_template_rrd`
1012     --
1013    
1014     +INSERT INTO `data_template_rrd` (`id`, `hash`, `local_data_template_rrd_id`, `local_data_id`, `data_template_id`, `t_rrd_maximum`, `rrd_maximum`, `t_rrd_minimum`, `rrd_minimum`, `t_rrd_heartbeat`, `rrd_heartbeat`, `t_data_source_type_id`, `data_source_type_id`, `t_data_source_name`, `data_source_name`, `t_data_input_field_id`, `data_input_field_id`) VALUES
1015     +(3, '2d53f9c76767a2ae8909f4152fd473a4', 0, 0, 3, '', '0', '', '0', '', 600, '', 1, '', 'hdd_free', '', 0),
1016     +(4, '93d91aa7a3cc5473e7b195d5d6e6e675', 0, 0, 3, '', '0', '', '0', '', 600, '', 1, '', 'hdd_used', '', 0),
1017     +(5, '7bee7987bbf30a3bc429d2a67c6b2595', 0, 0, 4, '', '100', '', '0', '', 600, '', 2, '', 'cpu_system', '', 0),
1018     +(6, 'ddccd7fbdece499da0235b4098b87f9e', 0, 0, 5, '', '100', '', '0', '', 600, '', 2, '', 'cpu_user', '', 0),
1019     +(7, '122ab2097f8c6403b7b90cde7b9e2bc2', 0, 0, 6, '', '100', '', '0', '', 600, '', 2, '', 'cpu_nice', '', 0),
1020     +(8, '34f50c820092ea0fecba25b4b94a7946', 0, 0, 7, '', '100', '', '0', '', 600, '', 1, '', 'wrls_noise', '', 0),
1021     +(9, '830b811d1834e5ba0e2af93bd92db057', 0, 0, 8, '', '100', '', '0', '', 600, '', 1, '', 'wrls_signal', '', 0),
1022     +(10, '2f1b016a2465eef3f7369f6313cd4a94', 0, 0, 9, '', '1000000', '', '0', '', 600, '', 2, '', 'wrls_transmits', '', 0),
1023     +(11, '28ffcecaf8b50e49f676f2d4a822685d', 0, 0, 10, '', '1000000', '', '0', '', 600, '', 2, '', 'wrls_retransmits', '', 0),
1024     +(12, '8175ca431c8fe50efff5a1d3ae51b55d', 0, 0, 11, '', '500', '', '0', '', 600, '', 1, '', 'load_1min', '', 17),
1025     +(13, 'a2eeb8acd6ea01cd0e3ac852965c0eb6', 0, 0, 11, '', '500', '', '0', '', 600, '', 1, '', 'load_5min', '', 18),
1026     +(14, '9f951b7fb3b19285a411aebb5254a831', 0, 0, 11, '', '500', '', '0', '', 600, '', 1, '', 'load_15min', '', 19),
1027     +(16, 'a4df3de5238d3beabee1a2fe140d3d80', 0, 0, 13, '', '0', '', '0', '', 600, '', 1, '', 'mem_buffers', '', 23),
1028     +(18, '7fea6acc9b1a19484b4cb4cef2b6c5da', 0, 0, 15, '', '0', '', '0', '', 600, '', 1, '', 'mem_swap', '', 23),
1029     +(19, 'f1ba3a5b17b95825021241398bb0f277', 0, 0, 16, '', '1000', '', '0', '', 600, '', 1, '', 'proc', '', 24),
1030     +(20, '46a5afe8e6c0419172c76421dc9e304a', 0, 0, 17, '', '500', '', '0', '', 600, '', 1, '', 'users', '', 21),
1031     +(21, '962fd1994fe9cae87fb36436bdb8a742', 0, 0, 18, '', '5000', '', '0', '', 600, '', 1, '', 'ping', '', 30),
1032     +(22, '7a8dd1111a8624369906bf2cd6ea9ca9', 0, 0, 19, '', '100000', '', '0', '', 600, '', 1, '', 'total_users', '', 0),
1033     +(23, 'ddb6e74d34d2f1969ce85f809dbac23d', 0, 0, 20, '', '100000', '', '0', '', 600, '', 1, '', 'total_logins', '', 0),
1034     +(25, '289311d10336941d33d9a1c48a7b11ee', 0, 0, 22, '', '10000000', '', '0', '', 600, '', 2, '', 'fs_reads', '', 0),
1035     +(26, '02216f036cca04655ee2f67fedb6f4f0', 0, 0, 23, '', '10000000', '', '0', '', 600, '', 2, '', 'fs_writes', '', 0),
1036     +(27, '9e402c0f29131ef7139c20bd500b4e8a', 0, 0, 24, '', '10000000', '', '0', '', 600, '', 2, '', 'cache_checks', '', 0),
1037     +(28, '46717dfe3c8c030d8b5ec0874f9dbdca', 0, 0, 25, '', '1000000', '', '0', '', 600, '', 2, '', 'cache_hits', '', 0),
1038     +(29, '7a88a60729af62561812c43bde61dfc1', 0, 0, 26, '', '100000', '', '0', '', 600, '', 1, '', 'open_files', '', 0),
1039     +(30, '3c0fd1a188b64a662dfbfa985648397b', 0, 0, 27, '', '100', '', '0', '', 600, '', 1, '', '5min_cpu', '', 0),
1040     +(33, 'ed44c2438ef7e46e2aeed2b6c580815c', 0, 0, 30, '', '500', '', '0', '', 600, '', 1, '', 'load_1min', '', 0),
1041     +(34, '9b3a00c9e3530d9e58895ac38271361e', 0, 0, 31, '', '500', '', '0', '', 600, '', 1, '', 'load_5min', '', 0),
1042     +(35, '6746c2ed836ecc68a71bbddf06b0e5d9', 0, 0, 32, '', '500', '', '0', '', 600, '', 1, '', 'load_15min', '', 0),
1043     +(36, '9835d9e1a8c78aa2475d752e8fa74812', 0, 0, 33, '', '10000000', '', '0', '', 600, '', 1, '', 'mem_buffers', '', 0),
1044     +(37, '9c78dc1981bcea841b8c827c6dc0d26c', 0, 0, 34, '', '10000000', '', '0', '', 600, '', 1, '', 'mem_free', '', 0),
1045     +(38, '62a56dc76fe4cd8566a31b5df0274cc3', 0, 0, 35, '', '0', '', '0', '', 600, '', 1, '', 'vol_total', '', 0),
1046     +(39, '2e366ab49d0e0238fb4e3141ea5a88c3', 0, 0, 35, '', '0', '', '0', '', 600, '', 1, '', 'vol_free', '', 0),
1047     +(40, 'dceedc84718dd93a5affe4b190bca810', 0, 0, 35, '', '0', '', '0', '', 600, '', 1, '', 'vol_freeable', '', 0),
1048     +(42, '93330503f1cf67db00d8fe636035e545', 0, 0, 36, '', '100000000000', '', '0', '', 600, '', 1, '', 'dir_total', '', 0),
1049     +(43, '6b0fe4aa6aaf22ef9cfbbe96d87fa0d7', 0, 0, 36, '', '100000000000', '', '0', '', 600, '', 1, '', 'dir_used', '', 0),
1050     +(44, '4c82df790325d789d304e6ee5cd4ab7d', 0, 0, 37, '', '0', '', '0', '', 600, '', 1, '', 'hdd_free', '', 0),
1051     +(46, 'c802e2fd77f5b0a4c4298951bf65957c', 0, 0, 38, '', '10000000', '', '0', '', 600, '', 2, '', 'errors_in', '', 0),
1052     +(47, '4e2a72240955380dc8ffacfcc8c09874', 0, 0, 38, '', '10000000', '', '0', '', 600, '', 2, '', 'discards_in', '', 0),
1053     +(48, '636672962b5bb2f31d86985e2ab4bdfe', 0, 0, 39, '', '1000000000', '', '0', '', 600, '', 2, '', 'unicast_in', '', 0),
1054     +(49, '18ce92c125a236a190ee9dd948f56268', 0, 0, 39, '', '1000000000', '', '0', '', 600, '', 2, '', 'unicast_out', '', 0),
1055     +(50, '13ebb33f9cbccfcba828db1075a8167c', 0, 0, 38, '', '10000000', '', '0', '', 600, '', 2, '', 'discards_out', '', 0),
1056     +(51, '31399c3725bee7e09ec04049e3d5cd17', 0, 0, 38, '', '10000000', '', '0', '', 600, '', 2, '', 'errors_out', '', 0),
1057     +(52, '7be68cbc4ee0b2973eb9785f8c7a35c7', 0, 0, 40, '', '1000000000', '', '0', '', 600, '', 2, '', 'nonunicast_out', '', 0),
1058     +(53, '93e2b6f59b10b13f2ddf2da3ae98b89a', 0, 0, 40, '', '1000000000', '', '0', '', 600, '', 2, '', 'nonunicast_in', '', 0),
1059     +(54, '2df25c57022b0c7e7d0be4c035ada1a0', 0, 0, 41, 'on', '100000000', '', '0', '', 600, '', 2, '', 'traffic_in', '', 0),
1060     +(55, '721c0794526d1ac1c359f27dc56faa49', 0, 0, 41, 'on', '100000000', '', '0', '', 600, '', 2, '', 'traffic_out', '', 0),
1061     +(56, '07175541991def89bd02d28a215f6fcc', 0, 0, 37, '', '0', '', '0', '', 600, '', 1, '', 'hdd_used', '', 0),
1062     +(76, '07492e5cace6d74e7db3cb1fc005a3f3', 0, 0, 42, '', '100', '', '0', '', 600, '', 1, '', 'cpu', '', 0),
1063     +(78, '0ee6bb54957f6795a5369a29f818d860', 0, 0, 43, '', '0', '', '0', '', 600, '', 1, '', 'hdd_used', '', 0),
1064     +(79, '9825aaf7c0bdf1554c5b4b86680ac2c0', 0, 0, 44, '', '100', '', '0', '', 600, '', 1, '', 'cpu', '', 0),
1065     +(80, '50ccbe193c6c7fc29fb9f726cd6c48ee', 0, 0, 45, '', '1000', '', '0', '', 600, '', 1, '', 'proc', '', 0),
1066     +(81, '9464c91bcff47f23085ae5adae6ab987', 0, 0, 46, '', '5000', '', '0', '', 600, '', 1, '', 'users', '', 0),
1067     +(84, '', 16, 3, 13, NULL, '0', NULL, '0', NULL, 600, NULL, 1, NULL, 'mem_buffers', NULL, 23),
1068     +(85, '', 18, 4, 15, NULL, '0', NULL, '0', NULL, 600, NULL, 1, NULL, 'mem_swap', NULL, 23),
1069     +(86, '', 12, 5, 11, NULL, '500', NULL, '0', NULL, 600, NULL, 1, NULL, 'load_1min', NULL, 17),
1070     +(87, '', 13, 5, 11, NULL, '500', NULL, '0', NULL, 600, NULL, 1, NULL, 'load_5min', NULL, 18),
1071     +(88, '', 14, 5, 11, NULL, '500', NULL, '0', NULL, 600, NULL, 1, NULL, 'load_15min', NULL, 19),
1072     +(89, '', 20, 6, 17, NULL, '500', NULL, '0', NULL, 600, NULL, 1, NULL, 'users', NULL, 21),
1073     +(90, '', 19, 7, 16, NULL, '1000', NULL, '0', NULL, 600, NULL, 1, NULL, 'proc', NULL, 24),
1074     +(92, '165a0da5f461561c85d092dfe96b9551', 0, 0, 43, '', '0', '', '0', '', 600, '', 1, '', 'hdd_total', '', 0),
1075     +(95, '7a6ca455bbeff99ca891371bc77d5cf9', 0, 0, 47, '', '10000000', '', '0', '', 600, '', 1, '', 'mem_cache', '', 0),
1076     +(96, '224b83ea73f55f8a861bcf4c9bea0472', 0, 0, 48, 'on', '100', '', '0', '', 600, 'on', 1, '', 'snmp_oid', '', 0);
1077    
1078     -/*!40000 ALTER TABLE `data_template_rrd` DISABLE KEYS */;
1079     -LOCK TABLES `data_template_rrd` WRITE;
1080     -INSERT INTO `data_template_rrd` (`id`, `hash`, `local_data_template_rrd_id`, `local_data_id`, `data_template_id`, `t_rrd_maximum`, `rrd_maximum`, `t_rrd_minimum`, `rrd_minimum`, `t_rrd_heartbeat`, `rrd_heartbeat`, `t_data_source_type_id`, `data_source_type_id`, `t_data_source_name`, `data_source_name`, `t_data_input_field_id`, `data_input_field_id`) VALUES (3,'2d53f9c76767a2ae8909f4152fd473a4',0,0,3,'','0','','0','',600,'',1,'','hdd_free','',0),(4,'93d91aa7a3cc5473e7b195d5d6e6e675',0,0,3,'','0','','0','',600,'',1,'','hdd_used','',0),(5,'7bee7987bbf30a3bc429d2a67c6b2595',0,0,4,'','100','','0','',600,'',2,'','cpu_system','',0),(6,'ddccd7fbdece499da0235b4098b87f9e',0,0,5,'','100','','0','',600,'',2,'','cpu_user','',0),(7,'122ab2097f8c6403b7b90cde7b9e2bc2',0,0,6,'','100','','0','',600,'',2,'','cpu_nice','',0),(8,'34f50c820092ea0fecba25b4b94a7946',0,0,7,'','100','','0','',600,'',1,'','wrls_noise','',0),(9,'830b811d1834e5ba0e2af93bd92db057',0,0,8,'','100','','0','',600,'',1,'','wrls_signal','',0),(10,'2f1b016a2465eef3f7369f6313cd4a94',0,0,9,'','1000000','','0','',600,'',2,'','wrls_transmits','',0),(11,'28ffcecaf8b50e49f676f2d4a822685d',0,0,10,'','1000000','','0','',600,'',2,'','wrls_retransmits','',0),(12,'8175ca431c8fe50efff5a1d3ae51b55d',0,0,11,'','500','','0','',600,'',1,'','load_1min','',17),(13,'a2eeb8acd6ea01cd0e3ac852965c0eb6',0,0,11,'','500','','0','',600,'',1,'','load_5min','',18),(14,'9f951b7fb3b19285a411aebb5254a831',0,0,11,'','500','','0','',600,'',1,'','load_15min','',19),(16,'a4df3de5238d3beabee1a2fe140d3d80',0,0,13,'','0','','0','',600,'',1,'','mem_buffers','',23),(18,'7fea6acc9b1a19484b4cb4cef2b6c5da',0,0,15,'','0','','0','',600,'',1,'','mem_swap','',23),(19,'f1ba3a5b17b95825021241398bb0f277',0,0,16,'','1000','','0','',600,'',1,'','proc','',24),(20,'46a5afe8e6c0419172c76421dc9e304a',0,0,17,'','500','','0','',600,'',1,'','users','',21),(21,'962fd1994fe9cae87fb36436bdb8a742',0,0,18,'','5000','','0','',600,'',1,'','ping','',30),(22,'7a8dd1111a8624369906bf2cd6ea9ca9',0,0,19,'','100000','','0','',600,'',1,'','total_users','',0),(23,'ddb6e74d34d2f1969ce85f809dbac23d',0,0,20,'','100000','','0','',600,'',1,'','total_logins','',0),(25,'289311d10336941d33d9a1c48a7b11ee',0,0,22,'','10000000','','0','',600,'',2,'','fs_reads','',0),(26,'02216f036cca04655ee2f67fedb6f4f0',0,0,23,'','10000000','','0','',600,'',2,'','fs_writes','',0),(27,'9e402c0f29131ef7139c20bd500b4e8a',0,0,24,'','10000000','','0','',600,'',2,'','cache_checks','',0),(28,'46717dfe3c8c030d8b5ec0874f9dbdca',0,0,25,'','1000000','','0','',600,'',2,'','cache_hits','',0),(29,'7a88a60729af62561812c43bde61dfc1',0,0,26,'','100000','','0','',600,'',1,'','open_files','',0),(30,'3c0fd1a188b64a662dfbfa985648397b',0,0,27,'','100','','0','',600,'',1,'','5min_cpu','',0),(33,'ed44c2438ef7e46e2aeed2b6c580815c',0,0,30,'','500','','0','',600,'',1,'','load_1min','',0),(34,'9b3a00c9e3530d9e58895ac38271361e',0,0,31,'','500','','0','',600,'',1,'','load_5min','',0),(35,'6746c2ed836ecc68a71bbddf06b0e5d9',0,0,32,'','500','','0','',600,'',1,'','load_15min','',0),(36,'9835d9e1a8c78aa2475d752e8fa74812',0,0,33,'','10000000','','0','',600,'',1,'','mem_buffers','',0),(37,'9c78dc1981bcea841b8c827c6dc0d26c',0,0,34,'','10000000','','0','',600,'',1,'','mem_free','',0),(38,'62a56dc76fe4cd8566a31b5df0274cc3',0,0,35,'','0','','0','',600,'',1,'','vol_total','',0),(39,'2e366ab49d0e0238fb4e3141ea5a88c3',0,0,35,'','0','','0','',600,'',1,'','vol_free','',0),(40,'dceedc84718dd93a5affe4b190bca810',0,0,35,'','0','','0','',600,'',1,'','vol_freeable','',0),(42,'93330503f1cf67db00d8fe636035e545',0,0,36,'','100000000000','','0','',600,'',1,'','dir_total','',0),(43,'6b0fe4aa6aaf22ef9cfbbe96d87fa0d7',0,0,36,'','100000000000','','0','',600,'',1,'','dir_used','',0),(44,'4c82df790325d789d304e6ee5cd4ab7d',0,0,37,'','0','','0','',600,'',1,'','hdd_free','',0),(46,'c802e2fd77f5b0a4c4298951bf65957c',0,0,38,'','10000000','','0','',600,'',2,'','errors_in','',0),(47,'4e2a72240955380dc8ffacfcc8c09874',0,0,38,'','10000000','','0','',600,'',2,'','discards_in','',0),(48,'636672962b5bb2f31d86985e2ab4bdfe',0,0,39,'','1000000000','','0','',600,'',2,'','unicast_in','',0),(49,'18ce92c125a236a190ee9dd948f56268',0,0,39,'','1000000000','','0','',600,'',2,'','unicast_out','',0),(50,'13ebb33f9cbccfcba828db1075a8167c',0,0,38,'','10000000','','0','',600,'',2,'','discards_out','',0),(51,'31399c3725bee7e09ec04049e3d5cd17',0,0,38,'','10000000','','0','',600,'',2,'','errors_out','',0),(52,'7be68cbc4ee0b2973eb9785f8c7a35c7',0,0,40,'','1000000000','','0','',600,'',2,'','nonunicast_out','',0),(53,'93e2b6f59b10b13f2ddf2da3ae98b89a',0,0,40,'','1000000000','','0','',600,'',2,'','nonunicast_in','',0),(54,'2df25c57022b0c7e7d0be4c035ada1a0',0,0,41,'on','100000000','','0','',600,'',2,'','traffic_in','',0),(55,'721c0794526d1ac1c359f27dc56faa49',0,0,41,'on','100000000','','0','',600,'',2,'','traffic_out','',0),(56,'07175541991def89bd02d28a215f6fcc',0,0,37,'','0','','0','',600,'',1,'','hdd_used','',0),(76,'07492e5cace6d74e7db3cb1fc005a3f3',0,0,42,'','100','','0','',600,'',1,'','cpu','',0),(78,'0ee6bb54957f6795a5369a29f818d860',0,0,43,'','0','','0','',600,'',1,'','hdd_used','',0),(79,'9825aaf7c0bdf1554c5b4b86680ac2c0',0,0,44,'','100','','0','',600,'',1,'','cpu','',0),(80,'50ccbe193c6c7fc29fb9f726cd6c48ee',0,0,45,'','1000','','0','',600,'',1,'','proc','',0),(81,'9464c91bcff47f23085ae5adae6ab987',0,0,46,'','5000','','0','',600,'',1,'','users','',0),(84,'',16,3,13,NULL,'0',NULL,'0',NULL,600,NULL,1,NULL,'mem_buffers',NULL,23),(85,'',18,4,15,NULL,'0',NULL,'0',NULL,600,NULL,1,NULL,'mem_swap',NULL,23),(86,'',12,5,11,NULL,'500',NULL,'0',NULL,600,NULL,1,NULL,'load_1min',NULL,17),(87,'',13,5,11,NULL,'500',NULL,'0',NULL,600,NULL,1,NULL,'load_5min',NULL,18),(88,'',14,5,11,NULL,'500',NULL,'0',NULL,600,NULL,1,NULL,'load_15min',NULL,19),(89,'',20,6,17,NULL,'500',NULL,'0',NULL,600,NULL,1,NULL,'users',NULL,21),(90,'',19,7,16,NULL,'1000',NULL,'0',NULL,600,NULL,1,NULL,'proc',NULL,24),(92,'165a0da5f461561c85d092dfe96b9551',0,0,43,'','0','','0','',600,'',1,'','hdd_total','',0),(95,'7a6ca455bbeff99ca891371bc77d5cf9',0,0,47,'','10000000','','0','',600,'',1,'','mem_cache','',0),(96,'224b83ea73f55f8a861bcf4c9bea0472',0,0,48,'on','100','','0','',600,'on',1,'','snmp_oid','',0);
1081     -UNLOCK TABLES;
1082     -/*!40000 ALTER TABLE `data_template_rrd` ENABLE KEYS */;
1083     +-- --------------------------------------------------------
1084    
1085     --
1086     --- Table structure for table `graph_local`
1087     +-- Structure de la table `graph_local`
1088     --
1089    
1090     -DROP TABLE IF EXISTS `graph_local`;
1091     -CREATE TABLE `graph_local` (
1092     +CREATE TABLE IF NOT EXISTS `graph_local` (
1093     `id` mediumint(8) unsigned NOT NULL auto_increment,
1094     `graph_template_id` mediumint(8) unsigned NOT NULL default '0',
1095     `host_id` mediumint(8) unsigned NOT NULL default '0',
1096     @@ -327,122 +993,101 @@ CREATE TABLE `graph_local` (
1097     KEY `host_id` (`host_id`),
1098     KEY `graph_template_id` (`graph_template_id`),
1099     KEY `snmp_index` (`snmp_index`)
1100     -) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Creates a relationship for each item in a custom graph.';
1101     -
1102     ---
1103     --- Dumping data for table `graph_local`
1104     ---
1105     -
1106     -
1107     -/*!40000 ALTER TABLE `graph_local` DISABLE KEYS */;
1108     -LOCK TABLES `graph_local` WRITE;
1109     -INSERT INTO `graph_local` (`id`, `graph_template_id`, `host_id`, `snmp_query_id`, `snmp_index`) VALUES (1,12,1,0,''),(2,9,1,0,''),(3,10,1,0,''),(4,8,1,0,'');
1110     -UNLOCK TABLES;
1111     -/*!40000 ALTER TABLE `graph_local` ENABLE KEYS */;
1112     -
1113     ---
1114     --- Table structure for table `graph_template_input`
1115     ---
1116     -
1117     -DROP TABLE IF EXISTS `graph_template_input`;
1118     -CREATE TABLE `graph_template_input` (
1119     - `id` mediumint(8) unsigned NOT NULL auto_increment,
1120     - `hash` varchar(32) NOT NULL default '',
1121     - `graph_template_id` mediumint(8) unsigned NOT NULL default '0',
1122     - `name` varchar(255) NOT NULL default '',
1123     - `description` text,
1124     - `column_name` varchar(50) NOT NULL default '',
1125     - PRIMARY KEY (`id`)
1126     -) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores the names for graph item input groups.';
1127     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Creates a relationship for each item in a custom graph.' AUTO_INCREMENT=5 ;
1128    
1129     --
1130     --- Dumping data for table `graph_template_input`
1131     +-- Contenu de la table `graph_local`
1132     --
1133    
1134     +INSERT INTO `graph_local` (`id`, `graph_template_id`, `host_id`, `snmp_query_id`, `snmp_index`) VALUES
1135     +(1, 12, 1, 0, ''),
1136     +(2, 9, 1, 0, ''),
1137     +(3, 10, 1, 0, ''),
1138     +(4, 8, 1, 0, '');
1139    
1140     -/*!40000 ALTER TABLE `graph_template_input` DISABLE KEYS */;
1141     -LOCK TABLES `graph_template_input` WRITE;
1142     -INSERT INTO `graph_template_input` (`id`, `hash`, `graph_template_id`, `name`, `description`, `column_name`) VALUES (3,'e9d4191277fdfd7d54171f153da57fb0',2,'Inbound Data Source','','task_item_id'),(4,'7b361722a11a03238ee8ab7ce44a1037',2,'Outbound Data Source','','task_item_id'),(5,'b33eb27833614056e06ee5952c3e0724',3,'Available Disk Space Data Source','','task_item_id'),(6,'ef8799e63ee00e8904bcc4228015784a',3,'Used Disk Space Data Source','','task_item_id'),(7,'2662ef4fbb0bf92317ffd42c7515af37',5,'Signal Level Data Source','','task_item_id'),(8,'a6edef6624c796d3a6055305e2e3d4bf',5,'Noise Level Data Source','','task_item_id'),(9,'b0e902db1875e392a9d7d69bfbb13515',5,'Signal Level Color','','color_id'),(10,'24632b1d4a561e937225d0a5fbe65e41',5,'Noise Level Color','','color_id'),(11,'6d078f1d58b70ad154a89eb80fe6ab75',6,'Transmissions Data Source','','task_item_id'),(12,'878241872dd81c68d78e6ff94871d97d',6,'Re-Transmissions Data Source','','task_item_id'),(13,'f8fcdc3a3f0e8ead33bd9751895a3462',6,'Transmissions Color','','color_id'),(14,'394ab4713a34198dddb5175aa40a2b4a',6,'Re-Transmissions Color','','color_id'),(15,'433f328369f9569446ddc59555a63eb8',7,'Ping Host Data Source','','task_item_id'),(16,'a1a91c1514c65152d8cb73522ea9d4e6',7,'Legend Color','','color_id'),(17,'2fb4deb1448379b27ddc64e30e70dc42',7,'Legend Text','','text_format'),(18,'592cedd465877bc61ab549df688b0b2a',8,'Processes Data Source','','task_item_id'),(19,'1d51dbabb200fcea5c4b157129a75410',8,'Legend Color','','color_id'),(20,'8cb8ed3378abec21a1819ea52dfee6a3',9,'1 Minute Data Source','','task_item_id'),(21,'5dfcaf9fd771deb8c5430bce1562e371',9,'5 Minute Data Source','','task_item_id'),(22,'6f3cc610315ee58bc8e0b1f272466324',9,'15 Minute Data Source','','task_item_id'),(23,'b457a982bf46c6760e6ef5f5d06d41fb',10,'Logged in Users Data Source','','task_item_id'),(24,'bd4a57adf93c884815b25a8036b67f98',10,'Legend Color','','color_id'),(25,'d7cdb63500c576e0f9f354de42c6cf3a',11,'1 Minute Data Source','','task_item_id'),(26,'a23152f5ec02e7762ca27608c0d89f6c',11,'5 Minute Data Source','','task_item_id'),(27,'2cc5d1818da577fba15115aa18f64d85',11,'15 Minute Data Source','','task_item_id'),(30,'6273c71cdb7ed4ac525cdbcf6180918c',12,'Free Data Source','','task_item_id'),(31,'5e62dbea1db699f1bda04c5863e7864d',12,'Swap Data Source','','task_item_id'),(32,'4d52e112a836d4c9d451f56602682606',4,'System CPU Data Source','','task_item_id'),(33,'f0310b066cc919d2f898b8d1ebf3b518',4,'User CPU Data Source','','task_item_id'),(34,'d9eb6b9eb3d7dd44fd14fdefb4096b54',4,'Nice CPU Data Source','','task_item_id'),(35,'f45def7cad112b450667aa67262258cb',13,'Memory Free Data Source','','task_item_id'),(36,'f8c361a8c8b7ad80e8be03ba7ea5d0d6',13,'Memory Buffers Data Source','','task_item_id'),(37,'03d11dce695963be30bd744bd6cbac69',14,'Cache Hits Data Source','','task_item_id'),(38,'9cbc515234779af4bf6cdf71a81c556a',14,'Cache Checks Data Source','','task_item_id'),(39,'2c4d561ee8132a8dda6de1104336a6ec',15,'CPU Utilization Data Source','','task_item_id'),(40,'6e1cf7addc0cc419aa903552e3eedbea',16,'File System Reads Data Source','','task_item_id'),(41,'7ea2aa0656f7064d25a36135dd0e9082',16,'File System Writes Data Source','','task_item_id'),(42,'63480bca78a38435f24a5b5d5ed050d7',17,'Current Logins Data Source','','task_item_id'),(44,'31fed1f9e139d4897d0460b10fb7be94',15,'Legend Color','','color_id'),(45,'bb9d83a02261583bc1f92d9e66ea705d',18,'CPU Usage Data Source','','task_item_id'),(46,'51196222ed37b44236d9958116028980',18,'Legend Color','','color_id'),(47,'fd26b0f437b75715d6dff983e7efa710',19,'Free Space Data Source','','task_item_id'),(48,'a463dd46862605c90ea60ccad74188db',19,'Total Space Data Source','','task_item_id'),(49,'9977dd7a41bcf0f0c02872b442c7492e',19,'Freeable Space Data Source','','task_item_id'),(51,'a7a69bbdf6890d6e6eaa7de16e815ec6',20,'Used Directory Entries Data Source','','task_item_id'),(52,'0072b613a33f1fae5ce3e5903dec8fdb',20,'Available Directory Entries Data Source','','task_item_id'),(53,'940beb0f0344e37f4c6cdfc17d2060bc',21,'Available Disk Space Data Source','','task_item_id'),(54,'7b0674dd447a9badf0d11bec688028a8',21,'Used Disk Space Data Source','','task_item_id'),(55,'fa83cd3a3b4271b644cb6459ea8c35dc',22,'Discards In Data Source','','task_item_id'),(56,'7946e8ee1e38a65462b85e31a15e35e5',22,'Errors In Data Source','','task_item_id'),(57,'00ae916640272f5aca54d73ae34c326b',23,'Unicast Packets Out Data Source','','task_item_id'),(58,'1bc1652f82488ebfb7242c65d2ffa9c7',23,'Unicast Packets In Data Source','','task_item_id'),(59,'e3177d0e56278de320db203f32fb803d',24,'Non-Unicast Packets In Data Source','','task_item_id'),(60,'4f20fba2839764707f1c3373648c5fef',24,'Non-Unicast Packets Out Data Source','','task_item_id'),(61,'e5acdd5368137c408d56ecf55b0e077c',22,'Discards Out Data Source','','task_item_id'),(62,'a028e586e5fae667127c655fe0ac67f0',22,'Errors Out Data Source','','task_item_id'),(63,'2764a4f142ba9fd95872106a1b43541e',25,'Inbound Data Source','','task_item_id'),(64,'f73f7ddc1f4349356908122093dbfca2',25,'Outbound Data Source','','task_item_id'),(65,'86bd8819d830a81d64267761e1fd8ec4',26,'Total Disk Space Data Source','','task_item_id'),(66,'6c8967850102202de166951e4411d426',26,'Used Disk Space Data Source','','task_item_id'),(67,'bdad718851a52b82eca0a310b0238450',27,'CPU Utilization Data Source','','task_item_id'),(68,'e7b578e12eb8a82627557b955fd6ebd4',27,'Legend Color','','color_id'),(69,'37d09fb7ce88ecec914728bdb20027f3',28,'Logged in Users Data Source','','task_item_id'),(70,'699bd7eff7ba0c3520db3692103a053d',28,'Legend Color','','color_id'),(71,'df905e159d13a5abed8a8a7710468831',29,'Processes Data Source','','task_item_id'),(72,'8ca9e3c65c080dbf74a59338d64b0c14',29,'Legend Color','','color_id'),(73,'69ad68fc53af03565aef501ed5f04744',30,'Open Files Data Source','','task_item_id'),(74,'562726cccdb67d5c6941e9e826ef4ef5',31,'Inbound Data Source','','task_item_id'),(75,'82426afec226f8189c8928e7f083f80f',31,'Outbound Data Source','','task_item_id'),(76,'69a23877302e7d142f254b208c58b596',32,'Inbound Data Source','','task_item_id'),(77,'f28013abf8e5813870df0f4111a5e695',32,'Outbound Data Source','','task_item_id'),(78,'8644b933b6a09dde6c32ff24655eeb9a',33,'Outbound Data Source','','task_item_id'),(79,'49c4b4800f3e638a6f6bb681919aea80',33,'Inbound Data Source','','task_item_id'),(80,'e0b395be8db4f7b938d16df7ae70065f',13,'Cache Memory Data Source','','task_item_id'),(81,'2dca37011521501b9c2b705d080db750',34,'Data Source [snmp_oid]',NULL,'task_item_id'),(82,'b8d8ade5f5f3dd7b12f8cc56bbb4083e',34,'Legend Color','','color_id'),(83,'ac2355b4895c37e14df827f969f31c12',34,'Legend Text','','text_format');
1143     -UNLOCK TABLES;
1144     -/*!40000 ALTER TABLE `graph_template_input` ENABLE KEYS */;
1145     +-- --------------------------------------------------------
1146    
1147     --
1148     --- Table structure for table `graph_template_input_defs`
1149     +-- Structure de la table `graph_templates`
1150     --
1151    
1152     -DROP TABLE IF EXISTS `graph_template_input_defs`;
1153     -CREATE TABLE `graph_template_input_defs` (
1154     - `graph_template_input_id` mediumint(8) unsigned NOT NULL default '0',
1155     - `graph_template_item_id` int(12) unsigned NOT NULL default '0',
1156     - PRIMARY KEY (`graph_template_input_id`,`graph_template_item_id`),
1157     - KEY `graph_template_input_id` (`graph_template_input_id`)
1158     -) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores the relationship for what graph iitems are associated';
1159     -
1160     ---
1161     --- Dumping data for table `graph_template_input_defs`
1162     ---
1163     -
1164     -
1165     -/*!40000 ALTER TABLE `graph_template_input_defs` DISABLE KEYS */;
1166     -LOCK TABLES `graph_template_input_defs` WRITE;
1167     -INSERT INTO `graph_template_input_defs` (`graph_template_input_id`, `graph_template_item_id`) VALUES (3,9),(3,10),(3,11),(3,12),(4,13),(4,14),(4,15),(4,16),(5,21),(5,22),(5,23),(5,24),(6,17),(6,18),(6,19),(6,20),(7,45),(7,46),(7,47),(7,48),(8,49),(8,50),(8,51),(8,52),(9,45),(10,49),(11,53),(11,54),(11,55),(11,56),(12,57),(12,58),(12,59),(12,60),(13,53),(14,57),(15,61),(15,62),(15,63),(15,64),(16,61),(17,61),(18,65),(18,66),(18,67),(18,68),(19,65),(20,69),(20,70),(21,71),(21,72),(22,73),(22,74),(23,76),(23,77),(23,78),(23,79),(24,76),(25,80),(25,81),(26,82),(26,83),(27,84),(27,85),(30,95),(30,96),(30,97),(30,98),(31,99),(31,100),(31,101),(31,102),(32,29),(32,30),(32,31),(32,32),(33,33),(33,34),(33,35),(33,36),(34,37),(34,38),(34,39),(34,40),(35,103),(35,104),(35,105),(35,106),(36,107),(36,108),(36,109),(36,110),(37,111),(37,112),(37,113),(37,114),(38,115),(38,116),(38,117),(38,118),(39,119),(39,120),(39,121),(39,122),(40,123),(40,124),(40,125),(40,126),(41,127),(41,128),(41,129),(41,130),(42,131),(42,132),(42,133),(42,134),(44,119),(45,139),(45,140),(45,141),(45,142),(46,139),(47,143),(47,144),(47,145),(47,146),(48,147),(48,148),(48,149),(48,150),(49,151),(49,152),(49,153),(49,154),(51,159),(51,160),(51,161),(51,162),(52,163),(52,164),(52,165),(52,166),(53,172),(53,173),(53,174),(53,175),(54,167),(54,169),(54,170),(54,171),(55,180),(55,181),(55,182),(55,183),(56,184),(56,185),(56,186),(56,187),(57,188),(57,189),(57,190),(57,191),(58,192),(58,193),(58,194),(58,195),(59,196),(59,197),(59,198),(59,199),(60,200),(60,201),(60,202),(60,203),(61,204),(61,205),(61,206),(61,207),(62,208),(62,209),(62,210),(62,211),(63,212),(63,213),(63,214),(63,215),(64,216),(64,217),(64,218),(64,219),(65,307),(65,308),(65,309),(65,310),(66,303),(66,304),(66,305),(66,306),(67,315),(67,316),(67,317),(67,318),(68,315),(69,319),(69,320),(69,321),(69,322),(70,319),(71,323),(71,324),(71,325),(71,326),(72,323),(73,358),(73,359),(73,360),(73,361),(74,362),(74,363),(74,364),(74,365),(75,366),(75,367),(75,368),(75,369),(75,371),(75,372),(76,373),(76,374),(76,375),(76,376),(76,383),(77,377),(77,378),(77,379),(77,380),(77,384),(78,385),(78,386),(78,387),(78,388),(78,393),(79,389),(79,390),(79,391),(79,392),(79,394),(80,403),(80,404),(80,405),(80,406),(81,407),(81,408),(81,409),(81,410),(82,407),(83,407);
1168     -UNLOCK TABLES;
1169     -/*!40000 ALTER TABLE `graph_template_input_defs` ENABLE KEYS */;
1170     -
1171     ---
1172     --- Table structure for table `graph_templates`
1173     ---
1174     -
1175     -DROP TABLE IF EXISTS `graph_templates`;
1176     -CREATE TABLE `graph_templates` (
1177     +CREATE TABLE IF NOT EXISTS `graph_templates` (
1178     `id` mediumint(8) unsigned NOT NULL auto_increment,
1179     `hash` char(32) NOT NULL default '',
1180     `name` char(255) NOT NULL default '',
1181     PRIMARY KEY (`id`),
1182     KEY `name` (`name`)
1183     -) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Contains each graph template name.';
1184     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Contains each graph template name.' AUTO_INCREMENT=35 ;
1185    
1186     --
1187     --- Dumping data for table `graph_templates`
1188     +-- Contenu de la table `graph_templates`
1189     --
1190    
1191     +INSERT INTO `graph_templates` (`id`, `hash`, `name`) VALUES
1192     +(34, '010b90500e1fc6a05abfd542940584d0', 'SNMP - Generic OID Template'),
1193     +(2, '5deb0d66c81262843dce5f3861be9966', 'Interface - Traffic (bits/sec)'),
1194     +(3, 'abb5e813c9f1e8cd6fc1e393092ef8cb', 'ucd/net - Available Disk Space'),
1195     +(4, 'e334bdcf821cd27270a4cc945e80915e', 'ucd/net - CPU Usage'),
1196     +(5, '280e38336d77acde4672879a7db823f3', 'Karlnet - Wireless Levels'),
1197     +(6, '3109d88e6806d2ce50c025541b542499', 'Karlnet - Wireless Transmissions'),
1198     +(7, 'cf96dfb22b58e08bf101ca825377fa4b', 'Unix - Ping Latency'),
1199     +(8, '9fe8b4da353689d376b99b2ea526cc6b', 'Unix - Processes'),
1200     +(9, 'fe5edd777a76d48fc48c11aded5211ef', 'Unix - Load Average'),
1201     +(10, '63610139d44d52b195cc375636653ebd', 'Unix - Logged in Users'),
1202     +(11, '5107ec0206562e77d965ce6b852ef9d4', 'ucd/net - Load Average'),
1203     +(12, '6992ed4df4b44f3d5595386b8298f0ec', 'Linux - Memory Usage'),
1204     +(13, 'be275639d5680e94c72c0ebb4e19056d', 'ucd/net - Memory Usage'),
1205     +(14, 'f17e4a77b8496725dc924b8c35b60036', 'Netware - File System Cache'),
1206     +(15, '46bb77f4c0c69671980e3c60d3f22fa9', 'Netware - CPU Utilization'),
1207     +(16, '8e77a3036312fd0fda32eaea2b5f141b', 'Netware - File System Activity'),
1208     +(17, '5892c822b1bb2d38589b6c27934b9936', 'Netware - Logged In Users'),
1209     +(18, '9a5e6d7781cc1bd6cf24f64dd6ffb423', 'Cisco - CPU Usage'),
1210     +(19, '0dd0438d5e6cad6776f79ecaa96fb708', 'Netware - Volume Information'),
1211     +(20, 'b18a3742ebea48c6198412b392d757fc', 'Netware - Directory Information'),
1212     +(21, '8e7c8a511652fe4a8e65c69f3d34779d', 'Unix - Available Disk Space'),
1213     +(22, '06621cd4a9289417cadcb8f9b5cfba80', 'Interface - Errors/Discards'),
1214     +(23, 'e0d1625a1f4776a5294583659d5cee15', 'Interface - Unicast Packets'),
1215     +(24, '10ca5530554da7b73dc69d291bf55d38', 'Interface - Non-Unicast Packets'),
1216     +(25, 'df244b337547b434b486662c3c5c7472', 'Interface - Traffic (bytes/sec)'),
1217     +(26, '7489e44466abee8a7d8636cb2cb14a1a', 'Host MIB - Available Disk Space'),
1218     +(27, 'c6bb62bedec4ab97f9db9fd780bd85a6', 'Host MIB - CPU Utilization'),
1219     +(28, 'e8462bbe094e4e9e814d4e681671ea82', 'Host MIB - Logged in Users'),
1220     +(29, '62205afbd4066e5c4700338841e3901e', 'Host MIB - Processes'),
1221     +(30, 'e3780a13b0f7a3f85a44b70cd4d2fd36', 'Netware - Open Files'),
1222     +(31, '1742b2066384637022d178cc5072905a', 'Interface - Traffic (bits/sec, 95th Percentile)'),
1223     +(32, '13b47e10b2d5db45707d61851f69c52b', 'Interface - Traffic (bits/sec, Total Bandwidth)'),
1224     +(33, '8ad6790c22b693680e041f21d62537ac', 'Interface - Traffic (bytes/sec, Total Bandwidth)');
1225    
1226     -/*!40000 ALTER TABLE `graph_templates` DISABLE KEYS */;
1227     -LOCK TABLES `graph_templates` WRITE;
1228     -INSERT INTO `graph_templates` (`id`, `hash`, `name`) VALUES (34,'010b90500e1fc6a05abfd542940584d0','SNMP - Generic OID Template'),(2,'5deb0d66c81262843dce5f3861be9966','Interface - Traffic (bits/sec)'),(3,'abb5e813c9f1e8cd6fc1e393092ef8cb','ucd/net - Available Disk Space'),(4,'e334bdcf821cd27270a4cc945e80915e','ucd/net - CPU Usage'),(5,'280e38336d77acde4672879a7db823f3','Karlnet - Wireless Levels'),(6,'3109d88e6806d2ce50c025541b542499','Karlnet - Wireless Transmissions'),(7,'cf96dfb22b58e08bf101ca825377fa4b','Unix - Ping Latency'),(8,'9fe8b4da353689d376b99b2ea526cc6b','Unix - Processes'),(9,'fe5edd777a76d48fc48c11aded5211ef','Unix - Load Average'),(10,'63610139d44d52b195cc375636653ebd','Unix - Logged in Users'),(11,'5107ec0206562e77d965ce6b852ef9d4','ucd/net - Load Average'),(12,'6992ed4df4b44f3d5595386b8298f0ec','Linux - Memory Usage'),(13,'be275639d5680e94c72c0ebb4e19056d','ucd/net - Memory Usage'),(14,'f17e4a77b8496725dc924b8c35b60036','Netware - File System Cache'),(15,'46bb77f4c0c69671980e3c60d3f22fa9','Netware - CPU Utilization'),(16,'8e77a3036312fd0fda32eaea2b5f141b','Netware - File System Activity'),(17,'5892c822b1bb2d38589b6c27934b9936','Netware - Logged In Users'),(18,'9a5e6d7781cc1bd6cf24f64dd6ffb423','Cisco - CPU Usage'),(19,'0dd0438d5e6cad6776f79ecaa96fb708','Netware - Volume Information'),(20,'b18a3742ebea48c6198412b392d757fc','Netware - Directory Information'),(21,'8e7c8a511652fe4a8e65c69f3d34779d','Unix - Available Disk Space'),(22,'06621cd4a9289417cadcb8f9b5cfba80','Interface - Errors/Discards'),(23,'e0d1625a1f4776a5294583659d5cee15','Interface - Unicast Packets'),(24,'10ca5530554da7b73dc69d291bf55d38','Interface - Non-Unicast Packets'),(25,'df244b337547b434b486662c3c5c7472','Interface - Traffic (bytes/sec)'),(26,'7489e44466abee8a7d8636cb2cb14a1a','Host MIB - Available Disk Space'),(27,'c6bb62bedec4ab97f9db9fd780bd85a6','Host MIB - CPU Utilization'),(28,'e8462bbe094e4e9e814d4e681671ea82','Host MIB - Logged in Users'),(29,'62205afbd4066e5c4700338841e3901e','Host MIB - Processes'),(30,'e3780a13b0f7a3f85a44b70cd4d2fd36','Netware - Open Files'),(31,'1742b2066384637022d178cc5072905a','Interface - Traffic (bits/sec, 95th Percentile)'),(32,'13b47e10b2d5db45707d61851f69c52b','Interface - Traffic (bits/sec, Total Bandwidth)'),(33,'8ad6790c22b693680e041f21d62537ac','Interface - Traffic (bytes/sec, Total Bandwidth)');
1229     -UNLOCK TABLES;
1230     -/*!40000 ALTER TABLE `graph_templates` ENABLE KEYS */;
1231     +-- --------------------------------------------------------
1232    
1233     --
1234     --- Table structure for table `graph_templates_gprint`
1235     +-- Structure de la table `graph_templates_gprint`
1236     --
1237    
1238     -DROP TABLE IF EXISTS `graph_templates_gprint`;
1239     -CREATE TABLE `graph_templates_gprint` (
1240     +CREATE TABLE IF NOT EXISTS `graph_templates_gprint` (
1241     `id` mediumint(8) unsigned NOT NULL auto_increment,
1242     `hash` varchar(32) NOT NULL default '',
1243     `name` varchar(100) NOT NULL default '',
1244     `gprint_text` varchar(255) default NULL,
1245     PRIMARY KEY (`id`)
1246     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
1247     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
1248    
1249     --
1250     --- Dumping data for table `graph_templates_gprint`
1251     +-- Contenu de la table `graph_templates_gprint`
1252     --
1253    
1254     +INSERT INTO `graph_templates_gprint` (`id`, `hash`, `name`, `gprint_text`) VALUES
1255     +(2, 'e9c43831e54eca8069317a2ce8c6f751', 'Normal', '%8.2lf %s'),
1256     +(3, '19414480d6897c8731c7dc6c5310653e', 'Exact Numbers', '%8.0lf'),
1257     +(4, '304a778405392f878a6db435afffc1e9', 'Load Average', '%8.2lf');
1258    
1259     -/*!40000 ALTER TABLE `graph_templates_gprint` DISABLE KEYS */;
1260     -LOCK TABLES `graph_templates_gprint` WRITE;
1261     -INSERT INTO `graph_templates_gprint` (`id`, `hash`, `name`, `gprint_text`) VALUES (2,'e9c43831e54eca8069317a2ce8c6f751','Normal','%8.2lf %s'),(3,'19414480d6897c8731c7dc6c5310653e','Exact Numbers','%8.0lf'),(4,'304a778405392f878a6db435afffc1e9','Load Average','%8.2lf');
1262     -UNLOCK TABLES;
1263     -/*!40000 ALTER TABLE `graph_templates_gprint` ENABLE KEYS */;
1264     +-- --------------------------------------------------------
1265    
1266     --
1267     --- Table structure for table `graph_templates_graph`
1268     +-- Structure de la table `graph_templates_graph`
1269     --
1270    
1271     -DROP TABLE IF EXISTS `graph_templates_graph`;
1272     -CREATE TABLE `graph_templates_graph` (
1273     +CREATE TABLE IF NOT EXISTS `graph_templates_graph` (
1274     `id` mediumint(8) unsigned NOT NULL auto_increment,
1275     `local_graph_template_graph_id` mediumint(8) unsigned NOT NULL default '0',
1276     `local_graph_id` mediumint(8) unsigned NOT NULL default '0',
1277     @@ -490,25 +1135,58 @@ CREATE TABLE `graph_templates_graph` (
1278     KEY `local_graph_id` (`local_graph_id`),
1279     KEY `graph_template_id` (`graph_template_id`),
1280     KEY `title_cache` (`title_cache`)
1281     -) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores the actual graph data.';
1282     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores the actual graph data.' AUTO_INCREMENT=48 ;
1283    
1284     --
1285     --- Dumping data for table `graph_templates_graph`
1286     +-- Contenu de la table `graph_templates_graph`
1287     --
1288    
1289     +INSERT INTO `graph_templates_graph` (`id`, `local_graph_template_graph_id`, `local_graph_id`, `graph_template_id`, `t_image_format_id`, `image_format_id`, `t_title`, `title`, `title_cache`, `t_height`, `height`, `t_width`, `width`, `t_upper_limit`, `upper_limit`, `t_lower_limit`, `lower_limit`, `t_vertical_label`, `vertical_label`, `t_slope_mode`, `slope_mode`, `t_auto_scale`, `auto_scale`, `t_auto_scale_opts`, `auto_scale_opts`, `t_auto_scale_log`, `auto_scale_log`, `t_scale_log_units`, `scale_log_units`, `t_auto_scale_rigid`, `auto_scale_rigid`, `t_auto_padding`, `auto_padding`, `t_base_value`, `base_value`, `t_grouping`, `grouping`, `t_export`, `export`, `t_unit_value`, `unit_value`, `t_unit_exponent_value`, `unit_exponent_value`) VALUES
1290     +(2, 0, 0, 2, '', 1, 'on', '|host_description| - Traffic', '', '', 120, '', 500, '', '100', '', '0', '', 'bits per second', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1291     +(3, 0, 0, 3, '', 1, 'on', '|host_description| - Hard Drive Space', '', '', 120, '', 500, '', '100', '', '0', '', 'bytes', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1024, '0', '', '', 'on', '', '', '', ''),
1292     +(4, 0, 0, 4, '', 1, '', '|host_description| - CPU Usage', '', '', 120, '', 500, '', '100', '', '0', '', 'percent', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1293     +(5, 0, 0, 5, '', 1, 'on', '|host_description| - Wireless Levels', '', '', 120, '', 500, '', '100', '', '0', '', 'percent', '', 'on', '', '', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1294     +(6, 0, 0, 6, '', 1, 'on', '|host_description| - Wireless Transmissions', '', '', 120, '', 500, '', '100', '', '0', '', 'transmissions', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1295     +(7, 0, 0, 7, '', 1, '', '|host_description| - Ping Latency', '', '', 120, '', 500, '', '100', '', '0', '', 'milliseconds', '', 'on', '', 'on', '', 2, '', '', '', '', '', '', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1296     +(8, 0, 0, 8, '', 1, '', '|host_description| - Processes', '', '', 120, '', 500, '', '100', '', '0', '', 'processes', '', 'on', '', 'on', '', 2, '', '', '', '', '', '', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1297     +(9, 0, 0, 9, '', 1, '', '|host_description| - Load Average', '', '', 120, '', 500, '', '100', '', '0', '', 'processes in the run queue', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', '0'),
1298     +(10, 0, 0, 10, '', 1, '', '|host_description| - Logged in Users', '', '', 120, '', 500, '', '100', '', '0', '', 'users', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1299     +(11, 0, 0, 11, '', 1, '', '|host_description| - Load Average', '', '', 120, '', 500, '', '100', '', '0', '', 'processes in the run queue', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', '0'),
1300     +(12, 0, 0, 12, '', 1, '', '|host_description| - Memory Usage', '', '', 120, '', 500, '', '100', '', '0', '', 'kilobytes', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1301     +(13, 0, 0, 13, '', 1, '', '|host_description| - Memory Usage', '', '', 120, '', 500, '', '100', '', '0', '', 'bytes', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1302     +(14, 0, 0, 14, '', 1, '', '|host_description| - File System Cache', '', '', 120, '', 500, '', '100', '', '0', '', 'cache checks/hits', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1303     +(15, 0, 0, 15, '', 1, '', '|host_description| - CPU Utilization', '', '', 120, '', 500, '', '100', '', '0', '', 'percent', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1304     +(16, 0, 0, 16, '', 1, '', '|host_description| - File System Activity', '', '', 120, '', 500, '', '100', '', '0', '', 'reads/writes per sec', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1305     +(17, 0, 0, 17, '', 1, '', '|host_description| - Logged In Users', '', '', 120, '', 500, '', '100', '', '0', '', 'users', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1306     +(18, 0, 0, 18, '', 1, '', '|host_description| - CPU Usage', '', '', 120, '', 500, '', '100', '', '0', '', 'percent', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1307     +(19, 0, 0, 19, '', 1, 'on', '|host_description| - Volume Information', '', '', 120, '', 500, '', '100', '', '0', '', 'bytes', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1308     +(20, 0, 0, 20, '', 1, '', '|host_description| - Directory Information', '', '', 120, '', 500, '', '100', '', '0', '', 'directory entries', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1309     +(21, 0, 0, 21, '', 1, 'on', '|host_description| - Available Disk Space', '', '', 120, '', 500, '', '100', '', '0', '', 'bytes', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1024, '0', '', '', 'on', '', '', '', ''),
1310     +(22, 0, 0, 22, '', 1, 'on', '|host_description| - Errors/Discards', '', '', 120, '', 500, '', '100', '', '0', '', 'errors/sec', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1311     +(23, 0, 0, 23, '', 1, 'on', '|host_description| - Unicast Packets', '', '', 120, '', 500, '', '100', '', '0', '', 'packets/sec', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1312     +(24, 0, 0, 24, '', 1, 'on', '|host_description| - Non-Unicast Packets', '', '', 120, '', 500, '', '100', '', '0', '', 'packets/sec', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1313     +(25, 0, 0, 25, '', 1, 'on', '|host_description| - Traffic', '', '', 120, '', 500, '', '100', '', '0', '', 'bytes per second', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1314     +(34, 0, 0, 26, '', 1, 'on', '|host_description| - Available Disk Space', '', '', 120, '', 500, '', '100', '', '0', '', 'bytes', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1024, '0', '', '', 'on', '', '', '', ''),
1315     +(35, 0, 0, 27, '', 1, 'on', '|host_description| - CPU Utilization', '', '', 120, '', 500, '', '100', '', '0', '', 'percent', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1316     +(36, 0, 0, 28, '', 1, '', '|host_description| - Logged in Users', '', '', 120, '', 500, '', '100', '', '0', '', 'users', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1317     +(37, 0, 0, 29, '', 1, '', '|host_description| - Processes', '', '', 120, '', 500, '', '100', '', '0', '', 'processes', '', 'on', '', 'on', '', 2, '', '', '', '', '', '', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1318     +(38, 12, 1, 12, '0', 1, '0', '|host_description| - Memory Usage', 'Localhost - Memory Usage', '0', 120, '0', 500, '0', '100', '0', '0', '0', 'kilobytes', '', 'on', '0', 'on', '0', 2, '0', '', '', '', '0', 'on', '0', 'on', '0', 1000, '0', '', '0', 'on', '0', '', '0', ''),
1319     +(39, 9, 2, 9, '0', 1, '0', '|host_description| - Load Average', 'Localhost - Load Average', '0', 120, '0', 500, '0', '100', '0', '0', '0', 'processes in the run queue', '', 'on', '0', 'on', '0', 2, '0', '', '', '', '0', 'on', '0', 'on', '0', 1000, '0', '', '0', 'on', '0', '', '0', '0'),
1320     +(40, 10, 3, 10, '0', 1, '0', '|host_description| - Logged in Users', 'Localhost - Logged in Users', '0', 120, '0', 500, '0', '100', '0', '0', '0', 'users', '', 'on', '0', 'on', '0', 2, '0', '', '', '', '0', 'on', '0', 'on', '0', 1000, '0', '', '0', 'on', '0', '', '0', ''),
1321     +(41, 8, 4, 8, '0', 1, '0', '|host_description| - Processes', 'Localhost - Processes', '0', 120, '0', 500, '0', '100', '0', '0', '0', 'processes', '', 'on', '0', 'on', '0', 2, '0', '', '', '', '0', '', '0', 'on', '0', 1000, '0', '', '0', 'on', '0', '', '0', ''),
1322     +(42, 0, 0, 30, '', 1, '', '|host_description| - Open Files', '', '', 120, '', 500, '', '100', '', '0', '', 'files', '', 'on', '', 'on', '', 2, '', '', '', '', '', '', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1323     +(43, 0, 0, 31, '', 1, 'on', '|host_description| - Traffic', '', '', 120, '', 500, '', '100', '', '0', '', 'bits per second', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1324     +(44, 0, 0, 32, '', 1, 'on', '|host_description| - Traffic', '', '', 120, '', 500, '', '100', '', '0', '', 'bits per second', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1325     +(45, 0, 0, 33, '', 1, 'on', '|host_description| - Traffic', '', '', 120, '', 500, '', '100', '', '0', '', 'bytes per second', '', 'on', '', 'on', '', 2, '', '', '', '', '', 'on', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', ''),
1326     +(47, 0, 0, 34, '', 1, 'on', '|host_description| -', '', '', 120, '', 500, '', '100', '', '', 'on', '0', 'on', '', '', 'on', '', 2, '', '', '', '', '', '', '', 'on', '', 1000, '0', '', '', 'on', '', '', '', '');
1327    
1328     -/*!40000 ALTER TABLE `graph_templates_graph` DISABLE KEYS */;
1329     -LOCK TABLES `graph_templates_graph` WRITE;
1330     -INSERT INTO `graph_templates_graph` (`id`, `local_graph_template_graph_id`, `local_graph_id`, `graph_template_id`, `t_image_format_id`, `image_format_id`, `t_title`, `title`, `title_cache`, `t_height`, `height`, `t_width`, `width`, `t_upper_limit`, `upper_limit`, `t_lower_limit`, `lower_limit`, `t_vertical_label`, `vertical_label`, `t_slope_mode`, `slope_mode`, `t_auto_scale`, `auto_scale`, `t_auto_scale_opts`, `auto_scale_opts`, `t_auto_scale_log`, `auto_scale_log`, `t_scale_log_units`, `scale_log_units`, `t_auto_scale_rigid`, `auto_scale_rigid`, `t_auto_padding`, `auto_padding`, `t_base_value`, `base_value`, `t_grouping`, `grouping`, `t_export`, `export`, `t_unit_value`, `unit_value`, `t_unit_exponent_value`, `unit_exponent_value`) VALUES (2,0,0,2,'',1,'on','|host_description| - Traffic','','',120,'',500,'','100','','0','','bits per second','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(3,0,0,3,'',1,'on','|host_description| - Hard Drive Space','','',120,'',500,'','100','','0','','bytes','','on','','on','',2,'','','','','','on','','on','',1024,'0','','','on','','','',''),(4,0,0,4,'',1,'','|host_description| - CPU Usage','','',120,'',500,'','100','','0','','percent','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(5,0,0,5,'',1,'on','|host_description| - Wireless Levels','','',120,'',500,'','100','','0','','percent','','on','','','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(6,0,0,6,'',1,'on','|host_description| - Wireless Transmissions','','',120,'',500,'','100','','0','','transmissions','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(7,0,0,7,'',1,'','|host_description| - Ping Latency','','',120,'',500,'','100','','0','','milliseconds','','on','','on','',2,'','','','','','','','on','',1000,'0','','','on','','','',''),(8,0,0,8,'',1,'','|host_description| - Processes','','',120,'',500,'','100','','0','','processes','','on','','on','',2,'','','','','','','','on','',1000,'0','','','on','','','',''),(9,0,0,9,'',1,'','|host_description| - Load Average','','',120,'',500,'','100','','0','','processes in the run queue','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','','0'),(10,0,0,10,'',1,'','|host_description| - Logged in Users','','',120,'',500,'','100','','0','','users','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(11,0,0,11,'',1,'','|host_description| - Load Average','','',120,'',500,'','100','','0','','processes in the run queue','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','','0'),(12,0,0,12,'',1,'','|host_description| - Memory Usage','','',120,'',500,'','100','','0','','kilobytes','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(13,0,0,13,'',1,'','|host_description| - Memory Usage','','',120,'',500,'','100','','0','','bytes','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(14,0,0,14,'',1,'','|host_description| - File System Cache','','',120,'',500,'','100','','0','','cache checks/hits','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(15,0,0,15,'',1,'','|host_description| - CPU Utilization','','',120,'',500,'','100','','0','','percent','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(16,0,0,16,'',1,'','|host_description| - File System Activity','','',120,'',500,'','100','','0','','reads/writes per sec','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(17,0,0,17,'',1,'','|host_description| - Logged In Users','','',120,'',500,'','100','','0','','users','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(18,0,0,18,'',1,'','|host_description| - CPU Usage','','',120,'',500,'','100','','0','','percent','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(19,0,0,19,'',1,'on','|host_description| - Volume Information','','',120,'',500,'','100','','0','','bytes','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(20,0,0,20,'',1,'','|host_description| - Directory Information','','',120,'',500,'','100','','0','','directory entries','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(21,0,0,21,'',1,'on','|host_description| - Available Disk Space','','',120,'',500,'','100','','0','','bytes','','on','','on','',2,'','','','','','on','','on','',1024,'0','','','on','','','',''),(22,0,0,22,'',1,'on','|host_description| - Errors/Discards','','',120,'',500,'','100','','0','','errors/sec','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(23,0,0,23,'',1,'on','|host_description| - Unicast Packets','','',120,'',500,'','100','','0','','packets/sec','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(24,0,0,24,'',1,'on','|host_description| - Non-Unicast Packets','','',120,'',500,'','100','','0','','packets/sec','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(25,0,0,25,'',1,'on','|host_description| - Traffic','','',120,'',500,'','100','','0','','bytes per second','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(34,0,0,26,'',1,'on','|host_description| - Available Disk Space','','',120,'',500,'','100','','0','','bytes','','on','','on','',2,'','','','','','on','','on','',1024,'0','','','on','','','',''),(35,0,0,27,'',1,'on','|host_description| - CPU Utilization','','',120,'',500,'','100','','0','','percent','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(36,0,0,28,'',1,'','|host_description| - Logged in Users','','',120,'',500,'','100','','0','','users','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(37,0,0,29,'',1,'','|host_description| - Processes','','',120,'',500,'','100','','0','','processes','','on','','on','',2,'','','','','','','','on','',1000,'0','','','on','','','',''),(38,12,1,12,'0',1,'0','|host_description| - Memory Usage','Localhost - Memory Usage','0',120,'0',500,'0','100','0','0','0','kilobytes','','on','0','on','0',2,'0','','','','0','on','0','on','0',1000,'0','','0','on','0','','0',''),(39,9,2,9,'0',1,'0','|host_description| - Load Average','Localhost - Load Average','0',120,'0',500,'0','100','0','0','0','processes in the run queue','','on','0','on','0',2,'0','','','','0','on','0','on','0',1000,'0','','0','on','0','','0','0'),(40,10,3,10,'0',1,'0','|host_description| - Logged in Users','Localhost - Logged in Users','0',120,'0',500,'0','100','0','0','0','users','','on','0','on','0',2,'0','','','','0','on','0','on','0',1000,'0','','0','on','0','','0',''),(41,8,4,8,'0',1,'0','|host_description| - Processes','Localhost - Processes','0',120,'0',500,'0','100','0','0','0','processes','','on','0','on','0',2,'0','','','','0','','0','on','0',1000,'0','','0','on','0','','0',''),(42,0,0,30,'',1,'','|host_description| - Open Files','','',120,'',500,'','100','','0','','files','','on','','on','',2,'','','','','','','','on','',1000,'0','','','on','','','',''),(43,0,0,31,'',1,'on','|host_description| - Traffic','','',120,'',500,'','100','','0','','bits per second','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(44,0,0,32,'',1,'on','|host_description| - Traffic','','',120,'',500,'','100','','0','','bits per second','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(45,0,0,33,'',1,'on','|host_description| - Traffic','','',120,'',500,'','100','','0','','bytes per second','','on','','on','',2,'','','','','','on','','on','',1000,'0','','','on','','','',''),(47,0,0,34,'',1,'on','|host_description| -','','',120,'',500,'','100','','','on','0','on','','','on','',2,'','','','','','','','on','',1000,'0','','','on','','','','');
1331     -UNLOCK TABLES;
1332     -/*!40000 ALTER TABLE `graph_templates_graph` ENABLE KEYS */;
1333     +-- --------------------------------------------------------
1334    
1335     --
1336     --- Table structure for table `graph_templates_item`
1337     +-- Structure de la table `graph_templates_item`
1338     --
1339    
1340     -DROP TABLE IF EXISTS `graph_templates_item`;
1341     -CREATE TABLE `graph_templates_item` (
1342     +CREATE TABLE IF NOT EXISTS `graph_templates_item` (
1343     `id` int(12) unsigned NOT NULL auto_increment,
1344     `hash` varchar(32) NOT NULL default '',
1345     `local_graph_template_item_id` int(12) unsigned NOT NULL default '0',
1346     @@ -527,49 +1205,698 @@ CREATE TABLE `graph_templates_item` (
1347     `sequence` mediumint(8) unsigned NOT NULL default '0',
1348     PRIMARY KEY (`id`),
1349     KEY `graph_template_id` (`graph_template_id`),
1350     - KEY `local_graph_id` (`local_graph_id`)
1351     -) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores the actual graph item data.';
1352     + KEY `local_graph_id` (`local_graph_id`),
1353     + KEY `task_item_id` (`task_item_id`)
1354     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores the actual graph item data.' AUTO_INCREMENT=411 ;
1355    
1356     --
1357     --- Dumping data for table `graph_templates_item`
1358     +-- Contenu de la table `graph_templates_item`
1359     --
1360    
1361     +INSERT INTO `graph_templates_item` (`id`, `hash`, `local_graph_template_item_id`, `local_graph_id`, `graph_template_id`, `task_item_id`, `color_id`, `alpha`, `graph_type_id`, `cdef_id`, `consolidation_function_id`, `text_format`, `value`, `hard_return`, `gprint_id`, `sequence`) VALUES
1362     +(9, '0470b2427dbfadb6b8346e10a71268fa', 0, 0, 2, 54, 22, 'FF', 7, 2, 1, 'Inbound', '', '', 2, 1),
1363     +(10, '84a5fe0db518550266309823f994ce9c', 0, 0, 2, 54, 0, 'FF', 9, 2, 4, 'Current:', '', '', 2, 2),
1364     +(11, '2f222f28084085cd06a1f46e4449c793', 0, 0, 2, 54, 0, 'FF', 9, 2, 1, 'Average:', '', '', 2, 3),
1365     +(12, '55acbcc33f46ee6d754e8e81d1b54808', 0, 0, 2, 54, 0, 'FF', 9, 2, 3, 'Maximum:', '', 'on', 2, 4),
1366     +(13, 'fdaf2321fc890e355711c2bffc07d036', 0, 0, 2, 55, 20, 'FF', 4, 2, 1, 'Outbound', '', '', 2, 5),
1367     +(14, '768318f42819217ed81196d2179d3e1b', 0, 0, 2, 55, 0, 'FF', 9, 2, 4, 'Current:', '', '', 2, 6),
1368     +(15, 'cb3aa6256dcb3acd50d4517b77a1a5c3', 0, 0, 2, 55, 0, 'FF', 9, 2, 1, 'Average:', '', '', 2, 7),
1369     +(16, '671e989be7cbf12c623b4e79d91c7bed', 0, 0, 2, 55, 0, 'FF', 9, 2, 3, 'Maximum:', '', '', 2, 8),
1370     +(17, 'b561ed15b3ba66d277e6d7c1640b86f7', 0, 0, 3, 4, 48, 'FF', 7, 14, 1, 'Used', '', '', 2, 1),
1371     +(18, '99ef051057fa6adfa6834a7632e9d8a2', 0, 0, 3, 4, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 2),
1372     +(19, '3986695132d3f4716872df4c6fbccb65', 0, 0, 3, 4, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 3),
1373     +(20, '0444300017b368e6257f010dca8bbd0d', 0, 0, 3, 4, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 4),
1374     +(21, '4d6a0b9063124ca60e2d1702b3e15e41', 0, 0, 3, 3, 20, 'FF', 8, 14, 1, 'Available', '', '', 2, 5),
1375     +(22, '181b08325e4d00cd50b8cdc8f8ae8e77', 0, 0, 3, 3, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 6),
1376     +(23, 'bba0a9ff1357c990df50429d64314340', 0, 0, 3, 3, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 7),
1377     +(24, 'd4a67883d53bc1df8aead21c97c0bc52', 0, 0, 3, 3, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 8),
1378     +(25, '253c9ec2d66905245149c1c2dc8e536e', 0, 0, 3, 0, 1, 'FF', 5, 15, 1, 'Total', '', '', 2, 9),
1379     +(26, 'ea9ea883383f4eb462fec6aa309ba7b5', 0, 0, 3, 0, 0, 'FF', 9, 15, 4, 'Current:', '', '', 2, 10),
1380     +(27, '83b746bcaba029eeca170a9f77ec4864', 0, 0, 3, 0, 0, 'FF', 9, 15, 1, 'Average:', '', '', 2, 11),
1381     +(28, '82e01dd92fd37887c0696192efe7af65', 0, 0, 3, 0, 0, 'FF', 9, 15, 3, 'Maximum:', '', '', 2, 12),
1382     +(29, 'ff0a6125acbb029b814ed1f271ad2d38', 0, 0, 4, 5, 9, 'FF', 7, 0, 1, 'System', '', '', 2, 1),
1383     +(30, 'f0776f7d6638bba76c2c27f75a424f0f', 0, 0, 4, 5, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1384     +(31, '39f4e021aa3fed9207b5f45a82122b21', 0, 0, 4, 5, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1385     +(32, '800f0b067c06f4ec9c2316711ea83c1e', 0, 0, 4, 5, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 4),
1386     +(33, '9419dd5dbf549ba4c5dc1462da6ee321', 0, 0, 4, 6, 21, 'FF', 8, 0, 1, 'User', '', '', 2, 5),
1387     +(34, 'e461dd263ae47657ea2bf3fd82bec096', 0, 0, 4, 6, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 6),
1388     +(35, 'f2d1fbb8078a424ffc8a6c9d44d8caa0', 0, 0, 4, 6, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 7),
1389     +(36, 'e70a5de639df5ba1705b5883da7fccfc', 0, 0, 4, 6, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 8),
1390     +(37, '85fefb25ce9fd0317da2706a5463fc42', 0, 0, 4, 7, 12, 'FF', 8, 0, 1, 'Nice', '', '', 2, 9),
1391     +(38, 'a1cb26878776999db16f1de7577b3c2a', 0, 0, 4, 7, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 10),
1392     +(39, '7d0f9bf64a0898a0095f099674754273', 0, 0, 4, 7, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 11),
1393     +(40, 'b2879248a522d9679333e1f29e9a87c3', 0, 0, 4, 7, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 12),
1394     +(41, 'd800aa59eee45383b3d6d35a11cdc864', 0, 0, 4, 0, 1, 'FF', 4, 12, 1, 'Total', '', '', 2, 13),
1395     +(42, 'cab4ae79a546826288e273ca1411c867', 0, 0, 4, 0, 0, 'FF', 9, 12, 4, 'Current:', '', '', 2, 14),
1396     +(43, 'd44306ae85622fec971507460be63f5c', 0, 0, 4, 0, 0, 'FF', 9, 12, 1, 'Average:', '', '', 2, 15),
1397     +(44, 'aa5c2118035bb83be497d4e099afcc0d', 0, 0, 4, 0, 0, 'FF', 9, 12, 3, 'Maximum:', '', '', 2, 16),
1398     +(45, '4aa34ea1b7542b770ace48e8bc395a22', 0, 0, 5, 9, 48, 'FF', 7, 0, 1, 'Signal Level', '', '', 2, 1),
1399     +(46, '22f118a9d81d0a9c8d922efbbc8a9cc1', 0, 0, 5, 9, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1400     +(47, '229de0c4b490de9d20d8f8d41059f933', 0, 0, 5, 9, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1401     +(48, 'cd17feb30c02fd8f21e4d4dcde04e024', 0, 0, 5, 9, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 4),
1402     +(49, '8723600cfd0f8a7b3f7dc1361981aabd', 0, 0, 5, 8, 25, 'FF', 5, 0, 1, 'Noise Level', '', '', 2, 5),
1403     +(50, 'cb06be2601b5abfb7a42fc07586de1c2', 0, 0, 5, 8, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 6),
1404     +(51, '55a2ee0fd511e5210ed85759171de58f', 0, 0, 5, 8, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 7),
1405     +(52, '704459564c84e42462e106eef20db169', 0, 0, 5, 8, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 2, 8),
1406     +(53, 'aaebb19ec522497eaaf8c87a631b7919', 0, 0, 6, 10, 48, 'FF', 7, 0, 1, 'Transmissions', '', '', 2, 1),
1407     +(54, '8b54843ac9d41bce2fcedd023560ed64', 0, 0, 6, 10, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1408     +(55, '05927dc83e07c7d9cffef387d68f35c9', 0, 0, 6, 10, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1409     +(56, 'd11e62225a7e7a0cdce89242002ca547', 0, 0, 6, 10, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 4),
1410     +(57, '6397b92032486c476b0e13a35b727041', 0, 0, 6, 11, 25, 'FF', 5, 0, 1, 'Re-Transmissions', '', '', 2, 5),
1411     +(58, 'cdfa5f8f82f4c479ff7f6f54160703f6', 0, 0, 6, 11, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 6),
1412     +(59, 'ce2a309fb9ef64f83f471895069a6f07', 0, 0, 6, 11, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 7),
1413     +(60, '9cbfbf57ebde435b27887f27c7d3caea', 0, 0, 6, 11, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 2, 8),
1414     +(61, '80e0aa956f50c261e5143273da58b8a3', 0, 0, 7, 21, 25, 'FF', 7, 0, 1, '', '', '', 2, 1),
1415     +(62, '48fdcae893a7b7496e1a61efc3453599', 0, 0, 7, 21, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1416     +(63, '22f43e5fa20f2716666ba9ed9a7d1727', 0, 0, 7, 21, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1417     +(64, '3e86d497bcded7af7ab8408e4908e0d8', 0, 0, 7, 21, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 2, 4),
1418     +(65, 'ba00ecd28b9774348322ff70a96f2826', 0, 0, 8, 19, 48, 'FF', 7, 0, 1, 'Running Processes', '', '', 2, 1),
1419     +(66, '8d76de808efd73c51e9a9cbd70579512', 0, 0, 8, 19, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1420     +(67, '304244ca63d5b09e62a94c8ec6fbda8d', 0, 0, 8, 19, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1421     +(68, 'da1ba71a93d2ed4a2a00d54592b14157', 0, 0, 8, 19, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 4),
1422     +(69, '93ad2f2803b5edace85d86896620b9da', 0, 0, 9, 12, 15, 'FF', 7, 0, 1, '1 Minute Average', '', '', 2, 1),
1423     +(70, 'e28736bf63d3a3bda03ea9f1e6ecb0f1', 0, 0, 9, 12, 0, 'FF', 9, 0, 4, 'Current:', '', 'on', 4, 2),
1424     +(71, 'bbdfa13adc00398eed132b1ccb4337d2', 0, 0, 9, 13, 8, 'FF', 8, 0, 1, '5 Minute Average', '', '', 2, 3),
1425     +(72, '2c14062c7d67712f16adde06132675d6', 0, 0, 9, 13, 0, 'FF', 9, 0, 4, 'Current:', '', 'on', 4, 4),
1426     +(73, '9cf6ed48a6a54b9644a1de8c9929bd4e', 0, 0, 9, 14, 9, 'FF', 8, 0, 1, '15 Minute Average', '', '', 2, 5),
1427     +(74, 'c9824064305b797f38feaeed2352e0e5', 0, 0, 9, 14, 0, 'FF', 9, 0, 4, 'Current:', '', 'on', 4, 6),
1428     +(75, 'fa1bc4eff128c4da70f5247d55b8a444', 0, 0, 9, 0, 1, 'FF', 4, 12, 1, '', '', '', 2, 7),
1429     +(76, '5c94ac24bc0d6d2712cc028fa7d4c7d2', 0, 0, 10, 20, 67, 'FF', 7, 0, 1, 'Users', '', '', 2, 1),
1430     +(77, '8bc7f905526f62df7d5c2d8c27c143c1', 0, 0, 10, 20, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1431     +(78, 'cd074cd2b920aab70d480c020276d45b', 0, 0, 10, 20, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1432     +(79, '415630f25f5384ba0c82adbdb05fe98b', 0, 0, 10, 20, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 4),
1433     +(80, 'd77d2050be357ab067666a9485426e6b', 0, 0, 11, 33, 15, 'FF', 7, 0, 1, '1 Minute Average', '', '', 2, 1),
1434     +(81, '13d22f5a0eac6d97bf6c97d7966f0a00', 0, 0, 11, 33, 0, 'FF', 9, 0, 4, 'Current:', '', 'on', 4, 2),
1435     +(82, '8580230d31d2851ec667c296a665cbf9', 0, 0, 11, 34, 8, 'FF', 8, 0, 1, '5 Minute Average', '', '', 2, 3),
1436     +(83, 'b5b7d9b64e7640aa51dbf58c69b86d15', 0, 0, 11, 34, 0, 'FF', 9, 0, 4, 'Current:', '', 'on', 4, 4),
1437     +(84, '2ec10edf4bfaa866b7efd544d4c3f446', 0, 0, 11, 35, 9, 'FF', 8, 0, 1, '15 Minute Average', '', '', 2, 5),
1438     +(85, 'b65666f0506c0c70966f493c19607b93', 0, 0, 11, 35, 0, 'FF', 9, 0, 4, 'Current:', '', 'on', 4, 6),
1439     +(86, '6c73575c74506cfc75b89c4276ef3455', 0, 0, 11, 0, 1, 'FF', 4, 12, 1, 'Total', '', '', 2, 7),
1440     +(95, '5fa7c2317f19440b757ab2ea1cae6abc', 0, 0, 12, 16, 41, 'FF', 7, 14, 1, 'Free', '', '', 2, 9),
1441     +(96, 'b1d18060bfd3f68e812c508ff4ac94ed', 0, 0, 12, 16, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 10),
1442     +(97, '780b6f0850aaf9431d1c246c55143061', 0, 0, 12, 16, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 11),
1443     +(98, '2d54a7e7bb45e6c52d97a09e24b7fba7', 0, 0, 12, 16, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 12),
1444     +(99, '40206367a3c192b836539f49801a0b15', 0, 0, 12, 18, 30, 'FF', 8, 14, 1, 'Swap', '', '', 2, 13),
1445     +(100, '7ee72e2bb3722d4f8a7f9c564e0dd0d0', 0, 0, 12, 18, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 14),
1446     +(101, 'c8af33b949e8f47133ee25e63c91d4d0', 0, 0, 12, 18, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 15),
1447     +(102, '568128a16723d1195ce6a234d353ce00', 0, 0, 12, 18, 0, 'FF', 9, 14, 3, 'Maximum:', '', '', 2, 16),
1448     +(103, '7517a40d478e28ed88ba2b2a65e16b57', 0, 0, 13, 37, 52, 'FF', 7, 14, 1, 'Memory Free', '', '', 2, 1),
1449     +(104, 'df0c8b353d26c334cb909dc6243957c5', 0, 0, 13, 37, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 2),
1450     +(105, 'c41a4cf6fefaf756a24f0a9510580724', 0, 0, 13, 37, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 3),
1451     +(106, '9efa8f01c6ed11364a21710ff170f422', 0, 0, 13, 37, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 4),
1452     +(107, '95d6e4e5110b456f34324f7941d08318', 0, 0, 13, 36, 35, 'FF', 8, 14, 1, 'Memory Buffers', '', '', 2, 5),
1453     +(108, '0c631bfc0785a9cca68489ea87a6c3da', 0, 0, 13, 36, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 6),
1454     +(109, '3468579d3b671dfb788696df7dcc1ec9', 0, 0, 13, 36, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 7),
1455     +(110, 'c3ddfdaa65449f99b7f1a735307f9abe', 0, 0, 13, 36, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 8),
1456     +(111, '4c64d5c1ce8b5d8b94129c23b46a5fd6', 0, 0, 14, 28, 41, 'FF', 7, 0, 1, 'Cache Hits', '', '', 2, 1),
1457     +(112, '5c1845c9bd1af684a3c0ad843df69e3e', 0, 0, 14, 28, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1458     +(113, 'e5169563f3f361701902a8da3ac0c77f', 0, 0, 14, 28, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1459     +(114, '35e87262efa521edbb1fd27f09c036f5', 0, 0, 14, 28, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 3, 4),
1460     +(115, '53069d7dba4c31b338f609bea4cd16f3', 0, 0, 14, 27, 66, 'FF', 8, 0, 1, 'Cache Checks', '', '', 2, 5),
1461     +(116, 'd9c102579839c5575806334d342b50de', 0, 0, 14, 27, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 6),
1462     +(117, 'dc1897c3249dbabe269af49cee92f8c0', 0, 0, 14, 27, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 7),
1463     +(118, 'ccd21fe0b5a8c24057f1eff4a6b66391', 0, 0, 14, 27, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 8),
1464     +(119, 'ab09d41c358f6b8a9d0cad4eccc25529', 0, 0, 15, 76, 9, 'FF', 7, 0, 1, 'CPU Utilization', '', '', 2, 1),
1465     +(120, '5d5b8d8fbe751dc9c86ee86f85d7433b', 0, 0, 15, 76, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1466     +(121, '4822a98464c6da2afff10c6d12df1831', 0, 0, 15, 76, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1467     +(122, 'fc6fbf2a964bea0b3c88ed0f18616aa7', 0, 0, 15, 76, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 4),
1468     +(123, 'e4094625d5443b4c87f9a87ba616a469', 0, 0, 16, 25, 67, 'FF', 7, 0, 1, 'File System Reads', '', '', 2, 1),
1469     +(124, 'ae68425cd10e8a6623076b2e6859a6aa', 0, 0, 16, 25, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1470     +(125, '40b8e14c6568b3f6be6a5d89d6a9f061', 0, 0, 16, 25, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1471     +(126, '4afbdc3851c03e206672930746b1a5e2', 0, 0, 16, 25, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 3, 4),
1472     +(127, 'ea47d2b5516e334bc5f6ce1698a3ae76', 0, 0, 16, 26, 93, 'FF', 8, 0, 1, 'File System Writes', '', '', 2, 5),
1473     +(128, '899c48a2f79ea3ad4629aff130d0f371', 0, 0, 16, 26, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 6),
1474     +(129, 'ab474d7da77e9ec1f6a1d45c602580cd', 0, 0, 16, 26, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 7),
1475     +(130, 'e143f8b4c6d4eeb6a28b052e6b8ce5a9', 0, 0, 16, 26, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 8),
1476     +(131, 'facfeeb6fc2255ba2985b2d2f695d78a', 0, 0, 17, 23, 30, 'FF', 7, 0, 1, 'Current Logins', '', '', 2, 1),
1477     +(132, '2470e43034a5560260d79084432ed14f', 0, 0, 17, 23, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1478     +(133, 'e9e645f07bde92b52d93a7a1f65efb30', 0, 0, 17, 23, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1479     +(134, 'bdfe0d66103211cfdaa267a44a98b092', 0, 0, 17, 23, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 3, 4),
1480     +(139, '098b10c13a5701ddb7d4d1d2e2b0fdb7', 0, 0, 18, 30, 9, 'FF', 7, 0, 1, 'CPU Usage', '', '', 2, 1),
1481     +(140, '1dbda412a9926b0ee5c025aa08f3b230', 0, 0, 18, 30, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1482     +(141, '725c45917146807b6a4257fc351f2bae', 0, 0, 18, 30, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1483     +(142, '4e336fdfeb84ce65f81ded0e0159a5e0', 0, 0, 18, 30, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 4),
1484     +(143, '7dab7a3ceae2addd1cebddee6c483e7c', 0, 0, 19, 39, 25, 'FF', 7, 14, 1, 'Free Space', '', '', 2, 5),
1485     +(144, 'aea239f3ceea8c63d02e453e536190b8', 0, 0, 19, 39, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 6),
1486     +(145, 'a0efae92968a6d4ae099b676e0f1430e', 0, 0, 19, 39, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 7),
1487     +(146, '4fd5ba88be16e3d513c9231b78ccf0e1', 0, 0, 19, 39, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 8),
1488     +(147, 'd2e98e51189e1d9be8888c3d5c5a4029', 0, 0, 19, 38, 69, 'FF', 7, 14, 1, 'Total Space', '', '', 2, 1),
1489     +(148, '12829294ee3958f4a31a58a61228e027', 0, 0, 19, 38, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 2),
1490     +(149, '4b7e8755b0f2253723c1e9fb21fd37b1', 0, 0, 19, 38, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 3),
1491     +(150, 'cbb19ffd7a0ead2bf61512e86d51ee8e', 0, 0, 19, 38, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 4),
1492     +(151, '37b4cbed68f9b77e49149343069843b4', 0, 0, 19, 40, 95, 'FF', 5, 14, 1, 'Freeable Space', '', '', 2, 9),
1493     +(152, '5eb7532200f2b5cc93e13743a7db027c', 0, 0, 19, 40, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 10),
1494     +(153, 'b0f9f602fbeaaff090ea3f930b46c1c7', 0, 0, 19, 40, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 11),
1495     +(154, '06477f7ea46c63272cee7253e7cd8760', 0, 0, 19, 40, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 12),
1496     +(171, 'a751838f87068e073b95be9555c57bde', 0, 0, 21, 56, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 4),
1497     +(170, '3b13eb2e542fe006c9bf86947a6854fa', 0, 0, 21, 56, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 3),
1498     +(169, '8ef3e7fb7ce962183f489725939ea40f', 0, 0, 21, 56, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 2),
1499     +(167, '6ca2161c37b0118786dbdb46ad767e5d', 0, 0, 21, 56, 48, 'FF', 7, 14, 1, 'Used', '', '', 2, 1),
1500     +(159, '6877a2a5362a9390565758b08b9b37f7', 0, 0, 20, 43, 77, 'FF', 7, 0, 1, 'Used Directory Entries', '', '', 2, 1),
1501     +(160, 'a978834f3d02d833d3d2def243503bf2', 0, 0, 20, 43, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1502     +(161, '7422d87bc82de20a4333bd2f6460b2d4', 0, 0, 20, 43, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1503     +(162, '4d52762859a3fec297ebda0e7fd760d9', 0, 0, 20, 43, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 3, 4),
1504     +(163, '999d4ed1128ff03edf8ea47e56d361dd', 0, 0, 20, 42, 1, 'FF', 5, 0, 1, 'Available Directory Entries', '', '', 2, 5),
1505     +(164, '3dfcd7f8c7a760ac89d34398af79b979', 0, 0, 20, 42, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 6),
1506     +(165, '217be75e28505c8f8148dec6b71b9b63', 0, 0, 20, 42, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 7),
1507     +(166, '69b89e1c5d6fc6182c93285b967f970a', 0, 0, 20, 42, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 8),
1508     +(172, '5d6dff9c14c71dc1ebf83e87f1c25695', 0, 0, 21, 44, 20, 'FF', 8, 14, 1, 'Available', '', '', 2, 5),
1509     +(173, 'b27cb9a158187d29d17abddc6fdf0f15', 0, 0, 21, 44, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 6),
1510     +(174, '6c0555013bb9b964e51d22f108dae9b0', 0, 0, 21, 44, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 7),
1511     +(175, '42ce58ec17ef5199145fbf9c6ee39869', 0, 0, 21, 44, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 8),
1512     +(176, '9bdff98f2394f666deea028cbca685f3', 0, 0, 21, 0, 1, 'FF', 5, 15, 1, 'Total', '', '', 2, 9),
1513     +(177, 'fb831fefcf602bc31d9d24e8e456c2e6', 0, 0, 21, 0, 0, 'FF', 9, 15, 4, 'Current:', '', '', 2, 10),
1514     +(178, '5a958d56785a606c08200ef8dbf8deef', 0, 0, 21, 0, 0, 'FF', 9, 15, 1, 'Average:', '', '', 2, 11),
1515     +(179, '5ce67a658cec37f526dc84ac9e08d6e7', 0, 0, 21, 0, 0, 'FF', 9, 15, 3, 'Maximum:', '', 'on', 2, 12),
1516     +(180, '7e04a041721df1f8828381a9ea2f2154', 0, 0, 22, 47, 31, 'FF', 4, 0, 1, 'Discards In', '', '', 2, 1),
1517     +(181, 'afc8bca6b1b3030a6d71818272336c6c', 0, 0, 22, 47, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1518     +(182, '6ac169785f5aeaf1cc5cdfd38dfcfb6c', 0, 0, 22, 47, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1519     +(183, '178c0a0ce001d36a663ff6f213c07505', 0, 0, 22, 47, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 4),
1520     +(184, '8e3268c0abde7550616bff719f10ee2f', 0, 0, 22, 46, 48, 'FF', 4, 0, 1, 'Errors In', '', '', 2, 5),
1521     +(185, '18891392b149de63b62c4258a68d75f8', 0, 0, 22, 46, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 6),
1522     +(186, 'dfc9d23de0182c9967ae3dabdfa55a16', 0, 0, 22, 46, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 7),
1523     +(187, 'c47ba64e2e5ea8bf84aceec644513176', 0, 0, 22, 46, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 8),
1524     +(188, '9d052e7d632c479737fbfaced0821f79', 0, 0, 23, 49, 71, 'FF', 4, 0, 1, 'Unicast Packets Out', '', '', 2, 5),
1525     +(189, '9b9fa6268571b6a04fa4411d8e08c730', 0, 0, 23, 49, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 6),
1526     +(190, '8e8f2fbeb624029cbda1d2a6ddd991ba', 0, 0, 23, 49, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 7),
1527     +(191, 'c76495beb1ed01f0799838eb8a893124', 0, 0, 23, 49, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 8),
1528     +(192, 'd4e5f253f01c3ea77182c5a46418fc44', 0, 0, 23, 48, 25, 'FF', 7, 0, 1, 'Unicast Packets In', '', '', 2, 1),
1529     +(193, '526a96add143da021c5f00d8764a6c12', 0, 0, 23, 48, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1530     +(194, '81eeb46f451212f00fd7caee42a81c0b', 0, 0, 23, 48, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1531     +(195, '089e4d1c3faeb00fd5dcc9622b06d656', 0, 0, 23, 48, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 4),
1532     +(196, 'fe66cb973966d22250de073405664200', 0, 0, 24, 53, 25, 'FF', 7, 0, 1, 'Non-Unicast Packets In', '', '', 2, 1),
1533     +(197, '1ba3fc3466ad32fdd2669cac6cad6faa', 0, 0, 24, 53, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1534     +(198, 'f810154d3a934c723c21659e66199cdf', 0, 0, 24, 53, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1535     +(199, '98a161df359b01304346657ff1a9d787', 0, 0, 24, 53, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 4),
1536     +(200, 'd5e55eaf617ad1f0516f6343b3f07c5e', 0, 0, 24, 52, 71, 'FF', 4, 0, 1, 'Non-Unicast Packets Out', '', '', 2, 5),
1537     +(201, '9fde6b8c84089b9f9044e681162e7567', 0, 0, 24, 52, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 6),
1538     +(202, '9a3510727c3d9fa7e2e7a015783a99b3', 0, 0, 24, 52, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 7),
1539     +(203, '451afd23f2cb59ab9b975fd6e2735815', 0, 0, 24, 52, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 8),
1540     +(204, '617d10dff9bbc3edd9d733d9c254da76', 0, 0, 22, 50, 18, 'FF', 4, 0, 1, 'Discards Out', '', '', 2, 9),
1541     +(205, '9269a66502c34d00ac3c8b1fcc329ac6', 0, 0, 22, 50, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 10),
1542     +(206, 'd45deed7e1ad8350f3b46b537ae0a933', 0, 0, 22, 50, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 11),
1543     +(207, '2f64cf47dc156e8c800ae03c3b893e3c', 0, 0, 22, 50, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 12),
1544     +(208, '57434bef8cb21283c1a73f055b0ada19', 0, 0, 22, 51, 89, 'FF', 4, 0, 1, 'Errors Out', '', '', 2, 13),
1545     +(209, '660a1b9365ccbba356fd142faaec9f04', 0, 0, 22, 51, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 14),
1546     +(210, '28c5297bdaedcca29acf245ef4bbed9e', 0, 0, 22, 51, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 15),
1547     +(211, '99098604fd0c78fd7dabac8f40f1fb29', 0, 0, 22, 51, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 16),
1548     +(212, 'de3eefd6d6c58afabdabcaf6c0168378', 0, 0, 25, 54, 22, 'FF', 7, 0, 1, 'Inbound', '', '', 2, 1),
1549     +(213, '1a80fa108f5c46eecb03090c65bc9a12', 0, 0, 25, 54, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1550     +(214, 'fe458892e7faa9d232e343d911e845f3', 0, 0, 25, 54, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1551     +(215, '175c0a68689bebc38aad2fbc271047b3', 0, 0, 25, 54, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 4),
1552     +(216, '1bf2283106510491ddf3b9c1376c0b31', 0, 0, 25, 55, 20, 'FF', 4, 0, 1, 'Outbound', '', '', 2, 5),
1553     +(217, 'c5202f1690ffe45600c0d31a4a804f67', 0, 0, 25, 55, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 6),
1554     +(218, 'eb9794e3fdafc2b74f0819269569ed40', 0, 0, 25, 55, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 7),
1555     +(219, '6bcedd61e3ccf7518ca431940c93c439', 0, 0, 25, 55, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 2, 8),
1556     +(303, 'b7b381d47972f836785d338a3bef6661', 0, 0, 26, 78, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 8),
1557     +(304, '36fa8063df3b07cece878d54443db727', 0, 0, 26, 78, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 7),
1558     +(305, '2c35b5cae64c5f146a55fcb416dd14b5', 0, 0, 26, 78, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 6),
1559     +(306, '16d6a9a7f608762ad65b0841e5ef4e9c', 0, 0, 26, 78, 48, 'FF', 7, 0, 1, 'Used', '', '', 2, 5),
1560     +(307, 'd80e4a4901ab86ee39c9cc613e13532f', 0, 0, 26, 92, 20, 'FF', 7, 0, 1, 'Total', '', '', 2, 1),
1561     +(308, '567c2214ee4753aa712c3d101ea49a5d', 0, 0, 26, 92, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1562     +(309, 'ba0b6a9e316ef9be66abba68b80f7587', 0, 0, 26, 92, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1563     +(310, '4b8e4a6bf2757f04c3e3a088338a2f7a', 0, 0, 26, 92, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 4),
1564     +(317, '8536e034ab5268a61473f1ff2f6bd88f', 0, 0, 27, 79, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1565     +(316, 'd478a76de1df9edf896c9ce51506c483', 0, 0, 27, 79, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1566     +(315, '42537599b5fb8ea852240b58a58633de', 0, 0, 27, 79, 9, 'FF', 7, 0, 1, 'CPU Utilization', '', '', 2, 1),
1567     +(318, '87e10f9942b625aa323a0f39b60058e7', 0, 0, 27, 79, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 4),
1568     +(319, '38f6891b0db92aa8950b4ce7ae902741', 0, 0, 28, 81, 67, 'FF', 7, 0, 1, 'Users', '', '', 2, 1),
1569     +(320, 'af13152956a20aa894ef4a4067b88f63', 0, 0, 28, 81, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1570     +(321, '1b2388bbede4459930c57dc93645284e', 0, 0, 28, 81, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1571     +(322, '6407dc226db1d03be9730f4d6f3eeccf', 0, 0, 28, 81, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 4),
1572     +(323, 'fca6a530c8f37476b9004a90b42ee988', 0, 0, 29, 80, 48, 'FF', 7, 0, 1, 'Running Processes', '', '', 2, 1),
1573     +(324, '5acebbde3dc65e02f8fda03955852fbe', 0, 0, 29, 80, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1574     +(325, '311079ffffac75efaab2837df8123122', 0, 0, 29, 80, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1575     +(326, '724d27007ebf31016cfa5530fee1b867', 0, 0, 29, 80, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 4),
1576     +(373, '1995d8c23e7d8e1efa2b2c55daf3c5a7', 0, 0, 32, 54, 22, 'FF', 7, 2, 1, 'Inbound', '', '', 2, 1),
1577     +(335, '', 95, 1, 12, 84, 41, 'FF', 7, 0, 1, 'Free', '', '', 2, 9),
1578     +(336, '', 96, 1, 12, 84, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 10),
1579     +(337, '', 97, 1, 12, 84, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 11),
1580     +(338, '', 98, 1, 12, 84, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 12),
1581     +(339, '', 99, 1, 12, 85, 30, 'FF', 8, 0, 1, 'Swap', '', '', 2, 13),
1582     +(340, '', 100, 1, 12, 85, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 14),
1583     +(341, '', 101, 1, 12, 85, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 15),
1584     +(342, '', 102, 1, 12, 85, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 2, 16),
1585     +(343, '', 69, 2, 9, 86, 15, 'FF', 7, 0, 1, '1 Minute Average', '', '', 2, 1),
1586     +(344, '', 70, 2, 9, 86, 0, 'FF', 9, 0, 4, 'Current:', '', 'on', 4, 2),
1587     +(345, '', 71, 2, 9, 87, 8, 'FF', 8, 0, 1, '5 Minute Average', '', '', 2, 3),
1588     +(346, '', 72, 2, 9, 87, 0, 'FF', 9, 0, 4, 'Current:', '', 'on', 4, 4),
1589     +(347, '', 73, 2, 9, 88, 9, 'FF', 8, 0, 1, '15 Minute Average', '', '', 2, 5),
1590     +(348, '', 74, 2, 9, 88, 0, 'FF', 9, 0, 4, 'Current:', '', 'on', 4, 6),
1591     +(349, '', 75, 2, 9, 0, 1, 'FF', 4, 12, 1, '', '', '', 2, 7),
1592     +(350, '', 76, 3, 10, 89, 67, 'FF', 7, 0, 1, 'Users', '', '', 2, 1),
1593     +(351, '', 77, 3, 10, 89, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1594     +(352, '', 78, 3, 10, 89, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1595     +(353, '', 79, 3, 10, 89, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 4),
1596     +(354, '', 65, 4, 8, 90, 48, 'FF', 7, 0, 1, 'Running Processes', '', '', 2, 1),
1597     +(355, '', 66, 4, 8, 90, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1598     +(356, '', 67, 4, 8, 90, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1599     +(357, '', 68, 4, 8, 90, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 3, 4),
1600     +(358, '803b96bcaec33148901b4b562d9d2344', 0, 0, 30, 29, 89, 'FF', 7, 0, 1, 'Open Files', '', '', 2, 1),
1601     +(359, 'da26dd92666cb840f8a70e2ec5e90c07', 0, 0, 30, 29, 0, 'FF', 9, 0, 4, 'Current:', '', '', 3, 2),
1602     +(360, '5258970186e4407ed31cca2782650c45', 0, 0, 30, 29, 0, 'FF', 9, 0, 1, 'Average:', '', '', 3, 3),
1603     +(361, '7d08b996bde9cdc7efa650c7031137b4', 0, 0, 30, 29, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 3, 4),
1604     +(362, '918e6e7d41bb4bae0ea2937b461742a4', 0, 0, 31, 54, 22, 'FF', 7, 2, 1, 'Inbound', '', '', 2, 1),
1605     +(363, 'f19fbd06c989ea85acd6b4f926e4a456', 0, 0, 31, 54, 0, 'FF', 9, 2, 4, 'Current:', '', '', 2, 2),
1606     +(364, 'fc150a15e20c57e11e8d05feca557ef9', 0, 0, 31, 54, 0, 'FF', 9, 2, 1, 'Average:', '', '', 2, 3),
1607     +(365, 'ccbd86e03ccf07483b4d29e63612fb18', 0, 0, 31, 54, 0, 'FF', 9, 2, 3, 'Maximum:', '', 'on', 2, 4),
1608     +(366, '964c5c30cd05eaf5a49c0377d173de86', 0, 0, 31, 55, 20, 'FF', 4, 2, 1, 'Outbound', '', '', 2, 5),
1609     +(367, 'b1a6fb775cf62e79e1c4bc4933c7e4ce', 0, 0, 31, 55, 0, 'FF', 9, 2, 4, 'Current:', '', '', 2, 6),
1610     +(368, '721038182a872ab266b5cf1bf7f7755c', 0, 0, 31, 55, 0, 'FF', 9, 2, 1, 'Average:', '', '', 2, 7),
1611     +(369, '2302f80c2c70b897d12182a1fc11ecd6', 0, 0, 31, 55, 0, 'FF', 9, 2, 3, 'Maximum:', '', 'on', 2, 8),
1612     +(370, '4ffc7af8533d103748316752b70f8e3c', 0, 0, 31, 0, 0, 'FF', 1, 0, 1, '', '', 'on', 2, 9),
1613     +(371, '64527c4b6eeeaf627acc5117ff2180fd', 0, 0, 31, 55, 9, 'FF', 2, 0, 1, '95th Percentile', '|95:bits:0:max:2|', '', 2, 10),
1614     +(372, 'd5bbcbdbf83ae858862611ac6de8fc62', 0, 0, 31, 55, 0, 'FF', 1, 0, 1, '(|95:bits:6:max:2| mbit in+out)', '', '', 2, 11),
1615     +(374, '55083351cd728b82cc4dde68eb935700', 0, 0, 32, 54, 0, 'FF', 9, 2, 4, 'Current:', '', '', 2, 2),
1616     +(375, '54782f71929e7d1734ed5ad4b8dda50d', 0, 0, 32, 54, 0, 'FF', 9, 2, 1, 'Average:', '', '', 2, 3),
1617     +(376, '88d3094d5dc2164cbf2f974aeb92f051', 0, 0, 32, 54, 0, 'FF', 9, 2, 3, 'Maximum:', '', '', 2, 4),
1618     +(377, '4a381a8e87d4db1ac99cf8d9078266d3', 0, 0, 32, 55, 20, 'FF', 4, 2, 1, 'Outbound', '', '', 2, 6),
1619     +(378, '5bff63207c7bf076d76ff3036b5dad54', 0, 0, 32, 55, 0, 'FF', 9, 2, 4, 'Current:', '', '', 2, 7),
1620     +(379, '979fff9d691ca35e3f4b3383d9cae43f', 0, 0, 32, 55, 0, 'FF', 9, 2, 1, 'Average:', '', '', 2, 8),
1621     +(380, '0e715933830112c23c15f7e3463f77b6', 0, 0, 32, 55, 0, 'FF', 9, 2, 3, 'Maximum:', '', '', 2, 11),
1622     +(383, '5b43e4102600ad75379c5afd235099c4', 0, 0, 32, 54, 0, 'FF', 1, 0, 1, 'Total In: |sum:auto:current:2:auto|', '', 'on', 2, 5),
1623     +(384, 'db7c15d253ca666601b3296f2574edc9', 0, 0, 32, 55, 0, 'FF', 1, 0, 1, 'Total Out: |sum:auto:current:2:auto|', '', '', 2, 12),
1624     +(385, 'fdaec5b9227522c758ad55882c483a83', 0, 0, 33, 55, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 2, 11),
1625     +(386, '6824d29c3f13fe1e849f1dbb8377d3f1', 0, 0, 33, 55, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 8),
1626     +(387, '54e3971b3dd751dd2509f62721c12b41', 0, 0, 33, 55, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 7),
1627     +(388, 'cf8c9f69878f0f595d583eac109a9be1', 0, 0, 33, 55, 20, 'FF', 4, 0, 1, 'Outbound', '', '', 2, 6),
1628     +(389, 'de265acbbfa99eb4b3e9f7e90c7feeda', 0, 0, 33, 54, 0, 'FF', 9, 0, 3, 'Maximum:', '', '', 2, 4),
1629     +(390, '777aa88fb0a79b60d081e0e3759f1cf7', 0, 0, 33, 54, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1630     +(391, '66bfdb701c8eeadffe55e926d6e77e71', 0, 0, 33, 54, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1631     +(392, '3ff8dba1ca6279692b3fcabed0bc2631', 0, 0, 33, 54, 22, 'FF', 7, 0, 1, 'Inbound', '', '', 2, 1),
1632     +(393, 'd6041d14f9c8fb9b7ddcf3556f763c03', 0, 0, 33, 55, 0, 'FF', 1, 0, 1, 'Total Out: |sum:auto:current:2:auto|', '', '', 2, 12),
1633     +(394, '76ae747365553a02313a2d8a0dd55c8a', 0, 0, 33, 54, 0, 'FF', 1, 0, 1, 'Total In: |sum:auto:current:2:auto|', '', 'on', 2, 5),
1634     +(403, '8a1b44ab97d3b56207d0e9e77a035d25', 0, 0, 13, 95, 30, 'FF', 8, 14, 1, 'Cache Memory', '', '', 2, 9),
1635     +(404, '6db3f439e9764941ff43fbaae348f5dc', 0, 0, 13, 95, 0, 'FF', 9, 14, 4, 'Current:', '', '', 2, 10),
1636     +(405, 'cc9b2fe7acf0820caa61c1519193f65e', 0, 0, 13, 95, 0, 'FF', 9, 14, 1, 'Average:', '', '', 2, 11),
1637     +(406, '9eea140bdfeaa40d50c5cdcd1f23f72d', 0, 0, 13, 95, 0, 'FF', 9, 14, 3, 'Maximum:', '', 'on', 2, 12),
1638     +(407, '41316670b1a36171de2bda91a0cc2364', 0, 0, 34, 96, 98, 'FF', 7, 0, 1, '', '', '', 2, 1),
1639     +(408, 'c9e8cbdca0215b434c902e68755903ea', 0, 0, 34, 96, 0, 'FF', 9, 0, 4, 'Current:', '', '', 2, 2),
1640     +(409, 'dab91d7093e720841393feea5bdcba85', 0, 0, 34, 96, 0, 'FF', 9, 0, 1, 'Average:', '', '', 2, 3),
1641     +(410, '03e5bd2151fea3c90843eb1130b84458', 0, 0, 34, 96, 0, 'FF', 9, 0, 3, 'Maximum:', '', 'on', 2, 4);
1642    
1643     -/*!40000 ALTER TABLE `graph_templates_item` DISABLE KEYS */;
1644     -LOCK TABLES `graph_templates_item` WRITE;
1645     -INSERT INTO `graph_templates_item` (`id`, `hash`, `local_graph_template_item_id`, `local_graph_id`, `graph_template_id`, `task_item_id`, `color_id`, `alpha`, `graph_type_id`, `cdef_id`, `consolidation_function_id`, `text_format`, `value`, `hard_return`, `gprint_id`, `sequence`) VALUES (9,'0470b2427dbfadb6b8346e10a71268fa',0,0,2,54,22,'FF',7,2,1,'Inbound','','',2,1),(10,'84a5fe0db518550266309823f994ce9c',0,0,2,54,0,'FF',9,2,4,'Current:','','',2,2),(11,'2f222f28084085cd06a1f46e4449c793',0,0,2,54,0,'FF',9,2,1,'Average:','','',2,3),(12,'55acbcc33f46ee6d754e8e81d1b54808',0,0,2,54,0,'FF',9,2,3,'Maximum:','','on',2,4),(13,'fdaf2321fc890e355711c2bffc07d036',0,0,2,55,20,'FF',4,2,1,'Outbound','','',2,5),(14,'768318f42819217ed81196d2179d3e1b',0,0,2,55,0,'FF',9,2,4,'Current:','','',2,6),(15,'cb3aa6256dcb3acd50d4517b77a1a5c3',0,0,2,55,0,'FF',9,2,1,'Average:','','',2,7),(16,'671e989be7cbf12c623b4e79d91c7bed',0,0,2,55,0,'FF',9,2,3,'Maximum:','','',2,8),(17,'b561ed15b3ba66d277e6d7c1640b86f7',0,0,3,4,48,'FF',7,14,1,'Used','','',2,1),(18,'99ef051057fa6adfa6834a7632e9d8a2',0,0,3,4,0,'FF',9,14,4,'Current:','','',2,2),(19,'3986695132d3f4716872df4c6fbccb65',0,0,3,4,0,'FF',9,14,1,'Average:','','',2,3),(20,'0444300017b368e6257f010dca8bbd0d',0,0,3,4,0,'FF',9,14,3,'Maximum:','','on',2,4),(21,'4d6a0b9063124ca60e2d1702b3e15e41',0,0,3,3,20,'FF',8,14,1,'Available','','',2,5),(22,'181b08325e4d00cd50b8cdc8f8ae8e77',0,0,3,3,0,'FF',9,14,4,'Current:','','',2,6),(23,'bba0a9ff1357c990df50429d64314340',0,0,3,3,0,'FF',9,14,1,'Average:','','',2,7),(24,'d4a67883d53bc1df8aead21c97c0bc52',0,0,3,3,0,'FF',9,14,3,'Maximum:','','on',2,8),(25,'253c9ec2d66905245149c1c2dc8e536e',0,0,3,0,1,'FF',5,15,1,'Total','','',2,9),(26,'ea9ea883383f4eb462fec6aa309ba7b5',0,0,3,0,0,'FF',9,15,4,'Current:','','',2,10),(27,'83b746bcaba029eeca170a9f77ec4864',0,0,3,0,0,'FF',9,15,1,'Average:','','',2,11),(28,'82e01dd92fd37887c0696192efe7af65',0,0,3,0,0,'FF',9,15,3,'Maximum:','','',2,12),(29,'ff0a6125acbb029b814ed1f271ad2d38',0,0,4,5,9,'FF',7,0,1,'System','','',2,1),(30,'f0776f7d6638bba76c2c27f75a424f0f',0,0,4,5,0,'FF',9,0,4,'Current:','','',2,2),(31,'39f4e021aa3fed9207b5f45a82122b21',0,0,4,5,0,'FF',9,0,1,'Average:','','',2,3),(32,'800f0b067c06f4ec9c2316711ea83c1e',0,0,4,5,0,'FF',9,0,3,'Maximum:','','on',2,4),(33,'9419dd5dbf549ba4c5dc1462da6ee321',0,0,4,6,21,'FF',8,0,1,'User','','',2,5),(34,'e461dd263ae47657ea2bf3fd82bec096',0,0,4,6,0,'FF',9,0,4,'Current:','','',2,6),(35,'f2d1fbb8078a424ffc8a6c9d44d8caa0',0,0,4,6,0,'FF',9,0,1,'Average:','','',2,7),(36,'e70a5de639df5ba1705b5883da7fccfc',0,0,4,6,0,'FF',9,0,3,'Maximum:','','on',2,8),(37,'85fefb25ce9fd0317da2706a5463fc42',0,0,4,7,12,'FF',8,0,1,'Nice','','',2,9),(38,'a1cb26878776999db16f1de7577b3c2a',0,0,4,7,0,'FF',9,0,4,'Current:','','',2,10),(39,'7d0f9bf64a0898a0095f099674754273',0,0,4,7,0,'FF',9,0,1,'Average:','','',2,11),(40,'b2879248a522d9679333e1f29e9a87c3',0,0,4,7,0,'FF',9,0,3,'Maximum:','','on',2,12),(41,'d800aa59eee45383b3d6d35a11cdc864',0,0,4,0,1,'FF',4,12,1,'Total','','',2,13),(42,'cab4ae79a546826288e273ca1411c867',0,0,4,0,0,'FF',9,12,4,'Current:','','',2,14),(43,'d44306ae85622fec971507460be63f5c',0,0,4,0,0,'FF',9,12,1,'Average:','','',2,15),(44,'aa5c2118035bb83be497d4e099afcc0d',0,0,4,0,0,'FF',9,12,3,'Maximum:','','',2,16),(45,'4aa34ea1b7542b770ace48e8bc395a22',0,0,5,9,48,'FF',7,0,1,'Signal Level','','',2,1),(46,'22f118a9d81d0a9c8d922efbbc8a9cc1',0,0,5,9,0,'FF',9,0,4,'Current:','','',2,2),(47,'229de0c4b490de9d20d8f8d41059f933',0,0,5,9,0,'FF',9,0,1,'Average:','','',2,3),(48,'cd17feb30c02fd8f21e4d4dcde04e024',0,0,5,9,0,'FF',9,0,3,'Maximum:','','on',2,4),(49,'8723600cfd0f8a7b3f7dc1361981aabd',0,0,5,8,25,'FF',5,0,1,'Noise Level','','',2,5),(50,'cb06be2601b5abfb7a42fc07586de1c2',0,0,5,8,0,'FF',9,0,4,'Current:','','',2,6),(51,'55a2ee0fd511e5210ed85759171de58f',0,0,5,8,0,'FF',9,0,1,'Average:','','',2,7),(52,'704459564c84e42462e106eef20db169',0,0,5,8,0,'FF',9,0,3,'Maximum:','','',2,8),(53,'aaebb19ec522497eaaf8c87a631b7919',0,0,6,10,48,'FF',7,0,1,'Transmissions','','',2,1),(54,'8b54843ac9d41bce2fcedd023560ed64',0,0,6,10,0,'FF',9,0,4,'Current:','','',2,2),(55,'05927dc83e07c7d9cffef387d68f35c9',0,0,6,10,0,'FF',9,0,1,'Average:','','',2,3),(56,'d11e62225a7e7a0cdce89242002ca547',0,0,6,10,0,'FF',9,0,3,'Maximum:','','on',2,4),(57,'6397b92032486c476b0e13a35b727041',0,0,6,11,25,'FF',5,0,1,'Re-Transmissions','','',2,5),(58,'cdfa5f8f82f4c479ff7f6f54160703f6',0,0,6,11,0,'FF',9,0,4,'Current:','','',2,6),(59,'ce2a309fb9ef64f83f471895069a6f07',0,0,6,11,0,'FF',9,0,1,'Average:','','',2,7),(60,'9cbfbf57ebde435b27887f27c7d3caea',0,0,6,11,0,'FF',9,0,3,'Maximum:','','',2,8),(61,'80e0aa956f50c261e5143273da58b8a3',0,0,7,21,25,'FF',7,0,1,'','','',2,1),(62,'48fdcae893a7b7496e1a61efc3453599',0,0,7,21,0,'FF',9,0,4,'Current:','','',2,2),(63,'22f43e5fa20f2716666ba9ed9a7d1727',0,0,7,21,0,'FF',9,0,1,'Average:','','',2,3),(64,'3e86d497bcded7af7ab8408e4908e0d8',0,0,7,21,0,'FF',9,0,3,'Maximum:','','',2,4),(65,'ba00ecd28b9774348322ff70a96f2826',0,0,8,19,48,'FF',7,0,1,'Running Processes','','',2,1),(66,'8d76de808efd73c51e9a9cbd70579512',0,0,8,19,0,'FF',9,0,4,'Current:','','',3,2),(67,'304244ca63d5b09e62a94c8ec6fbda8d',0,0,8,19,0,'FF',9,0,1,'Average:','','',3,3),(68,'da1ba71a93d2ed4a2a00d54592b14157',0,0,8,19,0,'FF',9,0,3,'Maximum:','','',3,4),(69,'93ad2f2803b5edace85d86896620b9da',0,0,9,12,15,'FF',7,0,1,'1 Minute Average','','',2,1),(70,'e28736bf63d3a3bda03ea9f1e6ecb0f1',0,0,9,12,0,'FF',9,0,4,'Current:','','on',4,2),(71,'bbdfa13adc00398eed132b1ccb4337d2',0,0,9,13,8,'FF',8,0,1,'5 Minute Average','','',2,3),(72,'2c14062c7d67712f16adde06132675d6',0,0,9,13,0,'FF',9,0,4,'Current:','','on',4,4),(73,'9cf6ed48a6a54b9644a1de8c9929bd4e',0,0,9,14,9,'FF',8,0,1,'15 Minute Average','','',2,5),(74,'c9824064305b797f38feaeed2352e0e5',0,0,9,14,0,'FF',9,0,4,'Current:','','on',4,6),(75,'fa1bc4eff128c4da70f5247d55b8a444',0,0,9,0,1,'FF',4,12,1,'','','',2,7),(76,'5c94ac24bc0d6d2712cc028fa7d4c7d2',0,0,10,20,67,'FF',7,0,1,'Users','','',2,1),(77,'8bc7f905526f62df7d5c2d8c27c143c1',0,0,10,20,0,'FF',9,0,4,'Current:','','',3,2),(78,'cd074cd2b920aab70d480c020276d45b',0,0,10,20,0,'FF',9,0,1,'Average:','','',3,3),(79,'415630f25f5384ba0c82adbdb05fe98b',0,0,10,20,0,'FF',9,0,3,'Maximum:','','',3,4),(80,'d77d2050be357ab067666a9485426e6b',0,0,11,33,15,'FF',7,0,1,'1 Minute Average','','',2,1),(81,'13d22f5a0eac6d97bf6c97d7966f0a00',0,0,11,33,0,'FF',9,0,4,'Current:','','on',4,2),(82,'8580230d31d2851ec667c296a665cbf9',0,0,11,34,8,'FF',8,0,1,'5 Minute Average','','',2,3),(83,'b5b7d9b64e7640aa51dbf58c69b86d15',0,0,11,34,0,'FF',9,0,4,'Current:','','on',4,4),(84,'2ec10edf4bfaa866b7efd544d4c3f446',0,0,11,35,9,'FF',8,0,1,'15 Minute Average','','',2,5),(85,'b65666f0506c0c70966f493c19607b93',0,0,11,35,0,'FF',9,0,4,'Current:','','on',4,6),(86,'6c73575c74506cfc75b89c4276ef3455',0,0,11,0,1,'FF',4,12,1,'Total','','',2,7),(95,'5fa7c2317f19440b757ab2ea1cae6abc',0,0,12,16,41,'FF',7,14,1,'Free','','',2,9),(96,'b1d18060bfd3f68e812c508ff4ac94ed',0,0,12,16,0,'FF',9,14,4,'Current:','','',2,10),(97,'780b6f0850aaf9431d1c246c55143061',0,0,12,16,0,'FF',9,14,1,'Average:','','',2,11),(98,'2d54a7e7bb45e6c52d97a09e24b7fba7',0,0,12,16,0,'FF',9,14,3,'Maximum:','','on',2,12),(99,'40206367a3c192b836539f49801a0b15',0,0,12,18,30,'FF',8,14,1,'Swap','','',2,13),(100,'7ee72e2bb3722d4f8a7f9c564e0dd0d0',0,0,12,18,0,'FF',9,14,4,'Current:','','',2,14),(101,'c8af33b949e8f47133ee25e63c91d4d0',0,0,12,18,0,'FF',9,14,1,'Average:','','',2,15),(102,'568128a16723d1195ce6a234d353ce00',0,0,12,18,0,'FF',9,14,3,'Maximum:','','',2,16),(103,'7517a40d478e28ed88ba2b2a65e16b57',0,0,13,37,52,'FF',7,14,1,'Memory Free','','',2,1),(104,'df0c8b353d26c334cb909dc6243957c5',0,0,13,37,0,'FF',9,14,4,'Current:','','',2,2),(105,'c41a4cf6fefaf756a24f0a9510580724',0,0,13,37,0,'FF',9,14,1,'Average:','','',2,3),(106,'9efa8f01c6ed11364a21710ff170f422',0,0,13,37,0,'FF',9,14,3,'Maximum:','','on',2,4),(107,'95d6e4e5110b456f34324f7941d08318',0,0,13,36,35,'FF',8,14,1,'Memory Buffers','','',2,5),(108,'0c631bfc0785a9cca68489ea87a6c3da',0,0,13,36,0,'FF',9,14,4,'Current:','','',2,6),(109,'3468579d3b671dfb788696df7dcc1ec9',0,0,13,36,0,'FF',9,14,1,'Average:','','',2,7),(110,'c3ddfdaa65449f99b7f1a735307f9abe',0,0,13,36,0,'FF',9,14,3,'Maximum:','','on',2,8),(111,'4c64d5c1ce8b5d8b94129c23b46a5fd6',0,0,14,28,41,'FF',7,0,1,'Cache Hits','','',2,1),(112,'5c1845c9bd1af684a3c0ad843df69e3e',0,0,14,28,0,'FF',9,0,4,'Current:','','',3,2),(113,'e5169563f3f361701902a8da3ac0c77f',0,0,14,28,0,'FF',9,0,1,'Average:','','',3,3),(114,'35e87262efa521edbb1fd27f09c036f5',0,0,14,28,0,'FF',9,0,3,'Maximum:','','on',3,4),(115,'53069d7dba4c31b338f609bea4cd16f3',0,0,14,27,66,'FF',8,0,1,'Cache Checks','','',2,5),(116,'d9c102579839c5575806334d342b50de',0,0,14,27,0,'FF',9,0,4,'Current:','','',3,6),(117,'dc1897c3249dbabe269af49cee92f8c0',0,0,14,27,0,'FF',9,0,1,'Average:','','',3,7),(118,'ccd21fe0b5a8c24057f1eff4a6b66391',0,0,14,27,0,'FF',9,0,3,'Maximum:','','',3,8),(119,'ab09d41c358f6b8a9d0cad4eccc25529',0,0,15,76,9,'FF',7,0,1,'CPU Utilization','','',2,1),(120,'5d5b8d8fbe751dc9c86ee86f85d7433b',0,0,15,76,0,'FF',9,0,4,'Current:','','',3,2),(121,'4822a98464c6da2afff10c6d12df1831',0,0,15,76,0,'FF',9,0,1,'Average:','','',3,3),(122,'fc6fbf2a964bea0b3c88ed0f18616aa7',0,0,15,76,0,'FF',9,0,3,'Maximum:','','',3,4),(123,'e4094625d5443b4c87f9a87ba616a469',0,0,16,25,67,'FF',7,0,1,'File System Reads','','',2,1),(124,'ae68425cd10e8a6623076b2e6859a6aa',0,0,16,25,0,'FF',9,0,4,'Current:','','',3,2),(125,'40b8e14c6568b3f6be6a5d89d6a9f061',0,0,16,25,0,'FF',9,0,1,'Average:','','',3,3),(126,'4afbdc3851c03e206672930746b1a5e2',0,0,16,25,0,'FF',9,0,3,'Maximum:','','on',3,4),(127,'ea47d2b5516e334bc5f6ce1698a3ae76',0,0,16,26,93,'FF',8,0,1,'File System Writes','','',2,5),(128,'899c48a2f79ea3ad4629aff130d0f371',0,0,16,26,0,'FF',9,0,4,'Current:','','',3,6),(129,'ab474d7da77e9ec1f6a1d45c602580cd',0,0,16,26,0,'FF',9,0,1,'Average:','','',3,7),(130,'e143f8b4c6d4eeb6a28b052e6b8ce5a9',0,0,16,26,0,'FF',9,0,3,'Maximum:','','',3,8),(131,'facfeeb6fc2255ba2985b2d2f695d78a',0,0,17,23,30,'FF',7,0,1,'Current Logins','','',2,1),(132,'2470e43034a5560260d79084432ed14f',0,0,17,23,0,'FF',9,0,4,'Current:','','',3,2),(133,'e9e645f07bde92b52d93a7a1f65efb30',0,0,17,23,0,'FF',9,0,1,'Average:','','',3,3),(134,'bdfe0d66103211cfdaa267a44a98b092',0,0,17,23,0,'FF',9,0,3,'Maximum:','','on',3,4),(139,'098b10c13a5701ddb7d4d1d2e2b0fdb7',0,0,18,30,9,'FF',7,0,1,'CPU Usage','','',2,1),(140,'1dbda412a9926b0ee5c025aa08f3b230',0,0,18,30,0,'FF',9,0,4,'Current:','','',3,2),(141,'725c45917146807b6a4257fc351f2bae',0,0,18,30,0,'FF',9,0,1,'Average:','','',3,3),(142,'4e336fdfeb84ce65f81ded0e0159a5e0',0,0,18,30,0,'FF',9,0,3,'Maximum:','','',3,4),(143,'7dab7a3ceae2addd1cebddee6c483e7c',0,0,19,39,25,'FF',7,14,1,'Free Space','','',2,5),(144,'aea239f3ceea8c63d02e453e536190b8',0,0,19,39,0,'FF',9,14,4,'Current:','','',2,6),(145,'a0efae92968a6d4ae099b676e0f1430e',0,0,19,39,0,'FF',9,14,1,'Average:','','',2,7),(146,'4fd5ba88be16e3d513c9231b78ccf0e1',0,0,19,39,0,'FF',9,14,3,'Maximum:','','on',2,8),(147,'d2e98e51189e1d9be8888c3d5c5a4029',0,0,19,38,69,'FF',7,14,1,'Total Space','','',2,1),(148,'12829294ee3958f4a31a58a61228e027',0,0,19,38,0,'FF',9,14,4,'Current:','','',2,2),(149,'4b7e8755b0f2253723c1e9fb21fd37b1',0,0,19,38,0,'FF',9,14,1,'Average:','','',2,3),(150,'cbb19ffd7a0ead2bf61512e86d51ee8e',0,0,19,38,0,'FF',9,14,3,'Maximum:','','on',2,4),(151,'37b4cbed68f9b77e49149343069843b4',0,0,19,40,95,'FF',5,14,1,'Freeable Space','','',2,9),(152,'5eb7532200f2b5cc93e13743a7db027c',0,0,19,40,0,'FF',9,14,4,'Current:','','',2,10),(153,'b0f9f602fbeaaff090ea3f930b46c1c7',0,0,19,40,0,'FF',9,14,1,'Average:','','',2,11),(154,'06477f7ea46c63272cee7253e7cd8760',0,0,19,40,0,'FF',9,14,3,'Maximum:','','on',2,12),(171,'a751838f87068e073b95be9555c57bde',0,0,21,56,0,'FF',9,14,3,'Maximum:','','on',2,4),(170,'3b13eb2e542fe006c9bf86947a6854fa',0,0,21,56,0,'FF',9,14,1,'Average:','','',2,3),(169,'8ef3e7fb7ce962183f489725939ea40f',0,0,21,56,0,'FF',9,14,4,'Current:','','',2,2),(167,'6ca2161c37b0118786dbdb46ad767e5d',0,0,21,56,48,'FF',7,14,1,'Used','','',2,1),(159,'6877a2a5362a9390565758b08b9b37f7',0,0,20,43,77,'FF',7,0,1,'Used Directory Entries','','',2,1),(160,'a978834f3d02d833d3d2def243503bf2',0,0,20,43,0,'FF',9,0,4,'Current:','','',3,2),(161,'7422d87bc82de20a4333bd2f6460b2d4',0,0,20,43,0,'FF',9,0,1,'Average:','','',3,3),(162,'4d52762859a3fec297ebda0e7fd760d9',0,0,20,43,0,'FF',9,0,3,'Maximum:','','on',3,4),(163,'999d4ed1128ff03edf8ea47e56d361dd',0,0,20,42,1,'FF',5,0,1,'Available Directory Entries','','',2,5),(164,'3dfcd7f8c7a760ac89d34398af79b979',0,0,20,42,0,'FF',9,0,4,'Current:','','',3,6),(165,'217be75e28505c8f8148dec6b71b9b63',0,0,20,42,0,'FF',9,0,1,'Average:','','',3,7),(166,'69b89e1c5d6fc6182c93285b967f970a',0,0,20,42,0,'FF',9,0,3,'Maximum:','','',3,8),(172,'5d6dff9c14c71dc1ebf83e87f1c25695',0,0,21,44,20,'FF',8,14,1,'Available','','',2,5),(173,'b27cb9a158187d29d17abddc6fdf0f15',0,0,21,44,0,'FF',9,14,4,'Current:','','',2,6),(174,'6c0555013bb9b964e51d22f108dae9b0',0,0,21,44,0,'FF',9,14,1,'Average:','','',2,7),(175,'42ce58ec17ef5199145fbf9c6ee39869',0,0,21,44,0,'FF',9,14,3,'Maximum:','','on',2,8),(176,'9bdff98f2394f666deea028cbca685f3',0,0,21,0,1,'FF',5,15,1,'Total','','',2,9),(177,'fb831fefcf602bc31d9d24e8e456c2e6',0,0,21,0,0,'FF',9,15,4,'Current:','','',2,10),(178,'5a958d56785a606c08200ef8dbf8deef',0,0,21,0,0,'FF',9,15,1,'Average:','','',2,11),(179,'5ce67a658cec37f526dc84ac9e08d6e7',0,0,21,0,0,'FF',9,15,3,'Maximum:','','on',2,12),(180,'7e04a041721df1f8828381a9ea2f2154',0,0,22,47,31,'FF',4,0,1,'Discards In','','',2,1),(181,'afc8bca6b1b3030a6d71818272336c6c',0,0,22,47,0,'FF',9,0,4,'Current:','','',2,2),(182,'6ac169785f5aeaf1cc5cdfd38dfcfb6c',0,0,22,47,0,'FF',9,0,1,'Average:','','',2,3),(183,'178c0a0ce001d36a663ff6f213c07505',0,0,22,47,0,'FF',9,0,3,'Maximum:','','on',2,4),(184,'8e3268c0abde7550616bff719f10ee2f',0,0,22,46,48,'FF',4,0,1,'Errors In','','',2,5),(185,'18891392b149de63b62c4258a68d75f8',0,0,22,46,0,'FF',9,0,4,'Current:','','',2,6),(186,'dfc9d23de0182c9967ae3dabdfa55a16',0,0,22,46,0,'FF',9,0,1,'Average:','','',2,7),(187,'c47ba64e2e5ea8bf84aceec644513176',0,0,22,46,0,'FF',9,0,3,'Maximum:','','on',2,8),(188,'9d052e7d632c479737fbfaced0821f79',0,0,23,49,71,'FF',4,0,1,'Unicast Packets Out','','',2,5),(189,'9b9fa6268571b6a04fa4411d8e08c730',0,0,23,49,0,'FF',9,0,4,'Current:','','',2,6),(190,'8e8f2fbeb624029cbda1d2a6ddd991ba',0,0,23,49,0,'FF',9,0,1,'Average:','','',2,7),(191,'c76495beb1ed01f0799838eb8a893124',0,0,23,49,0,'FF',9,0,3,'Maximum:','','on',2,8),(192,'d4e5f253f01c3ea77182c5a46418fc44',0,0,23,48,25,'FF',7,0,1,'Unicast Packets In','','',2,1),(193,'526a96add143da021c5f00d8764a6c12',0,0,23,48,0,'FF',9,0,4,'Current:','','',2,2),(194,'81eeb46f451212f00fd7caee42a81c0b',0,0,23,48,0,'FF',9,0,1,'Average:','','',2,3),(195,'089e4d1c3faeb00fd5dcc9622b06d656',0,0,23,48,0,'FF',9,0,3,'Maximum:','','on',2,4),(196,'fe66cb973966d22250de073405664200',0,0,24,53,25,'FF',7,0,1,'Non-Unicast Packets In','','',2,1),(197,'1ba3fc3466ad32fdd2669cac6cad6faa',0,0,24,53,0,'FF',9,0,4,'Current:','','',2,2),(198,'f810154d3a934c723c21659e66199cdf',0,0,24,53,0,'FF',9,0,1,'Average:','','',2,3),(199,'98a161df359b01304346657ff1a9d787',0,0,24,53,0,'FF',9,0,3,'Maximum:','','on',2,4),(200,'d5e55eaf617ad1f0516f6343b3f07c5e',0,0,24,52,71,'FF',4,0,1,'Non-Unicast Packets Out','','',2,5),(201,'9fde6b8c84089b9f9044e681162e7567',0,0,24,52,0,'FF',9,0,4,'Current:','','',2,6),(202,'9a3510727c3d9fa7e2e7a015783a99b3',0,0,24,52,0,'FF',9,0,1,'Average:','','',2,7),(203,'451afd23f2cb59ab9b975fd6e2735815',0,0,24,52,0,'FF',9,0,3,'Maximum:','','on',2,8),(204,'617d10dff9bbc3edd9d733d9c254da76',0,0,22,50,18,'FF',4,0,1,'Discards Out','','',2,9),(205,'9269a66502c34d00ac3c8b1fcc329ac6',0,0,22,50,0,'FF',9,0,4,'Current:','','',2,10),(206,'d45deed7e1ad8350f3b46b537ae0a933',0,0,22,50,0,'FF',9,0,1,'Average:','','',2,11),(207,'2f64cf47dc156e8c800ae03c3b893e3c',0,0,22,50,0,'FF',9,0,3,'Maximum:','','on',2,12),(208,'57434bef8cb21283c1a73f055b0ada19',0,0,22,51,89,'FF',4,0,1,'Errors Out','','',2,13),(209,'660a1b9365ccbba356fd142faaec9f04',0,0,22,51,0,'FF',9,0,4,'Current:','','',2,14),(210,'28c5297bdaedcca29acf245ef4bbed9e',0,0,22,51,0,'FF',9,0,1,'Average:','','',2,15),(211,'99098604fd0c78fd7dabac8f40f1fb29',0,0,22,51,0,'FF',9,0,3,'Maximum:','','on',2,16),(212,'de3eefd6d6c58afabdabcaf6c0168378',0,0,25,54,22,'FF',7,0,1,'Inbound','','',2,1),(213,'1a80fa108f5c46eecb03090c65bc9a12',0,0,25,54,0,'FF',9,0,4,'Current:','','',2,2),(214,'fe458892e7faa9d232e343d911e845f3',0,0,25,54,0,'FF',9,0,1,'Average:','','',2,3),(215,'175c0a68689bebc38aad2fbc271047b3',0,0,25,54,0,'FF',9,0,3,'Maximum:','','on',2,4),(216,'1bf2283106510491ddf3b9c1376c0b31',0,0,25,55,20,'FF',4,0,1,'Outbound','','',2,5),(217,'c5202f1690ffe45600c0d31a4a804f67',0,0,25,55,0,'FF',9,0,4,'Current:','','',2,6),(218,'eb9794e3fdafc2b74f0819269569ed40',0,0,25,55,0,'FF',9,0,1,'Average:','','',2,7),(219,'6bcedd61e3ccf7518ca431940c93c439',0,0,25,55,0,'FF',9,0,3,'Maximum:','','',2,8),(303,'b7b381d47972f836785d338a3bef6661',0,0,26,78,0,'FF',9,0,3,'Maximum:','','on',2,8),(304,'36fa8063df3b07cece878d54443db727',0,0,26,78,0,'FF',9,0,1,'Average:','','',2,7),(305,'2c35b5cae64c5f146a55fcb416dd14b5',0,0,26,78,0,'FF',9,0,4,'Current:','','',2,6),(306,'16d6a9a7f608762ad65b0841e5ef4e9c',0,0,26,78,48,'FF',7,0,1,'Used','','',2,5),(307,'d80e4a4901ab86ee39c9cc613e13532f',0,0,26,92,20,'FF',7,0,1,'Total','','',2,1),(308,'567c2214ee4753aa712c3d101ea49a5d',0,0,26,92,0,'FF',9,0,4,'Current:','','',2,2),(309,'ba0b6a9e316ef9be66abba68b80f7587',0,0,26,92,0,'FF',9,0,1,'Average:','','',2,3),(310,'4b8e4a6bf2757f04c3e3a088338a2f7a',0,0,26,92,0,'FF',9,0,3,'Maximum:','','on',2,4),(317,'8536e034ab5268a61473f1ff2f6bd88f',0,0,27,79,0,'FF',9,0,1,'Average:','','',3,3),(316,'d478a76de1df9edf896c9ce51506c483',0,0,27,79,0,'FF',9,0,4,'Current:','','',3,2),(315,'42537599b5fb8ea852240b58a58633de',0,0,27,79,9,'FF',7,0,1,'CPU Utilization','','',2,1),(318,'87e10f9942b625aa323a0f39b60058e7',0,0,27,79,0,'FF',9,0,3,'Maximum:','','',3,4),(319,'38f6891b0db92aa8950b4ce7ae902741',0,0,28,81,67,'FF',7,0,1,'Users','','',2,1),(320,'af13152956a20aa894ef4a4067b88f63',0,0,28,81,0,'FF',9,0,4,'Current:','','',3,2),(321,'1b2388bbede4459930c57dc93645284e',0,0,28,81,0,'FF',9,0,1,'Average:','','',3,3),(322,'6407dc226db1d03be9730f4d6f3eeccf',0,0,28,81,0,'FF',9,0,3,'Maximum:','','',3,4),(323,'fca6a530c8f37476b9004a90b42ee988',0,0,29,80,48,'FF',7,0,1,'Running Processes','','',2,1),(324,'5acebbde3dc65e02f8fda03955852fbe',0,0,29,80,0,'FF',9,0,4,'Current:','','',3,2),(325,'311079ffffac75efaab2837df8123122',0,0,29,80,0,'FF',9,0,1,'Average:','','',3,3),(326,'724d27007ebf31016cfa5530fee1b867',0,0,29,80,0,'FF',9,0,3,'Maximum:','','',3,4),(373,'1995d8c23e7d8e1efa2b2c55daf3c5a7',0,0,32,54,22,'FF',7,2,1,'Inbound','','',2,1),(335,'',95,1,12,84,41,'FF',7,0,1,'Free','','',2,9),(336,'',96,1,12,84,0,'FF',9,0,4,'Current:','','',2,10),(337,'',97,1,12,84,0,'FF',9,0,1,'Average:','','',2,11),(338,'',98,1,12,84,0,'FF',9,0,3,'Maximum:','','on',2,12),(339,'',99,1,12,85,30,'FF',8,0,1,'Swap','','',2,13),(340,'',100,1,12,85,0,'FF',9,0,4,'Current:','','',2,14),(341,'',101,1,12,85,0,'FF',9,0,1,'Average:','','',2,15),(342,'',102,1,12,85,0,'FF',9,0,3,'Maximum:','','',2,16),(343,'',69,2,9,86,15,'FF',7,0,1,'1 Minute Average','','',2,1),(344,'',70,2,9,86,0,'FF',9,0,4,'Current:','','on',4,2),(345,'',71,2,9,87,8,'FF',8,0,1,'5 Minute Average','','',2,3),(346,'',72,2,9,87,0,'FF',9,0,4,'Current:','','on',4,4),(347,'',73,2,9,88,9,'FF',8,0,1,'15 Minute Average','','',2,5),(348,'',74,2,9,88,0,'FF',9,0,4,'Current:','','on',4,6),(349,'',75,2,9,0,1,'FF',4,12,1,'','','',2,7),(350,'',76,3,10,89,67,'FF',7,0,1,'Users','','',2,1),(351,'',77,3,10,89,0,'FF',9,0,4,'Current:','','',3,2),(352,'',78,3,10,89,0,'FF',9,0,1,'Average:','','',3,3),(353,'',79,3,10,89,0,'FF',9,0,3,'Maximum:','','',3,4),(354,'',65,4,8,90,48,'FF',7,0,1,'Running Processes','','',2,1),(355,'',66,4,8,90,0,'FF',9,0,4,'Current:','','',3,2),(356,'',67,4,8,90,0,'FF',9,0,1,'Average:','','',3,3),(357,'',68,4,8,90,0,'FF',9,0,3,'Maximum:','','',3,4),(358,'803b96bcaec33148901b4b562d9d2344',0,0,30,29,89,'FF',7,0,1,'Open Files','','',2,1),(359,'da26dd92666cb840f8a70e2ec5e90c07',0,0,30,29,0,'FF',9,0,4,'Current:','','',3,2),(360,'5258970186e4407ed31cca2782650c45',0,0,30,29,0,'FF',9,0,1,'Average:','','',3,3),(361,'7d08b996bde9cdc7efa650c7031137b4',0,0,30,29,0,'FF',9,0,3,'Maximum:','','on',3,4),(362,'918e6e7d41bb4bae0ea2937b461742a4',0,0,31,54,22,'FF',7,2,1,'Inbound','','',2,1),(363,'f19fbd06c989ea85acd6b4f926e4a456',0,0,31,54,0,'FF',9,2,4,'Current:','','',2,2),(364,'fc150a15e20c57e11e8d05feca557ef9',0,0,31,54,0,'FF',9,2,1,'Average:','','',2,3),(365,'ccbd86e03ccf07483b4d29e63612fb18',0,0,31,54,0,'FF',9,2,3,'Maximum:','','on',2,4),(366,'964c5c30cd05eaf5a49c0377d173de86',0,0,31,55,20,'FF',4,2,1,'Outbound','','',2,5),(367,'b1a6fb775cf62e79e1c4bc4933c7e4ce',0,0,31,55,0,'FF',9,2,4,'Current:','','',2,6),(368,'721038182a872ab266b5cf1bf7f7755c',0,0,31,55,0,'FF',9,2,1,'Average:','','',2,7),(369,'2302f80c2c70b897d12182a1fc11ecd6',0,0,31,55,0,'FF',9,2,3,'Maximum:','','on',2,8),(370,'4ffc7af8533d103748316752b70f8e3c',0,0,31,0,0,'FF',1,0,1,'','','on',2,9),(371,'64527c4b6eeeaf627acc5117ff2180fd',0,0,31,55,9,'FF',2,0,1,'95th Percentile','|95:bits:0:max:2|','',2,10),(372,'d5bbcbdbf83ae858862611ac6de8fc62',0,0,31,55,0,'FF',1,0,1,'(|95:bits:6:max:2| mbit in+out)','','',2,11),(374,'55083351cd728b82cc4dde68eb935700',0,0,32,54,0,'FF',9,2,4,'Current:','','',2,2),(375,'54782f71929e7d1734ed5ad4b8dda50d',0,0,32,54,0,'FF',9,2,1,'Average:','','',2,3),(376,'88d3094d5dc2164cbf2f974aeb92f051',0,0,32,54,0,'FF',9,2,3,'Maximum:','','',2,4),(377,'4a381a8e87d4db1ac99cf8d9078266d3',0,0,32,55,20,'FF',4,2,1,'Outbound','','',2,6),(378,'5bff63207c7bf076d76ff3036b5dad54',0,0,32,55,0,'FF',9,2,4,'Current:','','',2,7),(379,'979fff9d691ca35e3f4b3383d9cae43f',0,0,32,55,0,'FF',9,2,1,'Average:','','',2,8),(380,'0e715933830112c23c15f7e3463f77b6',0,0,32,55,0,'FF',9,2,3,'Maximum:','','',2,11),(383,'5b43e4102600ad75379c5afd235099c4',0,0,32,54,0,'FF',1,0,1,'Total In: |sum:auto:current:2:auto|','','on',2,5),(384,'db7c15d253ca666601b3296f2574edc9',0,0,32,55,0,'FF',1,0,1,'Total Out: |sum:auto:current:2:auto|','','',2,12),(385,'fdaec5b9227522c758ad55882c483a83',0,0,33,55,0,'FF',9,0,3,'Maximum:','','',2,11),(386,'6824d29c3f13fe1e849f1dbb8377d3f1',0,0,33,55,0,'FF',9,0,1,'Average:','','',2,8),(387,'54e3971b3dd751dd2509f62721c12b41',0,0,33,55,0,'FF',9,0,4,'Current:','','',2,7),(388,'cf8c9f69878f0f595d583eac109a9be1',0,0,33,55,20,'FF',4,0,1,'Outbound','','',2,6),(389,'de265acbbfa99eb4b3e9f7e90c7feeda',0,0,33,54,0,'FF',9,0,3,'Maximum:','','',2,4),(390,'777aa88fb0a79b60d081e0e3759f1cf7',0,0,33,54,0,'FF',9,0,1,'Average:','','',2,3),(391,'66bfdb701c8eeadffe55e926d6e77e71',0,0,33,54,0,'FF',9,0,4,'Current:','','',2,2),(392,'3ff8dba1ca6279692b3fcabed0bc2631',0,0,33,54,22,'FF',7,0,1,'Inbound','','',2,1),(393,'d6041d14f9c8fb9b7ddcf3556f763c03',0,0,33,55,0,'FF',1,0,1,'Total Out: |sum:auto:current:2:auto|','','',2,12),(394,'76ae747365553a02313a2d8a0dd55c8a',0,0,33,54,0,'FF',1,0,1,'Total In: |sum:auto:current:2:auto|','','on',2,5),(403,'8a1b44ab97d3b56207d0e9e77a035d25',0,0,13,95,30,'FF',8,14,1,'Cache Memory','','',2,9),(404,'6db3f439e9764941ff43fbaae348f5dc',0,0,13,95,0,'FF',9,14,4,'Current:','','',2,10),(405,'cc9b2fe7acf0820caa61c1519193f65e',0,0,13,95,0,'FF',9,14,1,'Average:','','',2,11),(406,'9eea140bdfeaa40d50c5cdcd1f23f72d',0,0,13,95,0,'FF',9,14,3,'Maximum:','','on',2,12),(407,'41316670b1a36171de2bda91a0cc2364',0,0,34,96,98,'FF',7,0,1,'','','',2,1),(408,'c9e8cbdca0215b434c902e68755903ea',0,0,34,96,0,'FF',9,0,4,'Current:','','',2,2),(409,'dab91d7093e720841393feea5bdcba85',0,0,34,96,0,'FF',9,0,1,'Average:','','',2,3),(410,'03e5bd2151fea3c90843eb1130b84458',0,0,34,96,0,'FF',9,0,3,'Maximum:','','on',2,4);
1646     -UNLOCK TABLES;
1647     -/*!40000 ALTER TABLE `graph_templates_item` ENABLE KEYS */;
1648     +-- --------------------------------------------------------
1649    
1650     --
1651     --- Table structure for table `graph_tree`
1652     +-- Structure de la table `graph_template_input`
1653     --
1654    
1655     -DROP TABLE IF EXISTS `graph_tree`;
1656     -CREATE TABLE `graph_tree` (
1657     +CREATE TABLE IF NOT EXISTS `graph_template_input` (
1658     + `id` mediumint(8) unsigned NOT NULL auto_increment,
1659     + `hash` varchar(32) NOT NULL default '',
1660     + `graph_template_id` mediumint(8) unsigned NOT NULL default '0',
1661     + `name` varchar(255) NOT NULL default '',
1662     + `description` text,
1663     + `column_name` varchar(50) NOT NULL default '',
1664     + PRIMARY KEY (`id`)
1665     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores the names for graph item input groups.' AUTO_INCREMENT=84 ;
1666     +
1667     +--
1668     +-- Contenu de la table `graph_template_input`
1669     +--
1670     +
1671     +INSERT INTO `graph_template_input` (`id`, `hash`, `graph_template_id`, `name`, `description`, `column_name`) VALUES
1672     +(3, 'e9d4191277fdfd7d54171f153da57fb0', 2, 'Inbound Data Source', '', 'task_item_id'),
1673     +(4, '7b361722a11a03238ee8ab7ce44a1037', 2, 'Outbound Data Source', '', 'task_item_id'),
1674     +(5, 'b33eb27833614056e06ee5952c3e0724', 3, 'Available Disk Space Data Source', '', 'task_item_id'),
1675     +(6, 'ef8799e63ee00e8904bcc4228015784a', 3, 'Used Disk Space Data Source', '', 'task_item_id'),
1676     +(7, '2662ef4fbb0bf92317ffd42c7515af37', 5, 'Signal Level Data Source', '', 'task_item_id'),
1677     +(8, 'a6edef6624c796d3a6055305e2e3d4bf', 5, 'Noise Level Data Source', '', 'task_item_id'),
1678     +(9, 'b0e902db1875e392a9d7d69bfbb13515', 5, 'Signal Level Color', '', 'color_id'),
1679     +(10, '24632b1d4a561e937225d0a5fbe65e41', 5, 'Noise Level Color', '', 'color_id'),
1680     +(11, '6d078f1d58b70ad154a89eb80fe6ab75', 6, 'Transmissions Data Source', '', 'task_item_id'),
1681     +(12, '878241872dd81c68d78e6ff94871d97d', 6, 'Re-Transmissions Data Source', '', 'task_item_id'),
1682     +(13, 'f8fcdc3a3f0e8ead33bd9751895a3462', 6, 'Transmissions Color', '', 'color_id'),
1683     +(14, '394ab4713a34198dddb5175aa40a2b4a', 6, 'Re-Transmissions Color', '', 'color_id'),
1684     +(15, '433f328369f9569446ddc59555a63eb8', 7, 'Ping Host Data Source', '', 'task_item_id'),
1685     +(16, 'a1a91c1514c65152d8cb73522ea9d4e6', 7, 'Legend Color', '', 'color_id'),
1686     +(17, '2fb4deb1448379b27ddc64e30e70dc42', 7, 'Legend Text', '', 'text_format'),
1687     +(18, '592cedd465877bc61ab549df688b0b2a', 8, 'Processes Data Source', '', 'task_item_id'),
1688     +(19, '1d51dbabb200fcea5c4b157129a75410', 8, 'Legend Color', '', 'color_id'),
1689     +(20, '8cb8ed3378abec21a1819ea52dfee6a3', 9, '1 Minute Data Source', '', 'task_item_id'),
1690     +(21, '5dfcaf9fd771deb8c5430bce1562e371', 9, '5 Minute Data Source', '', 'task_item_id'),
1691     +(22, '6f3cc610315ee58bc8e0b1f272466324', 9, '15 Minute Data Source', '', 'task_item_id'),
1692     +(23, 'b457a982bf46c6760e6ef5f5d06d41fb', 10, 'Logged in Users Data Source', '', 'task_item_id'),
1693     +(24, 'bd4a57adf93c884815b25a8036b67f98', 10, 'Legend Color', '', 'color_id'),
1694     +(25, 'd7cdb63500c576e0f9f354de42c6cf3a', 11, '1 Minute Data Source', '', 'task_item_id'),
1695     +(26, 'a23152f5ec02e7762ca27608c0d89f6c', 11, '5 Minute Data Source', '', 'task_item_id'),
1696     +(27, '2cc5d1818da577fba15115aa18f64d85', 11, '15 Minute Data Source', '', 'task_item_id'),
1697     +(30, '6273c71cdb7ed4ac525cdbcf6180918c', 12, 'Free Data Source', '', 'task_item_id'),
1698     +(31, '5e62dbea1db699f1bda04c5863e7864d', 12, 'Swap Data Source', '', 'task_item_id'),
1699     +(32, '4d52e112a836d4c9d451f56602682606', 4, 'System CPU Data Source', '', 'task_item_id'),
1700     +(33, 'f0310b066cc919d2f898b8d1ebf3b518', 4, 'User CPU Data Source', '', 'task_item_id'),
1701     +(34, 'd9eb6b9eb3d7dd44fd14fdefb4096b54', 4, 'Nice CPU Data Source', '', 'task_item_id'),
1702     +(35, 'f45def7cad112b450667aa67262258cb', 13, 'Memory Free Data Source', '', 'task_item_id'),
1703     +(36, 'f8c361a8c8b7ad80e8be03ba7ea5d0d6', 13, 'Memory Buffers Data Source', '', 'task_item_id'),
1704     +(37, '03d11dce695963be30bd744bd6cbac69', 14, 'Cache Hits Data Source', '', 'task_item_id'),
1705     +(38, '9cbc515234779af4bf6cdf71a81c556a', 14, 'Cache Checks Data Source', '', 'task_item_id'),
1706     +(39, '2c4d561ee8132a8dda6de1104336a6ec', 15, 'CPU Utilization Data Source', '', 'task_item_id'),
1707     +(40, '6e1cf7addc0cc419aa903552e3eedbea', 16, 'File System Reads Data Source', '', 'task_item_id'),
1708     +(41, '7ea2aa0656f7064d25a36135dd0e9082', 16, 'File System Writes Data Source', '', 'task_item_id'),
1709     +(42, '63480bca78a38435f24a5b5d5ed050d7', 17, 'Current Logins Data Source', '', 'task_item_id'),
1710     +(44, '31fed1f9e139d4897d0460b10fb7be94', 15, 'Legend Color', '', 'color_id'),
1711     +(45, 'bb9d83a02261583bc1f92d9e66ea705d', 18, 'CPU Usage Data Source', '', 'task_item_id'),
1712     +(46, '51196222ed37b44236d9958116028980', 18, 'Legend Color', '', 'color_id'),
1713     +(47, 'fd26b0f437b75715d6dff983e7efa710', 19, 'Free Space Data Source', '', 'task_item_id'),
1714     +(48, 'a463dd46862605c90ea60ccad74188db', 19, 'Total Space Data Source', '', 'task_item_id'),
1715     +(49, '9977dd7a41bcf0f0c02872b442c7492e', 19, 'Freeable Space Data Source', '', 'task_item_id'),
1716     +(51, 'a7a69bbdf6890d6e6eaa7de16e815ec6', 20, 'Used Directory Entries Data Source', '', 'task_item_id'),
1717     +(52, '0072b613a33f1fae5ce3e5903dec8fdb', 20, 'Available Directory Entries Data Source', '', 'task_item_id'),
1718     +(53, '940beb0f0344e37f4c6cdfc17d2060bc', 21, 'Available Disk Space Data Source', '', 'task_item_id'),
1719     +(54, '7b0674dd447a9badf0d11bec688028a8', 21, 'Used Disk Space Data Source', '', 'task_item_id'),
1720     +(55, 'fa83cd3a3b4271b644cb6459ea8c35dc', 22, 'Discards In Data Source', '', 'task_item_id'),
1721     +(56, '7946e8ee1e38a65462b85e31a15e35e5', 22, 'Errors In Data Source', '', 'task_item_id'),
1722     +(57, '00ae916640272f5aca54d73ae34c326b', 23, 'Unicast Packets Out Data Source', '', 'task_item_id'),
1723     +(58, '1bc1652f82488ebfb7242c65d2ffa9c7', 23, 'Unicast Packets In Data Source', '', 'task_item_id'),
1724     +(59, 'e3177d0e56278de320db203f32fb803d', 24, 'Non-Unicast Packets In Data Source', '', 'task_item_id'),
1725     +(60, '4f20fba2839764707f1c3373648c5fef', 24, 'Non-Unicast Packets Out Data Source', '', 'task_item_id'),
1726     +(61, 'e5acdd5368137c408d56ecf55b0e077c', 22, 'Discards Out Data Source', '', 'task_item_id'),
1727     +(62, 'a028e586e5fae667127c655fe0ac67f0', 22, 'Errors Out Data Source', '', 'task_item_id'),
1728     +(63, '2764a4f142ba9fd95872106a1b43541e', 25, 'Inbound Data Source', '', 'task_item_id'),
1729     +(64, 'f73f7ddc1f4349356908122093dbfca2', 25, 'Outbound Data Source', '', 'task_item_id'),
1730     +(65, '86bd8819d830a81d64267761e1fd8ec4', 26, 'Total Disk Space Data Source', '', 'task_item_id'),
1731     +(66, '6c8967850102202de166951e4411d426', 26, 'Used Disk Space Data Source', '', 'task_item_id'),
1732     +(67, 'bdad718851a52b82eca0a310b0238450', 27, 'CPU Utilization Data Source', '', 'task_item_id'),
1733     +(68, 'e7b578e12eb8a82627557b955fd6ebd4', 27, 'Legend Color', '', 'color_id'),
1734     +(69, '37d09fb7ce88ecec914728bdb20027f3', 28, 'Logged in Users Data Source', '', 'task_item_id'),
1735     +(70, '699bd7eff7ba0c3520db3692103a053d', 28, 'Legend Color', '', 'color_id'),
1736     +(71, 'df905e159d13a5abed8a8a7710468831', 29, 'Processes Data Source', '', 'task_item_id'),
1737     +(72, '8ca9e3c65c080dbf74a59338d64b0c14', 29, 'Legend Color', '', 'color_id'),
1738     +(73, '69ad68fc53af03565aef501ed5f04744', 30, 'Open Files Data Source', '', 'task_item_id'),
1739     +(74, '562726cccdb67d5c6941e9e826ef4ef5', 31, 'Inbound Data Source', '', 'task_item_id'),
1740     +(75, '82426afec226f8189c8928e7f083f80f', 31, 'Outbound Data Source', '', 'task_item_id'),
1741     +(76, '69a23877302e7d142f254b208c58b596', 32, 'Inbound Data Source', '', 'task_item_id'),
1742     +(77, 'f28013abf8e5813870df0f4111a5e695', 32, 'Outbound Data Source', '', 'task_item_id'),
1743     +(78, '8644b933b6a09dde6c32ff24655eeb9a', 33, 'Outbound Data Source', '', 'task_item_id'),
1744     +(79, '49c4b4800f3e638a6f6bb681919aea80', 33, 'Inbound Data Source', '', 'task_item_id'),
1745     +(80, 'e0b395be8db4f7b938d16df7ae70065f', 13, 'Cache Memory Data Source', '', 'task_item_id'),
1746     +(81, '2dca37011521501b9c2b705d080db750', 34, 'Data Source [snmp_oid]', NULL, 'task_item_id'),
1747     +(82, 'b8d8ade5f5f3dd7b12f8cc56bbb4083e', 34, 'Legend Color', '', 'color_id'),
1748     +(83, 'ac2355b4895c37e14df827f969f31c12', 34, 'Legend Text', '', 'text_format');
1749     +
1750     +-- --------------------------------------------------------
1751     +
1752     +--
1753     +-- Structure de la table `graph_template_input_defs`
1754     +--
1755     +
1756     +CREATE TABLE IF NOT EXISTS `graph_template_input_defs` (
1757     + `graph_template_input_id` mediumint(8) unsigned NOT NULL default '0',
1758     + `graph_template_item_id` int(12) unsigned NOT NULL default '0',
1759     + PRIMARY KEY (`graph_template_input_id`,`graph_template_item_id`),
1760     + KEY `graph_template_input_id` (`graph_template_input_id`)
1761     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores the relationship for what graph iitems are associated';
1762     +
1763     +--
1764     +-- Contenu de la table `graph_template_input_defs`
1765     +--
1766     +
1767     +INSERT INTO `graph_template_input_defs` (`graph_template_input_id`, `graph_template_item_id`) VALUES
1768     +(3, 9),
1769     +(3, 10),
1770     +(3, 11),
1771     +(3, 12),
1772     +(4, 13),
1773     +(4, 14),
1774     +(4, 15),
1775     +(4, 16),
1776     +(5, 21),
1777     +(5, 22),
1778     +(5, 23),
1779     +(5, 24),
1780     +(6, 17),
1781     +(6, 18),
1782     +(6, 19),
1783     +(6, 20),
1784     +(7, 45),
1785     +(7, 46),
1786     +(7, 47),
1787     +(7, 48),
1788     +(8, 49),
1789     +(8, 50),
1790     +(8, 51),
1791     +(8, 52),
1792     +(9, 45),
1793     +(10, 49),
1794     +(11, 53),
1795     +(11, 54),
1796     +(11, 55),
1797     +(11, 56),
1798     +(12, 57),
1799     +(12, 58),
1800     +(12, 59),
1801     +(12, 60),
1802     +(13, 53),
1803     +(14, 57),
1804     +(15, 61),
1805     +(15, 62),
1806     +(15, 63),
1807     +(15, 64),
1808     +(16, 61),
1809     +(17, 61),
1810     +(18, 65),
1811     +(18, 66),
1812     +(18, 67),
1813     +(18, 68),
1814     +(19, 65),
1815     +(20, 69),
1816     +(20, 70),
1817     +(21, 71),
1818     +(21, 72),
1819     +(22, 73),
1820     +(22, 74),
1821     +(23, 76),
1822     +(23, 77),
1823     +(23, 78),
1824     +(23, 79),
1825     +(24, 76),
1826     +(25, 80),
1827     +(25, 81),
1828     +(26, 82),
1829     +(26, 83),
1830     +(27, 84),
1831     +(27, 85),
1832     +(30, 95),
1833     +(30, 96),
1834     +(30, 97),
1835     +(30, 98),
1836     +(31, 99),
1837     +(31, 100),
1838     +(31, 101),
1839     +(31, 102),
1840     +(32, 29),
1841     +(32, 30),
1842     +(32, 31),
1843     +(32, 32),
1844     +(33, 33),
1845     +(33, 34),
1846     +(33, 35),
1847     +(33, 36),
1848     +(34, 37),
1849     +(34, 38),
1850     +(34, 39),
1851     +(34, 40),
1852     +(35, 103),
1853     +(35, 104),
1854     +(35, 105),
1855     +(35, 106),
1856     +(36, 107),
1857     +(36, 108),
1858     +(36, 109),
1859     +(36, 110),
1860     +(37, 111),
1861     +(37, 112),
1862     +(37, 113),
1863     +(37, 114),
1864     +(38, 115),
1865     +(38, 116),
1866     +(38, 117),
1867     +(38, 118),
1868     +(39, 119),
1869     +(39, 120),
1870     +(39, 121),
1871     +(39, 122),
1872     +(40, 123),
1873     +(40, 124),
1874     +(40, 125),
1875     +(40, 126),
1876     +(41, 127),
1877     +(41, 128),
1878     +(41, 129),
1879     +(41, 130),
1880     +(42, 131),
1881     +(42, 132),
1882     +(42, 133),
1883     +(42, 134),
1884     +(44, 119),
1885     +(45, 139),
1886     +(45, 140),
1887     +(45, 141),
1888     +(45, 142),
1889     +(46, 139),
1890     +(47, 143),
1891     +(47, 144),
1892     +(47, 145),
1893     +(47, 146),
1894     +(48, 147),
1895     +(48, 148),
1896     +(48, 149),
1897     +(48, 150),
1898     +(49, 151),
1899     +(49, 152),
1900     +(49, 153),
1901     +(49, 154),
1902     +(51, 159),
1903     +(51, 160),
1904     +(51, 161),
1905     +(51, 162),
1906     +(52, 163),
1907     +(52, 164),
1908     +(52, 165),
1909     +(52, 166),
1910     +(53, 172),
1911     +(53, 173),
1912     +(53, 174),
1913     +(53, 175),
1914     +(54, 167),
1915     +(54, 169),
1916     +(54, 170),
1917     +(54, 171),
1918     +(55, 180),
1919     +(55, 181),
1920     +(55, 182),
1921     +(55, 183),
1922     +(56, 184),
1923     +(56, 185),
1924     +(56, 186),
1925     +(56, 187),
1926     +(57, 188),
1927     +(57, 189),
1928     +(57, 190),
1929     +(57, 191),
1930     +(58, 192),
1931     +(58, 193),
1932     +(58, 194),
1933     +(58, 195),
1934     +(59, 196),
1935     +(59, 197),
1936     +(59, 198),
1937     +(59, 199),
1938     +(60, 200),
1939     +(60, 201),
1940     +(60, 202),
1941     +(60, 203),
1942     +(61, 204),
1943     +(61, 205),
1944     +(61, 206),
1945     +(61, 207),
1946     +(62, 208),
1947     +(62, 209),
1948     +(62, 210),
1949     +(62, 211),
1950     +(63, 212),
1951     +(63, 213),
1952     +(63, 214),
1953     +(63, 215),
1954     +(64, 216),
1955     +(64, 217),
1956     +(64, 218),
1957     +(64, 219),
1958     +(65, 307),
1959     +(65, 308),
1960     +(65, 309),
1961     +(65, 310),
1962     +(66, 303),
1963     +(66, 304),
1964     +(66, 305),
1965     +(66, 306),
1966     +(67, 315),
1967     +(67, 316),
1968     +(67, 317),
1969     +(67, 318),
1970     +(68, 315),
1971     +(69, 319),
1972     +(69, 320),
1973     +(69, 321),
1974     +(69, 322),
1975     +(70, 319),
1976     +(71, 323),
1977     +(71, 324),
1978     +(71, 325),
1979     +(71, 326),
1980     +(72, 323),
1981     +(73, 358),
1982     +(73, 359),
1983     +(73, 360),
1984     +(73, 361),
1985     +(74, 362),
1986     +(74, 363),
1987     +(74, 364),
1988     +(74, 365),
1989     +(75, 366),
1990     +(75, 367),
1991     +(75, 368),
1992     +(75, 369),
1993     +(75, 371),
1994     +(75, 372),
1995     +(76, 373),
1996     +(76, 374),
1997     +(76, 375),
1998     +(76, 376),
1999     +(76, 383),
2000     +(77, 377),
2001     +(77, 378),
2002     +(77, 379),
2003     +(77, 380),
2004     +(77, 384),
2005     +(78, 385),
2006     +(78, 386),
2007     +(78, 387),
2008     +(78, 388),
2009     +(78, 393),
2010     +(79, 389),
2011     +(79, 390),
2012     +(79, 391),
2013     +(79, 392),
2014     +(79, 394),
2015     +(80, 403),
2016     +(80, 404),
2017     +(80, 405),
2018     +(80, 406),
2019     +(81, 407),
2020     +(81, 408),
2021     +(81, 409),
2022     +(81, 410),
2023     +(82, 407),
2024     +(83, 407);
2025     +
2026     +-- --------------------------------------------------------
2027     +
2028     +--
2029     +-- Structure de la table `graph_tree`
2030     +--
2031     +
2032     +CREATE TABLE IF NOT EXISTS `graph_tree` (
2033     `id` smallint(5) unsigned NOT NULL auto_increment,
2034     `sort_type` tinyint(3) unsigned NOT NULL default '1',
2035     `name` varchar(255) NOT NULL default '',
2036     PRIMARY KEY (`id`)
2037     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2038     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
2039    
2040     --
2041     --- Dumping data for table `graph_tree`
2042     +-- Contenu de la table `graph_tree`
2043     --
2044    
2045     +INSERT INTO `graph_tree` (`id`, `sort_type`, `name`) VALUES
2046     +(1, 1, 'Default Tree');
2047    
2048     -/*!40000 ALTER TABLE `graph_tree` DISABLE KEYS */;
2049     -LOCK TABLES `graph_tree` WRITE;
2050     -INSERT INTO `graph_tree` (`id`, `sort_type`, `name`) VALUES (1,1,'Default Tree');
2051     -UNLOCK TABLES;
2052     -/*!40000 ALTER TABLE `graph_tree` ENABLE KEYS */;
2053     +-- --------------------------------------------------------
2054    
2055     --
2056     --- Table structure for table `graph_tree_items`
2057     +-- Structure de la table `graph_tree_items`
2058     --
2059    
2060     -DROP TABLE IF EXISTS `graph_tree_items`;
2061     -CREATE TABLE `graph_tree_items` (
2062     +CREATE TABLE IF NOT EXISTS `graph_tree_items` (
2063     `id` mediumint(5) unsigned NOT NULL auto_increment,
2064     `graph_tree_id` smallint(5) unsigned NOT NULL default '0',
2065     `local_graph_id` mediumint(8) unsigned NOT NULL default '0',
2066     @@ -584,25 +1911,22 @@ CREATE TABLE `graph_tree_items` (
2067     KEY `host_id` (`host_id`),
2068     KEY `local_graph_id` (`local_graph_id`),
2069     KEY `order_key` (`order_key`)
2070     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2071     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
2072    
2073     --
2074     --- Dumping data for table `graph_tree_items`
2075     +-- Contenu de la table `graph_tree_items`
2076     --
2077    
2078     +INSERT INTO `graph_tree_items` (`id`, `graph_tree_id`, `local_graph_id`, `rra_id`, `title`, `host_id`, `order_key`, `host_grouping_type`, `sort_children_type`) VALUES
2079     +(7, 1, 0, 0, '', 1, '001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000', 1, 1);
2080    
2081     -/*!40000 ALTER TABLE `graph_tree_items` DISABLE KEYS */;
2082     -LOCK TABLES `graph_tree_items` WRITE;
2083     -INSERT INTO `graph_tree_items` (`id`, `graph_tree_id`, `local_graph_id`, `rra_id`, `title`, `host_id`, `order_key`, `host_grouping_type`, `sort_children_type`) VALUES (7,1,0,0,'',1,'001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000',1,1);
2084     -UNLOCK TABLES;
2085     -/*!40000 ALTER TABLE `graph_tree_items` ENABLE KEYS */;
2086     +-- --------------------------------------------------------
2087    
2088     --
2089     --- Table structure for table `host`
2090     +-- Structure de la table `host`
2091     --
2092    
2093     -DROP TABLE IF EXISTS `host`;
2094     -CREATE TABLE `host` (
2095     +CREATE TABLE IF NOT EXISTS `host` (
2096     `id` mediumint(8) unsigned NOT NULL auto_increment,
2097     `host_template_id` mediumint(8) unsigned NOT NULL default '0',
2098     `description` varchar(150) NOT NULL default '',
2099     @@ -624,6 +1948,7 @@ CREATE TABLE `host` (
2100     `ping_timeout` int(12) unsigned default '500',
2101     `ping_retries` int(12) unsigned default '2',
2102     `max_oids` int(12) unsigned default '10',
2103     + `device_threads` tinyint(2) unsigned NOT NULL default '1',
2104     `disabled` char(2) default NULL,
2105     `status` tinyint(2) NOT NULL default '0',
2106     `status_event_count` mediumint(8) unsigned NOT NULL default '0',
2107     @@ -639,75 +1964,76 @@ CREATE TABLE `host` (
2108     `availability` decimal(8,5) NOT NULL default '100.00000',
2109     PRIMARY KEY (`id`),
2110     KEY `disabled` (`disabled`)
2111     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2112     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
2113    
2114     --
2115     --- Dumping data for table `host`
2116     +-- Contenu de la table `host`
2117     --
2118    
2119     +INSERT INTO `host` (`id`, `host_template_id`, `description`, `hostname`, `notes`, `snmp_community`, `snmp_version`, `snmp_username`, `snmp_password`, `snmp_auth_protocol`, `snmp_priv_passphrase`, `snmp_priv_protocol`, `snmp_context`, `snmp_port`, `snmp_timeout`, `availability_method`, `ping_method`, `ping_port`, `ping_timeout`, `ping_retries`, `max_oids`, `device_threads`, `disabled`, `status`, `status_event_count`, `status_fail_date`, `status_rec_date`, `status_last_error`, `min_time`, `max_time`, `cur_time`, `avg_time`, `total_polls`, `failed_polls`, `availability`) VALUES
2120     +(1, 8, 'Localhost', '127.0.0.1', '', 'public', 0, '', '', 'MD5', '', 'DES', '', 161, 500, 3, 2, 23, 400, 1, 10, 1, '', 3, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0.09000, 0.93000, 0.09000, 0.21374, 8, 0, 100.00000);
2121    
2122     -/*!40000 ALTER TABLE `host` DISABLE KEYS */;
2123     -LOCK TABLES `host` WRITE;
2124     -INSERT INTO `host` (`id`, `host_template_id`, `description`, `hostname`, `notes`, `snmp_community`, `snmp_version`, `snmp_username`, `snmp_password`, `snmp_auth_protocol`, `snmp_priv_passphrase`, `snmp_priv_protocol`, `snmp_context`, `snmp_port`, `snmp_timeout`, `availability_method`, `ping_method`, `ping_port`, `ping_timeout`, `ping_retries`, `max_oids`, `disabled`, `status`, `status_event_count`, `status_fail_date`, `status_rec_date`, `status_last_error`, `min_time`, `max_time`, `cur_time`, `avg_time`, `total_polls`, `failed_polls`, `availability`) VALUES (1,8,'Localhost','127.0.0.1','','public',0,'','','MD5','','DES','',161,500,3,2,23,400,1,10,'',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','0.09000','0.93000','0.09000','0.21374',8,0,'100.00000');
2125     -UNLOCK TABLES;
2126     -/*!40000 ALTER TABLE `host` ENABLE KEYS */;
2127     +-- --------------------------------------------------------
2128    
2129     --
2130     --- Table structure for table `host_graph`
2131     +-- Structure de la table `host_graph`
2132     --
2133    
2134     -DROP TABLE IF EXISTS `host_graph`;
2135     -CREATE TABLE `host_graph` (
2136     +CREATE TABLE IF NOT EXISTS `host_graph` (
2137     `host_id` mediumint(8) unsigned NOT NULL default '0',
2138     `graph_template_id` mediumint(8) unsigned NOT NULL default '0',
2139     PRIMARY KEY (`host_id`,`graph_template_id`)
2140     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2141    
2142     --
2143     --- Dumping data for table `host_graph`
2144     +-- Contenu de la table `host_graph`
2145     --
2146    
2147     +INSERT INTO `host_graph` (`host_id`, `graph_template_id`) VALUES
2148     +(1, 8),
2149     +(1, 9),
2150     +(1, 10),
2151     +(1, 12);
2152    
2153     -/*!40000 ALTER TABLE `host_graph` DISABLE KEYS */;
2154     -LOCK TABLES `host_graph` WRITE;
2155     -INSERT INTO `host_graph` (`host_id`, `graph_template_id`) VALUES (1,8),(1,9),(1,10),(1,12);
2156     -UNLOCK TABLES;
2157     -/*!40000 ALTER TABLE `host_graph` ENABLE KEYS */;
2158     +-- --------------------------------------------------------
2159    
2160     --
2161     --- Table structure for table `host_snmp_cache`
2162     +-- Structure de la table `host_snmp_cache`
2163     --
2164    
2165     -DROP TABLE IF EXISTS `host_snmp_cache`;
2166     -CREATE TABLE `host_snmp_cache` (
2167     +CREATE TABLE IF NOT EXISTS `host_snmp_cache` (
2168     `host_id` mediumint(8) unsigned NOT NULL default '0',
2169     `snmp_query_id` mediumint(8) unsigned NOT NULL default '0',
2170     `field_name` varchar(50) NOT NULL default '',
2171     `field_value` varchar(255) default NULL,
2172     `snmp_index` varchar(255) NOT NULL default '',
2173     `oid` text NOT NULL,
2174     + `present` tinyint(4) NOT NULL default '1',
2175     PRIMARY KEY (`host_id`,`snmp_query_id`,`field_name`,`snmp_index`),
2176     KEY `host_id` (`host_id`,`field_name`),
2177     - KEY `snmp_index` (`snmp_index`)
2178     + KEY `snmp_index` (`snmp_index`),
2179     + KEY `field_name` (`field_name`),
2180     + KEY `field_value` (`field_value`),
2181     + KEY `present` (`present`)
2182     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2183    
2184     --
2185     --- Dumping data for table `host_snmp_cache`
2186     +-- Contenu de la table `host_snmp_cache`
2187     --
2188    
2189     +INSERT INTO `host_snmp_cache` (`host_id`, `snmp_query_id`, `field_name`, `field_value`, `snmp_index`, `oid`, `present`) VALUES
2190     +(1, 6, 'dskDevice', '/dev/mapper/main-root', '/dev/mapper/main-root', '', 1),
2191     +(1, 6, 'dskDevice', '/dev/md1', '/dev/md1', '', 1),
2192     +(1, 6, 'dskMount', '/', '/dev/mapper/main-root', '', 1),
2193     +(1, 6, 'dskMount', '/boot', '/dev/md1', '', 1);
2194    
2195     -/*!40000 ALTER TABLE `host_snmp_cache` DISABLE KEYS */;
2196     -LOCK TABLES `host_snmp_cache` WRITE;
2197     -INSERT INTO `host_snmp_cache` (`host_id`, `snmp_query_id`, `field_name`, `field_value`, `snmp_index`, `oid`) VALUES (1,6,'dskDevice','/dev/mapper/main-root','/dev/mapper/main-root',''),(1,6,'dskDevice','/dev/md1','/dev/md1',''),(1,6,'dskDevice','/dev/hdb1','/dev/hdb1',''),(1,6,'dskMount','/','/dev/mapper/main-root',''),(1,6,'dskMount','/boot','/dev/md1',''),(1,6,'dskMount','/root','/dev/hdb1','');
2198     -UNLOCK TABLES;
2199     -/*!40000 ALTER TABLE `host_snmp_cache` ENABLE KEYS */;
2200     +-- --------------------------------------------------------
2201    
2202     --
2203     --- Table structure for table `host_snmp_query`
2204     +-- Structure de la table `host_snmp_query`
2205     --
2206    
2207     -DROP TABLE IF EXISTS `host_snmp_query`;
2208     -CREATE TABLE `host_snmp_query` (
2209     +CREATE TABLE IF NOT EXISTS `host_snmp_query` (
2210     `host_id` mediumint(8) unsigned NOT NULL default '0',
2211     `snmp_query_id` mediumint(8) unsigned NOT NULL default '0',
2212     `sort_field` varchar(50) NOT NULL default '',
2213     @@ -718,45 +2044,45 @@ CREATE TABLE `host_snmp_query` (
2214     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2215    
2216     --
2217     --- Dumping data for table `host_snmp_query`
2218     +-- Contenu de la table `host_snmp_query`
2219     --
2220    
2221     +INSERT INTO `host_snmp_query` (`host_id`, `snmp_query_id`, `sort_field`, `title_format`, `reindex_method`) VALUES
2222     +(1, 6, 'dskDevice', '|query_dskDevice|', 0);
2223    
2224     -/*!40000 ALTER TABLE `host_snmp_query` DISABLE KEYS */;
2225     -LOCK TABLES `host_snmp_query` WRITE;
2226     -INSERT INTO `host_snmp_query` (`host_id`, `snmp_query_id`, `sort_field`, `title_format`, `reindex_method`) VALUES (1,6,'dskDevice','|query_dskDevice|',0);
2227     -UNLOCK TABLES;
2228     -/*!40000 ALTER TABLE `host_snmp_query` ENABLE KEYS */;
2229     +-- --------------------------------------------------------
2230    
2231     --
2232     --- Table structure for table `host_template`
2233     +-- Structure de la table `host_template`
2234     --
2235    
2236     -DROP TABLE IF EXISTS `host_template`;
2237     -CREATE TABLE `host_template` (
2238     +CREATE TABLE IF NOT EXISTS `host_template` (
2239     `id` mediumint(8) unsigned NOT NULL auto_increment,
2240     `hash` varchar(32) NOT NULL default '',
2241     `name` varchar(100) NOT NULL default '',
2242     PRIMARY KEY (`id`)
2243     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2244     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
2245    
2246     --
2247     --- Dumping data for table `host_template`
2248     +-- Contenu de la table `host_template`
2249     --
2250    
2251     +INSERT INTO `host_template` (`id`, `hash`, `name`) VALUES
2252     +(1, '4855b0e3e553085ed57219690285f91f', 'Generic SNMP-enabled Host'),
2253     +(3, '07d3fe6a52915f99e642d22e27d967a4', 'ucd/net SNMP Host'),
2254     +(4, '4e5dc8dd115264c2e9f3adb725c29413', 'Karlnet Wireless Bridge'),
2255     +(5, 'cae6a879f86edacb2471055783bec6d0', 'Cisco Router'),
2256     +(6, '9ef418b4251751e09c3c416704b01b01', 'Netware 4/5 Server'),
2257     +(7, '5b8300be607dce4f030b026a381b91cd', 'Windows 2000/XP Host'),
2258     +(8, '2d3e47f416738c2d22c87c40218cc55e', 'Local Linux Machine');
2259    
2260     -/*!40000 ALTER TABLE `host_template` DISABLE KEYS */;
2261     -LOCK TABLES `host_template` WRITE;
2262     -INSERT INTO `host_template` (`id`, `hash`, `name`) VALUES (1,'4855b0e3e553085ed57219690285f91f','Generic SNMP-enabled Host'),(3,'07d3fe6a52915f99e642d22e27d967a4','ucd/net SNMP Host'),(4,'4e5dc8dd115264c2e9f3adb725c29413','Karlnet Wireless Bridge'),(5,'cae6a879f86edacb2471055783bec6d0','Cisco Router'),(6,'9ef418b4251751e09c3c416704b01b01','Netware 4/5 Server'),(7,'5b8300be607dce4f030b026a381b91cd','Windows 2000/XP Host'),(8,'2d3e47f416738c2d22c87c40218cc55e','Local Linux Machine');
2263     -UNLOCK TABLES;
2264     -/*!40000 ALTER TABLE `host_template` ENABLE KEYS */;
2265     +-- --------------------------------------------------------
2266    
2267     --
2268     --- Table structure for table `host_template_graph`
2269     +-- Structure de la table `host_template_graph`
2270     --
2271    
2272     -DROP TABLE IF EXISTS `host_template_graph`;
2273     -CREATE TABLE `host_template_graph` (
2274     +CREATE TABLE IF NOT EXISTS `host_template_graph` (
2275     `host_template_id` mediumint(8) unsigned NOT NULL default '0',
2276     `graph_template_id` mediumint(8) unsigned NOT NULL default '0',
2277     PRIMARY KEY (`host_template_id`,`graph_template_id`),
2278     @@ -764,22 +2090,32 @@ CREATE TABLE `host_template_graph` (
2279     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2280    
2281     --
2282     --- Dumping data for table `host_template_graph`
2283     +-- Contenu de la table `host_template_graph`
2284     --
2285    
2286     +INSERT INTO `host_template_graph` (`host_template_id`, `graph_template_id`) VALUES
2287     +(3, 4),
2288     +(3, 11),
2289     +(3, 13),
2290     +(5, 18),
2291     +(6, 14),
2292     +(6, 16),
2293     +(6, 17),
2294     +(6, 30),
2295     +(7, 28),
2296     +(7, 29),
2297     +(8, 8),
2298     +(8, 9),
2299     +(8, 10),
2300     +(8, 12);
2301    
2302     -/*!40000 ALTER TABLE `host_template_graph` DISABLE KEYS */;
2303     -LOCK TABLES `host_template_graph` WRITE;
2304     -INSERT INTO `host_template_graph` (`host_template_id`, `graph_template_id`) VALUES (3,4),(3,11),(3,13),(5,18),(6,14),(6,16),(6,17),(6,30),(7,28),(7,29),(8,8),(8,9),(8,10),(8,12);
2305     -UNLOCK TABLES;
2306     -/*!40000 ALTER TABLE `host_template_graph` ENABLE KEYS */;
2307     +-- --------------------------------------------------------
2308    
2309     --
2310     --- Table structure for table `host_template_snmp_query`
2311     +-- Structure de la table `host_template_snmp_query`
2312     --
2313    
2314     -DROP TABLE IF EXISTS `host_template_snmp_query`;
2315     -CREATE TABLE `host_template_snmp_query` (
2316     +CREATE TABLE IF NOT EXISTS `host_template_snmp_query` (
2317     `host_template_id` mediumint(8) unsigned NOT NULL default '0',
2318     `snmp_query_id` mediumint(8) unsigned NOT NULL default '0',
2319     PRIMARY KEY (`host_template_id`,`snmp_query_id`),
2320     @@ -787,45 +2123,129 @@ CREATE TABLE `host_template_snmp_query`
2321     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2322    
2323     --
2324     --- Dumping data for table `host_template_snmp_query`
2325     +-- Contenu de la table `host_template_snmp_query`
2326     --
2327    
2328     +INSERT INTO `host_template_snmp_query` (`host_template_id`, `snmp_query_id`) VALUES
2329     +(1, 1),
2330     +(3, 1),
2331     +(3, 2),
2332     +(4, 1),
2333     +(4, 3),
2334     +(5, 1),
2335     +(6, 1),
2336     +(6, 4),
2337     +(6, 7),
2338     +(7, 1),
2339     +(7, 8),
2340     +(7, 9),
2341     +(8, 6);
2342     +
2343     +-- --------------------------------------------------------
2344     +
2345     +--
2346     +-- Structure de la table `plugin_config`
2347     +--
2348     +
2349     +CREATE TABLE IF NOT EXISTS `plugin_config` (
2350     + `id` int(8) unsigned NOT NULL auto_increment,
2351     + `directory` varchar(32) NOT NULL default '',
2352     + `name` varchar(64) NOT NULL default '',
2353     + `status` tinyint(2) NOT NULL default '0',
2354     + `author` varchar(64) NOT NULL default '',
2355     + `webpage` varchar(255) NOT NULL default '',
2356     + `version` varchar(8) NOT NULL default '',
2357     + PRIMARY KEY (`id`),
2358     + KEY `status` (`status`),
2359     + KEY `directory` (`directory`)
2360     +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Plugin Configuration' AUTO_INCREMENT=1 ;
2361     +
2362     +-- --------------------------------------------------------
2363     +
2364     +--
2365     +-- Structure de la table `plugin_db_changes`
2366     +--
2367     +
2368     +CREATE TABLE IF NOT EXISTS `plugin_db_changes` (
2369     + `id` int(10) unsigned NOT NULL auto_increment,
2370     + `plugin` varchar(16) NOT NULL default '',
2371     + `table` varchar(64) NOT NULL default '',
2372     + `column` varchar(64) NOT NULL default '',
2373     + `method` varchar(16) NOT NULL default '',
2374     + PRIMARY KEY (`id`),
2375     + KEY `plugin` (`plugin`),
2376     + KEY `method` (`method`)
2377     +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Plugin Database Changes' AUTO_INCREMENT=1 ;
2378    
2379     -/*!40000 ALTER TABLE `host_template_snmp_query` DISABLE KEYS */;
2380     -LOCK TABLES `host_template_snmp_query` WRITE;
2381     -INSERT INTO `host_template_snmp_query` (`host_template_id`, `snmp_query_id`) VALUES (1,1),(3,1),(3,2),(4,1),(4,3),(5,1),(6,1),(6,4),(6,7),(7,1),(7,8),(7,9),(8,6);
2382     -UNLOCK TABLES;
2383     -/*!40000 ALTER TABLE `host_template_snmp_query` ENABLE KEYS */;
2384     +-- --------------------------------------------------------
2385    
2386     --
2387     --- Table structure for table `poller`
2388     +-- Structure de la table `plugin_hooks`
2389     --
2390    
2391     -DROP TABLE IF EXISTS `poller`;
2392     -CREATE TABLE `poller` (
2393     +CREATE TABLE IF NOT EXISTS `plugin_hooks` (
2394     + `id` int(8) unsigned NOT NULL auto_increment,
2395     + `name` varchar(32) NOT NULL default '',
2396     + `hook` varchar(64) NOT NULL default '',
2397     + `file` varchar(255) NOT NULL default '',
2398     + `function` varchar(128) NOT NULL default '',
2399     + `status` int(8) NOT NULL default '0',
2400     + PRIMARY KEY (`id`),
2401     + KEY `hook` (`hook`),
2402     + KEY `status` (`status`)
2403     +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Plugin Hooks' AUTO_INCREMENT=3 ;
2404     +
2405     +--
2406     +-- Contenu de la table `plugin_hooks`
2407     +--
2408     +
2409     +INSERT INTO `plugin_hooks` (`id`, `name`, `hook`, `file`, `function`, `status`) VALUES
2410     +(1, 'internal', 'config_arrays', '', 'plugin_config_arrays', 1),
2411     +(2, 'internal', 'draw_navigation_text', '', 'plugin_draw_navigation_text', 1);
2412     +
2413     +-- --------------------------------------------------------
2414     +
2415     +--
2416     +-- Structure de la table `plugin_realms`
2417     +--
2418     +
2419     +CREATE TABLE IF NOT EXISTS `plugin_realms` (
2420     + `id` int(8) unsigned NOT NULL auto_increment,
2421     + `plugin` varchar(32) NOT NULL default '',
2422     + `file` text NOT NULL,
2423     + `display` varchar(64) NOT NULL default '',
2424     + PRIMARY KEY (`id`),
2425     + KEY `plugin` (`plugin`)
2426     +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Plugin Realms' AUTO_INCREMENT=2 ;
2427     +
2428     +--
2429     +-- Contenu de la table `plugin_realms`
2430     +--
2431     +
2432     +INSERT INTO `plugin_realms` (`id`, `plugin`, `file`, `display`) VALUES
2433     +(1, 'internal', 'plugins.php', 'Plugin Management');
2434     +
2435     +-- --------------------------------------------------------
2436     +
2437     +--
2438     +-- Structure de la table `poller`
2439     +--
2440     +
2441     +CREATE TABLE IF NOT EXISTS `poller` (
2442     `id` smallint(5) unsigned NOT NULL auto_increment,
2443     `hostname` varchar(250) NOT NULL default '',
2444     `ip_address` int(11) unsigned NOT NULL default '0',
2445     `last_update` datetime NOT NULL default '0000-00-00 00:00:00',
2446     PRIMARY KEY (`id`)
2447     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2448     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
2449    
2450     ---
2451     --- Dumping data for table `poller`
2452     ---
2453     -
2454     -
2455     -/*!40000 ALTER TABLE `poller` DISABLE KEYS */;
2456     -LOCK TABLES `poller` WRITE;
2457     -UNLOCK TABLES;
2458     -/*!40000 ALTER TABLE `poller` ENABLE KEYS */;
2459     +-- --------------------------------------------------------
2460    
2461     --
2462     --- Table structure for table `poller_command`
2463     +-- Structure de la table `poller_command`
2464     --
2465    
2466     -DROP TABLE IF EXISTS `poller_command`;
2467     -CREATE TABLE `poller_command` (
2468     +CREATE TABLE IF NOT EXISTS `poller_command` (
2469     `poller_id` smallint(5) unsigned NOT NULL default '0',
2470     `time` datetime NOT NULL default '0000-00-00 00:00:00',
2471     `action` tinyint(3) unsigned NOT NULL default '0',
2472     @@ -833,26 +2253,18 @@ CREATE TABLE `poller_command` (
2473     PRIMARY KEY (`poller_id`,`action`,`command`)
2474     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2475    
2476     ---
2477     --- Dumping data for table `poller_command`
2478     ---
2479     -
2480     -
2481     -/*!40000 ALTER TABLE `poller_command` DISABLE KEYS */;
2482     -LOCK TABLES `poller_command` WRITE;
2483     -UNLOCK TABLES;
2484     -/*!40000 ALTER TABLE `poller_command` ENABLE KEYS */;
2485     +-- --------------------------------------------------------
2486    
2487     --
2488     --- Table structure for table `poller_item`
2489     +-- Structure de la table `poller_item`
2490     --
2491    
2492     -DROP TABLE IF EXISTS `poller_item`;
2493     -CREATE TABLE `poller_item` (
2494     +CREATE TABLE IF NOT EXISTS `poller_item` (
2495     `local_data_id` mediumint(8) unsigned NOT NULL default '0',
2496     `poller_id` smallint(5) unsigned NOT NULL default '0',
2497     - `host_id` mediumint(8) NOT NULL default '0',
2498     + `host_id` mediumint(8) unsigned NOT NULL default '0',
2499     `action` tinyint(2) unsigned NOT NULL default '1',
2500     + `present` tinyint(4) NOT NULL default '1',
2501     `hostname` varchar(250) NOT NULL default '',
2502     `snmp_community` varchar(100) NOT NULL default '',
2503     `snmp_version` tinyint(1) unsigned NOT NULL default '0',
2504     @@ -867,7 +2279,7 @@ CREATE TABLE `poller_item` (
2505     `rrd_name` varchar(19) NOT NULL default '',
2506     `rrd_path` varchar(255) NOT NULL default '',
2507     `rrd_num` tinyint(2) unsigned NOT NULL default '0',
2508     - `rrd_step` mediumint(8) unsigned NOT NULL default '300',
2509     + `rrd_step` mediumint(8) NOT NULL default '300',
2510     `rrd_next_step` mediumint(8) NOT NULL default '0',
2511     `arg1` text,
2512     `arg2` varchar(255) default NULL,
2513     @@ -876,26 +2288,28 @@ CREATE TABLE `poller_item` (
2514     KEY `local_data_id` (`local_data_id`),
2515     KEY `host_id` (`host_id`),
2516     KEY `rrd_next_step` (`rrd_next_step`),
2517     - KEY `action` (`action`)
2518     + KEY `action` (`action`),
2519     + KEY `present` (`present`)
2520     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2521    
2522     --
2523     --- Dumping data for table `poller_item`
2524     +-- Contenu de la table `poller_item`
2525     --
2526    
2527     +INSERT INTO `poller_item` (`local_data_id`, `poller_id`, `host_id`, `action`, `present`, `hostname`, `snmp_community`, `snmp_version`, `snmp_username`, `snmp_password`, `snmp_auth_protocol`, `snmp_priv_passphrase`, `snmp_priv_protocol`, `snmp_context`, `snmp_port`, `snmp_timeout`, `rrd_name`, `rrd_path`, `rrd_num`, `rrd_step`, `rrd_next_step`, `arg1`, `arg2`, `arg3`) VALUES
2528     +(3, 0, 1, 1, 1, '127.0.0.1', 'public', 0, '', '', 'MD5', '', 'DES', '', 161, 500, 'mem_buffers', '/opt/cacti/rra/localhost_mem_buffers_3.rrd', 1, 300, 0, 'perl /opt/cacti/scripts/linux_memory.pl MemFree:', '', ''),
2529     +(4, 0, 1, 1, 1, '127.0.0.1', 'public', 0, '', '', 'MD5', '', 'DES', '', 161, 500, 'mem_swap', '/opt/cacti/rra/localhost_mem_swap_4.rrd', 1, 300, 0, 'perl /opt/cacti/scripts/linux_memory.pl SwapFree:', '', ''),
2530     +(5, 0, 1, 1, 1, '127.0.0.1', 'public', 0, '', '', 'MD5', '', 'DES', '', 161, 500, '', '/opt/cacti/rra/localhost_load_1min_5.rrd', 1, 300, 0, 'perl /opt/cacti/scripts/loadavg_multi.pl', '', ''),
2531     +(6, 0, 1, 1, 1, '127.0.0.1', 'public', 0, '', '', 'MD5', '', 'DES', '', 161, 500, 'users', '/opt/cacti/rra/localhost_users_6.rrd', 1, 300, 0, 'perl /opt/cacti/scripts/unix_users.pl ', '', ''),
2532     +(7, 0, 1, 1, 1, '127.0.0.1', 'public', 0, '', '', 'MD5', '', 'DES', '', 161, 500, 'proc', '/opt/cacti/rra/localhost_proc_7.rrd', 1, 300, 0, 'perl /opt/cacti/scripts/unix_processes.pl', '', '');
2533    
2534     -/*!40000 ALTER TABLE `poller_item` DISABLE KEYS */;
2535     -LOCK TABLES `poller_item` WRITE;
2536     -INSERT INTO `poller_item` (`local_data_id`, `poller_id`, `host_id`, `action`, `hostname`, `snmp_community`, `snmp_version`, `snmp_username`, `snmp_password`, `snmp_auth_protocol`, `snmp_priv_passphrase`, `snmp_priv_protocol`, `snmp_context`, `snmp_port`, `snmp_timeout`, `rrd_name`, `rrd_path`, `rrd_num`, `rrd_step`, `rrd_next_step`, `arg1`, `arg2`, `arg3`) VALUES (3,0,1,1,'127.0.0.1','public',0,'','','MD5','','DES','',161,500,'mem_buffers','/opt/cacti/rra/localhost_mem_buffers_3.rrd',1,300,0,'perl /opt/cacti/scripts/linux_memory.pl MemFree:','',''),(4,0,1,1,'127.0.0.1','public',0,'','','MD5','','DES','',161,500,'mem_swap','/opt/cacti/rra/localhost_mem_swap_4.rrd',1,300,0,'perl /opt/cacti/scripts/linux_memory.pl SwapFree:','',''),(5,0,1,1,'127.0.0.1','public',0,'','','MD5','','DES','',161,500,'','/opt/cacti/rra/localhost_load_1min_5.rrd',1,300,0,'perl /opt/cacti/scripts/loadavg_multi.pl','',''),(6,0,1,1,'127.0.0.1','public',0,'','','MD5','','DES','',161,500,'users','/opt/cacti/rra/localhost_users_6.rrd',1,300,0,'perl /opt/cacti/scripts/unix_users.pl ','',''),(7,0,1,1,'127.0.0.1','public',0,'','','MD5','','DES','',161,500,'proc','/opt/cacti/rra/localhost_proc_7.rrd',1,300,0,'perl /opt/cacti/scripts/unix_processes.pl','','');
2537     -UNLOCK TABLES;
2538     -/*!40000 ALTER TABLE `poller_item` ENABLE KEYS */;
2539     +-- --------------------------------------------------------
2540    
2541     --
2542     --- Table structure for table `poller_output`
2543     +-- Structure de la table `poller_output`
2544     --
2545    
2546     -DROP TABLE IF EXISTS `poller_output`;
2547     -CREATE TABLE `poller_output` (
2548     +CREATE TABLE IF NOT EXISTS `poller_output` (
2549     `local_data_id` mediumint(8) unsigned NOT NULL default '0',
2550     `rrd_name` varchar(19) NOT NULL default '',
2551     `time` datetime NOT NULL default '0000-00-00 00:00:00',
2552     @@ -903,72 +2317,53 @@ CREATE TABLE `poller_output` (
2553     PRIMARY KEY (`local_data_id`,`rrd_name`,`time`)
2554     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2555    
2556     ---
2557     --- Dumping data for table `poller_output`
2558     ---
2559     -
2560     -
2561     -/*!40000 ALTER TABLE `poller_output` DISABLE KEYS */;
2562     -LOCK TABLES `poller_output` WRITE;
2563     -UNLOCK TABLES;
2564     -/*!40000 ALTER TABLE `poller_output` ENABLE KEYS */;
2565     +-- --------------------------------------------------------
2566    
2567     --
2568     --- Table structure for table `poller_reindex`
2569     +-- Structure de la table `poller_reindex`
2570     --
2571    
2572     -DROP TABLE IF EXISTS `poller_reindex`;
2573     -CREATE TABLE `poller_reindex` (
2574     +CREATE TABLE IF NOT EXISTS `poller_reindex` (
2575     `host_id` mediumint(8) unsigned NOT NULL default '0',
2576     `data_query_id` mediumint(8) unsigned NOT NULL default '0',
2577     `action` tinyint(3) unsigned NOT NULL default '0',
2578     + `present` tinyint(4) NOT NULL default '1',
2579     `op` char(1) NOT NULL default '',
2580     `assert_value` varchar(100) NOT NULL default '',
2581     `arg1` varchar(255) NOT NULL default '',
2582     - PRIMARY KEY (`host_id`,`data_query_id`,`arg1`)
2583     + PRIMARY KEY (`host_id`,`data_query_id`,`arg1`),
2584     + KEY `present` (`present`)
2585     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2586    
2587     ---
2588     --- Dumping data for table `poller_reindex`
2589     ---
2590     -
2591     -
2592     -/*!40000 ALTER TABLE `poller_reindex` DISABLE KEYS */;
2593     -LOCK TABLES `poller_reindex` WRITE;
2594     -UNLOCK TABLES;
2595     -/*!40000 ALTER TABLE `poller_reindex` ENABLE KEYS */;
2596     +-- --------------------------------------------------------
2597    
2598     --
2599     --- Table structure for table `poller_time`
2600     +-- Structure de la table `poller_time`
2601     --
2602    
2603     -DROP TABLE IF EXISTS `poller_time`;
2604     -CREATE TABLE `poller_time` (
2605     +CREATE TABLE IF NOT EXISTS `poller_time` (
2606     `id` mediumint(8) unsigned NOT NULL auto_increment,
2607     `pid` int(11) unsigned NOT NULL default '0',
2608     `poller_id` smallint(5) unsigned NOT NULL default '0',
2609     `start_time` datetime NOT NULL default '0000-00-00 00:00:00',
2610     `end_time` datetime NOT NULL default '0000-00-00 00:00:00',
2611     PRIMARY KEY (`id`)
2612     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2613     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
2614    
2615     --
2616     --- Dumping data for table `poller_time`
2617     +-- Contenu de la table `poller_time`
2618     --
2619    
2620     +INSERT INTO `poller_time` (`id`, `pid`, `poller_id`, `start_time`, `end_time`) VALUES
2621     +(1, 0, 0, '2007-12-04 04:25:01', '2007-12-04 04:25:01');
2622    
2623     -/*!40000 ALTER TABLE `poller_time` DISABLE KEYS */;
2624     -LOCK TABLES `poller_time` WRITE;
2625     -INSERT INTO `poller_time` (`id`, `pid`, `poller_id`, `start_time`, `end_time`) VALUES (1,0,0,'2007-12-04 04:25:01','2007-12-04 04:25:01');
2626     -UNLOCK TABLES;
2627     -/*!40000 ALTER TABLE `poller_time` ENABLE KEYS */;
2628     +-- --------------------------------------------------------
2629    
2630     --
2631     --- Table structure for table `rra`
2632     +-- Structure de la table `rra`
2633     --
2634    
2635     -DROP TABLE IF EXISTS `rra`;
2636     -CREATE TABLE `rra` (
2637     +CREATE TABLE IF NOT EXISTS `rra` (
2638     `id` mediumint(8) unsigned NOT NULL auto_increment,
2639     `hash` varchar(32) NOT NULL default '',
2640     `name` varchar(100) NOT NULL default '',
2641     @@ -977,25 +2372,26 @@ CREATE TABLE `rra` (
2642     `rows` int(12) NOT NULL default '600',
2643     `timespan` int(12) unsigned NOT NULL default '0',
2644     PRIMARY KEY (`id`)
2645     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2646     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
2647    
2648     --
2649     --- Dumping data for table `rra`
2650     +-- Contenu de la table `rra`
2651     --
2652    
2653     +INSERT INTO `rra` (`id`, `hash`, `name`, `x_files_factor`, `steps`, `rows`, `timespan`) VALUES
2654     +(1, 'c21df5178e5c955013591239eb0afd46', 'Daily (5 Minute Average)', 0.5, 1, 600, 86400),
2655     +(2, '0d9c0af8b8acdc7807943937b3208e29', 'Weekly (30 Minute Average)', 0.5, 6, 700, 604800),
2656     +(3, '6fc2d038fb42950138b0ce3e9874cc60', 'Monthly (2 Hour Average)', 0.5, 24, 775, 2678400),
2657     +(4, 'e36f3adb9f152adfa5dc50fd2b23337e', 'Yearly (1 Day Average)', 0.5, 288, 797, 33053184),
2658     +(5, '283ea2bf1634d92ce081ec82a634f513', 'Hourly (1 Minute Average)', 0.5, 1, 500, 14400);
2659    
2660     -/*!40000 ALTER TABLE `rra` DISABLE KEYS */;
2661     -LOCK TABLES `rra` WRITE;
2662     -INSERT INTO `rra` (`id`, `hash`, `name`, `x_files_factor`, `steps`, `rows`, `timespan`) VALUES (1,'c21df5178e5c955013591239eb0afd46','Daily (5 Minute Average)',0.5,1,600,86400),(2,'0d9c0af8b8acdc7807943937b3208e29','Weekly (30 Minute Average)',0.5,6,700,604800),(3,'6fc2d038fb42950138b0ce3e9874cc60','Monthly (2 Hour Average)',0.5,24,775,2678400),(4,'e36f3adb9f152adfa5dc50fd2b23337e','Yearly (1 Day Average)',0.5,288,797,33053184),(5,'283ea2bf1634d92ce081ec82a634f513','Hourly (1 Minute Average)',0.5,1,500,14400);
2663     -UNLOCK TABLES;
2664     -/*!40000 ALTER TABLE `rra` ENABLE KEYS */;
2665     +-- --------------------------------------------------------
2666    
2667     --
2668     --- Table structure for table `rra_cf`
2669     +-- Structure de la table `rra_cf`
2670     --
2671    
2672     -DROP TABLE IF EXISTS `rra_cf`;
2673     -CREATE TABLE `rra_cf` (
2674     +CREATE TABLE IF NOT EXISTS `rra_cf` (
2675     `rra_id` mediumint(8) unsigned NOT NULL default '0',
2676     `consolidation_function_id` smallint(5) unsigned NOT NULL default '0',
2677     PRIMARY KEY (`rra_id`,`consolidation_function_id`),
2678     @@ -1003,88 +2399,85 @@ CREATE TABLE `rra_cf` (
2679     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2680    
2681     --
2682     --- Dumping data for table `rra_cf`
2683     +-- Contenu de la table `rra_cf`
2684     --
2685    
2686     +INSERT INTO `rra_cf` (`rra_id`, `consolidation_function_id`) VALUES
2687     +(1, 1),
2688     +(1, 3),
2689     +(2, 1),
2690     +(2, 3),
2691     +(3, 1),
2692     +(3, 3),
2693     +(4, 1),
2694     +(4, 3),
2695     +(5, 1),
2696     +(5, 3);
2697    
2698     -/*!40000 ALTER TABLE `rra_cf` DISABLE KEYS */;
2699     -LOCK TABLES `rra_cf` WRITE;
2700     -INSERT INTO `rra_cf` (`rra_id`, `consolidation_function_id`) VALUES (1,1),(1,3),(2,1),(2,3),(3,1),(3,3),(4,1),(4,3),(5,1),(5,3);
2701     -UNLOCK TABLES;
2702     -/*!40000 ALTER TABLE `rra_cf` ENABLE KEYS */;
2703     +-- --------------------------------------------------------
2704    
2705     --
2706     --- Table structure for table `settings`
2707     +-- Structure de la table `settings`
2708     --
2709    
2710     -DROP TABLE IF EXISTS `settings`;
2711     -CREATE TABLE `settings` (
2712     +CREATE TABLE IF NOT EXISTS `settings` (
2713     `name` varchar(50) NOT NULL default '',
2714     - `value` varchar(255) NOT NULL default '',
2715     + `value` varchar(512) NOT NULL default '',
2716     PRIMARY KEY (`name`)
2717     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2718    
2719     --
2720     --- Dumping data for table `settings`
2721     +-- Contenu de la table `settings`
2722     --
2723    
2724     +INSERT INTO `settings` (`name`, `value`) VALUES
2725     +('path_rrdtool', '/usr/bin/rrdtool'),
2726     +('path_php_binary', '/usr/bin/php'),
2727     +('path_snmpwalk', '/usr/bin/snmpwalk'),
2728     +('path_snmpget', '/usr/bin/snmpget'),
2729     +('path_snmpbulkwalk', '/usr/bin/snmpbulkwalk'),
2730     +('path_snmpgetnext', '/usr/bin/snmpgetnext'),
2731     +('path_cactilog', '/opt/cacti/cacti.log'),
2732     +('snmp_version', 'net-snmp'),
2733     +('rrdtool_version', 'rrd-1.4.x'),
2734     +('poller_lastrun', '1196738701'),
2735     +('path_webroot', '/opt/cacti'),
2736     +('date', '2007-12-04 04:25:01'),
2737     +('stats_poller', 'Time:1.1283 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:5');
2738    
2739     -/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
2740     -LOCK TABLES `settings` WRITE;
2741     -INSERT INTO `settings` (`name`, `value`) VALUES ('path_rrdtool','/usr/bin/rrdtool'),('path_php_binary','/usr/bin/php'),('path_snmpwalk','/usr/bin/snmpwalk'),('path_snmpget','/usr/bin/snmpget'),('path_snmpbulkwalk','/usr/bin/snmpbulkwalk'),('path_snmpgetnext','/usr/bin/snmpgetnext'),('path_cactilog','/opt/cacti/log/cacti.log'),('snmp_version','net-snmp'),('rrdtool_version','rrd-1.0.x'),('poller_lastrun','1196738701'),('path_webroot','/opt/cacti'),('date','2007-12-04 04:25:01'),('stats_poller','Time:1.1283 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:5');
2742     -UNLOCK TABLES;
2743     -/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
2744     +-- --------------------------------------------------------
2745    
2746     --
2747     --- Table structure for table `settings_graphs`
2748     +-- Structure de la table `settings_graphs`
2749     --
2750    
2751     -DROP TABLE IF EXISTS `settings_graphs`;
2752     -CREATE TABLE `settings_graphs` (
2753     +CREATE TABLE IF NOT EXISTS `settings_graphs` (
2754     `user_id` smallint(8) unsigned NOT NULL default '0',
2755     `name` varchar(50) NOT NULL default '',
2756     `value` varchar(255) NOT NULL default '',
2757     PRIMARY KEY (`user_id`,`name`)
2758     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2759    
2760     ---
2761     --- Dumping data for table `settings_graphs`
2762     ---
2763     -
2764     -
2765     -/*!40000 ALTER TABLE `settings_graphs` DISABLE KEYS */;
2766     -LOCK TABLES `settings_graphs` WRITE;
2767     -UNLOCK TABLES;
2768     -/*!40000 ALTER TABLE `settings_graphs` ENABLE KEYS */;
2769     +-- --------------------------------------------------------
2770    
2771     --
2772     --- Table structure for table `settings_tree`
2773     +-- Structure de la table `settings_tree`
2774     --
2775    
2776     -DROP TABLE IF EXISTS `settings_tree`;
2777     -CREATE TABLE `settings_tree` (
2778     +CREATE TABLE IF NOT EXISTS `settings_tree` (
2779     `user_id` mediumint(8) unsigned NOT NULL default '0',
2780     `graph_tree_item_id` mediumint(8) unsigned NOT NULL default '0',
2781     `status` tinyint(1) NOT NULL default '0',
2782     PRIMARY KEY (`user_id`,`graph_tree_item_id`)
2783     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2784    
2785     ---
2786     --- Dumping data for table `settings_tree`
2787     ---
2788     -
2789     -
2790     -/*!40000 ALTER TABLE `settings_tree` DISABLE KEYS */;
2791     -LOCK TABLES `settings_tree` WRITE;
2792     -UNLOCK TABLES;
2793     -/*!40000 ALTER TABLE `settings_tree` ENABLE KEYS */;
2794     +-- --------------------------------------------------------
2795    
2796     --
2797     --- Table structure for table `snmp_query`
2798     +-- Structure de la table `snmp_query`
2799     --
2800    
2801     -DROP TABLE IF EXISTS `snmp_query`;
2802     -CREATE TABLE `snmp_query` (
2803     +CREATE TABLE IF NOT EXISTS `snmp_query` (
2804     `id` mediumint(8) unsigned NOT NULL auto_increment,
2805     `hash` varchar(32) NOT NULL default '',
2806     `xml_path` varchar(255) NOT NULL default '',
2807     @@ -1094,50 +2487,69 @@ CREATE TABLE `snmp_query` (
2808     `data_input_id` mediumint(8) unsigned NOT NULL default '0',
2809     PRIMARY KEY (`id`),
2810     KEY `name` (`name`)
2811     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2812     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
2813    
2814     --
2815     --- Dumping data for table `snmp_query`
2816     +-- Contenu de la table `snmp_query`
2817     --
2818    
2819     +INSERT INTO `snmp_query` (`id`, `hash`, `xml_path`, `name`, `description`, `graph_template_id`, `data_input_id`) VALUES
2820     +(1, 'd75e406fdeca4fcef45b8be3a9a63cbc', '<path_cacti>/resource/snmp_queries/interface.xml', 'SNMP - Interface Statistics', 'Queries a host for a list of monitorable interfaces', 0, 2),
2821     +(2, '3c1b27d94ad208a0090f293deadde753', '<path_cacti>/resource/snmp_queries/net-snmp_disk.xml', 'ucd/net - Get Monitored Partitions', 'Retrieves a list of monitored partitions/disks from a net-snmp enabled host.', 0, 2),
2822     +(3, '59aab7b0feddc7860002ed9303085ba5', '<path_cacti>/resource/snmp_queries/kbridge.xml', 'Karlnet - Wireless Bridge Statistics', 'Gets information about the wireless connectivity of each station from a Karlnet bridge.', 0, 2),
2823     +(4, 'ad06f46e22e991cb47c95c7233cfaee8', '<path_cacti>/resource/snmp_queries/netware_disk.xml', 'Netware - Get Available Volumes', 'Retrieves a list of volumes from a Netware server.', 0, 2),
2824     +(6, '8ffa36c1864124b38bcda2ae9bd61f46', '<path_cacti>/resource/script_queries/unix_disk.xml', 'Unix - Get Mounted Partitions', 'Queries a list of mounted partitions on a unix-based host with the', 0, 11),
2825     +(7, '30ec734bc0ae81a3d995be82c73f46c1', '<path_cacti>/resource/snmp_queries/netware_cpu.xml', 'Netware - Get Processor Information', 'Gets information about running processors in a Netware server', 0, 2),
2826     +(8, '9343eab1f4d88b0e61ffc9d020f35414', '<path_cacti>/resource/script_server/host_disk.xml', 'SNMP - Get Mounted Partitions', 'Gets a list of partitions using SNMP', 0, 12),
2827     +(9, '0d1ab53fe37487a5d0b9e1d3ee8c1d0d', '<path_cacti>/resource/script_server/host_cpu.xml', 'SNMP - Get Processor Information', 'Gets usage for each processor in the system using the host MIB.', 0, 12);
2828    
2829     -/*!40000 ALTER TABLE `snmp_query` DISABLE KEYS */;
2830     -LOCK TABLES `snmp_query` WRITE;
2831     -INSERT INTO `snmp_query` (`id`, `hash`, `xml_path`, `name`, `description`, `graph_template_id`, `data_input_id`) VALUES (1,'d75e406fdeca4fcef45b8be3a9a63cbc','<path_cacti>/resource/snmp_queries/interface.xml','SNMP - Interface Statistics','Queries a host for a list of monitorable interfaces',0,2),(2,'3c1b27d94ad208a0090f293deadde753','<path_cacti>/resource/snmp_queries/net-snmp_disk.xml','ucd/net - Get Monitored Partitions','Retrieves a list of monitored partitions/disks from a net-snmp enabled host.',0,2),(3,'59aab7b0feddc7860002ed9303085ba5','<path_cacti>/resource/snmp_queries/kbridge.xml','Karlnet - Wireless Bridge Statistics','Gets information about the wireless connectivity of each station from a Karlnet bridge.',0,2),(4,'ad06f46e22e991cb47c95c7233cfaee8','<path_cacti>/resource/snmp_queries/netware_disk.xml','Netware - Get Available Volumes','Retrieves a list of volumes from a Netware server.',0,2),(6,'8ffa36c1864124b38bcda2ae9bd61f46','<path_cacti>/resource/script_queries/unix_disk.xml','Unix - Get Mounted Partitions','Queries a list of mounted partitions on a unix-based host with the',0,11),(7,'30ec734bc0ae81a3d995be82c73f46c1','<path_cacti>/resource/snmp_queries/netware_cpu.xml','Netware - Get Processor Information','Gets information about running processors in a Netware server',0,2),(8,'9343eab1f4d88b0e61ffc9d020f35414','<path_cacti>/resource/script_server/host_disk.xml','SNMP - Get Mounted Partitions','Gets a list of partitions using SNMP',0,12),(9,'0d1ab53fe37487a5d0b9e1d3ee8c1d0d','<path_cacti>/resource/script_server/host_cpu.xml','SNMP - Get Processor Information','Gets usage for each processor in the system using the host MIB.',0,12);
2832     -UNLOCK TABLES;
2833     -/*!40000 ALTER TABLE `snmp_query` ENABLE KEYS */;
2834     +-- --------------------------------------------------------
2835    
2836     --
2837     --- Table structure for table `snmp_query_graph`
2838     +-- Structure de la table `snmp_query_graph`
2839     --
2840    
2841     -DROP TABLE IF EXISTS `snmp_query_graph`;
2842     -CREATE TABLE `snmp_query_graph` (
2843     +CREATE TABLE IF NOT EXISTS `snmp_query_graph` (
2844     `id` mediumint(8) unsigned NOT NULL auto_increment,
2845     `hash` varchar(32) NOT NULL default '',
2846     `snmp_query_id` mediumint(8) unsigned NOT NULL default '0',
2847     `name` varchar(100) NOT NULL default '',
2848     `graph_template_id` mediumint(8) unsigned NOT NULL default '0',
2849     PRIMARY KEY (`id`)
2850     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2851     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;
2852    
2853     --
2854     --- Dumping data for table `snmp_query_graph`
2855     +-- Contenu de la table `snmp_query_graph`
2856     --
2857    
2858     +INSERT INTO `snmp_query_graph` (`id`, `hash`, `snmp_query_id`, `name`, `graph_template_id`) VALUES
2859     +(2, 'a4b829746fb45e35e10474c36c69c0cf', 1, 'In/Out Errors/Discarded Packets', 22),
2860     +(3, '01e33224f8b15997d3d09d6b1bf83e18', 1, 'In/Out Non-Unicast Packets', 24),
2861     +(4, '1e6edee3115c42d644dbd014f0577066', 1, 'In/Out Unicast Packets', 23),
2862     +(6, 'da43655bf1f641b07579256227806977', 2, 'Available/Used Disk Space', 3),
2863     +(7, '1cc468ef92a5779d37a26349e27ef3ba', 3, 'Wireless Levels', 5),
2864     +(8, 'bef2dc94bc84bf91827f45424aac8d2a', 3, 'Wireless Transmissions', 6),
2865     +(9, 'ab93b588c29731ab15db601ca0bc9dec', 1, 'In/Out Bytes (64-bit Counters)', 25),
2866     +(10, '5a5ce35edb4b195cbde99fd0161dfb4e', 4, 'Volume Information (free, freeable space)', 19),
2867     +(11, 'c1c2cfd33eaf5064300e92e26e20bc56', 4, 'Directory Information (total/available entries)', 20),
2868     +(13, 'ae34f5f385bed8c81a158bf3030f1089', 1, 'In/Out Bits', 2),
2869     +(14, '1e16a505ddefb40356221d7a50619d91', 1, 'In/Out Bits (64-bit Counters)', 2),
2870     +(15, 'a0b3e7b63c2e66f9e1ea24a16ff245fc', 6, 'Available Disk Space', 21),
2871     +(16, 'd1e0d9b8efd4af98d28ce2aad81a87e7', 1, 'In/Out Bytes', 25),
2872     +(17, 'f6db4151aa07efa401a0af6c9b871844', 7, 'Get Processor Utilization', 15),
2873     +(18, '46c4ee688932cf6370459527eceb8ef3', 8, 'Available Disk Space', 26),
2874     +(19, '4a515b61441ea5f27ab7dee6c3cb7818', 9, 'Get Processor Utilization', 27),
2875     +(20, 'ed7f68175d7bb83db8ead332fc945720', 1, 'In/Out Bits with 95th Percentile', 31),
2876     +(21, 'f85386cd2fc94634ef167c7f1e5fbcd0', 1, 'In/Out Bits with Total Bandwidth', 32),
2877     +(22, '7d309bf200b6e3cdb59a33493c2e58e0', 1, 'In/Out Bytes with Total Bandwidth', 33);
2878    
2879     -/*!40000 ALTER TABLE `snmp_query_graph` DISABLE KEYS */;
2880     -LOCK TABLES `snmp_query_graph` WRITE;
2881     -INSERT INTO `snmp_query_graph` (`id`, `hash`, `snmp_query_id`, `name`, `graph_template_id`) VALUES (2,'a4b829746fb45e35e10474c36c69c0cf',1,'In/Out Errors/Discarded Packets',22),(3,'01e33224f8b15997d3d09d6b1bf83e18',1,'In/Out Non-Unicast Packets',24),(4,'1e6edee3115c42d644dbd014f0577066',1,'In/Out Unicast Packets',23),(6,'da43655bf1f641b07579256227806977',2,'Available/Used Disk Space',3),(7,'1cc468ef92a5779d37a26349e27ef3ba',3,'Wireless Levels',5),(8,'bef2dc94bc84bf91827f45424aac8d2a',3,'Wireless Transmissions',6),(9,'ab93b588c29731ab15db601ca0bc9dec',1,'In/Out Bytes (64-bit Counters)',25),(10,'5a5ce35edb4b195cbde99fd0161dfb4e',4,'Volume Information (free, freeable space)',19),(11,'c1c2cfd33eaf5064300e92e26e20bc56',4,'Directory Information (total/available entries)',20),(13,'ae34f5f385bed8c81a158bf3030f1089',1,'In/Out Bits',2),(14,'1e16a505ddefb40356221d7a50619d91',1,'In/Out Bits (64-bit Counters)',2),(15,'a0b3e7b63c2e66f9e1ea24a16ff245fc',6,'Available Disk Space',21),(16,'d1e0d9b8efd4af98d28ce2aad81a87e7',1,'In/Out Bytes',25),(17,'f6db4151aa07efa401a0af6c9b871844',7,'Get Processor Utilization',15),(18,'46c4ee688932cf6370459527eceb8ef3',8,'Available Disk Space',26),(19,'4a515b61441ea5f27ab7dee6c3cb7818',9,'Get Processor Utilization',27),(20,'ed7f68175d7bb83db8ead332fc945720',1,'In/Out Bits with 95th Percentile',31),(21,'f85386cd2fc94634ef167c7f1e5fbcd0',1,'In/Out Bits with Total Bandwidth',32),(22,'7d309bf200b6e3cdb59a33493c2e58e0',1,'In/Out Bytes with Total Bandwidth',33);
2882     -UNLOCK TABLES;
2883     -/*!40000 ALTER TABLE `snmp_query_graph` ENABLE KEYS */;
2884     +-- --------------------------------------------------------
2885    
2886     --
2887     --- Table structure for table `snmp_query_graph_rrd`
2888     +-- Structure de la table `snmp_query_graph_rrd`
2889     --
2890    
2891     -DROP TABLE IF EXISTS `snmp_query_graph_rrd`;
2892     -CREATE TABLE `snmp_query_graph_rrd` (
2893     +CREATE TABLE IF NOT EXISTS `snmp_query_graph_rrd` (
2894     `snmp_query_graph_id` mediumint(8) unsigned NOT NULL default '0',
2895     `data_template_id` mediumint(8) unsigned NOT NULL default '0',
2896     `data_template_rrd_id` mediumint(8) unsigned NOT NULL default '0',
2897     @@ -1147,22 +2559,57 @@ CREATE TABLE `snmp_query_graph_rrd` (
2898     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2899    
2900     --
2901     --- Dumping data for table `snmp_query_graph_rrd`
2902     +-- Contenu de la table `snmp_query_graph_rrd`
2903     --
2904    
2905     +INSERT INTO `snmp_query_graph_rrd` (`snmp_query_graph_id`, `data_template_id`, `data_template_rrd_id`, `snmp_field_name`) VALUES
2906     +(2, 38, 47, 'ifInDiscards'),
2907     +(3, 40, 52, 'ifOutNUcastPkts'),
2908     +(3, 40, 53, 'ifInNUcastPkts'),
2909     +(4, 39, 48, 'ifInUcastPkts'),
2910     +(2, 38, 51, 'ifOutErrors'),
2911     +(6, 3, 3, 'dskAvail'),
2912     +(6, 3, 4, 'dskUsed'),
2913     +(7, 7, 8, 'kbWirelessStationExclHellos'),
2914     +(7, 8, 9, 'kbWirelessStationExclHellos'),
2915     +(8, 10, 11, 'kbWirelessStationExclHellos'),
2916     +(8, 9, 10, 'kbWirelessStationExclHellos'),
2917     +(9, 41, 55, 'ifHCOutOctets'),
2918     +(9, 41, 54, 'ifHCInOctets'),
2919     +(10, 35, 38, 'nwVolSize'),
2920     +(10, 35, 40, 'nwVolFreeable'),
2921     +(10, 35, 39, 'nwVolFree'),
2922     +(11, 36, 42, 'nwVolTotalDirEntries'),
2923     +(11, 36, 43, 'nwVolUsedDirEntries'),
2924     +(2, 38, 50, 'ifOutDiscards'),
2925     +(2, 38, 46, 'ifInErrors'),
2926     +(13, 41, 54, 'ifInOctets'),
2927     +(14, 41, 54, 'ifHCInOctets'),
2928     +(14, 41, 55, 'ifHCOutOctets'),
2929     +(13, 41, 55, 'ifOutOctets'),
2930     +(4, 39, 49, 'ifOutUcastPkts'),
2931     +(15, 37, 44, 'dskAvailable'),
2932     +(16, 41, 54, 'ifInOctets'),
2933     +(16, 41, 55, 'ifOutOctets'),
2934     +(15, 37, 56, 'dskUsed'),
2935     +(17, 42, 76, 'nwhrProcessorUtilization'),
2936     +(18, 43, 78, 'hrStorageUsed'),
2937     +(18, 43, 92, 'hrStorageSize'),
2938     +(19, 44, 79, 'hrProcessorLoad'),
2939     +(20, 41, 55, 'ifOutOctets'),
2940     +(20, 41, 54, 'ifInOctets'),
2941     +(21, 41, 55, 'ifOutOctets'),
2942     +(21, 41, 54, 'ifInOctets'),
2943     +(22, 41, 55, 'ifOutOctets'),
2944     +(22, 41, 54, 'ifInOctets');
2945    
2946     -/*!40000 ALTER TABLE `snmp_query_graph_rrd` DISABLE KEYS */;
2947     -LOCK TABLES `snmp_query_graph_rrd` WRITE;
2948     -INSERT INTO `snmp_query_graph_rrd` (`snmp_query_graph_id`, `data_template_id`, `data_template_rrd_id`, `snmp_field_name`) VALUES (2,38,47,'ifInDiscards'),(3,40,52,'ifOutNUcastPkts'),(3,40,53,'ifInNUcastPkts'),(4,39,48,'ifInUcastPkts'),(2,38,51,'ifOutErrors'),(6,3,3,'dskAvail'),(6,3,4,'dskUsed'),(7,7,8,'kbWirelessStationExclHellos'),(7,8,9,'kbWirelessStationExclHellos'),(8,10,11,'kbWirelessStationExclHellos'),(8,9,10,'kbWirelessStationExclHellos'),(9,41,55,'ifHCOutOctets'),(9,41,54,'ifHCInOctets'),(10,35,38,'nwVolSize'),(10,35,40,'nwVolFreeable'),(10,35,39,'nwVolFree'),(11,36,42,'nwVolTotalDirEntries'),(11,36,43,'nwVolUsedDirEntries'),(2,38,50,'ifOutDiscards'),(2,38,46,'ifInErrors'),(13,41,54,'ifInOctets'),(14,41,54,'ifHCInOctets'),(14,41,55,'ifHCOutOctets'),(13,41,55,'ifOutOctets'),(4,39,49,'ifOutUcastPkts'),(15,37,44,'dskAvailable'),(16,41,54,'ifInOctets'),(16,41,55,'ifOutOctets'),(15,37,56,'dskUsed'),(17,42,76,'nwhrProcessorUtilization'),(18,43,78,'hrStorageUsed'),(18,43,92,'hrStorageSize'),(19,44,79,'hrProcessorLoad'),(20,41,55,'ifOutOctets'),(20,41,54,'ifInOctets'),(21,41,55,'ifOutOctets'),(21,41,54,'ifInOctets'),(22,41,55,'ifOutOctets'),(22,41,54,'ifInOctets');
2949     -UNLOCK TABLES;
2950     -/*!40000 ALTER TABLE `snmp_query_graph_rrd` ENABLE KEYS */;
2951     +-- --------------------------------------------------------
2952    
2953     --
2954     --- Table structure for table `snmp_query_graph_rrd_sv`
2955     +-- Structure de la table `snmp_query_graph_rrd_sv`
2956     --
2957    
2958     -DROP TABLE IF EXISTS `snmp_query_graph_rrd_sv`;
2959     -CREATE TABLE `snmp_query_graph_rrd_sv` (
2960     +CREATE TABLE IF NOT EXISTS `snmp_query_graph_rrd_sv` (
2961     `id` mediumint(8) unsigned NOT NULL auto_increment,
2962     `hash` varchar(32) NOT NULL default '',
2963     `snmp_query_graph_id` mediumint(8) unsigned NOT NULL default '0',
2964     @@ -1172,25 +2619,80 @@ CREATE TABLE `snmp_query_graph_rrd_sv` (
2965     `text` varchar(255) NOT NULL default '',
2966     PRIMARY KEY (`id`),
2967     KEY `snmp_query_graph_id` (`snmp_query_graph_id`)
2968     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2969     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=110 ;
2970    
2971     --
2972     --- Dumping data for table `snmp_query_graph_rrd_sv`
2973     +-- Contenu de la table `snmp_query_graph_rrd_sv`
2974     --
2975    
2976     +INSERT INTO `snmp_query_graph_rrd_sv` (`id`, `hash`, `snmp_query_graph_id`, `data_template_id`, `sequence`, `field_name`, `text`) VALUES
2977     +(10, '5d3a8b2f4a454e5b0a1494e00fe7d424', 6, 3, 1, 'name', '|host_description| - Partition - |query_dskDevice|'),
2978     +(11, 'd0b49af67a83c258ef1eab3780f7b3dc', 7, 7, 1, 'name', '|host_description| - Wireless Noise Level - |query_kbWirelessStationName|'),
2979     +(12, 'bf6b966dc369f3df2ea640a90845e94c', 7, 8, 1, 'name', '|host_description| - Wireless Signal Level - |query_kbWirelessStationName|'),
2980     +(13, '5c3616603a7ac9d0c1cb9556b377a74f', 8, 10, 1, 'name', '|host_description| - Wireless Re-Transmissions - |query_kbWirelessStationName|'),
2981     +(14, '080f0022f77044a512b083e3a8304e8b', 8, 9, 1, 'name', '|host_description| - Wireless Transmissions - |query_kbWirelessStationName|'),
2982     +(30, '8132fa9c446e199732f0102733cb1714', 11, 36, 1, 'name', '|host_description| - Directories - |query_nwVolPhysicalName|'),
2983     +(29, '8fc9a94a5f6ef902a3de0fa7549e7476', 10, 35, 1, 'name', '|host_description| - Volumes - |query_nwVolPhysicalName|'),
2984     +(80, '27eb220995925e1a5e0e41b2582a2af6', 16, 41, 1, 'rrd_maximum', '|query_ifSpeed|'),
2985     +(85, 'e85ddc56efa677b70448f9e931360b77', 14, 41, 1, 'rrd_maximum', '|query_ifSpeed|'),
2986     +(84, '37bb8c5b38bb7e89ec88ea7ccacf44d4', 14, 41, 4, 'name', '|host_description| - Traffic - |query_ifDescr|'),
2987     +(83, '62a47c18be10f273a5f5a13a76b76f54', 14, 41, 3, 'name', '|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),
2988     +(32, '', 12, 37, 1, 'name', '|host_description| - Partition - |query_dskDevice|'),
2989     +(49, '6537b3209e0697fbec278e94e7317b52', 2, 38, 1, 'name', '|host_description| - Errors - |query_ifIP| - |query_ifName|'),
2990     +(50, '6d3f612051016f48c951af8901720a1c', 2, 38, 2, 'name', '|host_description| - Errors - |query_ifName|'),
2991     +(51, '62bc981690576d0b2bd0041ec2e4aa6f', 2, 38, 3, 'name', '|host_description| - Errors - |query_ifIP|/|query_ifDescr|'),
2992     +(52, 'adb270d55ba521d205eac6a21478804a', 2, 38, 4, 'name', '|host_description| - Errors - |query_ifDescr|'),
2993     +(54, '77065435f3bbb2ff99bc3b43b81de8fe', 3, 40, 1, 'name', '|host_description| - Non-Unicast Packets - |query_ifIP| - |query_ifName|'),
2994     +(55, '240d8893092619c97a54265e8d0b86a1', 3, 40, 2, 'name', '|host_description| - Non-Unicast Packets - |query_ifName|'),
2995     +(56, '4b200ecf445bdeb4c84975b74991df34', 3, 40, 3, 'name', '|host_description| - Non-Unicast Packets - |query_ifIP|/|query_ifDescr|'),
2996     +(57, 'd6da3887646078e4d01fe60a123c2179', 3, 40, 4, 'name', '|host_description| - Non-Unicast Packets - |query_ifDescr|'),
2997     +(59, 'ce7769b97d80ca31d21f83dc18ba93c2', 4, 39, 1, 'name', '|host_description| - Unicast Packets - |query_ifIP| - |query_ifName|'),
2998     +(60, '1ee1f9717f3f4771f7f823ca5a8b83dd', 4, 39, 2, 'name', '|host_description| - Unicast Packets - |query_ifName|'),
2999     +(61, 'a7dbd54604533b592d4fae6e67587e32', 4, 39, 3, 'name', '|host_description| - Unicast Packets - |query_ifIP|/|query_ifDescr|'),
3000     +(62, 'b148fa7199edcf06cd71c89e5c5d7b63', 4, 39, 4, 'name', '|host_description| - Unicast Packets - |query_ifDescr|'),
3001     +(69, 'cb09784ba05e401a3f1450126ed1e395', 15, 37, 1, 'name', '|host_description| - Free Space - |query_dskDevice|'),
3002     +(70, '87a659326af8c75158e5142874fd74b0', 13, 41, 1, 'name', '|host_description| - Traffic - |query_ifIP| - |query_ifName|'),
3003     +(72, '14aa2dead86bbad0f992f1514722c95e', 13, 41, 2, 'name', '|host_description| - Traffic - |query_ifName|'),
3004     +(73, '70390712158c3c5052a7d830fb456489', 13, 41, 3, 'name', '|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),
3005     +(74, '084efd82bbddb69fb2ac9bd0b0f16ac6', 13, 41, 4, 'name', '|host_description| - Traffic - |query_ifDescr|'),
3006     +(75, '7e093c535fa3d810fa76fc3d8c80c94b', 13, 41, 1, 'rrd_maximum', '|query_ifSpeed|'),
3007     +(76, 'c7ee2110bf81639086d2da03d9d88286', 16, 41, 1, 'name', '|host_description| - Traffic - |query_ifIP| - |query_ifName|'),
3008     +(77, '8ef8ae2ef548892ab95bb6c9f0b3170e', 16, 41, 2, 'name', '|host_description| - Traffic - |query_ifName|'),
3009     +(78, '3a0f707d1c8fd0e061b70241541c7e2e', 16, 41, 3, 'name', '|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),
3010     +(79, '2347e9f53564a54d43f3c00d4b60040d', 16, 41, 4, 'name', '|host_description| - Traffic - |query_ifDescr|'),
3011     +(81, '2e8b27c63d98249096ad5bc320787f43', 14, 41, 1, 'name', '|host_description| - Traffic - |query_ifIP| - |query_ifName|'),
3012     +(82, '8d820d091ec1a9683cfa74a462f239ee', 14, 41, 2, 'name', '|host_description| - Traffic - |query_ifName|'),
3013     +(86, 'c582d3b37f19e4a703d9bf4908dc6548', 9, 41, 1, 'name', '|host_description| - Traffic - |query_ifIP| - |query_ifName|'),
3014     +(88, 'e1be83d708ed3c0b8715ccb6517a0365', 9, 41, 2, 'name', '|host_description| - Traffic - |query_ifName|'),
3015     +(89, '57a9ae1f197498ca8dcde90194f61cbc', 9, 41, 3, 'name', '|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),
3016     +(90, '0110e120981c7ff15304e4a85cb42cbe', 9, 41, 4, 'name', '|host_description| - Traffic - |query_ifDescr|'),
3017     +(91, 'ce0b9c92a15759d3ddbd7161d26a98b7', 9, 41, 1, 'rrd_maximum', '|query_ifSpeed|'),
3018     +(92, '42277993a025f1bfd85374d6b4deeb60', 17, 42, 1, 'name', '|host_description| - CPU Utilization - CPU|query_nwhrProcessorNum|'),
3019     +(93, 'a3f280327b1592a1a948e256380b544f', 18, 43, 1, 'name', '|host_description| - Used Space - |query_hrStorageDescr|'),
3020     +(94, 'b5a724edc36c10891fa2a5c370d55b6f', 19, 44, 1, 'name', '|host_description| - CPU Utilization - CPU|query_hrProcessorFrwID|'),
3021     +(95, '7e87efd0075caba9908e2e6e569b25b0', 20, 41, 1, 'name', '|host_description| - Traffic - |query_ifIP| - |query_ifName|'),
3022     +(96, 'dd28d96a253ab86846aedb25d1cca712', 20, 41, 2, 'name', '|host_description| - Traffic - |query_ifName|'),
3023     +(97, 'ce425fed4eb3174e4f1cde9713eeafa0', 20, 41, 3, 'name', '|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),
3024     +(98, 'd0d05156ddb2c65181588db4b64d3907', 20, 41, 4, 'name', '|host_description| - Traffic - |query_ifDescr|'),
3025     +(99, '3b018f789ff72cc5693ef79e3a794370', 20, 41, 1, 'rrd_maximum', '|query_ifSpeed|'),
3026     +(100, 'b225229dbbb48c1766cf90298674ceed', 21, 41, 1, 'name', '|host_description| - Traffic - |query_ifIP| - |query_ifName|'),
3027     +(101, 'c79248ddbbd195907260887b021a055d', 21, 41, 2, 'name', '|host_description| - Traffic - |query_ifName|'),
3028     +(102, '12a6750d973b7f14783f205d86220082', 21, 41, 3, 'name', '|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),
3029     +(103, '25b151fcfe093812cb5c208e36dd697e', 21, 41, 4, 'name', '|host_description| - Traffic - |query_ifDescr|'),
3030     +(104, 'e9ab404a294e406c20fdd30df766161f', 21, 41, 1, 'rrd_maximum', '|query_ifSpeed|'),
3031     +(105, '119578a4f01ab47e820b0e894e5e5bb3', 22, 41, 1, 'name', '|host_description| - Traffic - |query_ifIP| - |query_ifName|'),
3032     +(106, '940e57d24b2623849c77b59ed05931b9', 22, 41, 2, 'name', '|host_description| - Traffic - |query_ifName|'),
3033     +(107, '0f045eab01bbc4437b30da568ed5cb03', 22, 41, 3, 'name', '|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),
3034     +(108, 'bd70bf71108d32f0bf91b24c85b87ff0', 22, 41, 4, 'name', '|host_description| - Traffic - |query_ifDescr|'),
3035     +(109, 'fdc4cb976c4b9053bfa2af791a21c5b5', 22, 41, 1, 'rrd_maximum', '|query_ifSpeed|');
3036    
3037     -/*!40000 ALTER TABLE `snmp_query_graph_rrd_sv` DISABLE KEYS */;
3038     -LOCK TABLES `snmp_query_graph_rrd_sv` WRITE;
3039     -INSERT INTO `snmp_query_graph_rrd_sv` (`id`, `hash`, `snmp_query_graph_id`, `data_template_id`, `sequence`, `field_name`, `text`) VALUES (10,'5d3a8b2f4a454e5b0a1494e00fe7d424',6,3,1,'name','|host_description| - Partition - |query_dskDevice|'),(11,'d0b49af67a83c258ef1eab3780f7b3dc',7,7,1,'name','|host_description| - Wireless Noise Level - |query_kbWirelessStationName|'),(12,'bf6b966dc369f3df2ea640a90845e94c',7,8,1,'name','|host_description| - Wireless Signal Level - |query_kbWirelessStationName|'),(13,'5c3616603a7ac9d0c1cb9556b377a74f',8,10,1,'name','|host_description| - Wireless Re-Transmissions - |query_kbWirelessStationName|'),(14,'080f0022f77044a512b083e3a8304e8b',8,9,1,'name','|host_description| - Wireless Transmissions - |query_kbWirelessStationName|'),(30,'8132fa9c446e199732f0102733cb1714',11,36,1,'name','|host_description| - Directories - |query_nwVolPhysicalName|'),(29,'8fc9a94a5f6ef902a3de0fa7549e7476',10,35,1,'name','|host_description| - Volumes - |query_nwVolPhysicalName|'),(80,'27eb220995925e1a5e0e41b2582a2af6',16,41,1,'rrd_maximum','|query_ifSpeed|'),(85,'e85ddc56efa677b70448f9e931360b77',14,41,1,'rrd_maximum','|query_ifSpeed|'),(84,'37bb8c5b38bb7e89ec88ea7ccacf44d4',14,41,4,'name','|host_description| - Traffic - |query_ifDescr|'),(83,'62a47c18be10f273a5f5a13a76b76f54',14,41,3,'name','|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),(32,'',12,37,1,'name','|host_description| - Partition - |query_dskDevice|'),(49,'6537b3209e0697fbec278e94e7317b52',2,38,1,'name','|host_description| - Errors - |query_ifIP| - |query_ifName|'),(50,'6d3f612051016f48c951af8901720a1c',2,38,2,'name','|host_description| - Errors - |query_ifName|'),(51,'62bc981690576d0b2bd0041ec2e4aa6f',2,38,3,'name','|host_description| - Errors - |query_ifIP|/|query_ifDescr|'),(52,'adb270d55ba521d205eac6a21478804a',2,38,4,'name','|host_description| - Errors - |query_ifDescr|'),(54,'77065435f3bbb2ff99bc3b43b81de8fe',3,40,1,'name','|host_description| - Non-Unicast Packets - |query_ifIP| - |query_ifName|'),(55,'240d8893092619c97a54265e8d0b86a1',3,40,2,'name','|host_description| - Non-Unicast Packets - |query_ifName|'),(56,'4b200ecf445bdeb4c84975b74991df34',3,40,3,'name','|host_description| - Non-Unicast Packets - |query_ifIP|/|query_ifDescr|'),(57,'d6da3887646078e4d01fe60a123c2179',3,40,4,'name','|host_description| - Non-Unicast Packets - |query_ifDescr|'),(59,'ce7769b97d80ca31d21f83dc18ba93c2',4,39,1,'name','|host_description| - Unicast Packets - |query_ifIP| - |query_ifName|'),(60,'1ee1f9717f3f4771f7f823ca5a8b83dd',4,39,2,'name','|host_description| - Unicast Packets - |query_ifName|'),(61,'a7dbd54604533b592d4fae6e67587e32',4,39,3,'name','|host_description| - Unicast Packets - |query_ifIP|/|query_ifDescr|'),(62,'b148fa7199edcf06cd71c89e5c5d7b63',4,39,4,'name','|host_description| - Unicast Packets - |query_ifDescr|'),(69,'cb09784ba05e401a3f1450126ed1e395',15,37,1,'name','|host_description| - Free Space - |query_dskDevice|'),(70,'87a659326af8c75158e5142874fd74b0',13,41,1,'name','|host_description| - Traffic - |query_ifIP| - |query_ifName|'),(72,'14aa2dead86bbad0f992f1514722c95e',13,41,2,'name','|host_description| - Traffic - |query_ifName|'),(73,'70390712158c3c5052a7d830fb456489',13,41,3,'name','|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),(74,'084efd82bbddb69fb2ac9bd0b0f16ac6',13,41,4,'name','|host_description| - Traffic - |query_ifDescr|'),(75,'7e093c535fa3d810fa76fc3d8c80c94b',13,41,1,'rrd_maximum','|query_ifSpeed|'),(76,'c7ee2110bf81639086d2da03d9d88286',16,41,1,'name','|host_description| - Traffic - |query_ifIP| - |query_ifName|'),(77,'8ef8ae2ef548892ab95bb6c9f0b3170e',16,41,2,'name','|host_description| - Traffic - |query_ifName|'),(78,'3a0f707d1c8fd0e061b70241541c7e2e',16,41,3,'name','|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),(79,'2347e9f53564a54d43f3c00d4b60040d',16,41,4,'name','|host_description| - Traffic - |query_ifDescr|'),(81,'2e8b27c63d98249096ad5bc320787f43',14,41,1,'name','|host_description| - Traffic - |query_ifIP| - |query_ifName|'),(82,'8d820d091ec1a9683cfa74a462f239ee',14,41,2,'name','|host_description| - Traffic - |query_ifName|'),(86,'c582d3b37f19e4a703d9bf4908dc6548',9,41,1,'name','|host_description| - Traffic - |query_ifIP| - |query_ifName|'),(88,'e1be83d708ed3c0b8715ccb6517a0365',9,41,2,'name','|host_description| - Traffic - |query_ifName|'),(89,'57a9ae1f197498ca8dcde90194f61cbc',9,41,3,'name','|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),(90,'0110e120981c7ff15304e4a85cb42cbe',9,41,4,'name','|host_description| - Traffic - |query_ifDescr|'),(91,'ce0b9c92a15759d3ddbd7161d26a98b7',9,41,1,'rrd_maximum','|query_ifSpeed|'),(92,'42277993a025f1bfd85374d6b4deeb60',17,42,1,'name','|host_description| - CPU Utilization - CPU|query_nwhrProcessorNum|'),(93,'a3f280327b1592a1a948e256380b544f',18,43,1,'name','|host_description| - Used Space - |query_hrStorageDescr|'),(94,'b5a724edc36c10891fa2a5c370d55b6f',19,44,1,'name','|host_description| - CPU Utilization - CPU|query_hrProcessorFrwID|'),(95,'7e87efd0075caba9908e2e6e569b25b0',20,41,1,'name','|host_description| - Traffic - |query_ifIP| - |query_ifName|'),(96,'dd28d96a253ab86846aedb25d1cca712',20,41,2,'name','|host_description| - Traffic - |query_ifName|'),(97,'ce425fed4eb3174e4f1cde9713eeafa0',20,41,3,'name','|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),(98,'d0d05156ddb2c65181588db4b64d3907',20,41,4,'name','|host_description| - Traffic - |query_ifDescr|'),(99,'3b018f789ff72cc5693ef79e3a794370',20,41,1,'rrd_maximum','|query_ifSpeed|'),(100,'b225229dbbb48c1766cf90298674ceed',21,41,1,'name','|host_description| - Traffic - |query_ifIP| - |query_ifName|'),(101,'c79248ddbbd195907260887b021a055d',21,41,2,'name','|host_description| - Traffic - |query_ifName|'),(102,'12a6750d973b7f14783f205d86220082',21,41,3,'name','|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),(103,'25b151fcfe093812cb5c208e36dd697e',21,41,4,'name','|host_description| - Traffic - |query_ifDescr|'),(104,'e9ab404a294e406c20fdd30df766161f',21,41,1,'rrd_maximum','|query_ifSpeed|'),(105,'119578a4f01ab47e820b0e894e5e5bb3',22,41,1,'name','|host_description| - Traffic - |query_ifIP| - |query_ifName|'),(106,'940e57d24b2623849c77b59ed05931b9',22,41,2,'name','|host_description| - Traffic - |query_ifName|'),(107,'0f045eab01bbc4437b30da568ed5cb03',22,41,3,'name','|host_description| - Traffic - |query_ifIP|/|query_ifDescr|'),(108,'bd70bf71108d32f0bf91b24c85b87ff0',22,41,4,'name','|host_description| - Traffic - |query_ifDescr|'),(109,'fdc4cb976c4b9053bfa2af791a21c5b5',22,41,1,'rrd_maximum','|query_ifSpeed|');
3040     -UNLOCK TABLES;
3041     -/*!40000 ALTER TABLE `snmp_query_graph_rrd_sv` ENABLE KEYS */;
3042     +-- --------------------------------------------------------
3043    
3044     --
3045     --- Table structure for table `snmp_query_graph_sv`
3046     +-- Structure de la table `snmp_query_graph_sv`
3047     --
3048    
3049     -DROP TABLE IF EXISTS `snmp_query_graph_sv`;
3050     -CREATE TABLE `snmp_query_graph_sv` (
3051     +CREATE TABLE IF NOT EXISTS `snmp_query_graph_sv` (
3052     `id` mediumint(8) unsigned NOT NULL auto_increment,
3053     `hash` varchar(32) NOT NULL default '',
3054     `snmp_query_graph_id` mediumint(8) unsigned NOT NULL default '0',
3055     @@ -1199,25 +2701,61 @@ CREATE TABLE `snmp_query_graph_sv` (
3056     `text` varchar(255) NOT NULL default '',
3057     PRIMARY KEY (`id`),
3058     KEY `snmp_query_graph_id` (`snmp_query_graph_id`)
3059     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
3060     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=50 ;
3061    
3062     --
3063     --- Dumping data for table `snmp_query_graph_sv`
3064     +-- Contenu de la table `snmp_query_graph_sv`
3065     --
3066    
3067     +INSERT INTO `snmp_query_graph_sv` (`id`, `hash`, `snmp_query_graph_id`, `sequence`, `field_name`, `text`) VALUES
3068     +(7, '437918b8dcd66a64625c6cee481fff61', 6, 1, 'title', '|host_description| - Disk Space - |query_dskPath|'),
3069     +(5, '2ddc61ff4bd9634f33aedce9524b7690', 7, 1, 'title', '|host_description| - Wireless Levels (|query_kbWirelessStationName|)'),
3070     +(6, 'c72e2da7af2cdbd6b44a5eb42c5b4758', 8, 1, 'title', '|host_description| - Wireless Transmissions (|query_kbWirelessStationName|)'),
3071     +(11, 'a412c5dfa484b599ec0f570979fdbc9e', 10, 1, 'title', '|host_description| - Volume Information - |query_nwVolPhysicalName|'),
3072     +(12, '48f4792dd49fefd7d640ec46b1d7bdb3', 11, 1, 'title', '|host_description| - Directory Information - |query_nwVolPhysicalName|'),
3073     +(14, '', 12, 1, 'title', '|host_description| - Disk Space - |query_dskDevice|'),
3074     +(15, '49dca5592ac26ff149a4fbd18d690644', 13, 1, 'title', '|host_description| - Traffic - |query_ifName|'),
3075     +(16, 'bda15298139ad22bdc8a3b0952d4e3ab', 13, 2, 'title', '|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),
3076     +(17, '29e48483d0471fcd996bfb702a5960aa', 13, 3, 'title', '|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),
3077     +(18, '3f42d358965cb94ce4f708b59e04f82b', 14, 1, 'title', '|host_description| - Traffic - |query_ifName|'),
3078     +(19, '45f44b2f811ea8a8ace1cbed8ef906f1', 14, 2, 'title', '|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),
3079     +(20, '69c14fbcc23aecb9920b3cdad7f89901', 14, 3, 'title', '|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),
3080     +(21, '299d3434851fc0d5c0e105429069709d', 2, 1, 'title', '|host_description| - Errors - |query_ifName|'),
3081     +(22, '8c8860b17fd67a9a500b4cb8b5e19d4b', 2, 2, 'title', '|host_description| - Errors - |query_ifIP| (|query_ifDescr|)'),
3082     +(23, 'd96360ae5094e5732e7e7496ceceb636', 2, 3, 'title', '|host_description| - Errors - |query_ifDescr|/|query_ifIndex|'),
3083     +(24, '750a290cadc3dc60bb682a5c5f47df16', 3, 1, 'title', '|host_description| - Non-Unicast Packets - |query_ifName|'),
3084     +(25, 'bde195eecc256c42ca9725f1f22c1dc0', 3, 2, 'title', '|host_description| - Non-Unicast Packets - |query_ifIP| (|query_ifDescr|)'),
3085     +(26, 'd9e97d22689e4ffddaca23b46f2aa306', 3, 3, 'title', '|host_description| - Non-Unicast Packets - |query_ifDescr|/|query_ifIndex|'),
3086     +(27, '48ceaba62e0c2671a810a7f1adc5f751', 4, 1, 'title', '|host_description| - Unicast Packets - |query_ifName|'),
3087     +(28, 'd6258884bed44abe46d264198adc7c5d', 4, 2, 'title', '|host_description| - Unicast Packets - |query_ifIP| (|query_ifDescr|)'),
3088     +(29, '6eb58d9835b2b86222306d6ced9961d9', 4, 3, 'title', '|host_description| - Unicast Packets - |query_ifDescr|/|query_ifIndex|'),
3089     +(30, 'f21b23df740bc4a2d691d2d7b1b18dba', 15, 1, 'title', '|host_description| - Disk Space - |query_dskDevice|'),
3090     +(31, '7fb4a267065f960df81c15f9022cd3a4', 16, 1, 'title', '|host_description| - Traffic - |query_ifName|'),
3091     +(32, 'e403f5a733bf5c8401a110609683deb3', 16, 2, 'title', '|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),
3092     +(33, '809c2e80552d56b65ca496c1c2fff398', 16, 3, 'title', '|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),
3093     +(34, '0a5eb36e98c04ad6be8e1ef66caeed3c', 9, 1, 'title', '|host_description| - Traffic - |query_ifName|'),
3094     +(35, '4c4386a96e6057b7bd0b78095209ddfa', 9, 2, 'title', '|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),
3095     +(36, 'fd3a384768b0388fa64119fe2f0cc113', 9, 3, 'title', '|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),
3096     +(38, '9852782792ede7c0805990e506ac9618', 18, 1, 'title', '|host_description| - Used Space - |query_hrStorageDescr|'),
3097     +(39, 'fa2f07ab54fce72eea684ba893dd9c95', 19, 1, 'title', '|host_description| - CPU Utilization - CPU|query_hrProcessorFrwID|'),
3098     +(40, 'd99f8db04fd07bcd2260d246916e03da', 17, 1, 'title', '|host_description| - CPU Utilization - CPU|query_nwhrProcessorNum|'),
3099     +(41, 'f434ec853c479d424276f367e9806a75', 20, 1, 'title', '|host_description| - Traffic - |query_ifName|'),
3100     +(42, '9b085245847444c5fb90ebbf4448e265', 20, 2, 'title', '|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),
3101     +(43, '5977863f28629bd8eb93a2a9cbc3e306', 20, 3, 'title', '|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),
3102     +(44, '37b6711af3930c56309cf8956d8bbf14', 21, 1, 'title', '|host_description| - Traffic - |query_ifName|'),
3103     +(45, 'cc435c5884a75421329a9b08207c1c90', 21, 2, 'title', '|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),
3104     +(46, '82edeea1ec249c9818773e3145836492', 21, 3, 'title', '|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),
3105     +(47, '87522150ee8a601b4d6a1f6b9e919c47', 22, 1, 'title', '|host_description| - Traffic - |query_ifName|'),
3106     +(48, '993a87c04f550f1209d689d584aa8b45', 22, 2, 'title', '|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),
3107     +(49, '183bb486c92a566fddcb0585ede37865', 22, 3, 'title', '|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|');
3108    
3109     -/*!40000 ALTER TABLE `snmp_query_graph_sv` DISABLE KEYS */;
3110     -LOCK TABLES `snmp_query_graph_sv` WRITE;
3111     -INSERT INTO `snmp_query_graph_sv` (`id`, `hash`, `snmp_query_graph_id`, `sequence`, `field_name`, `text`) VALUES (7,'437918b8dcd66a64625c6cee481fff61',6,1,'title','|host_description| - Disk Space - |query_dskPath|'),(5,'2ddc61ff4bd9634f33aedce9524b7690',7,1,'title','|host_description| - Wireless Levels (|query_kbWirelessStationName|)'),(6,'c72e2da7af2cdbd6b44a5eb42c5b4758',8,1,'title','|host_description| - Wireless Transmissions (|query_kbWirelessStationName|)'),(11,'a412c5dfa484b599ec0f570979fdbc9e',10,1,'title','|host_description| - Volume Information - |query_nwVolPhysicalName|'),(12,'48f4792dd49fefd7d640ec46b1d7bdb3',11,1,'title','|host_description| - Directory Information - |query_nwVolPhysicalName|'),(14,'',12,1,'title','|host_description| - Disk Space - |query_dskDevice|'),(15,'49dca5592ac26ff149a4fbd18d690644',13,1,'title','|host_description| - Traffic - |query_ifName|'),(16,'bda15298139ad22bdc8a3b0952d4e3ab',13,2,'title','|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),(17,'29e48483d0471fcd996bfb702a5960aa',13,3,'title','|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),(18,'3f42d358965cb94ce4f708b59e04f82b',14,1,'title','|host_description| - Traffic - |query_ifName|'),(19,'45f44b2f811ea8a8ace1cbed8ef906f1',14,2,'title','|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),(20,'69c14fbcc23aecb9920b3cdad7f89901',14,3,'title','|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),(21,'299d3434851fc0d5c0e105429069709d',2,1,'title','|host_description| - Errors - |query_ifName|'),(22,'8c8860b17fd67a9a500b4cb8b5e19d4b',2,2,'title','|host_description| - Errors - |query_ifIP| (|query_ifDescr|)'),(23,'d96360ae5094e5732e7e7496ceceb636',2,3,'title','|host_description| - Errors - |query_ifDescr|/|query_ifIndex|'),(24,'750a290cadc3dc60bb682a5c5f47df16',3,1,'title','|host_description| - Non-Unicast Packets - |query_ifName|'),(25,'bde195eecc256c42ca9725f1f22c1dc0',3,2,'title','|host_description| - Non-Unicast Packets - |query_ifIP| (|query_ifDescr|)'),(26,'d9e97d22689e4ffddaca23b46f2aa306',3,3,'title','|host_description| - Non-Unicast Packets - |query_ifDescr|/|query_ifIndex|'),(27,'48ceaba62e0c2671a810a7f1adc5f751',4,1,'title','|host_description| - Unicast Packets - |query_ifName|'),(28,'d6258884bed44abe46d264198adc7c5d',4,2,'title','|host_description| - Unicast Packets - |query_ifIP| (|query_ifDescr|)'),(29,'6eb58d9835b2b86222306d6ced9961d9',4,3,'title','|host_description| - Unicast Packets - |query_ifDescr|/|query_ifIndex|'),(30,'f21b23df740bc4a2d691d2d7b1b18dba',15,1,'title','|host_description| - Disk Space - |query_dskDevice|'),(31,'7fb4a267065f960df81c15f9022cd3a4',16,1,'title','|host_description| - Traffic - |query_ifName|'),(32,'e403f5a733bf5c8401a110609683deb3',16,2,'title','|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),(33,'809c2e80552d56b65ca496c1c2fff398',16,3,'title','|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),(34,'0a5eb36e98c04ad6be8e1ef66caeed3c',9,1,'title','|host_description| - Traffic - |query_ifName|'),(35,'4c4386a96e6057b7bd0b78095209ddfa',9,2,'title','|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),(36,'fd3a384768b0388fa64119fe2f0cc113',9,3,'title','|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),(38,'9852782792ede7c0805990e506ac9618',18,1,'title','|host_description| - Used Space - |query_hrStorageDescr|'),(39,'fa2f07ab54fce72eea684ba893dd9c95',19,1,'title','|host_description| - CPU Utilization - CPU|query_hrProcessorFrwID|'),(40,'d99f8db04fd07bcd2260d246916e03da',17,1,'title','|host_description| - CPU Utilization - CPU|query_nwhrProcessorNum|'),(41,'f434ec853c479d424276f367e9806a75',20,1,'title','|host_description| - Traffic - |query_ifName|'),(42,'9b085245847444c5fb90ebbf4448e265',20,2,'title','|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),(43,'5977863f28629bd8eb93a2a9cbc3e306',20,3,'title','|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),(44,'37b6711af3930c56309cf8956d8bbf14',21,1,'title','|host_description| - Traffic - |query_ifName|'),(45,'cc435c5884a75421329a9b08207c1c90',21,2,'title','|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),(46,'82edeea1ec249c9818773e3145836492',21,3,'title','|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|'),(47,'87522150ee8a601b4d6a1f6b9e919c47',22,1,'title','|host_description| - Traffic - |query_ifName|'),(48,'993a87c04f550f1209d689d584aa8b45',22,2,'title','|host_description| - Traffic - |query_ifIP| (|query_ifDescr|)'),(49,'183bb486c92a566fddcb0585ede37865',22,3,'title','|host_description| - Traffic - |query_ifDescr|/|query_ifIndex|');
3112     -UNLOCK TABLES;
3113     -/*!40000 ALTER TABLE `snmp_query_graph_sv` ENABLE KEYS */;
3114     +-- --------------------------------------------------------
3115    
3116     --
3117     --- Table structure for table `user_auth`
3118     +-- Structure de la table `user_auth`
3119     --
3120    
3121     -DROP TABLE IF EXISTS `user_auth`;
3122     -CREATE TABLE `user_auth` (
3123     +CREATE TABLE IF NOT EXISTS `user_auth` (
3124     `id` mediumint(8) unsigned NOT NULL auto_increment,
3125     `username` varchar(50) NOT NULL default '0',
3126     `password` varchar(50) NOT NULL default '0',
3127     @@ -1237,25 +2775,23 @@ CREATE TABLE `user_auth` (
3128     PRIMARY KEY (`id`),
3129     KEY `username` (`username`),
3130     KEY `enabled` (`enabled`)
3131     -) ENGINE=MyISAM DEFAULT CHARSET=latin1;
3132     +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
3133    
3134     --
3135     --- Dumping data for table `user_auth`
3136     +-- Contenu de la table `user_auth`
3137     --
3138    
3139     +INSERT INTO `user_auth` (`id`, `username`, `password`, `realm`, `full_name`, `must_change_password`, `show_tree`, `show_list`, `show_preview`, `graph_settings`, `login_opts`, `policy_graphs`, `policy_trees`, `policy_hosts`, `policy_graph_templates`, `enabled`) VALUES
3140     +(1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 0, 'Administrator', 'on', 'on', 'on', 'on', 'on', 1, 1, 1, 1, 1, 'on'),
3141     +(3, 'guest', '43e9a4ab75570f5b', 0, 'Guest Account', 'on', 'on', 'on', 'on', 'on', 3, 1, 1, 1, 1, '');
3142    
3143     -/*!40000 ALTER TABLE `user_auth` DISABLE KEYS */;
3144     -LOCK TABLES `user_auth` WRITE;
3145     -INSERT INTO `user_auth` (`id`, `username`, `password`, `realm`, `full_name`, `must_change_password`, `show_tree`, `show_list`, `show_preview`, `graph_settings`, `login_opts`, `policy_graphs`, `policy_trees`, `policy_hosts`, `policy_graph_templates`, `enabled`) VALUES (1,'admin','21232f297a57a5a743894a0e4a801fc3',0,'Administrator','on','on','on','on','on',1,1,1,1,1,'on'),(3,'guest','43e9a4ab75570f5b',0,'Guest Account','on','on','on','on','on',3,1,1,1,1,'');
3146     -UNLOCK TABLES;
3147     -/*!40000 ALTER TABLE `user_auth` ENABLE KEYS */;
3148     +-- --------------------------------------------------------
3149    
3150     --
3151     --- Table structure for table `user_auth_perms`
3152     +-- Structure de la table `user_auth_perms`
3153     --
3154    
3155     -DROP TABLE IF EXISTS `user_auth_perms`;
3156     -CREATE TABLE `user_auth_perms` (
3157     +CREATE TABLE IF NOT EXISTS `user_auth_perms` (
3158     `user_id` mediumint(8) unsigned NOT NULL default '0',
3159     `item_id` mediumint(8) unsigned NOT NULL default '0',
3160     `type` tinyint(2) unsigned NOT NULL default '0',
3161     @@ -1263,22 +2799,13 @@ CREATE TABLE `user_auth_perms` (
3162     KEY `user_id` (`user_id`,`type`)
3163     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
3164    
3165     ---
3166     --- Dumping data for table `user_auth_perms`
3167     ---
3168     -
3169     -
3170     -/*!40000 ALTER TABLE `user_auth_perms` DISABLE KEYS */;
3171     -LOCK TABLES `user_auth_perms` WRITE;
3172     -UNLOCK TABLES;
3173     -/*!40000 ALTER TABLE `user_auth_perms` ENABLE KEYS */;
3174     +-- --------------------------------------------------------
3175    
3176     --
3177     --- Table structure for table `user_auth_realm`
3178     +-- Structure de la table `user_auth_realm`
3179     --
3180    
3181     -DROP TABLE IF EXISTS `user_auth_realm`;
3182     -CREATE TABLE `user_auth_realm` (
3183     +CREATE TABLE IF NOT EXISTS `user_auth_realm` (
3184     `realm_id` mediumint(8) unsigned NOT NULL default '0',
3185     `user_id` mediumint(8) unsigned NOT NULL default '0',
3186     PRIMARY KEY (`realm_id`,`user_id`),
3187     @@ -1286,67 +2813,79 @@ CREATE TABLE `user_auth_realm` (
3188     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
3189    
3190     --
3191     --- Dumping data for table `user_auth_realm`
3192     +-- Contenu de la table `user_auth_realm`
3193     --
3194    
3195     +INSERT INTO `user_auth_realm` (`realm_id`, `user_id`) VALUES
3196     +(1, 1),
3197     +(2, 1),
3198     +(3, 1),
3199     +(4, 1),
3200     +(5, 1),
3201     +(7, 1),
3202     +(7, 3),
3203     +(8, 1),
3204     +(9, 1),
3205     +(10, 1),
3206     +(11, 1),
3207     +(12, 1),
3208     +(13, 1),
3209     +(14, 1),
3210     +(15, 1),
3211     +(16, 1),
3212     +(17, 1),
3213     +(101, 1);
3214    
3215     -/*!40000 ALTER TABLE `user_auth_realm` DISABLE KEYS */;
3216     -LOCK TABLES `user_auth_realm` WRITE;
3217     -INSERT INTO `user_auth_realm` (`realm_id`, `user_id`) VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(7,1),(7,3),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1);
3218     -UNLOCK TABLES;
3219     -/*!40000 ALTER TABLE `user_auth_realm` ENABLE KEYS */;
3220     +-- --------------------------------------------------------
3221    
3222     --
3223     --- Table structure for table `user_log`
3224     +-- Structure de la table `user_log`
3225     --
3226    
3227     -DROP TABLE IF EXISTS `user_log`;
3228     -CREATE TABLE `user_log` (
3229     +CREATE TABLE IF NOT EXISTS `user_log` (
3230     `username` varchar(50) NOT NULL default '0',
3231     `user_id` mediumint(8) NOT NULL default '0',
3232     `time` datetime NOT NULL default '0000-00-00 00:00:00',
3233     `result` tinyint(1) NOT NULL default '0',
3234     `ip` varchar(40) NOT NULL default '',
3235     PRIMARY KEY (`username`,`user_id`,`time`),
3236     - KEY `username` (`username`)
3237     + KEY `username` (`username`),
3238     + KEY `user_id` (`user_id`)
3239     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
3240    
3241     --
3242     --- Dumping data for table `user_log`
3243     +-- Contenu de la table `user_log`
3244     --
3245    
3246     +INSERT INTO `user_log` (`username`, `user_id`, `time`, `result`, `ip`) VALUES
3247     +('admin', 0, '2007-11-29 05:12:28', 0, '192.168.0.202'),
3248     +('admin', 0, '2007-11-29 05:12:30', 0, '192.168.0.202'),
3249     +('admin', 1, '2007-11-29 05:12:33', 1, '192.168.0.202'),
3250     +('admin', 1, '2007-11-29 05:15:39', 1, '192.168.0.2'),
3251     +('admin', 1, '2007-12-04 04:24:58', 1, '192.168.0.201'),
3252     +('admin', 0, '2013-10-18 17:15:24', 0, '192.168.12.18'),
3253     +('admin', 0, '2013-10-18 17:15:49', 0, '192.168.12.18'),
3254     +('admin', 0, '2013-10-18 17:15:51', 0, '192.168.12.18'),
3255     +('admin', 1, '2013-10-18 17:16:33', 1, '192.168.12.18'),
3256     +('admin', 0, '0000-00-00 00:00:00', 3, '192.168.12.18');
3257    
3258     -/*!40000 ALTER TABLE `user_log` DISABLE KEYS */;
3259     -LOCK TABLES `user_log` WRITE;
3260     -INSERT INTO `user_log` (`username`, `user_id`, `time`, `result`, `ip`) VALUES ('admin',0,'2007-11-29 05:12:28',0,'192.168.0.202'),('admin',0,'2007-11-29 05:12:30',0,'192.168.0.202'),('admin',1,'2007-11-29 05:12:33',1,'192.168.0.202'),('admin',1,'2007-11-29 05:15:39',1,'192.168.0.2'),('admin',1,'2007-12-04 04:24:58',1,'192.168.0.201');
3261     -UNLOCK TABLES;
3262     -/*!40000 ALTER TABLE `user_log` ENABLE KEYS */;
3263     +-- --------------------------------------------------------
3264    
3265     --
3266     --- Table structure for table `version`
3267     +-- Structure de la table `version`
3268     --
3269    
3270     -DROP TABLE IF EXISTS `version`;
3271     -CREATE TABLE `version` (
3272     +CREATE TABLE IF NOT EXISTS `version` (
3273     `cacti` char(20) default NULL
3274     ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
3275    
3276     --
3277     --- Dumping data for table `version`
3278     +-- Contenu de la table `version`
3279     --
3280    
3281     +INSERT INTO `version` (`cacti`) VALUES
3282     +('0.8.8b');
3283    
3284     -/*!40000 ALTER TABLE `version` DISABLE KEYS */;
3285     -LOCK TABLES `version` WRITE;
3286     -INSERT INTO `version` (`cacti`) VALUES ('0.8.7a');
3287     -UNLOCK TABLES;
3288     -/*!40000 ALTER TABLE `version` ENABLE KEYS */;
3289     -
3290     -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
3291     -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
3292     -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
3293     /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
3294     /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
3295     /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
3296     -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
3297     -
3298     diff -up smeserver-cacti-0.8.8b/root/etc/e-smith/templates/etc/cacti/db.php/40DB.patch4 smeserver-cacti-0.8.8b/root/etc/e-smith/templates/etc/cacti/db.php/40DB
3299     --- smeserver-cacti-0.8.8b/root/etc/e-smith/templates/etc/cacti/db.php/40DB.patch4 2013-10-15 22:50:33.000000000 -0400
3300     +++ smeserver-cacti-0.8.8b/root/etc/e-smith/templates/etc/cacti/db.php/40DB 2013-10-18 17:18:35.000000000 -0400
3301     @@ -29,7 +29,7 @@ $database_type = "mysql";
3302     $database_default = "{$cacti{'DbDatabase'}}";
3303     $database_hostname = "localhost";
3304     $database_username = "{$cacti{'DbUser'}}";
3305     -$database_password = '{$cacti{DbPassword'}}';
3306     +$database_password = "{$cacti{'DbPassword'}}";
3307     $database_port = "3306";
3308    
3309     /* Default session name - Session name must contain alpha characters */
3310     diff -up smeserver-cacti-0.8.8b/root/etc/e-smith/templates.metadata/etc/e-smith/sql/init/80cacti.patch4 smeserver-cacti-0.8.8b/root/etc/e-smith/templates.metadata/etc/e-smith/sql/init/80cacti
3311     --- smeserver-cacti-0.8.8b/root/etc/e-smith/templates.metadata/etc/e-smith/sql/init/80cacti.patch4 2013-10-18 16:53:21.000000000 -0400
3312     +++ smeserver-cacti-0.8.8b/root/etc/e-smith/templates.metadata/etc/e-smith/sql/init/80cacti 2013-10-18 16:53:47.000000000 -0400
3313     @@ -0,0 +1 @@
3314     +PERMS=0540

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed