From 6f09e3f6be4dfc9a720a5e492b3264f6b6c0ae65 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 3 Nov 2008 16:02:08 +0000 Subject: [PATCH] new database git-svn-id: http://www.observium.org/svn/observer/trunk@270 61d68cd4-352d-0410-923a-c4978735b2b8 --- mysql-schema.sql | 754 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 511 insertions(+), 243 deletions(-) diff --git a/mysql-schema.sql b/mysql-schema.sql index 1c3a9760a4..bafa59a141 100644 --- a/mysql-schema.sql +++ b/mysql-schema.sql @@ -1,72 +1,88 @@ --- phpMyAdmin SQL Dump --- version 2.11.3deb1ubuntu1.1 --- http://www.phpmyadmin.net +-- MySQL dump 10.11 -- --- Host: localhost --- Generation Time: Oct 30, 2008 at 09:09 PM --- Server version: 5.0.51 --- PHP Version: 5.2.4-2ubuntu5.3 +-- Host: localhost Database: observer-demo +-- ------------------------------------------------------ +-- Server version 5.0.51a-3ubuntu5.1 -SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; - --- --- Database: `observer` --- - --- -------------------------------------------------------- +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `adjacencies` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 30, 2008 at 07:10 PM --- +DROP TABLE IF EXISTS `adjacencies`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `adjacencies` ( `adj_id` int(11) NOT NULL auto_increment, `network_id` int(11) NOT NULL default '0', `interface_id` int(11) NOT NULL default '0', PRIMARY KEY (`adj_id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=1326 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `adjacencies` +-- + +LOCK TABLES `adjacencies` WRITE; +/*!40000 ALTER TABLE `adjacencies` DISABLE KEYS */; +INSERT INTO `adjacencies` VALUES (661,44,290),(964,50,343),(658,44,259),(477,35,241); +/*!40000 ALTER TABLE `adjacencies` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `alerts` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 29, 2008 at 03:46 PM --- +DROP TABLE IF EXISTS `alerts`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `alerts` ( `id` int(11) NOT NULL auto_increment, `importance` int(11) NOT NULL default '0', - `device_id` int(11) NOT NULL, + `device_id` int(11) NOT NULL default '0', `message` text NOT NULL, `time_logged` timestamp NOT NULL default CURRENT_TIMESTAMP, `alerted` smallint(6) NOT NULL default '0', KEY `id` (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=4306 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `alerts` +-- + +LOCK TABLES `alerts` WRITE; +/*!40000 ALTER TABLE `alerts` DISABLE KEYS */; +INSERT INTO `alerts` VALUES (1498,9,4,'Device is down\n','2007-04-08 14:10:14',1),(1512,9,4,'Device is down\n','2007-04-08 14:11:25',1),(1513,9,4,'Device is down\n','2007-04-08 14:15:25',1),(1516,9,4,'Device is down\n','2007-04-08 14:20:14',1),(3800,9,4,'Device is down\n','2008-04-05 23:45:14',0),(1530,9,4,'Device is down\n','2007-04-08 14:23:02',1),(1534,9,4,'Device is down\n','2007-04-08 14:25:05',1),(3797,0,4,'Device is up\n','2008-03-31 13:15:05',0),(1539,9,4,'Device is down\n','2007-04-08 14:25:34',1),(1550,9,4,'Device is down\n','2007-04-08 14:28:49',1),(1554,9,4,'Device is down\n','2007-04-08 14:30:13',1),(1570,9,4,'Device is down\n','2007-04-08 14:35:05',1),(1575,9,4,'Device is down\n','2007-04-08 14:35:32',1),(1580,9,4,'Device is down\n','2007-04-08 14:36:35',1),(1588,9,4,'Device is down\n','2007-04-08 14:37:24',1),(1590,9,4,'Device is down\n','2007-04-08 14:38:53',1),(1594,9,4,'Device is down\n','2007-04-08 14:40:13',1),(1596,9,4,'Device is down\n','2007-04-08 14:40:14',1),(3794,9,4,'Device is down\n','2008-03-31 13:10:06',0),(1612,9,4,'Device is down\n','2007-04-08 14:45:05',1),(3791,0,4,'Device is up\n','2008-03-31 02:10:05',0),(1628,9,4,'Device is down\n','2007-04-08 14:50:15',1),(1644,9,4,'Device is down\n','2007-04-08 14:55:04',1),(1660,9,4,'Device is down\n','2007-04-08 15:00:14',1),(3788,9,4,'Device is down\n','2008-03-31 02:05:06',0),(1676,9,4,'Device is down\n','2007-04-08 15:05:04',1),(1692,9,4,'Device is down\n','2007-04-08 15:10:14',1),(1708,9,4,'Device is down\n','2007-04-08 15:15:04',1),(1724,9,4,'Device is down\n','2007-04-08 15:20:15',1),(1740,9,4,'Device is down\n','2007-04-08 15:25:05',1),(3873,9,4,'Device is down\n','2008-07-10 12:10:28',0),(3874,0,4,'Device is up\n','2008-07-10 12:20:20',0),(3875,9,4,'Device is down\n','2008-07-15 18:00:29',0),(3876,0,4,'Device is up\n','2008-07-15 18:05:37',0),(1756,9,4,'Device is down\n','2007-04-08 15:30:19',1),(3872,0,4,'Device is up\n','2008-07-08 01:40:58',0),(3870,0,4,'Device is up\n','2008-07-07 05:35:12',0),(3871,9,4,'Device is down\n','2008-07-08 01:36:44',0),(1761,9,4,'Device is down\n','2007-04-08 15:30:59',1),(1766,9,4,'Device is down\n','2007-04-08 15:32:23',1),(1774,9,4,'Device is down\n','2007-04-08 15:33:46',1),(1776,9,4,'Device is down\n','2007-04-08 15:33:50',1),(1780,9,4,'Device is down\n','2007-04-08 15:35:05',1),(3869,9,4,'Device is down\n','2008-07-07 05:30:25',0),(3863,9,4,'Device is down\n','2008-06-19 08:25:33',0),(3864,0,4,'Device is up\n','2008-06-19 08:30:07',0),(3865,9,4,'Device is down\n','2008-07-03 18:50:30',0),(3866,0,4,'Device is up\n','2008-07-03 18:55:30',0),(3867,9,4,'Device is down\n','2008-07-04 18:30:35',0),(3868,0,4,'Device is up\n','2008-07-04 18:35:15',0),(1796,9,4,'Device is down\n','2007-04-08 15:40:15',1),(1804,9,4,'Device is down\n','2007-04-08 15:41:46',1),(1814,9,4,'Device is down\n','2007-04-08 15:45:06',1),(1830,9,4,'Device is down\n','2007-04-08 15:50:14',1),(3848,9,4,'Device is down\n','2008-05-03 13:30:24',0),(3849,0,4,'Device is up\n','2008-05-03 13:35:19',0),(1846,9,4,'Device is down\n','2007-04-08 15:55:05',1),(3765,0,4,'Device is up\n','2008-03-29 01:50:09',0),(1862,9,4,'Device is down\n','2007-04-08 16:00:14',1),(1878,9,4,'Device is down\n','2007-04-08 16:05:04',1),(1911,9,4,'Device is down\n','2007-04-08 20:21:29',1),(4008,9,33,'Device is down\n','2008-09-01 13:40:05',0),(4006,0,35,'Device is up\n','2008-09-01 13:30:17',0),(4002,0,33,'Device is up\n','2008-09-01 13:15:05',0),(4003,9,34,'Device is down\n','2008-09-01 13:15:15',0),(3996,0,34,'Device is up\n','2008-08-29 07:40:13',0),(3750,9,4,'Device is down\n','2008-03-28 23:55:06',0),(3992,9,35,'Device is down\n','2008-08-29 06:35:09',0),(3742,9,4,'Device is down\n','2008-03-28 19:20:06',0),(3974,0,32,'Device is up\n','2008-08-23 21:20:05',0),(3823,0,4,'Device is up\n','2008-04-08 21:45:02',0),(3966,0,32,'Device is up\n','2008-08-22 13:10:06',0),(3956,0,32,'Device is up\n','2008-08-19 09:10:06',0),(3957,9,32,'Device is down\n','2008-08-19 09:20:08',0),(3952,9,34,'Device is down\n','2008-08-19 06:45:21',0),(3814,9,4,'Device is down\n','2008-04-07 23:50:14',0),(3949,9,33,'Device is down\n','2008-08-18 22:50:06',0),(3730,9,4,'Device is down\n','2008-03-16 13:40:06',0),(3909,9,33,'Device is down\n','2008-08-11 11:45:05',0),(3724,9,4,'Device is down\n','2008-03-14 16:40:06',0),(3581,9,4,'Device is down\n','2007-12-18 14:35:05',0),(3584,0,4,'Device is up\n','2007-12-18 14:40:05',0),(3608,9,4,'Device is down\n','2008-01-05 19:20:06',0),(3610,0,4,'Device is up\n','2008-01-05 19:25:03',0),(3620,9,4,'Device is down\n','2008-01-23 19:10:14',0),(3621,0,4,'Device is up\n','2008-01-23 19:15:03',0),(3642,9,4,'Device is down\n','2008-02-12 13:45:06',0),(3759,9,4,'Device is down\n','2008-03-29 01:45:06',0),(3654,0,4,'Device is up\n','2008-02-12 14:20:29',0),(3658,9,4,'Device is down\n','2008-02-12 14:30:05',0),(3662,0,4,'Device is up\n','2008-02-12 14:50:04',0),(3676,9,4,'Device is down\n','2008-02-16 15:35:06',0),(3683,0,4,'Device is up\n','2008-02-16 16:10:04',0),(3692,9,4,'Device is down\n','2008-02-25 22:00:05',0),(3695,0,4,'Device is up\n','2008-02-25 22:05:03',0),(3703,9,4,'Device is down\n','2008-03-01 16:50:14',0),(3704,0,4,'Device is up\n','2008-03-01 16:55:03',0),(3705,9,4,'Device is down\n','2008-03-02 01:25:13',0),(3706,0,4,'Device is up\n','2008-03-02 01:30:04',0),(3708,9,4,'Device is down\n','2008-03-08 01:10:01',0),(3753,0,4,'Device is up\n','2008-03-29 00:00:12',0),(3715,0,4,'Device is up\n','2008-03-08 01:40:04',0),(4010,9,34,'Device is down\n','2008-09-01 13:40:14',0),(4011,9,35,'Device is down\n','2008-09-01 13:50:09',0),(4012,0,33,'Device is up\n','2008-09-01 13:55:05',0),(4013,0,35,'Device is up\n','2008-09-01 13:55:08',0),(4014,9,33,'Device is down\n','2008-09-01 14:00:06',0),(4015,9,35,'Device is down\n','2008-09-01 14:00:10',0),(4016,0,35,'Device is up\n','2008-09-01 14:05:09',0),(4017,0,34,'Device is up\n','2008-09-01 14:05:12',0),(4018,9,35,'Device is down\n','2008-09-01 14:10:10',0),(4019,9,34,'Device is down\n','2008-09-01 14:10:14',0),(4020,0,33,'Device is up\n','2008-09-01 14:20:04',0),(4021,0,35,'Device is up\n','2008-09-01 14:20:07',0),(4022,0,34,'Device is up\n','2008-09-01 14:20:14',0),(4023,9,33,'Device is down\n','2008-09-01 14:25:05',0),(4024,9,35,'Device is down\n','2008-09-01 14:25:09',0),(4025,9,34,'Device is down\n','2008-09-01 14:25:13',0),(4026,0,35,'Device is up\n','2008-09-01 14:30:10',0),(4027,0,34,'Device is up\n','2008-09-01 14:30:18',0),(4028,9,35,'Device is down\n','2008-09-01 14:35:09',0),(4029,0,33,'Device is up\n','2008-09-01 14:40:04',0),(4030,0,35,'Device is up\n','2008-09-01 14:40:09',0),(4031,9,34,'Device is down\n','2008-09-01 14:40:14',0),(4032,9,33,'Device is down\n','2008-09-01 14:45:05',0),(4033,9,35,'Device is down\n','2008-09-01 14:45:09',0),(4034,0,33,'Device is up\n','2008-09-01 14:50:04',0),(4035,9,33,'Device is down\n','2008-09-01 14:55:05',0),(4036,0,33,'Device is up\n','2008-09-01 15:05:05',0),(4037,9,33,'Device is down\n','2008-09-01 15:15:05',0),(4038,0,35,'Device is up\n','2008-09-01 15:15:10',0),(4039,0,34,'Device is up\n','2008-09-01 15:15:13',0),(4040,0,33,'Device is up\n','2008-09-01 15:25:06',0),(4041,9,33,'Device is down\n','2008-09-01 15:30:06',0),(4042,9,35,'Device is down\n','2008-09-01 15:30:10',0),(4043,9,34,'Device is down\n','2008-09-01 15:35:14',0),(4044,0,33,'Device is up\n','2008-09-01 15:40:05',0),(4045,0,34,'Device is up\n','2008-09-01 15:40:13',0),(4046,0,35,'Device is up\n','2008-09-01 15:45:12',0),(4047,9,34,'Device is down\n','2008-09-01 16:00:22',0),(4048,0,34,'Device is up\n','2008-09-01 16:10:15',0),(4049,9,33,'Device is down\n','2008-09-01 16:20:06',0),(4050,9,34,'Device is down\n','2008-09-01 16:20:15',0),(4051,0,34,'Device is up\n','2008-09-01 16:30:19',0),(4052,0,33,'Device is up\n','2008-09-01 16:40:05',0),(4053,9,33,'Device is down\n','2008-09-01 16:50:05',0),(4054,0,33,'Device is up\n','2008-09-01 16:55:04',0),(4055,9,34,'Device is down\n','2008-09-01 17:10:46',0),(4056,9,33,'Device is down\n','2008-09-01 17:15:13',0),(4057,0,34,'Device is up\n','2008-09-01 17:15:36',0),(4058,0,33,'Device is up\n','2008-09-01 17:20:09',0),(4059,9,34,'Device is down\n','2008-09-01 17:30:49',0),(4060,0,34,'Device is up\n','2008-09-01 17:35:45',0),(4061,9,35,'Device is down\n','2008-09-01 17:40:24',0),(4062,0,35,'Device is up\n','2008-09-01 17:45:23',0),(4063,9,34,'Device is down\n','2008-09-01 17:51:12',0),(4064,9,33,'Device is down\n','2008-09-01 18:00:20',0),(4065,0,34,'Device is up\n','2008-09-01 18:01:24',0),(4066,0,33,'Device is up\n','2008-09-01 18:05:34',0),(4067,9,34,'Device is down\n','2008-09-01 18:25:54',0),(4068,0,34,'Device is up\n','2008-09-01 18:31:08',0),(4069,9,33,'Device is down\n','2008-09-01 18:35:19',0),(4070,0,33,'Device is up\n','2008-09-01 18:40:10',0),(4072,9,33,'Device is down\n','2008-09-01 18:55:11',0),(4073,0,33,'Device is up\n','2008-09-01 19:00:21',0),(4074,9,34,'Device is down\n','2008-09-01 19:20:15',0),(4076,0,34,'Device is up\n','2008-09-01 19:35:14',0),(4077,9,35,'Device is down\n','2008-09-01 19:40:12',0),(4078,0,35,'Device is up\n','2008-09-01 19:45:12',0),(4079,9,33,'Device is down\n','2008-09-01 19:50:05',0),(4080,0,33,'Device is up\n','2008-09-01 19:55:04',0),(4081,9,33,'Device is down\n','2008-09-01 20:35:05',0),(4082,0,33,'Device is up\n','2008-09-01 20:40:05',0),(4090,9,32,'Device is down\n','2008-09-03 14:50:07',0),(4091,0,32,'Device is up\n','2008-09-03 15:20:05',0),(4305,0,32,'Device is up\n','2008-11-02 08:20:05',0),(4304,9,32,'Device is down\n','2008-11-02 08:15:07',0),(4303,0,32,'Device is up\n','2008-10-29 19:55:13',0),(4302,9,32,'Device is down\n','2008-10-29 19:50:07',0),(4301,0,33,'Device is up\n','2008-10-29 04:30:04',0),(4300,9,33,'Device is down\n','2008-10-29 04:25:05',0),(4299,0,33,'Device is up\n','2008-10-29 00:00:04',0),(4298,9,33,'Device is down\n','2008-10-28 23:55:05',0),(4297,9,34,'Device is down\n','2008-10-28 22:30:29',0),(4296,0,34,'Device is up\n','2008-10-28 21:55:13',0),(4295,0,33,'Device is up\n','2008-10-28 21:55:04',0),(4294,9,34,'Device is down\n','2008-10-28 21:50:14',0),(4293,9,33,'Device is down\n','2008-10-28 21:50:05',0),(4292,0,34,'Device is up\n','2008-10-28 19:25:13',0),(4291,0,33,'Device is up\n','2008-10-28 19:25:03',0),(4290,9,34,'Device is down\n','2008-10-28 19:20:14',0),(4289,9,33,'Device is down\n','2008-10-28 19:20:06',0),(4288,0,33,'Device is up\n','2008-10-28 00:00:04',0),(4130,9,33,'Device is down\n','2008-09-12 04:10:05',0),(4131,0,33,'Device is up\n','2008-09-12 04:15:04',0),(4132,9,33,'Device is down\n','2008-09-12 18:40:05',0),(4133,0,33,'Device is up\n','2008-09-12 18:45:05',0),(4134,9,35,'Device is down\n','2008-09-13 14:30:13',0),(4135,0,35,'Device is up\n','2008-09-13 14:35:09',0),(4136,9,33,'Device is down\n','2008-09-16 13:45:05',0),(4137,9,32,'Device is down\n','2008-09-16 13:45:07',0),(4138,9,35,'Device is down\n','2008-09-16 13:45:09',0),(4139,9,34,'Device is down\n','2008-09-16 13:45:11',0),(4140,0,33,'Device is up\n','2008-09-16 13:50:04',0),(4141,0,32,'Device is up\n','2008-09-16 13:50:05',0),(4142,0,35,'Device is up\n','2008-09-16 13:50:07',0),(4143,0,34,'Device is up\n','2008-09-16 13:50:07',0),(4144,9,34,'Device is down\n','2008-09-16 17:55:29',0),(4145,0,34,'Device is up\n','2008-09-16 18:00:28',0),(4146,9,33,'Device is down\n','2008-09-17 06:55:06',0),(4147,0,33,'Device is up\n','2008-09-17 07:00:04',0),(4148,9,33,'Device is down\n','2008-09-18 04:35:06',0),(4149,9,34,'Device is down\n','2008-09-18 04:35:14',0),(4150,0,33,'Device is up\n','2008-09-18 04:40:04',0),(4151,0,34,'Device is up\n','2008-09-18 04:40:14',0),(4152,9,33,'Device is down\n','2008-09-18 16:10:06',0),(4153,9,34,'Device is down\n','2008-09-18 16:10:15',0),(4154,0,33,'Device is up\n','2008-09-18 16:15:03',0),(4155,0,34,'Device is up\n','2008-09-18 16:15:14',0),(4156,9,33,'Device is down\n','2008-09-18 22:05:05',0),(4157,0,33,'Device is up\n','2008-09-18 22:10:03',0),(4158,9,33,'Device is down\n','2008-09-19 04:25:05',0),(4159,0,33,'Device is up\n','2008-09-19 04:30:04',0),(4160,9,33,'Device is down\n','2008-09-19 05:15:06',0),(4161,0,33,'Device is up\n','2008-09-19 05:20:03',0),(4162,9,33,'Device is down\n','2008-09-19 15:20:05',0),(4163,9,35,'Device is down\n','2008-09-19 15:20:10',0),(4164,9,34,'Device is down\n','2008-09-19 15:20:13',0),(4165,0,33,'Device is up\n','2008-09-19 15:25:03',0),(4166,0,35,'Device is up\n','2008-09-19 15:25:06',0),(4167,0,34,'Device is up\n','2008-09-19 15:25:14',0),(4168,9,33,'Device is down\n','2008-09-21 18:40:05',0),(4169,0,33,'Device is up\n','2008-09-21 18:45:03',0),(4170,9,33,'Device is down\n','2008-09-22 01:55:20',0),(4171,9,35,'Device is down\n','2008-09-22 01:55:24',0),(4172,0,33,'Device is up\n','2008-09-22 02:00:35',0),(4173,0,35,'Device is up\n','2008-09-22 02:00:45',0),(4174,9,33,'Device is down\n','2008-09-22 22:45:05',0),(4175,9,34,'Device is down\n','2008-09-22 22:45:14',0),(4176,0,33,'Device is up\n','2008-09-22 22:50:03',0),(4177,0,34,'Device is up\n','2008-09-22 22:50:14',0),(4178,9,33,'Device is down\n','2008-09-23 11:10:05',0),(4179,9,34,'Device is down\n','2008-09-23 11:10:15',0),(4180,0,33,'Device is up\n','2008-09-23 11:15:03',0),(4181,0,34,'Device is up\n','2008-09-23 11:15:14',0),(4182,9,34,'Device is down\n','2008-09-23 12:30:21',0),(4183,0,34,'Device is up\n','2008-09-23 12:35:14',0),(4184,9,33,'Device is down\n','2008-09-23 14:20:05',0),(4185,9,34,'Device is down\n','2008-09-23 14:20:14',0),(4186,0,33,'Device is up\n','2008-09-23 14:25:03',0),(4187,0,34,'Device is up\n','2008-09-23 14:25:14',0),(4188,9,33,'Device is down\n','2008-09-23 15:45:05',0),(4189,9,34,'Device is down\n','2008-09-23 15:45:14',0),(4190,0,33,'Device is up\n','2008-09-23 15:50:04',0),(4191,0,34,'Device is up\n','2008-09-23 15:50:13',0),(4192,9,37,'Device is down\n','2008-09-23 18:15:24',0),(4193,0,37,'Device is up\n','2008-09-23 18:20:20',0),(4194,9,33,'Device is down\n','2008-09-24 16:05:05',0),(4195,9,34,'Device is down\n','2008-09-24 16:05:15',0),(4196,0,33,'Device is up\n','2008-09-24 16:10:04',0),(4197,0,34,'Device is up\n','2008-09-24 16:10:15',0),(4198,9,37,'Device is down\n','2008-09-26 21:10:26',0),(4199,0,37,'Device is up\n','2008-09-26 21:30:28',0),(4200,9,34,'Device is down\n','2008-09-30 00:45:17',0),(4201,0,34,'Device is up\n','2008-09-30 00:50:15',0),(4202,9,33,'Device is down\n','2008-10-01 10:45:05',0),(4203,9,35,'Device is down\n','2008-10-01 10:45:09',0),(4204,0,33,'Device is up\n','2008-10-01 10:50:03',0),(4205,0,35,'Device is up\n','2008-10-01 10:50:06',0),(4206,9,34,'Device is down\n','2008-10-02 14:05:16',0),(4207,0,34,'Device is up\n','2008-10-02 14:10:14',0),(4208,9,33,'Device is down\n','2008-10-02 15:40:06',0),(4209,9,35,'Device is down\n','2008-10-02 15:40:10',0),(4210,9,34,'Device is down\n','2008-10-02 15:40:14',0),(4211,0,35,'Device is up\n','2008-10-02 15:45:08',0),(4212,0,34,'Device is up\n','2008-10-02 15:45:15',0),(4213,0,33,'Device is up\n','2008-10-02 15:50:06',0),(4214,9,35,'Device is down\n','2008-10-02 15:50:10',0),(4215,9,34,'Device is down\n','2008-10-02 15:50:15',0),(4216,9,33,'Device is down\n','2008-10-02 15:55:05',0),(4217,0,34,'Device is up\n','2008-10-02 15:55:13',0),(4218,0,33,'Device is up\n','2008-10-02 16:00:05',0),(4219,0,35,'Device is up\n','2008-10-02 16:00:08',0),(2722,0,8,'Device is up\n','2007-04-09 13:50:12',0),(4009,0,35,'Device is up\n','2008-09-01 13:40:08',0),(2726,9,4,'Device is down\n','2007-04-11 07:50:31',1),(2727,0,4,'Device is up\n','2007-04-11 08:30:13',1),(4007,9,35,'Device is down\n','2008-09-01 13:35:15',0),(4005,0,34,'Device is up\n','2008-09-01 13:25:14',0),(4004,9,35,'Device is down\n','2008-09-01 13:25:13',0),(4001,9,33,'Device is down\n','2008-09-01 13:10:05',0),(4284,0,33,'Device is up\n','2008-10-27 23:15:03',0),(4285,0,37,'Device is up\n','2008-10-27 23:15:08',0),(4286,0,34,'Device is up\n','2008-10-27 23:15:12',0),(4287,9,33,'Device is down\n','2008-10-27 23:55:05',0),(2814,9,4,'Device is down\n','2007-04-24 03:45:08',1),(2815,0,4,'Device is up\n','2007-04-24 03:48:46',1),(2816,9,4,'Device is down\n','2007-04-24 03:50:18',1),(2817,0,4,'Device is up\n','2007-04-24 03:50:50',1),(2830,9,4,'Device is down\n','2007-04-30 08:30:27',1),(2831,0,4,'Device is up\n','2007-04-30 08:35:03',1),(2832,9,4,'Device is down\n','2007-04-30 08:45:15',1),(2833,0,4,'Device is up\n','2007-04-30 08:50:37',1),(2834,9,4,'Device is down\n','2007-04-30 09:05:17',1),(2835,0,4,'Device is up\n','2007-04-30 09:20:14',1),(3998,0,35,'Device is up\n','2008-08-29 09:20:11',0),(3997,9,35,'Device is down\n','2008-08-29 09:15:13',0),(3031,9,4,'Device is down\n','2007-06-16 11:35:23',1),(3032,0,4,'Device is up\n','2007-06-16 11:35:37',1),(3038,9,4,'Device is down\n','2007-06-18 18:50:30',1),(3039,0,4,'Device is up\n','2007-06-18 18:55:19',1),(3062,9,4,'Device is down\n','2007-06-21 07:10:25',1),(3063,0,4,'Device is up\n','2007-06-21 07:10:34',1),(3994,0,33,'Device is up\n','2008-08-29 07:40:03',0),(3995,0,35,'Device is up\n','2008-08-29 07:40:06',0),(3993,9,34,'Device is down\n','2008-08-29 06:35:13',0),(3092,9,4,'Device is down\n','2007-07-01 19:16:07',1),(3093,0,4,'Device is up\n','2007-07-01 19:20:55',1),(3745,0,4,'Device is up\n','2008-03-28 19:25:07',0),(3991,9,33,'Device is down\n','2008-08-29 06:35:05',0),(4281,9,33,'Device is down\n','2008-10-27 23:10:06',0),(4282,9,37,'Device is down\n','2008-10-27 23:10:14',0),(4283,9,34,'Device is down\n','2008-10-27 23:10:14',0),(4280,0,34,'Device is up\n','2008-10-27 18:20:13',0),(3983,9,35,'Device is down\n','2008-08-26 13:45:16',0),(3984,0,35,'Device is up\n','2008-08-26 13:50:13',0),(3985,9,32,'Device is down\n','2008-08-27 11:20:07',0),(3986,0,32,'Device is up\n','2008-08-27 12:20:06',0),(4279,0,33,'Device is up\n','2008-10-27 18:20:04',0),(3141,9,4,'Device is down\n','2007-07-14 22:45:59',1),(3146,0,4,'Device is up\n','2007-07-16 09:25:55',1),(3147,9,4,'Device is down\n','2007-07-16 10:01:21',1),(3148,0,4,'Device is up\n','2007-07-16 10:06:00',1),(3153,9,4,'Device is down\n','2007-07-18 21:55:47',1),(4277,9,33,'Device is down\n','2008-10-27 18:05:05',0),(4278,9,34,'Device is down\n','2008-10-27 18:05:15',0),(3161,0,4,'Device is up\n','2007-07-18 22:05:51',1),(3165,9,4,'Device is down\n','2007-07-18 22:15:47',1),(3169,0,4,'Device is up\n','2007-07-18 22:20:53',1),(4276,0,32,'Device is up\n','2008-10-26 18:40:04',0),(4272,0,34,'Device is up\n','2008-10-23 05:05:14',0),(4273,9,4,'Device is down\n','2008-10-23 15:10:28',0),(4274,0,4,'Device is up\n','2008-10-23 15:15:04',0),(4275,9,32,'Device is down\n','2008-10-26 18:35:07',0),(3184,9,4,'Device is down\n','2007-07-19 18:25:59',1),(3193,0,4,'Device is up\n','2007-07-19 18:36:53',1),(4271,9,34,'Device is down\n','2008-10-23 05:00:19',0),(4270,0,32,'Device is up\n','2008-10-21 22:10:04',0),(4269,9,32,'Device is down\n','2008-10-21 22:05:07',0),(3203,9,4,'Device is down\n','2007-07-19 18:41:20',1),(3973,9,32,'Device is down\n','2008-08-23 21:15:08',0),(3206,0,4,'Device is up\n','2007-07-19 18:45:46',1),(4268,9,35,'Device is down\n','2008-10-21 20:45:12',0),(4267,0,34,'Device is up\n','2008-10-20 22:20:08',0),(4263,0,33,'Device is up\n','2008-10-20 22:20:04',0),(4264,0,32,'Device is up\n','2008-10-20 22:20:05',0),(4265,0,35,'Device is up\n','2008-10-20 22:20:07',0),(4266,0,37,'Device is up\n','2008-10-20 22:20:08',0),(3822,9,4,'Device is down\n','2008-04-08 21:40:14',0),(4261,9,34,'Device is down\n','2008-10-20 22:15:11',0),(4262,9,37,'Device is down\n','2008-10-20 22:15:13',0),(3963,9,32,'Device is down\n','2008-08-22 11:45:08',0),(3964,0,32,'Device is up\n','2008-08-22 12:50:05',0),(3965,9,32,'Device is down\n','2008-08-22 12:55:08',0),(3958,0,32,'Device is up\n','2008-08-19 09:25:07',0),(4260,9,35,'Device is down\n','2008-10-20 22:15:09',0),(4259,9,32,'Device is down\n','2008-10-20 22:15:07',0),(4258,9,33,'Device is down\n','2008-10-20 22:15:05',0),(4249,0,34,'Device is up\n','2008-10-13 19:00:21',0),(4250,9,33,'Device is down\n','2008-10-14 03:50:05',0),(4251,0,33,'Device is up\n','2008-10-14 03:55:04',0),(4252,9,34,'Device is down\n','2008-10-14 10:05:15',0),(4253,0,34,'Device is up\n','2008-10-14 10:10:14',0),(4254,9,34,'Device is down\n','2008-10-19 04:35:17',0),(4255,0,34,'Device is up\n','2008-10-19 04:40:14',0),(4256,9,32,'Device is down\n','2008-10-20 14:45:07',0),(4257,0,32,'Device is up\n','2008-10-20 14:50:05',0),(3258,9,4,'Device is down\n','2007-07-31 05:40:54',1),(3259,0,4,'Device is up\n','2007-07-31 05:41:11',1),(3955,9,32,'Device is down\n','2008-08-19 09:05:08',0),(3262,9,4,'Device is down\n','2007-07-31 05:46:32',1),(3954,0,34,'Device is up\n','2008-08-19 07:55:15',0),(3266,0,4,'Device is up\n','2007-07-31 05:56:31',1),(3953,0,33,'Device is up\n','2008-08-19 07:55:04',0),(3951,9,33,'Device is down\n','2008-08-19 06:45:05',0),(3278,9,4,'Device is down\n','2007-07-31 06:20:57',1),(3815,0,4,'Device is up\n','2008-04-08 00:50:04',0),(3285,0,4,'Device is up\n','2007-07-31 07:12:30',1),(3950,0,33,'Device is up\n','2008-08-18 22:55:07',0),(3948,0,32,'Device is up\n','2008-08-18 17:25:06',0),(3947,9,32,'Device is down\n','2008-08-18 17:20:09',0),(3739,0,4,'Device is up\n','2008-03-22 02:10:08',0),(3320,9,4,'Device is down\n','2007-08-02 17:05:50',1),(3813,0,4,'Device is up\n','2008-04-07 23:14:02',0),(4248,0,33,'Device is up\n','2008-10-13 19:00:05',0),(4244,9,37,'Device is down\n','2008-10-12 20:40:24',0),(4245,0,37,'Device is up\n','2008-10-12 20:45:22',0),(4246,9,33,'Device is down\n','2008-10-13 18:55:05',0),(4247,9,34,'Device is down\n','2008-10-13 18:55:15',0),(3334,0,4,'Device is up\n','2007-08-02 17:10:51',1),(4243,0,34,'Device is up\n','2008-10-12 09:10:14',0),(4242,0,33,'Device is up\n','2008-10-12 09:10:03',0),(4241,9,34,'Device is down\n','2008-10-12 09:05:16',0),(4238,0,35,'Device is up\n','2008-10-12 07:50:06',0),(4239,0,34,'Device is up\n','2008-10-12 07:50:14',0),(4240,9,33,'Device is down\n','2008-10-12 09:05:05',0),(3933,0,32,'Device is up\n','2008-08-14 11:35:06',0),(4237,0,33,'Device is up\n','2008-10-12 07:50:03',0),(4236,9,34,'Device is down\n','2008-10-12 07:45:15',0),(4231,0,34,'Device is up\n','2008-10-09 17:35:16',0),(4232,9,37,'Device is down\n','2008-10-12 01:10:24',0),(4233,0,37,'Device is up\n','2008-10-12 01:15:22',0),(4234,9,33,'Device is down\n','2008-10-12 07:45:05',0),(4235,9,35,'Device is down\n','2008-10-12 07:45:10',0),(3932,9,32,'Device is down\n','2008-08-14 11:30:09',0),(4230,9,34,'Device is down\n','2008-10-09 17:30:21',0),(4229,0,33,'Device is up\n','2008-10-08 16:45:10',0),(4228,9,33,'Device is down\n','2008-10-08 16:35:05',0),(3930,9,33,'Device is down\n','2008-08-12 15:10:06',0),(3931,0,33,'Device is up\n','2008-08-12 15:15:04',0),(4227,0,34,'Device is up\n','2008-10-08 09:30:21',0),(4226,0,33,'Device is up\n','2008-10-08 09:30:04',0),(3921,9,32,'Device is down\n','2008-08-11 14:30:10',0),(3922,0,32,'Device is up\n','2008-08-11 14:35:06',0),(4225,9,34,'Device is down\n','2008-10-08 09:25:15',0),(3390,9,4,'Device is down\n','2007-08-08 10:55:51',1),(3391,0,4,'Device is up\n','2007-08-08 11:05:47',1),(3736,9,4,'Device is down\n','2008-03-22 02:05:07',0),(3731,0,4,'Device is up\n','2008-03-16 13:45:10',0),(4224,9,33,'Device is down\n','2008-10-08 09:25:06',0),(3914,0,33,'Device is up\n','2008-08-11 12:30:05',0),(3915,0,35,'Device is up\n','2008-08-11 12:30:09',0),(4223,0,33,'Device is up\n','2008-10-06 12:20:33',0),(3413,9,4,'Device is down\n','2007-08-10 15:25:57',1),(3414,0,4,'Device is up\n','2007-08-10 15:30:45',1),(3424,9,4,'Device is down\n','2007-08-13 07:50:49',1),(3426,0,4,'Device is up\n','2007-08-13 07:55:39',1),(4222,9,33,'Device is down\n','2008-10-06 12:15:34',0),(3444,9,4,'Device is down\n','2007-08-16 13:50:57',1),(3448,0,4,'Device is up\n','2007-08-16 14:17:28',1),(3910,9,35,'Device is down\n','2008-08-11 11:45:09',0),(4221,0,33,'Device is up\n','2008-10-05 14:50:06',0),(4220,9,33,'Device is down\n','2008-10-05 14:45:06',0),(3908,0,33,'Device is up\n','2008-08-10 11:30:04',0),(3727,0,4,'Device is up\n','2008-03-14 16:45:08',0),(3877,9,32,'Device is down\n','2008-07-18 17:50:08',0),(3878,0,32,'Device is up\n','2008-07-18 18:00:07',0),(3879,9,32,'Device is down\n','2008-07-23 12:30:12',0),(3880,0,32,'Device is up\n','2008-07-23 13:35:05',0),(3881,9,32,'Device is down\n','2008-07-24 17:15:25',0),(3882,0,32,'Device is up\n','2008-07-24 17:20:09',0),(3883,9,32,'Device is down\n','2008-07-24 17:40:07',0),(3884,0,32,'Device is up\n','2008-07-24 17:45:05',0),(3885,9,32,'Device is down\n','2008-07-25 08:00:09',0),(3886,0,32,'Device is up\n','2008-07-25 08:05:04',0),(3887,9,32,'Device is down\n','2008-07-25 08:50:07',0),(3888,0,32,'Device is up\n','2008-07-25 08:55:05',0),(3889,9,32,'Device is down\n','2008-07-25 17:45:07',0),(3890,0,32,'Device is up\n','2008-07-25 17:50:05',0),(3891,9,32,'Device is down\n','2008-07-26 19:10:07',0),(3892,0,32,'Device is up\n','2008-07-26 19:15:05',0),(3893,9,32,'Device is down\n','2008-07-27 09:25:07',0),(3894,0,32,'Device is up\n','2008-07-27 09:30:08',0),(3895,9,32,'Device is down\n','2008-07-27 20:25:08',0),(3896,0,32,'Device is up\n','2008-07-27 20:30:07',0),(3897,9,32,'Device is down\n','2008-07-28 09:00:09',0),(3898,0,32,'Device is up\n','2008-07-28 09:05:04',0),(3899,9,32,'Device is down\n','2008-07-28 09:45:07',0),(3900,0,32,'Device is up\n','2008-07-28 09:50:05',0),(3901,9,32,'Device is down\n','2008-07-28 12:20:08',0),(3902,0,32,'Device is up\n','2008-07-28 12:25:05',0),(3903,9,32,'Device is down\n','2008-07-31 23:05:07',0),(3904,0,32,'Device is up\n','2008-07-31 23:10:05',0),(3905,9,32,'Device is down\n','2008-07-31 23:15:07',0),(3906,0,32,'Device is up\n','2008-07-31 23:20:04',0),(3907,9,33,'Device is down\n','2008-08-10 10:55:05',0); +/*!40000 ALTER TABLE `alerts` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `bgpPeers` -- --- Creation: Sep 16, 2008 at 12:51 PM --- Last update: Oct 30, 2008 at 09:08 PM --- Last check: Sep 16, 2008 at 12:51 PM --- +DROP TABLE IF EXISTS `bgpPeers`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `bgpPeers` ( `bgpPeer_id` int(11) NOT NULL auto_increment, `device_id` int(11) NOT NULL, - `astext` varchar(32) NOT NULL, `bgpPeerIdentifier` text NOT NULL, `bgpPeerRemoteAs` int(11) NOT NULL, `bgpPeerState` text NOT NULL, `bgpPeerAdminStatus` text NOT NULL, - `bgpLocalAddr` text NOT NULL, + `bgpPeerLocalAddr` text NOT NULL, `bgpPeerRemoteAddr` text NOT NULL, `bgpPeerInUpdates` int(11) NOT NULL, `bgpPeerOutUpdates` int(11) NOT NULL, @@ -74,38 +90,28 @@ CREATE TABLE `bgpPeers` ( `bgpPeerOutTotalMessages` int(11) NOT NULL, `bgpPeerFsmEstablishedTime` int(11) NOT NULL, `bgpPeerInUpdateElapsedTime` int(11) NOT NULL, + `astext` varchar(32) NOT NULL, PRIMARY KEY (`bgpPeer_id`), KEY `device_id` (`device_id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; - --- -------------------------------------------------------- - --- --- Table structure for table `bills` --- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- - -CREATE TABLE `bills` ( - `bill_id` int(11) NOT NULL auto_increment, - `bill_name` text NOT NULL, - `bill_type` text NOT NULL, - `bill_cdr` int(11) default NULL, - `bill_day` int(11) NOT NULL default '1', - `bill_gb` int(11) default NULL, - UNIQUE KEY `bill_id` (`bill_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `bgpPeers` +-- + +LOCK TABLES `bgpPeers` WRITE; +/*!40000 ALTER TABLE `bgpPeers` DISABLE KEYS */; +/*!40000 ALTER TABLE `bgpPeers` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `bill_data` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- +DROP TABLE IF EXISTS `bill_data`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `bill_data` ( `bill_id` int(11) NOT NULL, `timestamp` datetime NOT NULL, @@ -115,130 +121,214 @@ CREATE TABLE `bill_data` ( `out_delta` bigint(11) NOT NULL, KEY `bill_id` (`bill_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `bill_data` +-- + +LOCK TABLES `bill_data` WRITE; +/*!40000 ALTER TABLE `bill_data` DISABLE KEYS */; +INSERT INTO `bill_data` VALUES (1,'2008-11-03 13:25:02',0,0,0,0),(1,'2008-11-03 13:30:02',300,1062638,278879,783759),(1,'2008-11-03 13:35:02',300,1953172,425420,1527752),(1,'2008-11-03 13:40:01',299,7125046,5425170,1699876),(1,'2008-11-03 13:45:02',301,3347427,1606688,1740739),(1,'2008-11-03 13:50:02',300,2507570,354004,2153566),(1,'2008-11-03 13:55:02',300,5956703,325985,5630718),(1,'2008-11-03 14:00:02',300,737137,187739,549398),(1,'2008-11-03 14:05:02',300,903907,248759,655148),(1,'2008-11-03 14:10:02',300,1541813,356783,1185030),(1,'2008-11-03 14:15:02',300,6399562,5432211,967351),(1,'2008-11-03 14:20:01',299,850739,157881,692858),(1,'2008-11-03 14:25:02',301,1243296,295035,948261),(1,'2008-11-03 14:30:02',300,1544039,283922,1260117),(1,'2008-11-03 14:35:02',300,786642,149413,637229),(1,'2008-11-03 14:40:01',299,2407310,205352,2201958),(1,'2008-11-03 14:45:02',301,889148,198843,690305),(1,'2008-11-03 14:50:02',300,845499,239194,606305),(1,'2008-11-03 14:55:02',300,1784525,431644,1352881),(1,'2008-11-03 15:00:02',300,1937590,579219,1358371),(1,'2008-11-03 15:05:02',300,1975953,424930,1551023),(1,'2008-11-03 15:10:01',300,118539259,2934179,115605080),(1,'2008-11-03 15:15:01',300,162189635,3845558,158344077),(1,'2008-11-03 15:20:02',301,161946272,3704064,158242208),(1,'2008-11-03 15:25:02',300,22101054,720445,21380609),(1,'2008-11-03 15:30:02',300,963247,294266,668981),(1,'2008-11-03 15:35:02',300,1937850,309246,1628604),(1,'2008-11-03 15:40:02',300,742019,266964,475055),(1,'2008-11-03 15:45:02',300,527941,247265,280676),(1,'2008-11-03 15:50:02',300,527224,204379,322845),(1,'2008-11-03 15:55:01',299,1043882,475443,568439),(1,'2008-11-03 16:00:03',302,808087,317384,490703); +/*!40000 ALTER TABLE `bill_data` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `bill_perms` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- +DROP TABLE IF EXISTS `bill_perms`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `bill_perms` ( `user_id` int(11) NOT NULL, `bill_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `bill_perms` +-- + +LOCK TABLES `bill_perms` WRITE; +/*!40000 ALTER TABLE `bill_perms` DISABLE KEYS */; +/*!40000 ALTER TABLE `bill_perms` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `bill_ports` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- +DROP TABLE IF EXISTS `bill_ports`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `bill_ports` ( `bill_id` int(11) NOT NULL, `port_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `bill_ports` +-- + +LOCK TABLES `bill_ports` WRITE; +/*!40000 ALTER TABLE `bill_ports` DISABLE KEYS */; +INSERT INTO `bill_ports` VALUES (1,36); +/*!40000 ALTER TABLE `bill_ports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bills` +-- + +DROP TABLE IF EXISTS `bills`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `bills` ( + `bill_id` int(11) NOT NULL auto_increment, + `bill_name` text NOT NULL, + `bill_type` text NOT NULL, + `bill_cdr` int(11) default NULL, + `bill_day` int(11) NOT NULL default '1', + `bill_gb` int(11) default NULL, + UNIQUE KEY `bill_id` (`bill_id`) +) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `bills` +-- + +LOCK TABLES `bills` WRITE; +/*!40000 ALTER TABLE `bills` DISABLE KEYS */; +INSERT INTO `bills` VALUES (1,'Alpha Traffic','cdr',100,1,0); +/*!40000 ALTER TABLE `bills` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `customers` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- +DROP TABLE IF EXISTS `customers`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `customers` ( - `customer_id` int(11) NOT NULL auto_increment, - `username` char(64) NOT NULL, - `password` char(32) NOT NULL, - `string` char(64) NOT NULL, + `username` char(64) NOT NULL default '', + `password` char(32) NOT NULL default '', + `string` char(64) NOT NULL default '', `level` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`customer_id`), UNIQUE KEY `username` (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `customers` +-- + +LOCK TABLES `customers` WRITE; +/*!40000 ALTER TABLE `customers` DISABLE KEYS */; +/*!40000 ALTER TABLE `customers` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `devices` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 29, 2008 at 03:46 PM --- +DROP TABLE IF EXISTS `devices`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `devices` ( `device_id` int(11) NOT NULL auto_increment, - `hostname` text NOT NULL, - `community` varchar(32) NOT NULL, - `snmpver` varchar(4) NOT NULL default 'v2c', - `bgpLocalAs` varchar(16) default NULL, - `sysDescr` text, - `sysContact` text NOT NULL, + `hostname` text character set utf8 collate utf8_unicode_ci NOT NULL, + `community` text character set utf8 collate utf8_unicode_ci, + `snmpver` char(3) NOT NULL default 'v2c', + `bgpLocalAs` varchar(8) default NULL, + `monowall` tinyint(4) NOT NULL default '0', `version` text NOT NULL, `hardware` text NOT NULL, `features` text NOT NULL, + `sysDescr` text, + `sysContact` varchar(64) NOT NULL, `location` text, - `os` varchar(8) NOT NULL default '', + `os` text character set utf8 collate utf8_unicode_ci NOT NULL, `status` tinyint(4) NOT NULL default '0', `ignore` tinyint(4) NOT NULL default '0', - `disabled` tinyint(1) NOT NULL default '0', `lastchange` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `purpose` text NOT NULL, - `type` varchar(8) NOT NULL default 'other', - PRIMARY KEY (`device_id`), - KEY `status` (`status`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; + `type` varchar(16) character set utf8 collate utf8_unicode_ci NOT NULL default 'Unknown', + PRIMARY KEY (`device_id`) +) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `devices` +-- + +LOCK TABLES `devices` WRITE; +/*!40000 ALTER TABLE `devices` DISABLE KEYS */; +INSERT INTO `devices` VALUES (4,'alpha.pimpmynetwork.org','v05tr0n82','v2c',NULL,0,'2.6.24-19-server','Generic x86','Ubuntu 8.04','Linux alpha.memetic.org 2.6.24-19-server #1 SMP Wed Aug 20 23:54:28 UTC 2008 i686','Adam Armstrong ','OVH, France','Linux',1,0,'2008-10-24 15:05:04','Alpha 3 : The Server of Doom','server'),(32,'lol.juniper','J04c0mHHBQ1','v2c',NULL,0,'9.1R2.10','Juniper J2350 Internet Router','Export edition','J04 EveryCity Core Router','Alasdair Lumsden','Interxion LON1','JunOS',1,0,'2008-11-02 08:20:05','','Unknown'),(33,'ssg.winweb.net','m3m3t1c','v2c',NULL,0,'6.0.0r4.0','Juniper Netscreen SSG-240','Firewall+VPN','SSG-240 version 6.0.0r4.0 (SN: 0185062008004501, Firewall+VPN)','Winweb ','Telehouse North, London','ScreenOS',1,0,'2008-10-29 04:30:04','','Unknown'),(34,'sw-ext.winweb.net','m3m3t1c','v2c',NULL,0,'12.2(35)SE5','C2960','Lan Base','Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(35)SE5, RELEASE SOFTWARE (fc1)\r','',NULL,'IOS',0,0,'2008-10-28 22:30:29','','Unknown'),(35,'sw-int.winweb.net','m3m3t1c','v2c',NULL,0,'12.2(35)SE5','C2960','Lan Base','Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(35)SE5, RELEASE SOFTWARE (fc1)\r','',NULL,'IOS',0,0,'2008-10-21 20:45:12','','Unknown'),(37,'ssg-backup.winweb.net','m3m3t1c','v2c',NULL,0,'6.0.0r4.0','Juniper Netscreen SSG5-Serial','Firewall+VPN','SSG5-Serial version 6.0.0r4.0 (SN: 0162062008008757, Firewall+VPN)','Winweb ','Star Suite, Telehouse North, UK','ScreenOS',1,0,'2008-10-27 23:15:08','','Unknown'); +/*!40000 ALTER TABLE `devices` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `devices_attribs` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 30, 2008 at 09:08 PM --- +DROP TABLE IF EXISTS `devices_attribs`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `devices_attribs` ( `attrib_id` int(11) NOT NULL auto_increment, - `device_id` int(11) NOT NULL, - `attrib_type` varchar(32) NOT NULL, - `attrib_value` int(11) NOT NULL, + `device_id` int(11) NOT NULL default '0', + `attrib_type` varchar(32) NOT NULL default '', + `attrib_value` int(16) NOT NULL, `updated` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, - PRIMARY KEY (`attrib_id`), - FULLTEXT KEY `attrib_type` (`attrib_type`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; + PRIMARY KEY (`attrib_id`) +) ENGINE=MyISAM AUTO_INCREMENT=29755 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `devices_attribs` +-- + +LOCK TABLES `devices_attribs` WRITE; +/*!40000 ALTER TABLE `devices_attribs` DISABLE KEYS */; +INSERT INTO `devices_attribs` VALUES (1,4,'uptime',867761,'2008-11-03 16:00:05'),(21,4,'cpuusage',0,'2008-11-03 16:00:03'),(16,8,'uptime',2950499,'0000-00-00 00:00:00'),(22,4,'cpuusage',0,'2008-11-03 16:00:03'),(23,4,'cpuusage',0,'2008-11-03 16:00:03'),(24,4,'cpuusage',0,'2008-11-03 16:00:03'),(30,4,'cpuusage',0,'2008-11-03 16:00:03'),(36,4,'cpuusage',0,'2008-11-03 16:00:03'),(42,4,'cpuusage',0,'2008-11-03 16:00:03'),(48,4,'cpuusage',0,'2008-11-03 16:00:03'),(54,4,'cpuusage',0,'2008-11-03 16:00:03'),(60,4,'cpuusage',0,'2008-11-03 16:00:03'),(66,4,'cpuusage',0,'2008-11-03 16:00:03'),(72,4,'cpuusage',0,'2008-11-03 16:00:03'),(78,4,'cpuusage',0,'2008-11-03 16:00:03'),(84,4,'cpuusage',0,'2008-11-03 16:00:03'),(90,4,'cpuusage',0,'2008-11-03 16:00:03'),(96,4,'cpuusage',0,'2008-11-03 16:00:03'),(102,4,'cpuusage',0,'2008-11-03 16:00:03'),(108,4,'cpuusage',0,'2008-11-03 16:00:03'),(114,4,'cpuusage',0,'2008-11-03 16:00:03'),(120,4,'cpuusage',0,'2008-11-03 16:00:03'),(126,4,'cpuusage',0,'2008-11-03 16:00:03'),(132,4,'cpuusage',0,'2008-11-03 16:00:03'),(138,4,'cpuusage',0,'2008-11-03 16:00:03'),(144,4,'cpuusage',0,'2008-11-03 16:00:03'),(150,4,'cpuusage',0,'2008-11-03 16:00:03'),(156,4,'cpuusage',0,'2008-11-03 16:00:03'),(162,4,'cpuusage',0,'2008-11-03 16:00:03'),(168,4,'cpuusage',0,'2008-11-03 16:00:03'),(174,4,'cpuusage',0,'2008-11-03 16:00:03'),(180,4,'cpuusage',0,'2008-11-03 16:00:03'),(186,4,'cpuusage',0,'2008-11-03 16:00:03'),(192,4,'cpuusage',0,'2008-11-03 16:00:03'),(198,4,'cpuusage',0,'2008-11-03 16:00:03'),(204,4,'cpuusage',0,'2008-11-03 16:00:03'),(211,4,'cpuusage',0,'2008-11-03 16:00:03'),(216,4,'cpuusage',0,'2008-11-03 16:00:03'),(222,4,'cpuusage',0,'2008-11-03 16:00:03'),(228,4,'cpuusage',0,'2008-11-03 16:00:03'),(234,4,'cpuusage',0,'2008-11-03 16:00:03'),(240,4,'cpuusage',0,'2008-11-03 16:00:03'),(246,4,'cpuusage',0,'2008-11-03 16:00:03'),(252,4,'cpuusage',0,'2008-11-03 16:00:03'),(258,4,'cpuusage',0,'2008-11-03 16:00:03'),(264,4,'cpuusage',0,'2008-11-03 16:00:03'),(270,4,'cpuusage',0,'2008-11-03 16:00:03'),(276,4,'cpuusage',0,'2008-11-03 16:00:03'),(282,4,'cpuusage',0,'2008-11-03 16:00:03'),(288,4,'cpuusage',0,'2008-11-03 16:00:03'),(294,4,'cpuusage',0,'2008-11-03 16:00:03'),(300,4,'cpuusage',0,'2008-11-03 16:00:03'),(306,4,'cpuusage',0,'2008-11-03 16:00:03'),(312,4,'cpuusage',0,'2008-11-03 16:00:03'),(318,4,'cpuusage',0,'2008-11-03 16:00:03'),(324,4,'cpuusage',0,'2008-11-03 16:00:03'),(330,4,'cpuusage',0,'2008-11-03 16:00:03'),(336,4,'cpuusage',0,'2008-11-03 16:00:03'),(342,4,'cpuusage',0,'2008-11-03 16:00:03'),(348,4,'cpuusage',0,'2008-11-03 16:00:03'),(354,4,'cpuusage',0,'2008-11-03 16:00:03'),(360,4,'cpuusage',0,'2008-11-03 16:00:03'),(366,4,'cpuusage',0,'2008-11-03 16:00:03'),(372,4,'cpuusage',0,'2008-11-03 16:00:03'),(378,4,'cpuusage',0,'2008-11-03 16:00:03'),(384,4,'cpuusage',0,'2008-11-03 16:00:03'),(390,4,'cpuusage',0,'2008-11-03 16:00:03'),(396,4,'cpuusage',0,'2008-11-03 16:00:03'),(402,4,'cpuusage',0,'2008-11-03 16:00:03'),(408,4,'cpuusage',0,'2008-11-03 16:00:03'),(414,4,'cpuusage',0,'2008-11-03 16:00:03'),(420,4,'cpuusage',0,'2008-11-03 16:00:03'),(426,4,'cpuusage',0,'2008-11-03 16:00:03'),(432,4,'cpuusage',0,'2008-11-03 16:00:03'),(438,4,'cpuusage',0,'2008-11-03 16:00:03'),(444,4,'cpuusage',0,'2008-11-03 16:00:03'),(450,4,'cpuusage',0,'2008-11-03 16:00:03'),(456,4,'cpuusage',0,'2008-11-03 16:00:03'),(462,4,'cpuusage',0,'2008-11-03 16:00:03'),(468,4,'cpuusage',0,'2008-11-03 16:00:03'),(474,4,'cpuusage',0,'2008-11-03 16:00:03'),(480,4,'cpuusage',0,'2008-11-03 16:00:03'),(486,4,'cpuusage',0,'2008-11-03 16:00:03'),(492,4,'cpuusage',0,'2008-11-03 16:00:03'),(498,4,'cpuusage',0,'2008-11-03 16:00:03'),(505,4,'cpuusage',0,'2008-11-03 16:00:03'),(511,4,'cpuusage',0,'2008-11-03 16:00:03'),(516,4,'cpuusage',0,'2008-11-03 16:00:03'),(522,4,'cpuusage',0,'2008-11-03 16:00:03'),(529,4,'cpuusage',0,'2008-11-03 16:00:03'),(534,4,'cpuusage',0,'2008-11-03 16:00:03'),(540,4,'cpuusage',0,'2008-11-03 16:00:03'),(546,4,'cpuusage',0,'2008-11-03 16:00:03'),(552,4,'cpuusage',0,'2008-11-03 16:00:03'),(558,4,'cpuusage',0,'2008-11-03 16:00:03'),(564,4,'cpuusage',0,'2008-11-03 16:00:03'),(570,4,'cpuusage',0,'2008-11-03 16:00:03'),(576,4,'cpuusage',0,'2008-11-03 16:00:03'),(582,4,'cpuusage',0,'2008-11-03 16:00:03'),(588,4,'cpuusage',0,'2008-11-03 16:00:03'),(594,4,'cpuusage',0,'2008-11-03 16:00:03'),(600,4,'cpuusage',0,'2008-11-03 16:00:03'),(606,4,'cpuusage',0,'2008-11-03 16:00:03'),(612,4,'cpuusage',0,'2008-11-03 16:00:03'),(618,4,'cpuusage',0,'2008-11-03 16:00:03'),(624,4,'cpuusage',0,'2008-11-03 16:00:03'),(630,4,'cpuusage',0,'2008-11-03 16:00:03'),(636,4,'cpuusage',0,'2008-11-03 16:00:03'),(642,4,'cpuusage',0,'2008-11-03 16:00:03'),(648,4,'cpuusage',0,'2008-11-03 16:00:03'),(654,4,'cpuusage',0,'2008-11-03 16:00:03'),(660,4,'cpuusage',0,'2008-11-03 16:00:03'),(666,4,'cpuusage',0,'2008-11-03 16:00:03'),(672,4,'cpuusage',0,'2008-11-03 16:00:03'),(678,4,'cpuusage',0,'2008-11-03 16:00:03'),(684,4,'cpuusage',0,'2008-11-03 16:00:03'),(690,4,'cpuusage',0,'2008-11-03 16:00:03'),(696,4,'cpuusage',0,'2008-11-03 16:00:03'),(702,4,'cpuusage',0,'2008-11-03 16:00:03'),(708,4,'cpuusage',0,'2008-11-03 16:00:03'),(714,4,'cpuusage',0,'2008-11-03 16:00:03'),(720,4,'cpuusage',0,'2008-11-03 16:00:03'),(726,4,'cpuusage',0,'2008-11-03 16:00:03'),(732,4,'cpuusage',0,'2008-11-03 16:00:03'),(738,4,'cpuusage',0,'2008-11-03 16:00:03'),(745,4,'cpuusage',0,'2008-11-03 16:00:03'),(750,4,'cpuusage',0,'2008-11-03 16:00:03'),(756,4,'cpuusage',0,'2008-11-03 16:00:03'),(762,4,'cpuusage',0,'2008-11-03 16:00:03'),(768,4,'cpuusage',0,'2008-11-03 16:00:03'),(774,4,'cpuusage',0,'2008-11-03 16:00:03'),(780,4,'cpuusage',0,'2008-11-03 16:00:03'),(786,4,'cpuusage',0,'2008-11-03 16:00:03'),(792,4,'cpuusage',0,'2008-11-03 16:00:03'),(798,4,'cpuusage',0,'2008-11-03 16:00:03'),(804,4,'cpuusage',0,'2008-11-03 16:00:03'),(810,4,'cpuusage',0,'2008-11-03 16:00:03'),(816,4,'cpuusage',0,'2008-11-03 16:00:03'),(822,4,'cpuusage',0,'2008-11-03 16:00:03'),(828,4,'cpuusage',0,'2008-11-03 16:00:03'),(834,4,'cpuusage',0,'2008-11-03 16:00:03'),(840,4,'cpuusage',0,'2008-11-03 16:00:03'),(846,4,'cpuusage',0,'2008-11-03 16:00:03'),(853,4,'cpuusage',0,'2008-11-03 16:00:03'),(858,4,'cpuusage',0,'2008-11-03 16:00:03'),(864,4,'cpuusage',0,'2008-11-03 16:00:03'),(870,4,'cpuusage',0,'2008-11-03 16:00:03'),(876,4,'cpuusage',0,'2008-11-03 16:00:03'),(882,4,'cpuusage',0,'2008-11-03 16:00:03'),(888,4,'cpuusage',0,'2008-11-03 16:00:03'),(894,4,'cpuusage',0,'2008-11-03 16:00:03'),(900,4,'cpuusage',0,'2008-11-03 16:00:03'),(906,4,'cpuusage',0,'2008-11-03 16:00:03'),(912,4,'cpuusage',0,'2008-11-03 16:00:03'),(918,4,'cpuusage',0,'2008-11-03 16:00:03'),(924,4,'cpuusage',0,'2008-11-03 16:00:03'),(930,4,'cpuusage',0,'2008-11-03 16:00:03'),(936,4,'cpuusage',0,'2008-11-03 16:00:03'),(942,4,'cpuusage',0,'2008-11-03 16:00:03'),(948,4,'cpuusage',0,'2008-11-03 16:00:03'),(954,4,'cpuusage',0,'2008-11-03 16:00:03'),(960,4,'cpuusage',0,'2008-11-03 16:00:03'),(966,4,'cpuusage',0,'2008-11-03 16:00:03'),(973,4,'cpuusage',0,'2008-11-03 16:00:03'),(978,4,'cpuusage',0,'2008-11-03 16:00:03'),(984,4,'cpuusage',0,'2008-11-03 16:00:03'),(990,4,'cpuusage',0,'2008-11-03 16:00:03'),(997,4,'cpuusage',0,'2008-11-03 16:00:03'),(1002,4,'cpuusage',0,'2008-11-03 16:00:03'),(1008,4,'cpuusage',0,'2008-11-03 16:00:03'),(1014,4,'cpuusage',0,'2008-11-03 16:00:03'),(1020,4,'cpuusage',0,'2008-11-03 16:00:03'),(1026,4,'cpuusage',0,'2008-11-03 16:00:03'),(1032,4,'cpuusage',0,'2008-11-03 16:00:03'),(1038,4,'cpuusage',0,'2008-11-03 16:00:03'),(1044,4,'cpuusage',0,'2008-11-03 16:00:03'),(1050,4,'cpuusage',0,'2008-11-03 16:00:03'),(1056,4,'cpuusage',0,'2008-11-03 16:00:03'),(1062,4,'cpuusage',0,'2008-11-03 16:00:03'),(1068,4,'cpuusage',0,'2008-11-03 16:00:03'),(1074,4,'cpuusage',0,'2008-11-03 16:00:03'),(1080,4,'cpuusage',0,'2008-11-03 16:00:03'),(1086,4,'cpuusage',0,'2008-11-03 16:00:03'),(1092,4,'cpuusage',0,'2008-11-03 16:00:03'),(1099,4,'cpuusage',0,'2008-11-03 16:00:03'),(1104,4,'cpuusage',0,'2008-11-03 16:00:03'),(1110,4,'cpuusage',0,'2008-11-03 16:00:03'),(1116,4,'cpuusage',0,'2008-11-03 16:00:03'),(1122,4,'cpuusage',0,'2008-11-03 16:00:03'),(1128,4,'cpuusage',0,'2008-11-03 16:00:03'),(1134,4,'cpuusage',0,'2008-11-03 16:00:03'),(1140,4,'cpuusage',0,'2008-11-03 16:00:03'),(1146,4,'cpuusage',0,'2008-11-03 16:00:03'),(1152,4,'cpuusage',0,'2008-11-03 16:00:03'),(1158,4,'cpuusage',0,'2008-11-03 16:00:03'),(1164,4,'cpuusage',0,'2008-11-03 16:00:03'),(1171,4,'cpuusage',0,'2008-11-03 16:00:03'),(1176,4,'cpuusage',0,'2008-11-03 16:00:03'),(1182,4,'cpuusage',0,'2008-11-03 16:00:03'),(1188,4,'cpuusage',0,'2008-11-03 16:00:03'),(1194,4,'cpuusage',0,'2008-11-03 16:00:03'),(1200,4,'cpuusage',0,'2008-11-03 16:00:03'),(1207,4,'cpuusage',0,'2008-11-03 16:00:03'),(1212,4,'cpuusage',0,'2008-11-03 16:00:03'),(1218,4,'cpuusage',0,'2008-11-03 16:00:03'),(1224,4,'cpuusage',0,'2008-11-03 16:00:03'),(1230,4,'cpuusage',0,'2008-11-03 16:00:03'),(1236,4,'cpuusage',0,'2008-11-03 16:00:03'),(1242,4,'cpuusage',0,'2008-11-03 16:00:03'),(1248,4,'cpuusage',0,'2008-11-03 16:00:03'),(1254,4,'cpuusage',0,'2008-11-03 16:00:03'),(1260,4,'cpuusage',0,'2008-11-03 16:00:03'),(1266,4,'cpuusage',0,'2008-11-03 16:00:03'),(1272,4,'cpuusage',0,'2008-11-03 16:00:03'),(1278,4,'cpuusage',0,'2008-11-03 16:00:03'),(1284,4,'cpuusage',0,'2008-11-03 16:00:03'),(1291,4,'cpuusage',0,'2008-11-03 16:00:03'),(1296,4,'cpuusage',0,'2008-11-03 16:00:03'),(1302,4,'cpuusage',0,'2008-11-03 16:00:03'),(1308,4,'cpuusage',0,'2008-11-03 16:00:03'),(1314,4,'cpuusage',0,'2008-11-03 16:00:03'),(1320,4,'cpuusage',0,'2008-11-03 16:00:03'),(1326,4,'cpuusage',0,'2008-11-03 16:00:03'),(1332,4,'cpuusage',0,'2008-11-03 16:00:03'),(1338,4,'cpuusage',0,'2008-11-03 16:00:03'),(1344,4,'cpuusage',0,'2008-11-03 16:00:03'),(1350,4,'cpuusage',0,'2008-11-03 16:00:03'),(1356,4,'cpuusage',0,'2008-11-03 16:00:03'),(1362,4,'cpuusage',0,'2008-11-03 16:00:03'),(1368,4,'cpuusage',0,'2008-11-03 16:00:03'),(1374,4,'cpuusage',0,'2008-11-03 16:00:03'),(1380,4,'cpuusage',0,'2008-11-03 16:00:03'),(1386,4,'cpuusage',0,'2008-11-03 16:00:03'),(1392,4,'cpuusage',0,'2008-11-03 16:00:03'),(1398,4,'cpuusage',0,'2008-11-03 16:00:03'),(1404,4,'cpuusage',0,'2008-11-03 16:00:03'),(1410,4,'cpuusage',0,'2008-11-03 16:00:03'),(1416,4,'cpuusage',0,'2008-11-03 16:00:03'),(1422,4,'cpuusage',0,'2008-11-03 16:00:03'),(1429,4,'cpuusage',0,'2008-11-03 16:00:03'),(1434,4,'cpuusage',0,'2008-11-03 16:00:03'),(1440,4,'cpuusage',0,'2008-11-03 16:00:03'),(1446,4,'cpuusage',0,'2008-11-03 16:00:03'),(1452,4,'cpuusage',0,'2008-11-03 16:00:03'),(1459,4,'cpuusage',0,'2008-11-03 16:00:03'),(1464,4,'cpuusage',0,'2008-11-03 16:00:03'),(1470,4,'cpuusage',0,'2008-11-03 16:00:03'),(1476,4,'cpuusage',0,'2008-11-03 16:00:03'),(1482,4,'cpuusage',0,'2008-11-03 16:00:03'),(1488,4,'cpuusage',0,'2008-11-03 16:00:03'),(1494,4,'cpuusage',0,'2008-11-03 16:00:03'),(1500,4,'cpuusage',0,'2008-11-03 16:00:03'),(1507,4,'cpuusage',0,'2008-11-03 16:00:03'),(1512,4,'cpuusage',0,'2008-11-03 16:00:03'),(1518,4,'cpuusage',0,'2008-11-03 16:00:03'),(1524,4,'cpuusage',0,'2008-11-03 16:00:03'),(1530,4,'cpuusage',0,'2008-11-03 16:00:03'),(1536,4,'cpuusage',0,'2008-11-03 16:00:03'),(1542,4,'cpuusage',0,'2008-11-03 16:00:03'),(1548,4,'cpuusage',0,'2008-11-03 16:00:03'),(1554,4,'cpuusage',0,'2008-11-03 16:00:03'),(1560,4,'cpuusage',0,'2008-11-03 16:00:03'),(1567,4,'cpuusage',0,'2008-11-03 16:00:03'),(1572,4,'cpuusage',0,'2008-11-03 16:00:03'),(1578,4,'cpuusage',0,'2008-11-03 16:00:03'),(1584,4,'cpuusage',0,'2008-11-03 16:00:03'),(1590,4,'cpuusage',0,'2008-11-03 16:00:03'),(1596,4,'cpuusage',0,'2008-11-03 16:00:03'),(1602,4,'cpuusage',0,'2008-11-03 16:00:03'),(1608,4,'cpuusage',0,'2008-11-03 16:00:03'),(1614,4,'cpuusage',0,'2008-11-03 16:00:03'),(1620,4,'cpuusage',0,'2008-11-03 16:00:03'),(1626,4,'cpuusage',0,'2008-11-03 16:00:03'),(1633,4,'cpuusage',0,'2008-11-03 16:00:03'),(1638,4,'cpuusage',0,'2008-11-03 16:00:03'),(1644,4,'cpuusage',0,'2008-11-03 16:00:03'),(1650,4,'cpuusage',0,'2008-11-03 16:00:03'),(1656,4,'cpuusage',0,'2008-11-03 16:00:03'),(1662,4,'cpuusage',0,'2008-11-03 16:00:03'),(1668,4,'cpuusage',0,'2008-11-03 16:00:03'),(1674,4,'cpuusage',0,'2008-11-03 16:00:03'),(1680,4,'cpuusage',0,'2008-11-03 16:00:03'),(1686,4,'cpuusage',0,'2008-11-03 16:00:03'),(1692,4,'cpuusage',0,'2008-11-03 16:00:03'),(1698,4,'cpuusage',0,'2008-11-03 16:00:03'),(1704,4,'cpuusage',0,'2008-11-03 16:00:03'),(1711,4,'cpuusage',0,'2008-11-03 16:00:03'),(1716,4,'cpuusage',0,'2008-11-03 16:00:03'),(1722,4,'cpuusage',0,'2008-11-03 16:00:03'),(1728,4,'cpuusage',0,'2008-11-03 16:00:03'),(1735,4,'cpuusage',0,'2008-11-03 16:00:03'),(1740,4,'cpuusage',0,'2008-11-03 16:00:03'),(1747,4,'cpuusage',0,'2008-11-03 16:00:03'),(1752,4,'cpuusage',0,'2008-11-03 16:00:03'),(1758,4,'cpuusage',0,'2008-11-03 16:00:03'),(1764,4,'cpuusage',0,'2008-11-03 16:00:03'),(1770,4,'cpuusage',0,'2008-11-03 16:00:03'),(1776,4,'cpuusage',0,'2008-11-03 16:00:03'),(1782,4,'cpuusage',0,'2008-11-03 16:00:03'),(1788,4,'cpuusage',0,'2008-11-03 16:00:03'),(1794,4,'cpuusage',0,'2008-11-03 16:00:03'),(1800,4,'cpuusage',0,'2008-11-03 16:00:03'),(1806,4,'cpuusage',0,'2008-11-03 16:00:03'),(1812,4,'cpuusage',0,'2008-11-03 16:00:03'),(1818,4,'cpuusage',0,'2008-11-03 16:00:03'),(1824,4,'cpuusage',0,'2008-11-03 16:00:03'),(1830,4,'cpuusage',0,'2008-11-03 16:00:03'),(1836,4,'cpuusage',0,'2008-11-03 16:00:03'),(1842,4,'cpuusage',0,'2008-11-03 16:00:03'),(1848,4,'cpuusage',0,'2008-11-03 16:00:03'),(1854,4,'cpuusage',0,'2008-11-03 16:00:03'),(1860,4,'cpuusage',0,'2008-11-03 16:00:03'),(1866,4,'cpuusage',0,'2008-11-03 16:00:03'),(1872,4,'cpuusage',0,'2008-11-03 16:00:03'),(1878,4,'cpuusage',0,'2008-11-03 16:00:03'),(1884,4,'cpuusage',0,'2008-11-03 16:00:03'),(1890,4,'cpuusage',0,'2008-11-03 16:00:03'),(1896,4,'cpuusage',0,'2008-11-03 16:00:03'),(1902,4,'cpuusage',0,'2008-11-03 16:00:03'),(1908,4,'cpuusage',0,'2008-11-03 16:00:03'),(1914,4,'cpuusage',0,'2008-11-03 16:00:03'),(1920,4,'cpuusage',0,'2008-11-03 16:00:03'),(1926,4,'cpuusage',0,'2008-11-03 16:00:03'),(1932,4,'cpuusage',0,'2008-11-03 16:00:03'),(1938,4,'cpuusage',0,'2008-11-03 16:00:03'),(1945,4,'cpuusage',0,'2008-11-03 16:00:03'),(1950,4,'cpuusage',0,'2008-11-03 16:00:03'),(1956,4,'cpuusage',0,'2008-11-03 16:00:03'),(1962,4,'cpuusage',0,'2008-11-03 16:00:03'),(1968,4,'cpuusage',0,'2008-11-03 16:00:03'),(1974,4,'cpuusage',0,'2008-11-03 16:00:03'),(1980,4,'cpuusage',0,'2008-11-03 16:00:03'),(1986,4,'cpuusage',0,'2008-11-03 16:00:03'),(1992,4,'cpuusage',0,'2008-11-03 16:00:03'),(1999,4,'cpuusage',0,'2008-11-03 16:00:03'),(2004,4,'cpuusage',0,'2008-11-03 16:00:03'),(2010,4,'cpuusage',0,'2008-11-03 16:00:03'),(2017,4,'cpuusage',0,'2008-11-03 16:00:03'),(2022,4,'cpuusage',0,'2008-11-03 16:00:03'),(2028,4,'cpuusage',0,'2008-11-03 16:00:03'),(2034,4,'cpuusage',0,'2008-11-03 16:00:03'),(2040,4,'cpuusage',0,'2008-11-03 16:00:03'),(2046,4,'cpuusage',0,'2008-11-03 16:00:03'),(2052,4,'cpuusage',0,'2008-11-03 16:00:03'),(2058,4,'cpuusage',0,'2008-11-03 16:00:03'),(2064,4,'cpuusage',0,'2008-11-03 16:00:03'),(2071,4,'cpuusage',0,'2008-11-03 16:00:03'),(2076,4,'cpuusage',0,'2008-11-03 16:00:03'),(2082,4,'cpuusage',0,'2008-11-03 16:00:03'),(2088,4,'cpuusage',0,'2008-11-03 16:00:03'),(2094,4,'cpuusage',0,'2008-11-03 16:00:03'),(2100,4,'cpuusage',0,'2008-11-03 16:00:03'),(2106,4,'cpuusage',0,'2008-11-03 16:00:03'),(2112,4,'cpuusage',0,'2008-11-03 16:00:03'),(2118,4,'cpuusage',0,'2008-11-03 16:00:03'),(2124,4,'cpuusage',0,'2008-11-03 16:00:03'),(2130,4,'cpuusage',0,'2008-11-03 16:00:03'),(2137,4,'cpuusage',0,'2008-11-03 16:00:03'),(2142,4,'cpuusage',0,'2008-11-03 16:00:03'),(2148,4,'cpuusage',0,'2008-11-03 16:00:03'),(2154,4,'cpuusage',0,'2008-11-03 16:00:03'),(2160,4,'cpuusage',0,'2008-11-03 16:00:03'),(2166,4,'cpuusage',0,'2008-11-03 16:00:03'),(2172,4,'cpuusage',0,'2008-11-03 16:00:03'),(2178,4,'cpuusage',0,'2008-11-03 16:00:03'),(2184,4,'cpuusage',0,'2008-11-03 16:00:03'),(2191,4,'cpuusage',0,'2008-11-03 16:00:03'),(2196,4,'cpuusage',0,'2008-11-03 16:00:03'),(2202,4,'cpuusage',0,'2008-11-03 16:00:03'),(2208,4,'cpuusage',0,'2008-11-03 16:00:03'),(2214,4,'cpuusage',0,'2008-11-03 16:00:03'),(2220,4,'cpuusage',0,'2008-11-03 16:00:03'),(2226,4,'cpuusage',0,'2008-11-03 16:00:03'),(2232,4,'cpuusage',0,'2008-11-03 16:00:03'),(2238,4,'cpuusage',0,'2008-11-03 16:00:03'),(2244,4,'cpuusage',0,'2008-11-03 16:00:03'),(2250,4,'cpuusage',0,'2008-11-03 16:00:03'),(2256,4,'cpuusage',0,'2008-11-03 16:00:03'),(2262,4,'cpuusage',0,'2008-11-03 16:00:03'),(2268,4,'cpuusage',0,'2008-11-03 16:00:03'),(2274,4,'cpuusage',0,'2008-11-03 16:00:03'),(2280,4,'cpuusage',0,'2008-11-03 16:00:03'),(2286,4,'cpuusage',0,'2008-11-03 16:00:03'),(2292,4,'cpuusage',0,'2008-11-03 16:00:03'),(2298,4,'cpuusage',0,'2008-11-03 16:00:03'),(2304,4,'cpuusage',0,'2008-11-03 16:00:03'),(2310,4,'cpuusage',0,'2008-11-03 16:00:03'),(2316,4,'cpuusage',0,'2008-11-03 16:00:03'),(2322,4,'cpuusage',0,'2008-11-03 16:00:03'),(2328,4,'cpuusage',0,'2008-11-03 16:00:03'),(2334,4,'cpuusage',0,'2008-11-03 16:00:03'),(2340,4,'cpuusage',0,'2008-11-03 16:00:03'),(2346,4,'cpuusage',0,'2008-11-03 16:00:03'),(2352,4,'cpuusage',0,'2008-11-03 16:00:03'),(2358,4,'cpuusage',0,'2008-11-03 16:00:03'),(2364,4,'cpuusage',0,'2008-11-03 16:00:03'),(2370,4,'cpuusage',0,'2008-11-03 16:00:03'),(2376,4,'cpuusage',0,'2008-11-03 16:00:03'),(2382,4,'cpuusage',0,'2008-11-03 16:00:03'),(2388,4,'cpuusage',0,'2008-11-03 16:00:03'),(2394,4,'cpuusage',0,'2008-11-03 16:00:03'),(2400,4,'cpuusage',0,'2008-11-03 16:00:03'),(2406,4,'cpuusage',0,'2008-11-03 16:00:03'),(2413,4,'cpuusage',0,'2008-11-03 16:00:03'),(2418,4,'cpuusage',0,'2008-11-03 16:00:03'),(2424,4,'cpuusage',0,'2008-11-03 16:00:03'),(2430,4,'cpuusage',0,'2008-11-03 16:00:03'),(2436,4,'cpuusage',0,'2008-11-03 16:00:03'),(2442,4,'cpuusage',0,'2008-11-03 16:00:03'),(2448,4,'cpuusage',0,'2008-11-03 16:00:03'),(2454,4,'cpuusage',0,'2008-11-03 16:00:03'),(2460,4,'cpuusage',0,'2008-11-03 16:00:03'),(2466,4,'cpuusage',0,'2008-11-03 16:00:03'),(2472,4,'cpuusage',0,'2008-11-03 16:00:03'),(2478,4,'cpuusage',0,'2008-11-03 16:00:03'),(2484,4,'cpuusage',0,'2008-11-03 16:00:03'),(2490,4,'cpuusage',0,'2008-11-03 16:00:03'),(2497,4,'cpuusage',0,'2008-11-03 16:00:03'),(2502,4,'cpuusage',0,'2008-11-03 16:00:03'),(2508,4,'cpuusage',0,'2008-11-03 16:00:03'),(2514,4,'cpuusage',0,'2008-11-03 16:00:03'),(2520,4,'cpuusage',0,'2008-11-03 16:00:03'),(2526,4,'cpuusage',0,'2008-11-03 16:00:03'),(2532,4,'cpuusage',0,'2008-11-03 16:00:03'),(2538,4,'cpuusage',0,'2008-11-03 16:00:03'),(2544,4,'cpuusage',0,'2008-11-03 16:00:03'),(2550,4,'cpuusage',0,'2008-11-03 16:00:03'),(2556,4,'cpuusage',0,'2008-11-03 16:00:03'),(2562,4,'cpuusage',0,'2008-11-03 16:00:03'),(2569,4,'cpuusage',0,'2008-11-03 16:00:03'),(2574,4,'cpuusage',0,'2008-11-03 16:00:03'),(2580,4,'cpuusage',0,'2008-11-03 16:00:03'),(2586,4,'cpuusage',0,'2008-11-03 16:00:03'),(2592,4,'cpuusage',0,'2008-11-03 16:00:03'),(2598,4,'cpuusage',0,'2008-11-03 16:00:03'),(2604,4,'cpuusage',0,'2008-11-03 16:00:03'),(2611,4,'cpuusage',0,'2008-11-03 16:00:03'),(2617,4,'cpuusage',0,'2008-11-03 16:00:03'),(2622,4,'cpuusage',0,'2008-11-03 16:00:03'),(2628,4,'cpuusage',0,'2008-11-03 16:00:03'),(2634,4,'cpuusage',0,'2008-11-03 16:00:03'),(2640,4,'cpuusage',0,'2008-11-03 16:00:03'),(2646,4,'cpuusage',0,'2008-11-03 16:00:03'),(2652,4,'cpuusage',0,'2008-11-03 16:00:03'),(2658,4,'cpuusage',0,'2008-11-03 16:00:03'),(2664,4,'cpuusage',0,'2008-11-03 16:00:03'),(2670,4,'cpuusage',0,'2008-11-03 16:00:03'),(2676,4,'cpuusage',0,'2008-11-03 16:00:03'),(2683,4,'cpuusage',0,'2008-11-03 16:00:03'),(2688,4,'cpuusage',0,'2008-11-03 16:00:03'),(2695,4,'cpuusage',0,'2008-11-03 16:00:03'),(2700,4,'cpuusage',0,'2008-11-03 16:00:03'),(2706,4,'cpuusage',0,'2008-11-03 16:00:03'),(2712,4,'cpuusage',0,'2008-11-03 16:00:03'),(2718,4,'cpuusage',0,'2008-11-03 16:00:03'),(2724,4,'cpuusage',0,'2008-11-03 16:00:03'),(2730,4,'cpuusage',0,'2008-11-03 16:00:03'),(2736,4,'cpuusage',0,'2008-11-03 16:00:03'),(2742,4,'cpuusage',0,'2008-11-03 16:00:03'),(2748,4,'cpuusage',0,'2008-11-03 16:00:03'),(2754,4,'cpuusage',0,'2008-11-03 16:00:03'),(2760,4,'cpuusage',0,'2008-11-03 16:00:03'),(2766,4,'cpuusage',0,'2008-11-03 16:00:03'),(2772,4,'cpuusage',0,'2008-11-03 16:00:03'),(2778,4,'cpuusage',0,'2008-11-03 16:00:03'),(2784,4,'cpuusage',0,'2008-11-03 16:00:03'),(2790,4,'cpuusage',0,'2008-11-03 16:00:03'),(2796,4,'cpuusage',0,'2008-11-03 16:00:03'),(2802,4,'cpuusage',0,'2008-11-03 16:00:03'),(2808,4,'cpuusage',0,'2008-11-03 16:00:03'),(2814,4,'cpuusage',0,'2008-11-03 16:00:03'),(2820,4,'cpuusage',0,'2008-11-03 16:00:03'),(2826,4,'cpuusage',0,'2008-11-03 16:00:03'),(2832,4,'cpuusage',0,'2008-11-03 16:00:03'),(2838,4,'cpuusage',0,'2008-11-03 16:00:03'),(2845,4,'cpuusage',0,'2008-11-03 16:00:03'),(2850,4,'cpuusage',0,'2008-11-03 16:00:03'),(2856,4,'cpuusage',0,'2008-11-03 16:00:03'),(2862,4,'cpuusage',0,'2008-11-03 16:00:03'),(2868,4,'cpuusage',0,'2008-11-03 16:00:03'),(2874,4,'cpuusage',0,'2008-11-03 16:00:03'),(2880,4,'cpuusage',0,'2008-11-03 16:00:03'),(2886,4,'cpuusage',0,'2008-11-03 16:00:03'),(2892,4,'cpuusage',0,'2008-11-03 16:00:03'),(2898,4,'cpuusage',0,'2008-11-03 16:00:03'),(2904,4,'cpuusage',0,'2008-11-03 16:00:03'),(2910,4,'cpuusage',0,'2008-11-03 16:00:03'),(2916,4,'cpuusage',0,'2008-11-03 16:00:03'),(2922,4,'cpuusage',0,'2008-11-03 16:00:03'),(2928,4,'cpuusage',0,'2008-11-03 16:00:03'),(2934,4,'cpuusage',0,'2008-11-03 16:00:03'),(2940,4,'cpuusage',0,'2008-11-03 16:00:03'),(2946,4,'cpuusage',0,'2008-11-03 16:00:03'),(2952,4,'cpuusage',0,'2008-11-03 16:00:03'),(2958,4,'cpuusage',0,'2008-11-03 16:00:03'),(2964,4,'cpuusage',0,'2008-11-03 16:00:03'),(2970,4,'cpuusage',0,'2008-11-03 16:00:03'),(2976,4,'cpuusage',0,'2008-11-03 16:00:03'),(2982,4,'cpuusage',0,'2008-11-03 16:00:03'),(2988,4,'cpuusage',0,'2008-11-03 16:00:03'),(2994,4,'cpuusage',0,'2008-11-03 16:00:03'),(3000,4,'cpuusage',0,'2008-11-03 16:00:03'),(3006,4,'cpuusage',0,'2008-11-03 16:00:03'),(3012,4,'cpuusage',0,'2008-11-03 16:00:03'),(3018,4,'cpuusage',0,'2008-11-03 16:00:03'),(3024,4,'cpuusage',0,'2008-11-03 16:00:03'),(3030,4,'cpuusage',0,'2008-11-03 16:00:03'),(3036,4,'cpuusage',0,'2008-11-03 16:00:03'),(3042,4,'cpuusage',0,'2008-11-03 16:00:03'),(3048,4,'cpuusage',0,'2008-11-03 16:00:03'),(3054,4,'cpuusage',0,'2008-11-03 16:00:03'),(3060,4,'cpuusage',0,'2008-11-03 16:00:03'),(3066,4,'cpuusage',0,'2008-11-03 16:00:03'),(3072,4,'cpuusage',0,'2008-11-03 16:00:03'),(3078,4,'cpuusage',0,'2008-11-03 16:00:03'),(3084,4,'cpuusage',0,'2008-11-03 16:00:03'),(3090,4,'cpuusage',0,'2008-11-03 16:00:03'),(3096,4,'cpuusage',0,'2008-11-03 16:00:03'),(3102,4,'cpuusage',0,'2008-11-03 16:00:03'),(3108,4,'cpuusage',0,'2008-11-03 16:00:03'),(3114,4,'cpuusage',0,'2008-11-03 16:00:03'),(3120,4,'cpuusage',0,'2008-11-03 16:00:03'),(3126,4,'cpuusage',0,'2008-11-03 16:00:03'),(3132,4,'cpuusage',0,'2008-11-03 16:00:03'),(3138,4,'cpuusage',0,'2008-11-03 16:00:03'),(3144,4,'cpuusage',0,'2008-11-03 16:00:03'),(3150,4,'cpuusage',0,'2008-11-03 16:00:03'),(3156,4,'cpuusage',0,'2008-11-03 16:00:03'),(3162,4,'cpuusage',0,'2008-11-03 16:00:03'),(3168,4,'cpuusage',0,'2008-11-03 16:00:03'),(3174,4,'cpuusage',0,'2008-11-03 16:00:03'),(3180,4,'cpuusage',0,'2008-11-03 16:00:03'),(3187,4,'cpuusage',0,'2008-11-03 16:00:03'),(3192,4,'cpuusage',0,'2008-11-03 16:00:03'),(3198,4,'cpuusage',0,'2008-11-03 16:00:03'),(3204,4,'cpuusage',0,'2008-11-03 16:00:03'),(3210,4,'cpuusage',0,'2008-11-03 16:00:03'),(3216,4,'cpuusage',0,'2008-11-03 16:00:03'),(3222,4,'cpuusage',0,'2008-11-03 16:00:03'),(3228,4,'cpuusage',0,'2008-11-03 16:00:03'),(3234,4,'cpuusage',0,'2008-11-03 16:00:03'),(3240,4,'cpuusage',0,'2008-11-03 16:00:03'),(3247,4,'cpuusage',0,'2008-11-03 16:00:03'),(3252,4,'cpuusage',0,'2008-11-03 16:00:03'),(3259,4,'cpuusage',0,'2008-11-03 16:00:03'),(3264,4,'cpuusage',0,'2008-11-03 16:00:03'),(3270,4,'cpuusage',0,'2008-11-03 16:00:03'),(3276,4,'cpuusage',0,'2008-11-03 16:00:03'),(3282,4,'cpuusage',0,'2008-11-03 16:00:03'),(3288,4,'cpuusage',0,'2008-11-03 16:00:03'),(3294,4,'cpuusage',0,'2008-11-03 16:00:03'),(3300,4,'cpuusage',0,'2008-11-03 16:00:03'),(3306,4,'cpuusage',0,'2008-11-03 16:00:03'),(3312,4,'cpuusage',0,'2008-11-03 16:00:03'),(3318,4,'cpuusage',0,'2008-11-03 16:00:03'),(3324,4,'cpuusage',0,'2008-11-03 16:00:03'),(3331,4,'cpuusage',0,'2008-11-03 16:00:03'),(3336,4,'cpuusage',0,'2008-11-03 16:00:03'),(3343,4,'cpuusage',0,'2008-11-03 16:00:03'),(3349,4,'cpuusage',0,'2008-11-03 16:00:03'),(3354,4,'cpuusage',0,'2008-11-03 16:00:03'),(3360,4,'cpuusage',0,'2008-11-03 16:00:03'),(3366,4,'cpuusage',0,'2008-11-03 16:00:03'),(3372,4,'cpuusage',0,'2008-11-03 16:00:03'),(3378,4,'cpuusage',0,'2008-11-03 16:00:03'),(3384,4,'cpuusage',0,'2008-11-03 16:00:03'),(3391,4,'cpuusage',0,'2008-11-03 16:00:03'),(3396,4,'cpuusage',0,'2008-11-03 16:00:03'),(3402,4,'cpuusage',0,'2008-11-03 16:00:03'),(3408,4,'cpuusage',0,'2008-11-03 16:00:03'),(3414,4,'cpuusage',0,'2008-11-03 16:00:03'),(3420,4,'cpuusage',0,'2008-11-03 16:00:03'),(3426,4,'cpuusage',0,'2008-11-03 16:00:03'),(3432,4,'cpuusage',0,'2008-11-03 16:00:03'),(3438,4,'cpuusage',0,'2008-11-03 16:00:03'),(3444,4,'cpuusage',0,'2008-11-03 16:00:03'),(3450,4,'cpuusage',0,'2008-11-03 16:00:03'),(3456,4,'cpuusage',0,'2008-11-03 16:00:03'),(3462,4,'cpuusage',0,'2008-11-03 16:00:03'),(3468,4,'cpuusage',0,'2008-11-03 16:00:03'),(3474,4,'cpuusage',0,'2008-11-03 16:00:03'),(3480,4,'cpuusage',0,'2008-11-03 16:00:03'),(3486,4,'cpuusage',0,'2008-11-03 16:00:03'),(3492,4,'cpuusage',0,'2008-11-03 16:00:03'),(3498,4,'cpuusage',0,'2008-11-03 16:00:03'),(3504,4,'cpuusage',0,'2008-11-03 16:00:03'),(3510,4,'cpuusage',0,'2008-11-03 16:00:03'),(3516,4,'cpuusage',0,'2008-11-03 16:00:03'),(3523,4,'cpuusage',0,'2008-11-03 16:00:03'),(3528,4,'cpuusage',0,'2008-11-03 16:00:03'),(3534,4,'cpuusage',0,'2008-11-03 16:00:03'),(3540,4,'cpuusage',0,'2008-11-03 16:00:03'),(3546,4,'cpuusage',0,'2008-11-03 16:00:03'),(3552,4,'cpuusage',0,'2008-11-03 16:00:03'),(3559,4,'cpuusage',0,'2008-11-03 16:00:03'),(3564,4,'cpuusage',0,'2008-11-03 16:00:03'),(3570,4,'cpuusage',0,'2008-11-03 16:00:03'),(3576,4,'cpuusage',0,'2008-11-03 16:00:03'),(3582,4,'cpuusage',0,'2008-11-03 16:00:03'),(3588,4,'cpuusage',0,'2008-11-03 16:00:03'),(3594,4,'cpuusage',0,'2008-11-03 16:00:03'),(3600,4,'cpuusage',0,'2008-11-03 16:00:03'),(3607,4,'cpuusage',0,'2008-11-03 16:00:03'),(3612,4,'cpuusage',0,'2008-11-03 16:00:03'),(3618,4,'cpuusage',0,'2008-11-03 16:00:03'),(3624,4,'cpuusage',0,'2008-11-03 16:00:03'),(3630,4,'cpuusage',0,'2008-11-03 16:00:03'),(3636,4,'cpuusage',0,'2008-11-03 16:00:03'),(3642,4,'cpuusage',0,'2008-11-03 16:00:03'),(3648,4,'cpuusage',0,'2008-11-03 16:00:03'),(3654,4,'cpuusage',0,'2008-11-03 16:00:03'),(3660,4,'cpuusage',0,'2008-11-03 16:00:03'),(3666,4,'cpuusage',0,'2008-11-03 16:00:03'),(3672,4,'cpuusage',0,'2008-11-03 16:00:03'),(3678,4,'cpuusage',0,'2008-11-03 16:00:03'),(3684,4,'cpuusage',0,'2008-11-03 16:00:03'),(3690,4,'cpuusage',0,'2008-11-03 16:00:03'),(3696,4,'cpuusage',0,'2008-11-03 16:00:03'),(3702,4,'cpuusage',0,'2008-11-03 16:00:03'),(3708,4,'cpuusage',0,'2008-11-03 16:00:03'),(3714,4,'cpuusage',0,'2008-11-03 16:00:03'),(3720,4,'cpuusage',0,'2008-11-03 16:00:03'),(3726,4,'cpuusage',0,'2008-11-03 16:00:03'),(3732,4,'cpuusage',0,'2008-11-03 16:00:03'),(3739,4,'cpuusage',0,'2008-11-03 16:00:03'),(3744,4,'cpuusage',0,'2008-11-03 16:00:03'),(3750,4,'cpuusage',0,'2008-11-03 16:00:03'),(3756,4,'cpuusage',0,'2008-11-03 16:00:03'),(3762,4,'cpuusage',0,'2008-11-03 16:00:03'),(3769,4,'cpuusage',0,'2008-11-03 16:00:03'),(3774,4,'cpuusage',0,'2008-11-03 16:00:03'),(3780,4,'cpuusage',0,'2008-11-03 16:00:03'),(3786,4,'cpuusage',0,'2008-11-03 16:00:03'),(3792,4,'cpuusage',0,'2008-11-03 16:00:03'),(3798,4,'cpuusage',0,'2008-11-03 16:00:03'),(3804,4,'cpuusage',0,'2008-11-03 16:00:03'),(3810,4,'cpuusage',0,'2008-11-03 16:00:03'),(3816,4,'cpuusage',0,'2008-11-03 16:00:03'),(3822,4,'cpuusage',0,'2008-11-03 16:00:03'),(3828,4,'cpuusage',0,'2008-11-03 16:00:03'),(3834,4,'cpuusage',0,'2008-11-03 16:00:03'),(3840,4,'cpuusage',0,'2008-11-03 16:00:03'),(3846,4,'cpuusage',0,'2008-11-03 16:00:03'),(3852,4,'cpuusage',0,'2008-11-03 16:00:03'),(3858,4,'cpuusage',0,'2008-11-03 16:00:03'),(3864,4,'cpuusage',0,'2008-11-03 16:00:03'),(3871,4,'cpuusage',0,'2008-11-03 16:00:03'),(3876,4,'cpuusage',0,'2008-11-03 16:00:03'),(3882,4,'cpuusage',0,'2008-11-03 16:00:03'),(3888,4,'cpuusage',0,'2008-11-03 16:00:03'),(3894,4,'cpuusage',0,'2008-11-03 16:00:03'),(3900,4,'cpuusage',0,'2008-11-03 16:00:03'),(3906,4,'cpuusage',0,'2008-11-03 16:00:03'),(3912,4,'cpuusage',0,'2008-11-03 16:00:03'),(3918,4,'cpuusage',0,'2008-11-03 16:00:03'),(3924,4,'cpuusage',0,'2008-11-03 16:00:03'),(3931,4,'cpuusage',0,'2008-11-03 16:00:03'),(3936,4,'cpuusage',0,'2008-11-03 16:00:03'),(3942,4,'cpuusage',0,'2008-11-03 16:00:03'),(3948,4,'cpuusage',0,'2008-11-03 16:00:03'),(3954,4,'cpuusage',0,'2008-11-03 16:00:03'),(3960,4,'cpuusage',0,'2008-11-03 16:00:03'),(3966,4,'cpuusage',0,'2008-11-03 16:00:03'),(3972,4,'cpuusage',0,'2008-11-03 16:00:03'),(3978,4,'cpuusage',0,'2008-11-03 16:00:03'),(3984,4,'cpuusage',0,'2008-11-03 16:00:03'),(3990,4,'cpuusage',0,'2008-11-03 16:00:03'),(3996,4,'cpuusage',0,'2008-11-03 16:00:03'),(4002,4,'cpuusage',0,'2008-11-03 16:00:03'),(4008,4,'cpuusage',0,'2008-11-03 16:00:03'),(4014,4,'cpuusage',0,'2008-11-03 16:00:03'),(4020,4,'cpuusage',0,'2008-11-03 16:00:03'),(4026,4,'cpuusage',0,'2008-11-03 16:00:03'),(4032,4,'cpuusage',0,'2008-11-03 16:00:03'),(4039,4,'cpuusage',0,'2008-11-03 16:00:03'),(4044,4,'cpuusage',0,'2008-11-03 16:00:03'),(4050,4,'cpuusage',0,'2008-11-03 16:00:03'),(4056,4,'cpuusage',0,'2008-11-03 16:00:03'),(4062,4,'cpuusage',0,'2008-11-03 16:00:03'),(4068,4,'cpuusage',0,'2008-11-03 16:00:03'),(4074,4,'cpuusage',0,'2008-11-03 16:00:03'),(4080,4,'cpuusage',0,'2008-11-03 16:00:03'),(4086,4,'cpuusage',0,'2008-11-03 16:00:03'),(4092,4,'cpuusage',0,'2008-11-03 16:00:03'),(4098,4,'cpuusage',0,'2008-11-03 16:00:03'),(4104,4,'cpuusage',0,'2008-11-03 16:00:03'),(4110,4,'cpuusage',0,'2008-11-03 16:00:03'),(4116,4,'cpuusage',0,'2008-11-03 16:00:03'),(4122,4,'cpuusage',0,'2008-11-03 16:00:03'),(4128,4,'cpuusage',0,'2008-11-03 16:00:03'),(4134,4,'cpuusage',0,'2008-11-03 16:00:03'),(4140,4,'cpuusage',0,'2008-11-03 16:00:03'),(4146,4,'cpuusage',0,'2008-11-03 16:00:03'),(4152,4,'cpuusage',0,'2008-11-03 16:00:03'),(4159,4,'cpuusage',0,'2008-11-03 16:00:03'),(4164,4,'cpuusage',0,'2008-11-03 16:00:03'),(4170,4,'cpuusage',0,'2008-11-03 16:00:03'),(4176,4,'cpuusage',0,'2008-11-03 16:00:03'),(4182,4,'cpuusage',0,'2008-11-03 16:00:03'),(4188,4,'cpuusage',0,'2008-11-03 16:00:03'),(4194,4,'cpuusage',0,'2008-11-03 16:00:03'),(4200,4,'cpuusage',0,'2008-11-03 16:00:03'),(4206,4,'cpuusage',0,'2008-11-03 16:00:03'),(4212,4,'cpuusage',0,'2008-11-03 16:00:03'),(4218,4,'cpuusage',0,'2008-11-03 16:00:03'),(4224,4,'cpuusage',0,'2008-11-03 16:00:03'),(4230,4,'cpuusage',0,'2008-11-03 16:00:03'),(4236,4,'cpuusage',0,'2008-11-03 16:00:03'),(4242,4,'cpuusage',0,'2008-11-03 16:00:03'),(4248,4,'cpuusage',0,'2008-11-03 16:00:03'),(4254,4,'cpuusage',0,'2008-11-03 16:00:03'),(4260,4,'cpuusage',0,'2008-11-03 16:00:03'),(4266,4,'cpuusage',0,'2008-11-03 16:00:03'),(4272,4,'cpuusage',0,'2008-11-03 16:00:03'),(4278,4,'cpuusage',0,'2008-11-03 16:00:03'),(4284,4,'cpuusage',0,'2008-11-03 16:00:03'),(4290,4,'cpuusage',0,'2008-11-03 16:00:03'),(4296,4,'cpuusage',0,'2008-11-03 16:00:03'),(4302,4,'cpuusage',0,'2008-11-03 16:00:03'),(4308,4,'cpuusage',0,'2008-11-03 16:00:03'),(4314,4,'cpuusage',0,'2008-11-03 16:00:03'),(4321,4,'cpuusage',0,'2008-11-03 16:00:03'),(4327,4,'cpuusage',0,'2008-11-03 16:00:03'),(4332,4,'cpuusage',0,'2008-11-03 16:00:03'),(4338,4,'cpuusage',0,'2008-11-03 16:00:03'),(4344,4,'cpuusage',0,'2008-11-03 16:00:03'),(4350,4,'cpuusage',0,'2008-11-03 16:00:03'),(4356,4,'cpuusage',0,'2008-11-03 16:00:03'),(4363,4,'cpuusage',0,'2008-11-03 16:00:03'),(4368,4,'cpuusage',0,'2008-11-03 16:00:03'),(4374,4,'cpuusage',0,'2008-11-03 16:00:03'),(4380,4,'cpuusage',0,'2008-11-03 16:00:03'),(4386,4,'cpuusage',0,'2008-11-03 16:00:03'),(4392,4,'cpuusage',0,'2008-11-03 16:00:03'),(4399,4,'cpuusage',0,'2008-11-03 16:00:03'),(4404,4,'cpuusage',0,'2008-11-03 16:00:03'),(4410,4,'cpuusage',0,'2008-11-03 16:00:03'),(4416,4,'cpuusage',0,'2008-11-03 16:00:03'),(4422,4,'cpuusage',0,'2008-11-03 16:00:03'),(4428,4,'cpuusage',0,'2008-11-03 16:00:03'),(4434,4,'cpuusage',0,'2008-11-03 16:00:03'),(4440,4,'cpuusage',0,'2008-11-03 16:00:03'),(4446,4,'cpuusage',0,'2008-11-03 16:00:03'),(4452,4,'cpuusage',0,'2008-11-03 16:00:03'),(4458,4,'cpuusage',0,'2008-11-03 16:00:03'),(4464,4,'cpuusage',0,'2008-11-03 16:00:03'),(4470,4,'cpuusage',0,'2008-11-03 16:00:03'),(4476,4,'cpuusage',0,'2008-11-03 16:00:03'),(4482,4,'cpuusage',0,'2008-11-03 16:00:03'),(4488,4,'cpuusage',0,'2008-11-03 16:00:03'),(4494,4,'cpuusage',0,'2008-11-03 16:00:03'),(4500,4,'cpuusage',0,'2008-11-03 16:00:03'),(4506,4,'cpuusage',0,'2008-11-03 16:00:03'),(4512,4,'cpuusage',0,'2008-11-03 16:00:03'),(4518,4,'cpuusage',0,'2008-11-03 16:00:03'),(4524,4,'cpuusage',0,'2008-11-03 16:00:03'),(4530,4,'cpuusage',0,'2008-11-03 16:00:03'),(4536,4,'cpuusage',0,'2008-11-03 16:00:03'),(4542,4,'cpuusage',0,'2008-11-03 16:00:03'),(4548,4,'cpuusage',0,'2008-11-03 16:00:03'),(4554,4,'cpuusage',0,'2008-11-03 16:00:03'),(4560,4,'cpuusage',0,'2008-11-03 16:00:03'),(4566,4,'cpuusage',0,'2008-11-03 16:00:03'),(4572,4,'cpuusage',0,'2008-11-03 16:00:03'),(4578,4,'cpuusage',0,'2008-11-03 16:00:03'),(4584,4,'cpuusage',0,'2008-11-03 16:00:03'),(4590,4,'cpuusage',0,'2008-11-03 16:00:03'),(4596,4,'cpuusage',0,'2008-11-03 16:00:03'),(4602,4,'cpuusage',0,'2008-11-03 16:00:03'),(4608,4,'cpuusage',0,'2008-11-03 16:00:03'),(4614,4,'cpuusage',0,'2008-11-03 16:00:03'),(4620,4,'cpuusage',0,'2008-11-03 16:00:03'),(4626,4,'cpuusage',0,'2008-11-03 16:00:03'),(4632,4,'cpuusage',0,'2008-11-03 16:00:03'),(4638,4,'cpuusage',0,'2008-11-03 16:00:03'),(4644,4,'cpuusage',0,'2008-11-03 16:00:03'),(4650,4,'cpuusage',0,'2008-11-03 16:00:03'),(4656,4,'cpuusage',0,'2008-11-03 16:00:03'),(4662,4,'cpuusage',0,'2008-11-03 16:00:03'),(4668,4,'cpuusage',0,'2008-11-03 16:00:03'),(4674,4,'cpuusage',0,'2008-11-03 16:00:03'),(4680,4,'cpuusage',0,'2008-11-03 16:00:03'),(4686,4,'cpuusage',0,'2008-11-03 16:00:03'),(4692,4,'cpuusage',0,'2008-11-03 16:00:03'),(4698,4,'cpuusage',0,'2008-11-03 16:00:03'),(4704,4,'cpuusage',0,'2008-11-03 16:00:03'),(4710,4,'cpuusage',0,'2008-11-03 16:00:03'),(4717,4,'cpuusage',0,'2008-11-03 16:00:03'),(4722,4,'cpuusage',0,'2008-11-03 16:00:03'),(4728,4,'cpuusage',0,'2008-11-03 16:00:03'),(4734,4,'cpuusage',0,'2008-11-03 16:00:03'),(4740,4,'cpuusage',0,'2008-11-03 16:00:03'),(4746,4,'cpuusage',0,'2008-11-03 16:00:03'),(4752,4,'cpuusage',0,'2008-11-03 16:00:03'),(4758,4,'cpuusage',0,'2008-11-03 16:00:03'),(4764,4,'cpuusage',0,'2008-11-03 16:00:03'),(4770,4,'cpuusage',0,'2008-11-03 16:00:03'),(4777,4,'cpuusage',0,'2008-11-03 16:00:03'),(4782,4,'cpuusage',0,'2008-11-03 16:00:03'),(4788,4,'cpuusage',0,'2008-11-03 16:00:03'),(4795,4,'cpuusage',0,'2008-11-03 16:00:03'),(4800,4,'cpuusage',0,'2008-11-03 16:00:03'),(4806,4,'cpuusage',0,'2008-11-03 16:00:03'),(4813,4,'cpuusage',0,'2008-11-03 16:00:03'),(4818,4,'cpuusage',0,'2008-11-03 16:00:03'),(4824,4,'cpuusage',0,'2008-11-03 16:00:03'),(4830,4,'cpuusage',0,'2008-11-03 16:00:03'),(4836,4,'cpuusage',0,'2008-11-03 16:00:03'),(4842,4,'cpuusage',0,'2008-11-03 16:00:03'),(4848,4,'cpuusage',0,'2008-11-03 16:00:03'),(4854,4,'cpuusage',0,'2008-11-03 16:00:03'),(4860,4,'cpuusage',0,'2008-11-03 16:00:03'),(4866,4,'cpuusage',0,'2008-11-03 16:00:03'),(4873,4,'cpuusage',0,'2008-11-03 16:00:03'),(4878,4,'cpuusage',0,'2008-11-03 16:00:03'),(4884,4,'cpuusage',0,'2008-11-03 16:00:03'),(4890,4,'cpuusage',0,'2008-11-03 16:00:03'),(4896,4,'cpuusage',0,'2008-11-03 16:00:03'),(4902,4,'cpuusage',0,'2008-11-03 16:00:03'),(4908,4,'cpuusage',0,'2008-11-03 16:00:03'),(4914,4,'cpuusage',0,'2008-11-03 16:00:03'),(4920,4,'cpuusage',0,'2008-11-03 16:00:03'),(4926,4,'cpuusage',0,'2008-11-03 16:00:03'),(4932,4,'cpuusage',0,'2008-11-03 16:00:03'),(4938,4,'cpuusage',0,'2008-11-03 16:00:03'),(4944,4,'cpuusage',0,'2008-11-03 16:00:03'),(4950,4,'cpuusage',0,'2008-11-03 16:00:03'),(4956,4,'cpuusage',0,'2008-11-03 16:00:03'),(4962,4,'cpuusage',0,'2008-11-03 16:00:03'),(4968,4,'cpuusage',0,'2008-11-03 16:00:03'),(4975,4,'cpuusage',0,'2008-11-03 16:00:03'),(4980,4,'cpuusage',0,'2008-11-03 16:00:03'),(4986,4,'cpuusage',0,'2008-11-03 16:00:03'),(4992,4,'cpuusage',0,'2008-11-03 16:00:03'),(4998,4,'cpuusage',0,'2008-11-03 16:00:03'),(5005,4,'cpuusage',0,'2008-11-03 16:00:03'),(5011,4,'cpuusage',0,'2008-11-03 16:00:03'),(5016,4,'cpuusage',0,'2008-11-03 16:00:03'),(5022,4,'cpuusage',0,'2008-11-03 16:00:03'),(5028,4,'cpuusage',0,'2008-11-03 16:00:03'),(5034,4,'cpuusage',0,'2008-11-03 16:00:03'),(5040,4,'cpuusage',0,'2008-11-03 16:00:03'),(5046,4,'cpuusage',0,'2008-11-03 16:00:03'),(5052,4,'cpuusage',0,'2008-11-03 16:00:03'),(5058,4,'cpuusage',0,'2008-11-03 16:00:03'),(5064,4,'cpuusage',0,'2008-11-03 16:00:03'),(5070,4,'cpuusage',0,'2008-11-03 16:00:03'),(5076,4,'cpuusage',0,'2008-11-03 16:00:03'),(5082,4,'cpuusage',0,'2008-11-03 16:00:03'),(5088,4,'cpuusage',0,'2008-11-03 16:00:03'),(5094,4,'cpuusage',0,'2008-11-03 16:00:03'),(5100,4,'cpuusage',0,'2008-11-03 16:00:03'),(5106,4,'cpuusage',0,'2008-11-03 16:00:03'),(5112,4,'cpuusage',0,'2008-11-03 16:00:03'),(5118,4,'cpuusage',0,'2008-11-03 16:00:03'),(5124,4,'cpuusage',0,'2008-11-03 16:00:03'),(5130,4,'cpuusage',0,'2008-11-03 16:00:03'),(5137,4,'cpuusage',0,'2008-11-03 16:00:03'),(5142,4,'cpuusage',0,'2008-11-03 16:00:03'),(5148,4,'cpuusage',0,'2008-11-03 16:00:03'),(5154,4,'cpuusage',0,'2008-11-03 16:00:03'),(5160,4,'cpuusage',0,'2008-11-03 16:00:03'),(5166,4,'cpuusage',0,'2008-11-03 16:00:03'),(5172,4,'cpuusage',0,'2008-11-03 16:00:03'),(5178,4,'cpuusage',0,'2008-11-03 16:00:03'),(5184,4,'cpuusage',0,'2008-11-03 16:00:03'),(5190,4,'cpuusage',0,'2008-11-03 16:00:03'),(5196,4,'cpuusage',0,'2008-11-03 16:00:03'),(5202,4,'cpuusage',0,'2008-11-03 16:00:03'),(5208,4,'cpuusage',0,'2008-11-03 16:00:03'),(5214,4,'cpuusage',0,'2008-11-03 16:00:03'),(5220,4,'cpuusage',0,'2008-11-03 16:00:03'),(5226,4,'cpuusage',0,'2008-11-03 16:00:03'),(5232,4,'cpuusage',0,'2008-11-03 16:00:03'),(5238,4,'cpuusage',0,'2008-11-03 16:00:03'),(5244,4,'cpuusage',0,'2008-11-03 16:00:03'),(5250,4,'cpuusage',0,'2008-11-03 16:00:03'),(5256,4,'cpuusage',0,'2008-11-03 16:00:03'),(5262,4,'cpuusage',0,'2008-11-03 16:00:03'),(5268,4,'cpuusage',0,'2008-11-03 16:00:03'),(5274,4,'cpuusage',0,'2008-11-03 16:00:03'),(5280,4,'cpuusage',0,'2008-11-03 16:00:03'),(5286,4,'cpuusage',0,'2008-11-03 16:00:03'),(5292,4,'cpuusage',0,'2008-11-03 16:00:03'),(5298,4,'cpuusage',0,'2008-11-03 16:00:03'),(5304,4,'cpuusage',0,'2008-11-03 16:00:03'),(5310,4,'cpuusage',0,'2008-11-03 16:00:03'),(5316,4,'cpuusage',0,'2008-11-03 16:00:03'),(5323,4,'cpuusage',0,'2008-11-03 16:00:03'),(5329,4,'cpuusage',0,'2008-11-03 16:00:03'),(5334,4,'cpuusage',0,'2008-11-03 16:00:03'),(5340,4,'cpuusage',0,'2008-11-03 16:00:03'),(5347,4,'cpuusage',0,'2008-11-03 16:00:03'),(5352,4,'cpuusage',0,'2008-11-03 16:00:03'),(5358,4,'cpuusage',0,'2008-11-03 16:00:03'),(5364,4,'cpuusage',0,'2008-11-03 16:00:03'),(5370,4,'cpuusage',0,'2008-11-03 16:00:03'),(5376,4,'cpuusage',0,'2008-11-03 16:00:03'),(5382,4,'cpuusage',0,'2008-11-03 16:00:03'),(5388,4,'cpuusage',0,'2008-11-03 16:00:03'),(5394,4,'cpuusage',0,'2008-11-03 16:00:03'),(5400,4,'cpuusage',0,'2008-11-03 16:00:03'),(5406,4,'cpuusage',0,'2008-11-03 16:00:03'),(5412,4,'cpuusage',0,'2008-11-03 16:00:03'),(5419,4,'cpuusage',0,'2008-11-03 16:00:03'),(5424,4,'cpuusage',0,'2008-11-03 16:00:03'),(5431,4,'cpuusage',0,'2008-11-03 16:00:03'),(5437,4,'cpuusage',0,'2008-11-03 16:00:03'),(5442,4,'cpuusage',0,'2008-11-03 16:00:03'),(5449,4,'cpuusage',0,'2008-11-03 16:00:03'),(5455,4,'cpuusage',0,'2008-11-03 16:00:03'),(5460,4,'cpuusage',0,'2008-11-03 16:00:03'),(5466,4,'cpuusage',0,'2008-11-03 16:00:03'),(5472,4,'cpuusage',0,'2008-11-03 16:00:03'),(5478,4,'cpuusage',0,'2008-11-03 16:00:03'),(5484,4,'cpuusage',0,'2008-11-03 16:00:03'),(5490,4,'cpuusage',0,'2008-11-03 16:00:03'),(5496,4,'cpuusage',0,'2008-11-03 16:00:03'),(5502,4,'cpuusage',0,'2008-11-03 16:00:03'),(5508,4,'cpuusage',0,'2008-11-03 16:00:03'),(5514,4,'cpuusage',0,'2008-11-03 16:00:03'),(5520,4,'cpuusage',0,'2008-11-03 16:00:03'),(5527,4,'cpuusage',0,'2008-11-03 16:00:03'),(5533,4,'cpuusage',0,'2008-11-03 16:00:03'),(5539,4,'cpuusage',0,'2008-11-03 16:00:03'),(5544,4,'cpuusage',0,'2008-11-03 16:00:03'),(5550,4,'cpuusage',0,'2008-11-03 16:00:03'),(5556,4,'cpuusage',0,'2008-11-03 16:00:03'),(5562,4,'cpuusage',0,'2008-11-03 16:00:03'),(5569,4,'cpuusage',0,'2008-11-03 16:00:03'),(5574,4,'cpuusage',0,'2008-11-03 16:00:03'),(5580,4,'cpuusage',0,'2008-11-03 16:00:03'),(5586,4,'cpuusage',0,'2008-11-03 16:00:03'),(5592,4,'cpuusage',0,'2008-11-03 16:00:03'),(5598,4,'cpuusage',0,'2008-11-03 16:00:03'),(5604,4,'cpuusage',0,'2008-11-03 16:00:03'),(5611,4,'cpuusage',0,'2008-11-03 16:00:03'),(5617,4,'cpuusage',0,'2008-11-03 16:00:03'),(5623,4,'cpuusage',0,'2008-11-03 16:00:03'),(5628,4,'cpuusage',0,'2008-11-03 16:00:03'),(5635,4,'cpuusage',0,'2008-11-03 16:00:03'),(5640,4,'cpuusage',0,'2008-11-03 16:00:03'),(5646,4,'cpuusage',0,'2008-11-03 16:00:03'),(5653,4,'cpuusage',0,'2008-11-03 16:00:03'),(5659,4,'cpuusage',0,'2008-11-03 16:00:03'),(5664,4,'cpuusage',0,'2008-11-03 16:00:03'),(5670,4,'cpuusage',0,'2008-11-03 16:00:03'),(5676,4,'cpuusage',0,'2008-11-03 16:00:03'),(5682,4,'cpuusage',0,'2008-11-03 16:00:03'),(5688,4,'cpuusage',0,'2008-11-03 16:00:03'),(5694,4,'cpuusage',0,'2008-11-03 16:00:03'),(5700,4,'cpuusage',0,'2008-11-03 16:00:03'),(5706,4,'cpuusage',0,'2008-11-03 16:00:03'),(5712,4,'cpuusage',0,'2008-11-03 16:00:03'),(5718,4,'cpuusage',0,'2008-11-03 16:00:03'),(5724,4,'cpuusage',0,'2008-11-03 16:00:03'),(5730,4,'cpuusage',0,'2008-11-03 16:00:03'),(5736,4,'cpuusage',0,'2008-11-03 16:00:03'),(5742,4,'cpuusage',0,'2008-11-03 16:00:03'),(5748,4,'cpuusage',0,'2008-11-03 16:00:03'),(5755,4,'cpuusage',0,'2008-11-03 16:00:03'),(5760,4,'cpuusage',0,'2008-11-03 16:00:03'),(5766,4,'cpuusage',0,'2008-11-03 16:00:03'),(5772,4,'cpuusage',0,'2008-11-03 16:00:03'),(5778,4,'cpuusage',0,'2008-11-03 16:00:03'),(5784,4,'cpuusage',0,'2008-11-03 16:00:03'),(5790,4,'cpuusage',0,'2008-11-03 16:00:03'),(5796,4,'cpuusage',0,'2008-11-03 16:00:03'),(5802,4,'cpuusage',0,'2008-11-03 16:00:03'),(5808,4,'cpuusage',0,'2008-11-03 16:00:03'),(5814,4,'cpuusage',0,'2008-11-03 16:00:03'),(5820,4,'cpuusage',0,'2008-11-03 16:00:03'),(5826,4,'cpuusage',0,'2008-11-03 16:00:03'),(5832,4,'cpuusage',0,'2008-11-03 16:00:03'),(5838,4,'cpuusage',0,'2008-11-03 16:00:03'),(5844,4,'cpuusage',0,'2008-11-03 16:00:03'),(5850,4,'cpuusage',0,'2008-11-03 16:00:03'),(5856,4,'cpuusage',0,'2008-11-03 16:00:03'),(5862,4,'cpuusage',0,'2008-11-03 16:00:03'),(5869,4,'cpuusage',0,'2008-11-03 16:00:03'),(5874,4,'cpuusage',0,'2008-11-03 16:00:03'),(5880,4,'cpuusage',0,'2008-11-03 16:00:03'),(5886,4,'cpuusage',0,'2008-11-03 16:00:03'),(5892,4,'cpuusage',0,'2008-11-03 16:00:03'),(5898,4,'cpuusage',0,'2008-11-03 16:00:03'),(5904,4,'cpuusage',0,'2008-11-03 16:00:03'),(5910,4,'cpuusage',0,'2008-11-03 16:00:03'),(5916,4,'cpuusage',0,'2008-11-03 16:00:03'),(5923,4,'cpuusage',0,'2008-11-03 16:00:03'),(5928,4,'cpuusage',0,'2008-11-03 16:00:03'),(5934,4,'cpuusage',0,'2008-11-03 16:00:03'),(5941,4,'cpuusage',0,'2008-11-03 16:00:03'),(5947,4,'cpuusage',0,'2008-11-03 16:00:03'),(5952,4,'cpuusage',0,'2008-11-03 16:00:03'),(5958,4,'cpuusage',0,'2008-11-03 16:00:03'),(5965,4,'cpuusage',0,'2008-11-03 16:00:03'),(5970,4,'cpuusage',0,'2008-11-03 16:00:03'),(5976,4,'cpuusage',0,'2008-11-03 16:00:03'),(5982,4,'cpuusage',0,'2008-11-03 16:00:03'),(5988,4,'cpuusage',0,'2008-11-03 16:00:03'),(5995,4,'cpuusage',0,'2008-11-03 16:00:03'),(6000,4,'cpuusage',0,'2008-11-03 16:00:03'),(6006,4,'cpuusage',0,'2008-11-03 16:00:03'),(6012,4,'cpuusage',0,'2008-11-03 16:00:03'),(6018,4,'cpuusage',0,'2008-11-03 16:00:03'),(6025,4,'cpuusage',0,'2008-11-03 16:00:03'),(6030,4,'cpuusage',0,'2008-11-03 16:00:03'),(6036,4,'cpuusage',0,'2008-11-03 16:00:03'),(6042,4,'cpuusage',0,'2008-11-03 16:00:03'),(6048,4,'cpuusage',0,'2008-11-03 16:00:03'),(6054,4,'cpuusage',0,'2008-11-03 16:00:03'),(6060,4,'cpuusage',0,'2008-11-03 16:00:03'),(6067,4,'cpuusage',0,'2008-11-03 16:00:03'),(6073,4,'cpuusage',0,'2008-11-03 16:00:03'),(6079,4,'cpuusage',0,'2008-11-03 16:00:03'),(6084,4,'cpuusage',0,'2008-11-03 16:00:03'),(6091,4,'cpuusage',0,'2008-11-03 16:00:03'),(6097,4,'cpuusage',0,'2008-11-03 16:00:03'),(6103,4,'cpuusage',0,'2008-11-03 16:00:03'),(6108,4,'cpuusage',0,'2008-11-03 16:00:03'),(6114,4,'cpuusage',0,'2008-11-03 16:00:03'),(6120,4,'cpuusage',0,'2008-11-03 16:00:03'),(6127,4,'cpuusage',0,'2008-11-03 16:00:03'),(6132,4,'cpuusage',0,'2008-11-03 16:00:03'),(6138,4,'cpuusage',0,'2008-11-03 16:00:03'),(6144,4,'cpuusage',0,'2008-11-03 16:00:03'),(6151,4,'cpuusage',0,'2008-11-03 16:00:03'),(6156,4,'cpuusage',0,'2008-11-03 16:00:03'),(6162,4,'cpuusage',0,'2008-11-03 16:00:03'),(6168,4,'cpuusage',0,'2008-11-03 16:00:03'),(6174,4,'cpuusage',0,'2008-11-03 16:00:03'),(6180,4,'cpuusage',0,'2008-11-03 16:00:03'),(6187,4,'cpuusage',0,'2008-11-03 16:00:03'),(6192,4,'cpuusage',0,'2008-11-03 16:00:03'),(6198,4,'cpuusage',0,'2008-11-03 16:00:03'),(6204,4,'cpuusage',0,'2008-11-03 16:00:03'),(6210,4,'cpuusage',0,'2008-11-03 16:00:03'),(6216,4,'cpuusage',0,'2008-11-03 16:00:03'),(6222,4,'cpuusage',0,'2008-11-03 16:00:03'),(6228,4,'cpuusage',0,'2008-11-03 16:00:03'),(6235,4,'cpuusage',0,'2008-11-03 16:00:03'),(6240,4,'cpuusage',0,'2008-11-03 16:00:03'),(6246,4,'cpuusage',0,'2008-11-03 16:00:03'),(6252,4,'cpuusage',0,'2008-11-03 16:00:03'),(6258,4,'cpuusage',0,'2008-11-03 16:00:03'),(6264,4,'cpuusage',0,'2008-11-03 16:00:03'),(6270,4,'cpuusage',0,'2008-11-03 16:00:03'),(6276,4,'cpuusage',0,'2008-11-03 16:00:03'),(6282,4,'cpuusage',0,'2008-11-03 16:00:03'),(6288,4,'cpuusage',0,'2008-11-03 16:00:03'),(6294,4,'cpuusage',0,'2008-11-03 16:00:03'),(6300,4,'cpuusage',0,'2008-11-03 16:00:03'),(6306,4,'cpuusage',0,'2008-11-03 16:00:03'),(6312,4,'cpuusage',0,'2008-11-03 16:00:03'),(6318,4,'cpuusage',0,'2008-11-03 16:00:03'),(6324,4,'cpuusage',0,'2008-11-03 16:00:03'),(6330,4,'cpuusage',0,'2008-11-03 16:00:03'),(6336,4,'cpuusage',0,'2008-11-03 16:00:03'),(6342,4,'cpuusage',0,'2008-11-03 16:00:03'),(6348,4,'cpuusage',0,'2008-11-03 16:00:03'),(6354,4,'cpuusage',0,'2008-11-03 16:00:03'),(6360,4,'cpuusage',0,'2008-11-03 16:00:03'),(6366,4,'cpuusage',0,'2008-11-03 16:00:03'),(6372,4,'cpuusage',0,'2008-11-03 16:00:03'),(6378,4,'cpuusage',0,'2008-11-03 16:00:03'),(6384,4,'cpuusage',0,'2008-11-03 16:00:03'),(6390,4,'cpuusage',0,'2008-11-03 16:00:03'),(6396,4,'cpuusage',0,'2008-11-03 16:00:03'),(6403,4,'cpuusage',0,'2008-11-03 16:00:03'),(6408,4,'cpuusage',0,'2008-11-03 16:00:03'),(6414,4,'cpuusage',0,'2008-11-03 16:00:03'),(6420,4,'cpuusage',0,'2008-11-03 16:00:03'),(6427,4,'cpuusage',0,'2008-11-03 16:00:03'),(6432,4,'cpuusage',0,'2008-11-03 16:00:03'),(6438,4,'cpuusage',0,'2008-11-03 16:00:03'),(6444,4,'cpuusage',0,'2008-11-03 16:00:03'),(6450,4,'cpuusage',0,'2008-11-03 16:00:03'),(6456,4,'cpuusage',0,'2008-11-03 16:00:03'),(6462,4,'cpuusage',0,'2008-11-03 16:00:03'),(6468,4,'cpuusage',0,'2008-11-03 16:00:03'),(6475,4,'cpuusage',0,'2008-11-03 16:00:03'),(6480,4,'cpuusage',0,'2008-11-03 16:00:03'),(6486,4,'cpuusage',0,'2008-11-03 16:00:03'),(6492,4,'cpuusage',0,'2008-11-03 16:00:03'),(6498,4,'cpuusage',0,'2008-11-03 16:00:03'),(6504,4,'cpuusage',0,'2008-11-03 16:00:03'),(6510,4,'cpuusage',0,'2008-11-03 16:00:03'),(6516,4,'cpuusage',0,'2008-11-03 16:00:03'),(6522,4,'cpuusage',0,'2008-11-03 16:00:03'),(6528,4,'cpuusage',0,'2008-11-03 16:00:03'),(6534,4,'cpuusage',0,'2008-11-03 16:00:03'),(6540,4,'cpuusage',0,'2008-11-03 16:00:03'),(6547,4,'cpuusage',0,'2008-11-03 16:00:03'),(6553,4,'cpuusage',0,'2008-11-03 16:00:03'),(6558,4,'cpuusage',0,'2008-11-03 16:00:03'),(6564,4,'cpuusage',0,'2008-11-03 16:00:03'),(6570,4,'cpuusage',0,'2008-11-03 16:00:03'),(6576,4,'cpuusage',0,'2008-11-03 16:00:03'),(6582,4,'cpuusage',0,'2008-11-03 16:00:03'),(6588,4,'cpuusage',0,'2008-11-03 16:00:03'),(6594,4,'cpuusage',0,'2008-11-03 16:00:03'),(6600,4,'cpuusage',0,'2008-11-03 16:00:03'),(6606,4,'cpuusage',0,'2008-11-03 16:00:03'),(6613,4,'cpuusage',0,'2008-11-03 16:00:03'),(6619,4,'cpuusage',0,'2008-11-03 16:00:03'),(6624,4,'cpuusage',0,'2008-11-03 16:00:03'),(6630,4,'cpuusage',0,'2008-11-03 16:00:03'),(6637,4,'cpuusage',0,'2008-11-03 16:00:03'),(6642,4,'cpuusage',0,'2008-11-03 16:00:03'),(6648,4,'cpuusage',0,'2008-11-03 16:00:03'),(6655,4,'cpuusage',0,'2008-11-03 16:00:03'),(6661,4,'cpuusage',0,'2008-11-03 16:00:03'),(6666,4,'cpuusage',0,'2008-11-03 16:00:03'),(6672,4,'cpuusage',0,'2008-11-03 16:00:03'),(6679,4,'cpuusage',0,'2008-11-03 16:00:03'),(6684,4,'cpuusage',0,'2008-11-03 16:00:03'),(6690,4,'cpuusage',0,'2008-11-03 16:00:03'),(6697,4,'cpuusage',0,'2008-11-03 16:00:03'),(6703,4,'cpuusage',0,'2008-11-03 16:00:03'),(6708,4,'cpuusage',0,'2008-11-03 16:00:03'),(6714,4,'cpuusage',0,'2008-11-03 16:00:03'),(6721,4,'cpuusage',0,'2008-11-03 16:00:03'),(6726,4,'cpuusage',0,'2008-11-03 16:00:03'),(6733,4,'cpuusage',0,'2008-11-03 16:00:03'),(6738,4,'cpuusage',0,'2008-11-03 16:00:03'),(6744,4,'cpuusage',0,'2008-11-03 16:00:03'),(6750,4,'cpuusage',0,'2008-11-03 16:00:03'),(6756,4,'cpuusage',0,'2008-11-03 16:00:03'),(6763,4,'cpuusage',0,'2008-11-03 16:00:03'),(6768,4,'cpuusage',0,'2008-11-03 16:00:03'),(6774,4,'cpuusage',0,'2008-11-03 16:00:03'),(6780,4,'cpuusage',0,'2008-11-03 16:00:03'),(6786,4,'cpuusage',0,'2008-11-03 16:00:03'),(6792,4,'cpuusage',0,'2008-11-03 16:00:03'),(6798,4,'cpuusage',0,'2008-11-03 16:00:03'),(6804,4,'cpuusage',0,'2008-11-03 16:00:03'),(6810,4,'cpuusage',0,'2008-11-03 16:00:03'),(6816,4,'cpuusage',0,'2008-11-03 16:00:03'),(6822,4,'cpuusage',0,'2008-11-03 16:00:03'),(6828,4,'cpuusage',0,'2008-11-03 16:00:03'),(6834,4,'cpuusage',0,'2008-11-03 16:00:03'),(6840,4,'cpuusage',0,'2008-11-03 16:00:03'),(6846,4,'cpuusage',0,'2008-11-03 16:00:03'),(6852,4,'cpuusage',0,'2008-11-03 16:00:03'),(6858,4,'cpuusage',0,'2008-11-03 16:00:03'),(6864,4,'cpuusage',0,'2008-11-03 16:00:03'),(6870,4,'cpuusage',0,'2008-11-03 16:00:03'),(6876,4,'cpuusage',0,'2008-11-03 16:00:03'),(6882,4,'cpuusage',0,'2008-11-03 16:00:03'),(6888,4,'cpuusage',0,'2008-11-03 16:00:03'),(6894,4,'cpuusage',0,'2008-11-03 16:00:03'),(6900,4,'cpuusage',0,'2008-11-03 16:00:03'),(6907,4,'cpuusage',0,'2008-11-03 16:00:03'),(6912,4,'cpuusage',0,'2008-11-03 16:00:03'),(6918,4,'cpuusage',0,'2008-11-03 16:00:03'),(6924,4,'cpuusage',0,'2008-11-03 16:00:03'),(6930,4,'cpuusage',0,'2008-11-03 16:00:03'),(6937,4,'cpuusage',0,'2008-11-03 16:00:03'),(6943,4,'cpuusage',0,'2008-11-03 16:00:03'),(6949,4,'cpuusage',0,'2008-11-03 16:00:03'),(6954,4,'cpuusage',0,'2008-11-03 16:00:03'),(6960,4,'cpuusage',0,'2008-11-03 16:00:03'),(6966,4,'cpuusage',0,'2008-11-03 16:00:03'),(6972,4,'cpuusage',0,'2008-11-03 16:00:03'),(6978,4,'cpuusage',0,'2008-11-03 16:00:03'),(6984,4,'cpuusage',0,'2008-11-03 16:00:03'),(6990,4,'cpuusage',0,'2008-11-03 16:00:03'),(6996,4,'cpuusage',0,'2008-11-03 16:00:03'),(7002,4,'cpuusage',0,'2008-11-03 16:00:03'),(7009,4,'cpuusage',0,'2008-11-03 16:00:03'),(7014,4,'cpuusage',0,'2008-11-03 16:00:03'),(7020,4,'cpuusage',0,'2008-11-03 16:00:03'),(7026,4,'cpuusage',0,'2008-11-03 16:00:03'),(7032,4,'cpuusage',0,'2008-11-03 16:00:03'),(7038,4,'cpuusage',0,'2008-11-03 16:00:03'),(7044,4,'cpuusage',0,'2008-11-03 16:00:03'),(7050,4,'cpuusage',0,'2008-11-03 16:00:03'),(7056,4,'cpuusage',0,'2008-11-03 16:00:03'),(7062,4,'cpuusage',0,'2008-11-03 16:00:03'),(7068,4,'cpuusage',0,'2008-11-03 16:00:03'),(7074,4,'cpuusage',0,'2008-11-03 16:00:03'),(7080,4,'cpuusage',0,'2008-11-03 16:00:03'),(7086,4,'cpuusage',0,'2008-11-03 16:00:03'),(7092,4,'cpuusage',0,'2008-11-03 16:00:03'),(7098,4,'cpuusage',0,'2008-11-03 16:00:03'),(7104,4,'cpuusage',0,'2008-11-03 16:00:03'),(7110,4,'cpuusage',0,'2008-11-03 16:00:03'),(7116,4,'cpuusage',0,'2008-11-03 16:00:03'),(7122,4,'cpuusage',0,'2008-11-03 16:00:03'),(7128,4,'cpuusage',0,'2008-11-03 16:00:03'),(7135,4,'cpuusage',0,'2008-11-03 16:00:03'),(7140,4,'cpuusage',0,'2008-11-03 16:00:03'),(7147,4,'cpuusage',0,'2008-11-03 16:00:03'),(7152,4,'cpuusage',0,'2008-11-03 16:00:03'),(7158,4,'cpuusage',0,'2008-11-03 16:00:03'),(7164,4,'cpuusage',0,'2008-11-03 16:00:03'),(7170,4,'cpuusage',0,'2008-11-03 16:00:03'),(7176,4,'cpuusage',0,'2008-11-03 16:00:03'),(7181,4,'cpuusage',0,'2008-11-03 16:00:03'),(7187,4,'cpuusage',0,'2008-11-03 16:00:03'),(7193,4,'cpuusage',0,'2008-11-03 16:00:03'),(7199,4,'cpuusage',0,'2008-11-03 16:00:03'),(7205,4,'cpuusage',0,'2008-11-03 16:00:03'),(7211,4,'cpuusage',0,'2008-11-03 16:00:03'),(7217,4,'cpuusage',0,'2008-11-03 16:00:03'),(7223,4,'cpuusage',0,'2008-11-03 16:00:03'),(7229,4,'cpuusage',0,'2008-11-03 16:00:03'),(7235,4,'cpuusage',0,'2008-11-03 16:00:03'),(7242,4,'cpuusage',0,'2008-11-03 16:00:03'),(7247,4,'cpuusage',0,'2008-11-03 16:00:03'),(7253,4,'cpuusage',0,'2008-11-03 16:00:03'),(7259,4,'cpuusage',0,'2008-11-03 16:00:03'),(7265,4,'cpuusage',0,'2008-11-03 16:00:03'),(7271,4,'cpuusage',0,'2008-11-03 16:00:03'),(7278,4,'cpuusage',0,'2008-11-03 16:00:03'),(7283,4,'cpuusage',0,'2008-11-03 16:00:03'),(7289,4,'cpuusage',0,'2008-11-03 16:00:03'),(7295,4,'cpuusage',0,'2008-11-03 16:00:03'),(7301,4,'cpuusage',0,'2008-11-03 16:00:03'),(7308,4,'cpuusage',0,'2008-11-03 16:00:03'),(7313,4,'cpuusage',0,'2008-11-03 16:00:03'),(7320,4,'cpuusage',0,'2008-11-03 16:00:03'),(7325,4,'cpuusage',0,'2008-11-03 16:00:03'),(7331,4,'cpuusage',0,'2008-11-03 16:00:03'),(7337,4,'cpuusage',0,'2008-11-03 16:00:03'),(7343,4,'cpuusage',0,'2008-11-03 16:00:03'),(7350,4,'cpuusage',0,'2008-11-03 16:00:03'),(7355,4,'cpuusage',0,'2008-11-03 16:00:03'),(7361,4,'cpuusage',0,'2008-11-03 16:00:03'),(7367,4,'cpuusage',0,'2008-11-03 16:00:03'),(7373,4,'cpuusage',0,'2008-11-03 16:00:03'),(7379,4,'cpuusage',0,'2008-11-03 16:00:03'),(7385,4,'cpuusage',0,'2008-11-03 16:00:03'),(7391,4,'cpuusage',0,'2008-11-03 16:00:03'),(7397,4,'cpuusage',0,'2008-11-03 16:00:03'),(7403,4,'cpuusage',0,'2008-11-03 16:00:03'),(7409,4,'cpuusage',0,'2008-11-03 16:00:03'),(7415,4,'cpuusage',0,'2008-11-03 16:00:03'),(7421,4,'cpuusage',0,'2008-11-03 16:00:03'),(7427,4,'cpuusage',0,'2008-11-03 16:00:03'),(7433,4,'cpuusage',0,'2008-11-03 16:00:03'),(7439,4,'cpuusage',0,'2008-11-03 16:00:03'),(7446,4,'cpuusage',0,'2008-11-03 16:00:03'),(7451,4,'cpuusage',0,'2008-11-03 16:00:03'),(7457,4,'cpuusage',0,'2008-11-03 16:00:03'),(7463,4,'cpuusage',0,'2008-11-03 16:00:03'),(7469,4,'cpuusage',0,'2008-11-03 16:00:03'),(7475,4,'cpuusage',0,'2008-11-03 16:00:03'),(7481,4,'cpuusage',0,'2008-11-03 16:00:03'),(7487,4,'cpuusage',0,'2008-11-03 16:00:03'),(7493,4,'cpuusage',0,'2008-11-03 16:00:03'),(7499,4,'cpuusage',0,'2008-11-03 16:00:03'),(7505,4,'cpuusage',0,'2008-11-03 16:00:03'),(7512,4,'cpuusage',0,'2008-11-03 16:00:03'),(7517,4,'cpuusage',0,'2008-11-03 16:00:03'),(7523,4,'cpuusage',0,'2008-11-03 16:00:03'),(7529,4,'cpuusage',0,'2008-11-03 16:00:03'),(7535,4,'cpuusage',0,'2008-11-03 16:00:03'),(7541,4,'cpuusage',0,'2008-11-03 16:00:03'),(7547,4,'cpuusage',0,'2008-11-03 16:00:03'),(7554,4,'cpuusage',0,'2008-11-03 16:00:03'),(7559,4,'cpuusage',0,'2008-11-03 16:00:03'),(7565,4,'cpuusage',0,'2008-11-03 16:00:03'),(7571,4,'cpuusage',0,'2008-11-03 16:00:03'),(7577,4,'cpuusage',0,'2008-11-03 16:00:03'),(7583,4,'cpuusage',0,'2008-11-03 16:00:03'),(7589,4,'cpuusage',0,'2008-11-03 16:00:03'),(7595,4,'cpuusage',0,'2008-11-03 16:00:03'),(7601,4,'cpuusage',0,'2008-11-03 16:00:03'),(7607,4,'cpuusage',0,'2008-11-03 16:00:03'),(7613,4,'cpuusage',0,'2008-11-03 16:00:03'),(7620,4,'cpuusage',0,'2008-11-03 16:00:03'),(7625,4,'cpuusage',0,'2008-11-03 16:00:03'),(7631,4,'cpuusage',0,'2008-11-03 16:00:03'),(7637,4,'cpuusage',0,'2008-11-03 16:00:03'),(7643,4,'cpuusage',0,'2008-11-03 16:00:03'),(7649,4,'cpuusage',0,'2008-11-03 16:00:03'),(7655,4,'cpuusage',0,'2008-11-03 16:00:03'),(7661,4,'cpuusage',0,'2008-11-03 16:00:03'),(7667,4,'cpuusage',0,'2008-11-03 16:00:03'),(7673,4,'cpuusage',0,'2008-11-03 16:00:03'),(7679,4,'cpuusage',0,'2008-11-03 16:00:03'),(7686,4,'cpuusage',0,'2008-11-03 16:00:03'),(7691,4,'cpuusage',0,'2008-11-03 16:00:03'),(7697,4,'cpuusage',0,'2008-11-03 16:00:03'),(7703,4,'cpuusage',0,'2008-11-03 16:00:03'),(7709,4,'cpuusage',0,'2008-11-03 16:00:03'),(7715,4,'cpuusage',0,'2008-11-03 16:00:03'),(7721,4,'cpuusage',0,'2008-11-03 16:00:03'),(7727,4,'cpuusage',0,'2008-11-03 16:00:03'),(7733,4,'cpuusage',0,'2008-11-03 16:00:03'),(7739,4,'cpuusage',0,'2008-11-03 16:00:03'),(7746,4,'cpuusage',0,'2008-11-03 16:00:03'),(7751,4,'cpuusage',0,'2008-11-03 16:00:03'),(7757,4,'cpuusage',0,'2008-11-03 16:00:03'),(7763,4,'cpuusage',0,'2008-11-03 16:00:03'),(7769,4,'cpuusage',0,'2008-11-03 16:00:03'),(7775,4,'cpuusage',0,'2008-11-03 16:00:03'),(7782,4,'cpuusage',0,'2008-11-03 16:00:03'),(7787,4,'cpuusage',0,'2008-11-03 16:00:03'),(7793,4,'cpuusage',0,'2008-11-03 16:00:03'),(7800,4,'cpuusage',0,'2008-11-03 16:00:03'),(7805,4,'cpuusage',0,'2008-11-03 16:00:03'),(7811,4,'cpuusage',0,'2008-11-03 16:00:03'),(7817,4,'cpuusage',0,'2008-11-03 16:00:03'),(7823,4,'cpuusage',0,'2008-11-03 16:00:03'),(7829,4,'cpuusage',0,'2008-11-03 16:00:03'),(7835,4,'cpuusage',0,'2008-11-03 16:00:03'),(7841,4,'cpuusage',0,'2008-11-03 16:00:03'),(7847,4,'cpuusage',0,'2008-11-03 16:00:03'),(7853,4,'cpuusage',0,'2008-11-03 16:00:03'),(7859,4,'cpuusage',0,'2008-11-03 16:00:03'),(7865,4,'cpuusage',0,'2008-11-03 16:00:03'),(7871,4,'cpuusage',0,'2008-11-03 16:00:03'),(7877,4,'cpuusage',0,'2008-11-03 16:00:03'),(7884,4,'cpuusage',0,'2008-11-03 16:00:03'),(7889,4,'cpuusage',0,'2008-11-03 16:00:03'),(7895,4,'cpuusage',0,'2008-11-03 16:00:03'),(7901,4,'cpuusage',0,'2008-11-03 16:00:03'),(7907,4,'cpuusage',0,'2008-11-03 16:00:03'),(7913,4,'cpuusage',0,'2008-11-03 16:00:03'),(7919,4,'cpuusage',0,'2008-11-03 16:00:03'),(7926,4,'cpuusage',0,'2008-11-03 16:00:03'),(7931,4,'cpuusage',0,'2008-11-03 16:00:03'),(7937,4,'cpuusage',0,'2008-11-03 16:00:03'),(7943,4,'cpuusage',0,'2008-11-03 16:00:03'),(7949,4,'cpuusage',0,'2008-11-03 16:00:03'),(7955,4,'cpuusage',0,'2008-11-03 16:00:03'),(7961,4,'cpuusage',0,'2008-11-03 16:00:03'),(7967,4,'cpuusage',0,'2008-11-03 16:00:03'),(7973,4,'cpuusage',0,'2008-11-03 16:00:03'),(7979,4,'cpuusage',0,'2008-11-03 16:00:03'),(7985,4,'cpuusage',0,'2008-11-03 16:00:03'),(7991,4,'cpuusage',0,'2008-11-03 16:00:03'),(7997,4,'cpuusage',0,'2008-11-03 16:00:03'),(8003,4,'cpuusage',0,'2008-11-03 16:00:03'),(8009,4,'cpuusage',0,'2008-11-03 16:00:03'),(8015,4,'cpuusage',0,'2008-11-03 16:00:03'),(8021,4,'cpuusage',0,'2008-11-03 16:00:03'),(8028,4,'cpuusage',0,'2008-11-03 16:00:03'),(8033,4,'cpuusage',0,'2008-11-03 16:00:03'),(8039,4,'cpuusage',0,'2008-11-03 16:00:03'),(8045,4,'cpuusage',0,'2008-11-03 16:00:03'),(8051,4,'cpuusage',0,'2008-11-03 16:00:03'),(8057,4,'cpuusage',0,'2008-11-03 16:00:03'),(8063,4,'cpuusage',0,'2008-11-03 16:00:03'),(8069,4,'cpuusage',0,'2008-11-03 16:00:03'),(8075,4,'cpuusage',0,'2008-11-03 16:00:03'),(8082,4,'cpuusage',0,'2008-11-03 16:00:03'),(8088,4,'cpuusage',0,'2008-11-03 16:00:03'),(8094,4,'cpuusage',0,'2008-11-03 16:00:03'),(8100,4,'cpuusage',0,'2008-11-03 16:00:03'),(8105,4,'cpuusage',0,'2008-11-03 16:00:03'),(8111,4,'cpuusage',0,'2008-11-03 16:00:03'),(8117,4,'cpuusage',0,'2008-11-03 16:00:03'),(8123,4,'cpuusage',0,'2008-11-03 16:00:03'),(8129,4,'cpuusage',0,'2008-11-03 16:00:03'),(8135,4,'cpuusage',0,'2008-11-03 16:00:03'),(8141,4,'cpuusage',0,'2008-11-03 16:00:03'),(8147,4,'cpuusage',0,'2008-11-03 16:00:03'),(8153,4,'cpuusage',0,'2008-11-03 16:00:03'),(8159,4,'cpuusage',0,'2008-11-03 16:00:03'),(8165,4,'cpuusage',0,'2008-11-03 16:00:03'),(8171,4,'cpuusage',0,'2008-11-03 16:00:03'),(8177,4,'cpuusage',0,'2008-11-03 16:00:03'),(8183,4,'cpuusage',0,'2008-11-03 16:00:03'),(8189,4,'cpuusage',0,'2008-11-03 16:00:03'),(8196,4,'cpuusage',0,'2008-11-03 16:00:03'),(8201,4,'cpuusage',0,'2008-11-03 16:00:03'),(8207,4,'cpuusage',0,'2008-11-03 16:00:03'),(8213,4,'cpuusage',0,'2008-11-03 16:00:03'),(8219,4,'cpuusage',0,'2008-11-03 16:00:03'),(8225,4,'cpuusage',0,'2008-11-03 16:00:03'),(8232,4,'cpuusage',0,'2008-11-03 16:00:03'),(8237,4,'cpuusage',0,'2008-11-03 16:00:03'),(8243,4,'cpuusage',0,'2008-11-03 16:00:03'),(8249,4,'cpuusage',0,'2008-11-03 16:00:03'),(8255,4,'cpuusage',0,'2008-11-03 16:00:03'),(8261,4,'cpuusage',0,'2008-11-03 16:00:03'),(8268,4,'cpuusage',0,'2008-11-03 16:00:03'),(8273,4,'cpuusage',0,'2008-11-03 16:00:03'),(8279,4,'cpuusage',0,'2008-11-03 16:00:03'),(8285,4,'cpuusage',0,'2008-11-03 16:00:03'),(8291,4,'cpuusage',0,'2008-11-03 16:00:03'),(8297,4,'cpuusage',0,'2008-11-03 16:00:03'),(8303,4,'cpuusage',0,'2008-11-03 16:00:03'),(8309,4,'cpuusage',0,'2008-11-03 16:00:03'),(8315,4,'cpuusage',0,'2008-11-03 16:00:03'),(8322,4,'cpuusage',0,'2008-11-03 16:00:03'),(8327,4,'cpuusage',0,'2008-11-03 16:00:03'),(8334,4,'cpuusage',0,'2008-11-03 16:00:03'),(8339,4,'cpuusage',0,'2008-11-03 16:00:03'),(8345,4,'cpuusage',0,'2008-11-03 16:00:03'),(8351,4,'cpuusage',0,'2008-11-03 16:00:03'),(8358,4,'cpuusage',0,'2008-11-03 16:00:03'),(8363,4,'cpuusage',0,'2008-11-03 16:00:03'),(8369,4,'cpuusage',0,'2008-11-03 16:00:03'),(8375,4,'cpuusage',0,'2008-11-03 16:00:03'),(8381,4,'cpuusage',0,'2008-11-03 16:00:03'),(8387,4,'cpuusage',0,'2008-11-03 16:00:03'),(8393,4,'cpuusage',0,'2008-11-03 16:00:03'),(8399,4,'cpuusage',0,'2008-11-03 16:00:03'),(8405,4,'cpuusage',0,'2008-11-03 16:00:03'),(8411,4,'cpuusage',0,'2008-11-03 16:00:03'),(8417,4,'cpuusage',0,'2008-11-03 16:00:03'),(8423,4,'cpuusage',0,'2008-11-03 16:00:03'),(8429,4,'cpuusage',0,'2008-11-03 16:00:03'),(8435,4,'cpuusage',0,'2008-11-03 16:00:03'),(8442,4,'cpuusage',0,'2008-11-03 16:00:03'),(8448,4,'cpuusage',0,'2008-11-03 16:00:03'),(8453,4,'cpuusage',0,'2008-11-03 16:00:03'),(8460,4,'cpuusage',0,'2008-11-03 16:00:03'),(8465,4,'cpuusage',0,'2008-11-03 16:00:03'),(8471,4,'cpuusage',0,'2008-11-03 16:00:03'),(8477,4,'cpuusage',0,'2008-11-03 16:00:03'),(8483,4,'cpuusage',0,'2008-11-03 16:00:03'),(8489,4,'cpuusage',0,'2008-11-03 16:00:03'),(8495,4,'cpuusage',0,'2008-11-03 16:00:03'),(8501,4,'cpuusage',0,'2008-11-03 16:00:03'),(8507,4,'cpuusage',0,'2008-11-03 16:00:03'),(8514,4,'cpuusage',0,'2008-11-03 16:00:03'),(8519,4,'cpuusage',0,'2008-11-03 16:00:03'),(8525,4,'cpuusage',0,'2008-11-03 16:00:03'),(8531,4,'cpuusage',0,'2008-11-03 16:00:03'),(8540,4,'cpuusage',0,'2008-11-03 16:00:03'),(8547,4,'cpuusage',0,'2008-11-03 16:00:03'),(8552,4,'cpuusage',0,'2008-11-03 16:00:03'),(8558,4,'cpuusage',0,'2008-11-03 16:00:03'),(8565,4,'cpuusage',0,'2008-11-03 16:00:03'),(8570,4,'cpuusage',0,'2008-11-03 16:00:03'),(8576,4,'cpuusage',0,'2008-11-03 16:00:03'),(8583,4,'cpuusage',0,'2008-11-03 16:00:03'),(8589,4,'cpuusage',0,'2008-11-03 16:00:03'),(8594,4,'cpuusage',0,'2008-11-03 16:00:03'),(8600,4,'cpuusage',0,'2008-11-03 16:00:03'),(8606,4,'cpuusage',0,'2008-11-03 16:00:03'),(8612,4,'cpuusage',0,'2008-11-03 16:00:03'),(8618,4,'cpuusage',0,'2008-11-03 16:00:03'),(8625,4,'cpuusage',0,'2008-11-03 16:00:03'),(8630,4,'cpuusage',0,'2008-11-03 16:00:03'),(8636,4,'cpuusage',0,'2008-11-03 16:00:03'),(8642,4,'cpuusage',0,'2008-11-03 16:00:03'),(8648,4,'cpuusage',0,'2008-11-03 16:00:03'),(8654,4,'cpuusage',0,'2008-11-03 16:00:03'),(8660,4,'cpuusage',0,'2008-11-03 16:00:03'),(8666,4,'cpuusage',0,'2008-11-03 16:00:03'),(8672,4,'cpuusage',0,'2008-11-03 16:00:03'),(8678,4,'cpuusage',0,'2008-11-03 16:00:03'),(8684,4,'cpuusage',0,'2008-11-03 16:00:03'),(8690,4,'cpuusage',0,'2008-11-03 16:00:03'),(8696,4,'cpuusage',0,'2008-11-03 16:00:03'),(8703,4,'cpuusage',0,'2008-11-03 16:00:03'),(8708,4,'cpuusage',0,'2008-11-03 16:00:03'),(8714,4,'cpuusage',0,'2008-11-03 16:00:03'),(8720,4,'cpuusage',0,'2008-11-03 16:00:03'),(8726,4,'cpuusage',0,'2008-11-03 16:00:03'),(8732,4,'cpuusage',0,'2008-11-03 16:00:03'),(8738,4,'cpuusage',0,'2008-11-03 16:00:03'),(8744,4,'cpuusage',0,'2008-11-03 16:00:03'),(8750,4,'cpuusage',0,'2008-11-03 16:00:03'),(8756,4,'cpuusage',0,'2008-11-03 16:00:03'),(8762,4,'cpuusage',0,'2008-11-03 16:00:03'),(8768,4,'cpuusage',0,'2008-11-03 16:00:03'),(8775,4,'cpuusage',0,'2008-11-03 16:00:03'),(8780,4,'cpuusage',0,'2008-11-03 16:00:03'),(8786,4,'cpuusage',0,'2008-11-03 16:00:03'),(8792,4,'cpuusage',0,'2008-11-03 16:00:03'),(8798,4,'cpuusage',0,'2008-11-03 16:00:03'),(8804,4,'cpuusage',0,'2008-11-03 16:00:03'),(8810,4,'cpuusage',0,'2008-11-03 16:00:03'),(8816,4,'cpuusage',0,'2008-11-03 16:00:03'),(8822,4,'cpuusage',0,'2008-11-03 16:00:03'),(8828,4,'cpuusage',0,'2008-11-03 16:00:03'),(8834,4,'cpuusage',0,'2008-11-03 16:00:03'),(8840,4,'cpuusage',0,'2008-11-03 16:00:03'),(8846,4,'cpuusage',0,'2008-11-03 16:00:03'),(8852,4,'cpuusage',0,'2008-11-03 16:00:03'),(8858,4,'cpuusage',0,'2008-11-03 16:00:03'),(8864,4,'cpuusage',0,'2008-11-03 16:00:03'),(8870,4,'cpuusage',0,'2008-11-03 16:00:03'),(8876,4,'cpuusage',0,'2008-11-03 16:00:03'),(8882,4,'cpuusage',0,'2008-11-03 16:00:03'),(8888,4,'cpuusage',0,'2008-11-03 16:00:03'),(8894,4,'cpuusage',0,'2008-11-03 16:00:03'),(8900,4,'cpuusage',0,'2008-11-03 16:00:03'),(8906,4,'cpuusage',0,'2008-11-03 16:00:03'),(8912,4,'cpuusage',0,'2008-11-03 16:00:03'),(8918,4,'cpuusage',0,'2008-11-03 16:00:03'),(8924,4,'cpuusage',0,'2008-11-03 16:00:03'),(8930,4,'cpuusage',0,'2008-11-03 16:00:03'),(8936,4,'cpuusage',0,'2008-11-03 16:00:03'),(8942,4,'cpuusage',0,'2008-11-03 16:00:03'),(8948,4,'cpuusage',0,'2008-11-03 16:00:03'),(8954,4,'cpuusage',0,'2008-11-03 16:00:03'),(8960,4,'cpuusage',0,'2008-11-03 16:00:03'),(8966,4,'cpuusage',0,'2008-11-03 16:00:03'),(8972,4,'cpuusage',0,'2008-11-03 16:00:03'),(8978,4,'cpuusage',0,'2008-11-03 16:00:03'),(8984,4,'cpuusage',0,'2008-11-03 16:00:03'),(8991,4,'cpuusage',0,'2008-11-03 16:00:03'),(8996,4,'cpuusage',0,'2008-11-03 16:00:03'),(9002,4,'cpuusage',0,'2008-11-03 16:00:03'),(9008,4,'cpuusage',0,'2008-11-03 16:00:03'),(9014,4,'cpuusage',0,'2008-11-03 16:00:03'),(9020,4,'cpuusage',0,'2008-11-03 16:00:03'),(9026,4,'cpuusage',0,'2008-11-03 16:00:03'),(9032,4,'cpuusage',0,'2008-11-03 16:00:03'),(9038,4,'cpuusage',0,'2008-11-03 16:00:03'),(9044,4,'cpuusage',0,'2008-11-03 16:00:03'),(9050,4,'cpuusage',0,'2008-11-03 16:00:03'),(9056,4,'cpuusage',0,'2008-11-03 16:00:03'),(9062,4,'cpuusage',0,'2008-11-03 16:00:03'),(9068,4,'cpuusage',0,'2008-11-03 16:00:03'),(9074,4,'cpuusage',0,'2008-11-03 16:00:03'),(9081,4,'cpuusage',0,'2008-11-03 16:00:03'),(9087,4,'cpuusage',0,'2008-11-03 16:00:03'),(9092,4,'cpuusage',0,'2008-11-03 16:00:03'),(9098,4,'cpuusage',0,'2008-11-03 16:00:03'),(9104,4,'cpuusage',0,'2008-11-03 16:00:03'),(9110,4,'cpuusage',0,'2008-11-03 16:00:03'),(9116,4,'cpuusage',0,'2008-11-03 16:00:03'),(9122,4,'cpuusage',0,'2008-11-03 16:00:03'),(9128,4,'cpuusage',0,'2008-11-03 16:00:03'),(9134,4,'cpuusage',0,'2008-11-03 16:00:03'),(9140,4,'cpuusage',0,'2008-11-03 16:00:03'),(9147,4,'cpuusage',0,'2008-11-03 16:00:03'),(9152,4,'cpuusage',0,'2008-11-03 16:00:03'),(9158,4,'cpuusage',0,'2008-11-03 16:00:03'),(9164,4,'cpuusage',0,'2008-11-03 16:00:03'),(9170,4,'cpuusage',0,'2008-11-03 16:00:03'),(9176,4,'cpuusage',0,'2008-11-03 16:00:03'),(9182,4,'cpuusage',0,'2008-11-03 16:00:03'),(9188,4,'cpuusage',0,'2008-11-03 16:00:03'),(9194,4,'cpuusage',0,'2008-11-03 16:00:03'),(9200,4,'cpuusage',0,'2008-11-03 16:00:03'),(9206,4,'cpuusage',0,'2008-11-03 16:00:03'),(9212,4,'cpuusage',0,'2008-11-03 16:00:03'),(9218,4,'cpuusage',0,'2008-11-03 16:00:03'),(9224,4,'cpuusage',0,'2008-11-03 16:00:03'),(9230,4,'cpuusage',0,'2008-11-03 16:00:03'),(9236,4,'cpuusage',0,'2008-11-03 16:00:03'),(9242,4,'cpuusage',0,'2008-11-03 16:00:03'),(9248,4,'cpuusage',0,'2008-11-03 16:00:03'),(9254,4,'cpuusage',0,'2008-11-03 16:00:03'),(9260,4,'cpuusage',0,'2008-11-03 16:00:03'),(9266,4,'cpuusage',0,'2008-11-03 16:00:03'),(9272,4,'cpuusage',0,'2008-11-03 16:00:03'),(9278,4,'cpuusage',0,'2008-11-03 16:00:03'),(9284,4,'cpuusage',0,'2008-11-03 16:00:03'),(9290,4,'cpuusage',0,'2008-11-03 16:00:03'),(9296,4,'cpuusage',0,'2008-11-03 16:00:03'),(9302,4,'cpuusage',0,'2008-11-03 16:00:03'),(9308,4,'cpuusage',0,'2008-11-03 16:00:03'),(9314,4,'cpuusage',0,'2008-11-03 16:00:03'),(9320,4,'cpuusage',0,'2008-11-03 16:00:03'),(9327,4,'cpuusage',0,'2008-11-03 16:00:03'),(9332,4,'cpuusage',0,'2008-11-03 16:00:03'),(9339,4,'cpuusage',0,'2008-11-03 16:00:03'),(9344,4,'cpuusage',0,'2008-11-03 16:00:03'),(9350,4,'cpuusage',0,'2008-11-03 16:00:03'),(9356,4,'cpuusage',0,'2008-11-03 16:00:03'),(9363,4,'cpuusage',0,'2008-11-03 16:00:03'),(9368,4,'cpuusage',0,'2008-11-03 16:00:03'),(9374,4,'cpuusage',0,'2008-11-03 16:00:03'),(9380,4,'cpuusage',0,'2008-11-03 16:00:03'),(9387,4,'cpuusage',0,'2008-11-03 16:00:03'),(9392,4,'cpuusage',0,'2008-11-03 16:00:03'),(9398,4,'cpuusage',0,'2008-11-03 16:00:03'),(9404,4,'cpuusage',0,'2008-11-03 16:00:03'),(9410,4,'cpuusage',0,'2008-11-03 16:00:03'),(9416,4,'cpuusage',0,'2008-11-03 16:00:03'),(9422,4,'cpuusage',0,'2008-11-03 16:00:03'),(9428,4,'cpuusage',0,'2008-11-03 16:00:03'),(9434,4,'cpuusage',0,'2008-11-03 16:00:03'),(9440,4,'cpuusage',0,'2008-11-03 16:00:03'),(9446,4,'cpuusage',0,'2008-11-03 16:00:03'),(9452,4,'cpuusage',0,'2008-11-03 16:00:03'),(9458,4,'cpuusage',0,'2008-11-03 16:00:03'),(9465,4,'cpuusage',0,'2008-11-03 16:00:03'),(9470,4,'cpuusage',0,'2008-11-03 16:00:03'),(9476,4,'cpuusage',0,'2008-11-03 16:00:03'),(9482,4,'cpuusage',0,'2008-11-03 16:00:03'),(9488,4,'cpuusage',0,'2008-11-03 16:00:03'),(9494,4,'cpuusage',0,'2008-11-03 16:00:03'),(9500,4,'cpuusage',0,'2008-11-03 16:00:03'),(9506,4,'cpuusage',0,'2008-11-03 16:00:03'),(9512,4,'cpuusage',0,'2008-11-03 16:00:03'),(9518,4,'cpuusage',0,'2008-11-03 16:00:03'),(9524,4,'cpuusage',0,'2008-11-03 16:00:03'),(9530,4,'cpuusage',0,'2008-11-03 16:00:03'),(9536,4,'cpuusage',0,'2008-11-03 16:00:03'),(9542,4,'cpuusage',0,'2008-11-03 16:00:03'),(9548,4,'cpuusage',0,'2008-11-03 16:00:03'),(9554,4,'cpuusage',0,'2008-11-03 16:00:03'),(9560,4,'cpuusage',0,'2008-11-03 16:00:03'),(9566,4,'cpuusage',0,'2008-11-03 16:00:03'),(9572,4,'cpuusage',0,'2008-11-03 16:00:03'),(9578,4,'cpuusage',0,'2008-11-03 16:00:03'),(9584,4,'cpuusage',0,'2008-11-03 16:00:03'),(9590,4,'cpuusage',0,'2008-11-03 16:00:03'),(9596,4,'cpuusage',0,'2008-11-03 16:00:03'),(9602,4,'cpuusage',0,'2008-11-03 16:00:03'),(9608,4,'cpuusage',0,'2008-11-03 16:00:03'),(9614,4,'cpuusage',0,'2008-11-03 16:00:03'),(9621,4,'cpuusage',0,'2008-11-03 16:00:03'),(9626,4,'cpuusage',0,'2008-11-03 16:00:03'),(9632,4,'cpuusage',0,'2008-11-03 16:00:03'),(9638,4,'cpuusage',0,'2008-11-03 16:00:03'),(9644,4,'cpuusage',0,'2008-11-03 16:00:03'),(9650,4,'cpuusage',0,'2008-11-03 16:00:03'),(9656,4,'cpuusage',0,'2008-11-03 16:00:03'),(9662,4,'cpuusage',0,'2008-11-03 16:00:03'),(9668,4,'cpuusage',0,'2008-11-03 16:00:03'),(9674,4,'cpuusage',0,'2008-11-03 16:00:03'),(9680,4,'cpuusage',0,'2008-11-03 16:00:03'),(9686,4,'cpuusage',0,'2008-11-03 16:00:03'),(9692,4,'cpuusage',0,'2008-11-03 16:00:03'),(9699,4,'cpuusage',0,'2008-11-03 16:00:03'),(9704,4,'cpuusage',0,'2008-11-03 16:00:03'),(9710,4,'cpuusage',0,'2008-11-03 16:00:03'),(9716,4,'cpuusage',0,'2008-11-03 16:00:03'),(9722,4,'cpuusage',0,'2008-11-03 16:00:03'),(9728,4,'cpuusage',0,'2008-11-03 16:00:03'),(9734,4,'cpuusage',0,'2008-11-03 16:00:03'),(9740,4,'cpuusage',0,'2008-11-03 16:00:03'),(9746,4,'cpuusage',0,'2008-11-03 16:00:03'),(9752,4,'cpuusage',0,'2008-11-03 16:00:03'),(9758,4,'cpuusage',0,'2008-11-03 16:00:03'),(9764,4,'cpuusage',0,'2008-11-03 16:00:03'),(9770,4,'cpuusage',0,'2008-11-03 16:00:03'),(9776,4,'cpuusage',0,'2008-11-03 16:00:03'),(9783,4,'cpuusage',0,'2008-11-03 16:00:03'),(9788,4,'cpuusage',0,'2008-11-03 16:00:03'),(9795,4,'cpuusage',0,'2008-11-03 16:00:03'),(9800,4,'cpuusage',0,'2008-11-03 16:00:03'),(9806,4,'cpuusage',0,'2008-11-03 16:00:03'),(9812,4,'cpuusage',0,'2008-11-03 16:00:03'),(9818,4,'cpuusage',0,'2008-11-03 16:00:03'),(9824,4,'cpuusage',0,'2008-11-03 16:00:03'),(9830,4,'cpuusage',0,'2008-11-03 16:00:03'),(9836,4,'cpuusage',0,'2008-11-03 16:00:03'),(9843,4,'cpuusage',0,'2008-11-03 16:00:03'),(9848,4,'cpuusage',0,'2008-11-03 16:00:03'),(9854,4,'cpuusage',0,'2008-11-03 16:00:03'),(9860,4,'cpuusage',0,'2008-11-03 16:00:03'),(9866,4,'cpuusage',0,'2008-11-03 16:00:03'),(9872,4,'cpuusage',0,'2008-11-03 16:00:03'),(9878,4,'cpuusage',0,'2008-11-03 16:00:03'),(9884,4,'cpuusage',0,'2008-11-03 16:00:03'),(9890,4,'cpuusage',0,'2008-11-03 16:00:03'),(9896,4,'cpuusage',0,'2008-11-03 16:00:03'),(9902,4,'cpuusage',0,'2008-11-03 16:00:03'),(9908,4,'cpuusage',0,'2008-11-03 16:00:03'),(9914,4,'cpuusage',0,'2008-11-03 16:00:03'),(9920,4,'cpuusage',0,'2008-11-03 16:00:03'),(9926,4,'cpuusage',0,'2008-11-03 16:00:03'),(9932,4,'cpuusage',0,'2008-11-03 16:00:03'),(9938,4,'cpuusage',0,'2008-11-03 16:00:03'),(9944,4,'cpuusage',0,'2008-11-03 16:00:03'),(9950,4,'cpuusage',0,'2008-11-03 16:00:03'),(9956,4,'cpuusage',0,'2008-11-03 16:00:03'),(9962,4,'cpuusage',0,'2008-11-03 16:00:03'),(9968,4,'cpuusage',0,'2008-11-03 16:00:03'),(9974,4,'cpuusage',0,'2008-11-03 16:00:03'),(9980,4,'cpuusage',0,'2008-11-03 16:00:03'),(9986,4,'cpuusage',0,'2008-11-03 16:00:03'),(9993,4,'cpuusage',0,'2008-11-03 16:00:03'),(9998,4,'cpuusage',0,'2008-11-03 16:00:03'),(10004,4,'cpuusage',0,'2008-11-03 16:00:03'),(10010,4,'cpuusage',0,'2008-11-03 16:00:03'),(10016,4,'cpuusage',0,'2008-11-03 16:00:03'),(10023,4,'cpuusage',0,'2008-11-03 16:00:03'),(10028,4,'cpuusage',0,'2008-11-03 16:00:03'),(10034,4,'cpuusage',0,'2008-11-03 16:00:03'),(10040,4,'cpuusage',0,'2008-11-03 16:00:03'),(10046,4,'cpuusage',0,'2008-11-03 16:00:03'),(10052,4,'cpuusage',0,'2008-11-03 16:00:03'),(10058,4,'cpuusage',0,'2008-11-03 16:00:03'),(10064,4,'cpuusage',0,'2008-11-03 16:00:03'),(10070,4,'cpuusage',0,'2008-11-03 16:00:03'),(10076,4,'cpuusage',0,'2008-11-03 16:00:03'),(10082,4,'cpuusage',0,'2008-11-03 16:00:03'),(10089,4,'cpuusage',0,'2008-11-03 16:00:03'),(10094,4,'cpuusage',0,'2008-11-03 16:00:03'),(10100,4,'cpuusage',0,'2008-11-03 16:00:03'),(10106,4,'cpuusage',0,'2008-11-03 16:00:03'),(10112,4,'cpuusage',0,'2008-11-03 16:00:03'),(10118,4,'cpuusage',0,'2008-11-03 16:00:03'),(10124,4,'cpuusage',0,'2008-11-03 16:00:03'),(10130,4,'cpuusage',0,'2008-11-03 16:00:03'),(10136,4,'cpuusage',0,'2008-11-03 16:00:03'),(10143,4,'cpuusage',0,'2008-11-03 16:00:03'),(10148,4,'cpuusage',0,'2008-11-03 16:00:03'),(10154,4,'cpuusage',0,'2008-11-03 16:00:03'),(10160,4,'cpuusage',0,'2008-11-03 16:00:03'),(10167,4,'cpuusage',0,'2008-11-03 16:00:03'),(10172,4,'cpuusage',0,'2008-11-03 16:00:03'),(10178,4,'cpuusage',0,'2008-11-03 16:00:03'),(10184,4,'cpuusage',0,'2008-11-03 16:00:03'),(10191,4,'cpuusage',0,'2008-11-03 16:00:03'),(10196,4,'cpuusage',0,'2008-11-03 16:00:03'),(10202,4,'cpuusage',0,'2008-11-03 16:00:03'),(10208,4,'cpuusage',0,'2008-11-03 16:00:03'),(10214,4,'cpuusage',0,'2008-11-03 16:00:03'),(10220,4,'cpuusage',0,'2008-11-03 16:00:03'),(10226,4,'cpuusage',0,'2008-11-03 16:00:03'),(10232,4,'cpuusage',0,'2008-11-03 16:00:03'),(10238,4,'cpuusage',0,'2008-11-03 16:00:03'),(10245,4,'cpuusage',0,'2008-11-03 16:00:03'),(10250,4,'cpuusage',0,'2008-11-03 16:00:03'),(10256,4,'cpuusage',0,'2008-11-03 16:00:03'),(10262,4,'cpuusage',0,'2008-11-03 16:00:03'),(10268,4,'cpuusage',0,'2008-11-03 16:00:03'),(10274,4,'cpuusage',0,'2008-11-03 16:00:03'),(10280,4,'cpuusage',0,'2008-11-03 16:00:03'),(10286,4,'cpuusage',0,'2008-11-03 16:00:03'),(10293,4,'cpuusage',0,'2008-11-03 16:00:03'),(10298,4,'cpuusage',0,'2008-11-03 16:00:03'),(10305,4,'cpuusage',0,'2008-11-03 16:00:03'),(10311,4,'cpuusage',0,'2008-11-03 16:00:03'),(10316,4,'cpuusage',0,'2008-11-03 16:00:03'),(10322,4,'cpuusage',0,'2008-11-03 16:00:03'),(10329,4,'cpuusage',0,'2008-11-03 16:00:03'),(10335,4,'cpuusage',0,'2008-11-03 16:00:03'),(10341,4,'cpuusage',0,'2008-11-03 16:00:03'),(10347,4,'cpuusage',0,'2008-11-03 16:00:03'),(10352,4,'cpuusage',0,'2008-11-03 16:00:03'),(10359,4,'cpuusage',0,'2008-11-03 16:00:03'),(10364,4,'cpuusage',0,'2008-11-03 16:00:03'),(10366,4,'cpuusage',0,'2008-11-03 16:00:03'),(10371,4,'cpuusage',0,'2008-11-03 16:00:03'),(10377,4,'cpuusage',0,'2008-11-03 16:00:03'),(10383,4,'cpuusage',0,'2008-11-03 16:00:03'),(10390,4,'cpuusage',0,'2008-11-03 16:00:03'),(10396,4,'cpuusage',0,'2008-11-03 16:00:03'),(10402,4,'cpuusage',0,'2008-11-03 16:00:03'),(10408,4,'cpuusage',0,'2008-11-03 16:00:03'),(10414,4,'cpuusage',0,'2008-11-03 16:00:03'),(10420,4,'cpuusage',0,'2008-11-03 16:00:03'),(10426,4,'cpuusage',0,'2008-11-03 16:00:03'),(10431,4,'cpuusage',0,'2008-11-03 16:00:03'),(10438,4,'cpuusage',0,'2008-11-03 16:00:03'),(10444,4,'cpuusage',0,'2008-11-03 16:00:03'),(10450,4,'cpuusage',0,'2008-11-03 16:00:03'),(10456,4,'cpuusage',0,'2008-11-03 16:00:03'),(10462,4,'cpuusage',0,'2008-11-03 16:00:03'),(10468,4,'cpuusage',0,'2008-11-03 16:00:03'),(10474,4,'cpuusage',0,'2008-11-03 16:00:03'),(10480,4,'cpuusage',0,'2008-11-03 16:00:03'),(10486,4,'cpuusage',0,'2008-11-03 16:00:03'),(10491,4,'cpuusage',0,'2008-11-03 16:00:03'),(10498,4,'cpuusage',0,'2008-11-03 16:00:03'),(10503,4,'cpuusage',0,'2008-11-03 16:00:03'),(10510,4,'cpuusage',0,'2008-11-03 16:00:03'),(10516,4,'cpuusage',0,'2008-11-03 16:00:03'),(10522,4,'cpuusage',0,'2008-11-03 16:00:03'),(10527,4,'cpuusage',0,'2008-11-03 16:00:03'),(10534,4,'cpuusage',0,'2008-11-03 16:00:03'),(10540,4,'cpuusage',0,'2008-11-03 16:00:03'),(10546,4,'cpuusage',0,'2008-11-03 16:00:03'),(10552,4,'cpuusage',0,'2008-11-03 16:00:03'),(10558,4,'cpuusage',0,'2008-11-03 16:00:03'),(10564,4,'cpuusage',0,'2008-11-03 16:00:03'),(10569,4,'cpuusage',0,'2008-11-03 16:00:03'),(10576,4,'cpuusage',0,'2008-11-03 16:00:03'),(10582,4,'cpuusage',0,'2008-11-03 16:00:03'),(10588,4,'cpuusage',0,'2008-11-03 16:00:03'),(10594,4,'cpuusage',0,'2008-11-03 16:00:03'),(10599,4,'cpuusage',0,'2008-11-03 16:00:03'),(10605,4,'cpuusage',0,'2008-11-03 16:00:03'),(10612,4,'cpuusage',0,'2008-11-03 16:00:03'),(10618,4,'cpuusage',0,'2008-11-03 16:00:03'),(10624,4,'cpuusage',0,'2008-11-03 16:00:03'),(10630,4,'cpuusage',0,'2008-11-03 16:00:03'),(10636,4,'cpuusage',0,'2008-11-03 16:00:03'),(10642,4,'cpuusage',0,'2008-11-03 16:00:03'),(10648,4,'cpuusage',0,'2008-11-03 16:00:03'),(10654,4,'cpuusage',0,'2008-11-03 16:00:03'),(10660,4,'cpuusage',0,'2008-11-03 16:00:03'),(10666,4,'cpuusage',0,'2008-11-03 16:00:03'),(10672,4,'cpuusage',0,'2008-11-03 16:00:03'),(10677,4,'cpuusage',0,'2008-11-03 16:00:03'),(10684,4,'cpuusage',0,'2008-11-03 16:00:03'),(10690,4,'cpuusage',0,'2008-11-03 16:00:03'),(10695,4,'cpuusage',0,'2008-11-03 16:00:03'),(10701,4,'cpuusage',0,'2008-11-03 16:00:03'),(10708,4,'cpuusage',0,'2008-11-03 16:00:03'),(10713,4,'cpuusage',0,'2008-11-03 16:00:03'),(10719,4,'cpuusage',0,'2008-11-03 16:00:03'),(10726,4,'cpuusage',0,'2008-11-03 16:00:03'),(10732,4,'cpuusage',0,'2008-11-03 16:00:03'),(10738,4,'cpuusage',0,'2008-11-03 16:00:03'),(10744,4,'cpuusage',0,'2008-11-03 16:00:03'),(10750,4,'cpuusage',0,'2008-11-03 16:00:03'),(10755,4,'cpuusage',0,'2008-11-03 16:00:03'),(10762,4,'cpuusage',0,'2008-11-03 16:00:03'),(10767,4,'cpuusage',0,'2008-11-03 16:00:03'),(10774,4,'cpuusage',0,'2008-11-03 16:00:03'),(10779,4,'cpuusage',0,'2008-11-03 16:00:03'),(10786,4,'cpuusage',0,'2008-11-03 16:00:03'),(10791,4,'cpuusage',0,'2008-11-03 16:00:03'),(10798,4,'cpuusage',0,'2008-11-03 16:00:03'),(10804,4,'cpuusage',0,'2008-11-03 16:00:03'),(10810,4,'cpuusage',0,'2008-11-03 16:00:03'),(10816,4,'cpuusage',0,'2008-11-03 16:00:03'),(10821,4,'cpuusage',0,'2008-11-03 16:00:03'),(10827,4,'cpuusage',0,'2008-11-03 16:00:03'),(10834,4,'cpuusage',0,'2008-11-03 16:00:03'),(10839,4,'cpuusage',0,'2008-11-03 16:00:03'),(10846,4,'cpuusage',0,'2008-11-03 16:00:03'),(10851,4,'cpuusage',0,'2008-11-03 16:00:03'),(10858,4,'cpuusage',0,'2008-11-03 16:00:03'),(10864,4,'cpuusage',0,'2008-11-03 16:00:03'),(10870,4,'cpuusage',0,'2008-11-03 16:00:03'),(10876,4,'cpuusage',0,'2008-11-03 16:00:03'),(10881,4,'cpuusage',0,'2008-11-03 16:00:03'),(10887,4,'cpuusage',0,'2008-11-03 16:00:03'),(10894,4,'cpuusage',0,'2008-11-03 16:00:03'),(10899,4,'cpuusage',0,'2008-11-03 16:00:03'),(10906,4,'cpuusage',0,'2008-11-03 16:00:03'),(10912,4,'cpuusage',0,'2008-11-03 16:00:03'),(10918,4,'cpuusage',0,'2008-11-03 16:00:03'),(10923,4,'cpuusage',0,'2008-11-03 16:00:03'),(10929,4,'cpuusage',0,'2008-11-03 16:00:03'),(10936,4,'cpuusage',0,'2008-11-03 16:00:03'),(10942,4,'cpuusage',0,'2008-11-03 16:00:03'),(10948,4,'cpuusage',0,'2008-11-03 16:00:03'),(10954,4,'cpuusage',0,'2008-11-03 16:00:03'),(10959,4,'cpuusage',0,'2008-11-03 16:00:03'),(10965,4,'cpuusage',0,'2008-11-03 16:00:03'),(10971,4,'cpuusage',0,'2008-11-03 16:00:03'),(10978,4,'cpuusage',0,'2008-11-03 16:00:03'),(10983,4,'cpuusage',0,'2008-11-03 16:00:03'),(10989,4,'cpuusage',0,'2008-11-03 16:00:03'),(10995,4,'cpuusage',0,'2008-11-03 16:00:03'),(11002,4,'cpuusage',0,'2008-11-03 16:00:03'),(11007,4,'cpuusage',0,'2008-11-03 16:00:03'),(11014,4,'cpuusage',0,'2008-11-03 16:00:03'),(11020,4,'cpuusage',0,'2008-11-03 16:00:03'),(11026,4,'cpuusage',0,'2008-11-03 16:00:03'),(11032,4,'cpuusage',0,'2008-11-03 16:00:03'),(11038,4,'cpuusage',0,'2008-11-03 16:00:03'),(11044,4,'cpuusage',0,'2008-11-03 16:00:03'),(11050,4,'cpuusage',0,'2008-11-03 16:00:03'),(11056,4,'cpuusage',0,'2008-11-03 16:00:03'),(11062,4,'cpuusage',0,'2008-11-03 16:00:03'),(11068,4,'cpuusage',0,'2008-11-03 16:00:03'),(11074,4,'cpuusage',0,'2008-11-03 16:00:03'),(11079,4,'cpuusage',0,'2008-11-03 16:00:03'),(11086,4,'cpuusage',0,'2008-11-03 16:00:03'),(11091,4,'cpuusage',0,'2008-11-03 16:00:03'),(11098,4,'cpuusage',0,'2008-11-03 16:00:03'),(11104,4,'cpuusage',0,'2008-11-03 16:00:03'),(11110,4,'cpuusage',0,'2008-11-03 16:00:03'),(11115,4,'cpuusage',0,'2008-11-03 16:00:03'),(11122,4,'cpuusage',0,'2008-11-03 16:00:03'),(11127,4,'cpuusage',0,'2008-11-03 16:00:03'),(11133,4,'cpuusage',0,'2008-11-03 16:00:03'),(11140,4,'cpuusage',0,'2008-11-03 16:00:03'),(11146,4,'cpuusage',0,'2008-11-03 16:00:03'),(11151,4,'cpuusage',0,'2008-11-03 16:00:03'),(11157,4,'cpuusage',0,'2008-11-03 16:00:03'),(11164,4,'cpuusage',0,'2008-11-03 16:00:03'),(11169,4,'cpuusage',0,'2008-11-03 16:00:03'),(11175,4,'cpuusage',0,'2008-11-03 16:00:03'),(11181,4,'cpuusage',0,'2008-11-03 16:00:03'),(11187,4,'cpuusage',0,'2008-11-03 16:00:03'),(11194,4,'cpuusage',0,'2008-11-03 16:00:03'),(11200,4,'cpuusage',0,'2008-11-03 16:00:03'),(11205,4,'cpuusage',0,'2008-11-03 16:00:03'),(11212,4,'cpuusage',0,'2008-11-03 16:00:03'),(11218,4,'cpuusage',0,'2008-11-03 16:00:03'),(11224,4,'cpuusage',0,'2008-11-03 16:00:03'),(11230,4,'cpuusage',0,'2008-11-03 16:00:03'),(11235,4,'cpuusage',0,'2008-11-03 16:00:03'),(11241,4,'cpuusage',0,'2008-11-03 16:00:03'),(11247,4,'cpuusage',0,'2008-11-03 16:00:03'),(11254,4,'cpuusage',0,'2008-11-03 16:00:03'),(11260,4,'cpuusage',0,'2008-11-03 16:00:03'),(11266,4,'cpuusage',0,'2008-11-03 16:00:03'),(11272,4,'cpuusage',0,'2008-11-03 16:00:03'),(11278,4,'cpuusage',0,'2008-11-03 16:00:03'),(11283,4,'cpuusage',0,'2008-11-03 16:00:03'),(11290,4,'cpuusage',0,'2008-11-03 16:00:03'),(11295,4,'cpuusage',0,'2008-11-03 16:00:03'),(11302,4,'cpuusage',0,'2008-11-03 16:00:03'),(11308,4,'cpuusage',0,'2008-11-03 16:00:03'),(11314,4,'cpuusage',0,'2008-11-03 16:00:03'),(11320,4,'cpuusage',0,'2008-11-03 16:00:03'),(11325,4,'cpuusage',0,'2008-11-03 16:00:03'),(11332,4,'cpuusage',0,'2008-11-03 16:00:03'),(11338,4,'cpuusage',0,'2008-11-03 16:00:03'),(11343,4,'cpuusage',0,'2008-11-03 16:00:03'),(11350,4,'cpuusage',0,'2008-11-03 16:00:03'),(11356,4,'cpuusage',0,'2008-11-03 16:00:03'),(11362,4,'cpuusage',0,'2008-11-03 16:00:03'),(11368,4,'cpuusage',0,'2008-11-03 16:00:03'),(11374,4,'cpuusage',0,'2008-11-03 16:00:03'),(11379,4,'cpuusage',0,'2008-11-03 16:00:03'),(11386,4,'cpuusage',0,'2008-11-03 16:00:03'),(11392,4,'cpuusage',0,'2008-11-03 16:00:03'),(11398,4,'cpuusage',0,'2008-11-03 16:00:03'),(11403,4,'cpuusage',0,'2008-11-03 16:00:03'),(11410,4,'cpuusage',0,'2008-11-03 16:00:03'),(11416,4,'cpuusage',0,'2008-11-03 16:00:03'),(11422,4,'cpuusage',0,'2008-11-03 16:00:03'),(11427,4,'cpuusage',0,'2008-11-03 16:00:03'),(11434,4,'cpuusage',0,'2008-11-03 16:00:03'),(11440,4,'cpuusage',0,'2008-11-03 16:00:03'),(11446,4,'cpuusage',0,'2008-11-03 16:00:03'),(11451,4,'cpuusage',0,'2008-11-03 16:00:03'),(11458,4,'cpuusage',0,'2008-11-03 16:00:03'),(11463,4,'cpuusage',0,'2008-11-03 16:00:03'),(11470,4,'cpuusage',0,'2008-11-03 16:00:03'),(11476,4,'cpuusage',0,'2008-11-03 16:00:03'),(11482,4,'cpuusage',0,'2008-11-03 16:00:03'),(11487,4,'cpuusage',0,'2008-11-03 16:00:03'),(11494,4,'cpuusage',0,'2008-11-03 16:00:03'),(11499,4,'cpuusage',0,'2008-11-03 16:00:03'),(11506,4,'cpuusage',0,'2008-11-03 16:00:03'),(11512,4,'cpuusage',0,'2008-11-03 16:00:03'),(11518,4,'cpuusage',0,'2008-11-03 16:00:03'),(11524,4,'cpuusage',0,'2008-11-03 16:00:03'),(11530,4,'cpuusage',0,'2008-11-03 16:00:03'),(11535,4,'cpuusage',0,'2008-11-03 16:00:03'),(11542,4,'cpuusage',0,'2008-11-03 16:00:03'),(11548,4,'cpuusage',0,'2008-11-03 16:00:03'),(11554,4,'cpuusage',0,'2008-11-03 16:00:03'),(11560,4,'cpuusage',0,'2008-11-03 16:00:03'),(11565,4,'cpuusage',0,'2008-11-03 16:00:03'),(11571,4,'cpuusage',0,'2008-11-03 16:00:03'),(11578,4,'cpuusage',0,'2008-11-03 16:00:03'),(11584,4,'cpuusage',0,'2008-11-03 16:00:03'),(11590,4,'cpuusage',0,'2008-11-03 16:00:03'),(11595,4,'cpuusage',0,'2008-11-03 16:00:03'),(11602,4,'cpuusage',0,'2008-11-03 16:00:03'),(11608,4,'cpuusage',0,'2008-11-03 16:00:03'),(11614,4,'cpuusage',0,'2008-11-03 16:00:03'),(11619,4,'cpuusage',0,'2008-11-03 16:00:03'),(11625,4,'cpuusage',0,'2008-11-03 16:00:03'),(11632,4,'cpuusage',0,'2008-11-03 16:00:03'),(11638,4,'cpuusage',0,'2008-11-03 16:00:03'),(11644,4,'cpuusage',0,'2008-11-03 16:00:03'),(11650,4,'cpuusage',0,'2008-11-03 16:00:03'),(11655,4,'cpuusage',0,'2008-11-03 16:00:03'),(11662,4,'cpuusage',0,'2008-11-03 16:00:03'),(11667,4,'cpuusage',0,'2008-11-03 16:00:03'),(11674,4,'cpuusage',0,'2008-11-03 16:00:03'),(11679,4,'cpuusage',0,'2008-11-03 16:00:03'),(11686,4,'cpuusage',0,'2008-11-03 16:00:03'),(11691,4,'cpuusage',0,'2008-11-03 16:00:03'),(11698,4,'cpuusage',0,'2008-11-03 16:00:03'),(11704,4,'cpuusage',0,'2008-11-03 16:00:03'),(11710,4,'cpuusage',0,'2008-11-03 16:00:03'),(11716,4,'cpuusage',0,'2008-11-03 16:00:03'),(11721,4,'cpuusage',0,'2008-11-03 16:00:03'),(11728,4,'cpuusage',0,'2008-11-03 16:00:03'),(11734,4,'cpuusage',0,'2008-11-03 16:00:03'),(11740,4,'cpuusage',0,'2008-11-03 16:00:03'),(11746,4,'cpuusage',0,'2008-11-03 16:00:03'),(11752,4,'cpuusage',0,'2008-11-03 16:00:03'),(11757,4,'cpuusage',0,'2008-11-03 16:00:03'),(11764,4,'cpuusage',0,'2008-11-03 16:00:03'),(11770,4,'cpuusage',0,'2008-11-03 16:00:03'),(11780,4,'cpuusage',0,'2008-11-03 16:00:03'),(11786,4,'cpuusage',0,'2008-11-03 16:00:03'),(11792,4,'cpuusage',0,'2008-11-03 16:00:03'),(11799,4,'cpuusage',0,'2008-11-03 16:00:03'),(11804,4,'cpuusage',0,'2008-11-03 16:00:03'),(11811,4,'cpuusage',0,'2008-11-03 16:00:03'),(11816,4,'cpuusage',0,'2008-11-03 16:00:03'),(11823,4,'cpuusage',0,'2008-11-03 16:00:03'),(11829,4,'cpuusage',0,'2008-11-03 16:00:03'),(11835,4,'cpuusage',0,'2008-11-03 16:00:03'),(11841,4,'cpuusage',0,'2008-11-03 16:00:03'),(11847,4,'cpuusage',0,'2008-11-03 16:00:03'),(11853,4,'cpuusage',0,'2008-11-03 16:00:03'),(11858,4,'cpuusage',0,'2008-11-03 16:00:03'),(11865,4,'cpuusage',0,'2008-11-03 16:00:03'),(11870,4,'cpuusage',0,'2008-11-03 16:00:03'),(11877,4,'cpuusage',0,'2008-11-03 16:00:03'),(11883,4,'cpuusage',0,'2008-11-03 16:00:03'),(11889,4,'cpuusage',0,'2008-11-03 16:00:03'),(11895,4,'cpuusage',0,'2008-11-03 16:00:03'),(11900,4,'cpuusage',0,'2008-11-03 16:00:03'),(11906,4,'cpuusage',0,'2008-11-03 16:00:03'),(11913,4,'cpuusage',0,'2008-11-03 16:00:03'),(11918,4,'cpuusage',0,'2008-11-03 16:00:03'),(11925,4,'cpuusage',0,'2008-11-03 16:00:03'),(11931,4,'cpuusage',0,'2008-11-03 16:00:03'),(11937,4,'cpuusage',0,'2008-11-03 16:00:03'),(11943,4,'cpuusage',0,'2008-11-03 16:00:03'),(11948,4,'cpuusage',0,'2008-11-03 16:00:03'),(11955,4,'cpuusage',0,'2008-11-03 16:00:03'),(11961,4,'cpuusage',0,'2008-11-03 16:00:03'),(11967,4,'cpuusage',0,'2008-11-03 16:00:03'),(11973,4,'cpuusage',0,'2008-11-03 16:00:03'),(11978,4,'cpuusage',0,'2008-11-03 16:00:03'),(11984,4,'cpuusage',0,'2008-11-03 16:00:03'),(11991,4,'cpuusage',0,'2008-11-03 16:00:03'),(11996,4,'cpuusage',0,'2008-11-03 16:00:03'),(12003,4,'cpuusage',0,'2008-11-03 16:00:03'),(12009,4,'cpuusage',0,'2008-11-03 16:00:03'),(12014,4,'cpuusage',0,'2008-11-03 16:00:03'),(12021,4,'cpuusage',0,'2008-11-03 16:00:03'),(12026,4,'cpuusage',0,'2008-11-03 16:00:03'),(12032,4,'cpuusage',0,'2008-11-03 16:00:03'),(12039,4,'cpuusage',0,'2008-11-03 16:00:03'),(12045,4,'cpuusage',0,'2008-11-03 16:00:03'),(12051,4,'cpuusage',0,'2008-11-03 16:00:03'),(12057,4,'cpuusage',0,'2008-11-03 16:00:03'),(12062,4,'cpuusage',0,'2008-11-03 16:00:03'),(12069,4,'cpuusage',0,'2008-11-03 16:00:03'),(12075,4,'cpuusage',0,'2008-11-03 16:00:03'),(12081,4,'cpuusage',0,'2008-11-03 16:00:03'),(12086,4,'cpuusage',0,'2008-11-03 16:00:03'),(12092,4,'cpuusage',0,'2008-11-03 16:00:03'),(12098,4,'cpuusage',0,'2008-11-03 16:00:03'),(12105,4,'cpuusage',0,'2008-11-03 16:00:03'),(12111,4,'cpuusage',0,'2008-11-03 16:00:03'),(12117,4,'cpuusage',0,'2008-11-03 16:00:03'),(12123,4,'cpuusage',0,'2008-11-03 16:00:03'),(12129,4,'cpuusage',0,'2008-11-03 16:00:03'),(12135,4,'cpuusage',0,'2008-11-03 16:00:03'),(12141,4,'cpuusage',0,'2008-11-03 16:00:03'),(12147,4,'cpuusage',0,'2008-11-03 16:00:03'),(12152,4,'cpuusage',0,'2008-11-03 16:00:03'),(12159,4,'cpuusage',0,'2008-11-03 16:00:03'),(12165,4,'cpuusage',0,'2008-11-03 16:00:03'),(12170,4,'cpuusage',0,'2008-11-03 16:00:03'),(12177,4,'cpuusage',0,'2008-11-03 16:00:03'),(12183,4,'cpuusage',0,'2008-11-03 16:00:03'),(12188,4,'cpuusage',0,'2008-11-03 16:00:03'),(12195,4,'cpuusage',0,'2008-11-03 16:00:03'),(12201,4,'cpuusage',0,'2008-11-03 16:00:03'),(12207,4,'cpuusage',0,'2008-11-03 16:00:03'),(12213,4,'cpuusage',0,'2008-11-03 16:00:03'),(12219,4,'cpuusage',0,'2008-11-03 16:00:03'),(12224,4,'cpuusage',0,'2008-11-03 16:00:03'),(12231,4,'cpuusage',0,'2008-11-03 16:00:03'),(12237,4,'cpuusage',0,'2008-11-03 16:00:03'),(12243,4,'cpuusage',0,'2008-11-03 16:00:03'),(12249,4,'cpuusage',0,'2008-11-03 16:00:03'),(12255,4,'cpuusage',0,'2008-11-03 16:00:03'),(12261,4,'cpuusage',0,'2008-11-03 16:00:03'),(12267,4,'cpuusage',0,'2008-11-03 16:00:03'),(12273,4,'cpuusage',0,'2008-11-03 16:00:03'),(12278,4,'cpuusage',0,'2008-11-03 16:00:03'),(12285,4,'cpuusage',0,'2008-11-03 16:00:03'),(12291,4,'cpuusage',0,'2008-11-03 16:00:03'),(12297,4,'cpuusage',0,'2008-11-03 16:00:03'),(12303,4,'cpuusage',0,'2008-11-03 16:00:03'),(12309,4,'cpuusage',0,'2008-11-03 16:00:03'),(12315,4,'cpuusage',0,'2008-11-03 16:00:03'),(12320,4,'cpuusage',0,'2008-11-03 16:00:03'),(12327,4,'cpuusage',0,'2008-11-03 16:00:03'),(12333,4,'cpuusage',0,'2008-11-03 16:00:03'),(12338,4,'cpuusage',0,'2008-11-03 16:00:03'),(12345,4,'cpuusage',0,'2008-11-03 16:00:03'),(12350,4,'cpuusage',0,'2008-11-03 16:00:03'),(12356,4,'cpuusage',0,'2008-11-03 16:00:03'),(12363,4,'cpuusage',0,'2008-11-03 16:00:03'),(12368,4,'cpuusage',0,'2008-11-03 16:00:03'),(12375,4,'cpuusage',0,'2008-11-03 16:00:03'),(12381,4,'cpuusage',0,'2008-11-03 16:00:03'),(12386,4,'cpuusage',0,'2008-11-03 16:00:03'),(12393,4,'cpuusage',0,'2008-11-03 16:00:03'),(12398,4,'cpuusage',0,'2008-11-03 16:00:03'),(12404,4,'cpuusage',0,'2008-11-03 16:00:03'),(12411,4,'cpuusage',0,'2008-11-03 16:00:03'),(12417,4,'cpuusage',0,'2008-11-03 16:00:03'),(12423,4,'cpuusage',0,'2008-11-03 16:00:03'),(12429,4,'cpuusage',0,'2008-11-03 16:00:03'),(12434,4,'cpuusage',0,'2008-11-03 16:00:03'),(12441,4,'cpuusage',0,'2008-11-03 16:00:03'),(12447,4,'cpuusage',0,'2008-11-03 16:00:03'),(12452,4,'cpuusage',0,'2008-11-03 16:00:03'),(12458,4,'cpuusage',0,'2008-11-03 16:00:03'),(12465,4,'cpuusage',0,'2008-11-03 16:00:03'),(12471,4,'cpuusage',0,'2008-11-03 16:00:03'),(12477,4,'cpuusage',0,'2008-11-03 16:00:03'),(12482,4,'cpuusage',0,'2008-11-03 16:00:03'),(12489,4,'cpuusage',0,'2008-11-03 16:00:03'),(12495,4,'cpuusage',0,'2008-11-03 16:00:03'),(12501,4,'cpuusage',0,'2008-11-03 16:00:03'),(12507,4,'cpuusage',0,'2008-11-03 16:00:03'),(12512,4,'cpuusage',0,'2008-11-03 16:00:03'),(12519,4,'cpuusage',0,'2008-11-03 16:00:03'),(12525,4,'cpuusage',0,'2008-11-03 16:00:03'),(12531,4,'cpuusage',0,'2008-11-03 16:00:03'),(12537,4,'cpuusage',0,'2008-11-03 16:00:03'),(12543,4,'cpuusage',0,'2008-11-03 16:00:03'),(12549,4,'cpuusage',0,'2008-11-03 16:00:03'),(12555,4,'cpuusage',0,'2008-11-03 16:00:03'),(12561,4,'cpuusage',0,'2008-11-03 16:00:03'),(12566,4,'cpuusage',0,'2008-11-03 16:00:03'),(12573,4,'cpuusage',0,'2008-11-03 16:00:03'),(12579,4,'cpuusage',0,'2008-11-03 16:00:03'),(12585,4,'cpuusage',0,'2008-11-03 16:00:03'),(12591,4,'cpuusage',0,'2008-11-03 16:00:03'),(12596,4,'cpuusage',0,'2008-11-03 16:00:03'),(12602,4,'cpuusage',0,'2008-11-03 16:00:03'),(12608,4,'cpuusage',0,'2008-11-03 16:00:03'),(12615,4,'cpuusage',0,'2008-11-03 16:00:03'),(12621,4,'cpuusage',0,'2008-11-03 16:00:03'),(12627,4,'cpuusage',0,'2008-11-03 16:00:03'),(12632,4,'cpuusage',0,'2008-11-03 16:00:03'),(12638,4,'cpuusage',0,'2008-11-03 16:00:03'),(12644,4,'cpuusage',0,'2008-11-03 16:00:03'),(12650,4,'cpuusage',0,'2008-11-03 16:00:03'),(12657,4,'cpuusage',0,'2008-11-03 16:00:03'),(12663,4,'cpuusage',0,'2008-11-03 16:00:03'),(12669,4,'cpuusage',0,'2008-11-03 16:00:03'),(12675,4,'cpuusage',0,'2008-11-03 16:00:03'),(12681,4,'cpuusage',0,'2008-11-03 16:00:03'),(12687,4,'cpuusage',0,'2008-11-03 16:00:03'),(12693,4,'cpuusage',0,'2008-11-03 16:00:03'),(12698,4,'cpuusage',0,'2008-11-03 16:00:03'),(12705,4,'cpuusage',0,'2008-11-03 16:00:03'),(12711,4,'cpuusage',0,'2008-11-03 16:00:03'),(12717,4,'cpuusage',0,'2008-11-03 16:00:03'),(12722,4,'cpuusage',0,'2008-11-03 16:00:03'),(12729,4,'cpuusage',0,'2008-11-03 16:00:03'),(12735,4,'cpuusage',0,'2008-11-03 16:00:03'),(12740,4,'cpuusage',0,'2008-11-03 16:00:03'),(12747,4,'cpuusage',0,'2008-11-03 16:00:03'),(12753,4,'cpuusage',0,'2008-11-03 16:00:03'),(12758,4,'cpuusage',0,'2008-11-03 16:00:03'),(12765,4,'cpuusage',0,'2008-11-03 16:00:03'),(12771,4,'cpuusage',0,'2008-11-03 16:00:03'),(12777,4,'cpuusage',0,'2008-11-03 16:00:03'),(12782,4,'cpuusage',0,'2008-11-03 16:00:03'),(12789,4,'cpuusage',0,'2008-11-03 16:00:03'),(12795,4,'cpuusage',0,'2008-11-03 16:00:03'),(12801,4,'cpuusage',0,'2008-11-03 16:00:03'),(12806,4,'cpuusage',0,'2008-11-03 16:00:03'),(12812,4,'cpuusage',0,'2008-11-03 16:00:03'),(12819,4,'cpuusage',0,'2008-11-03 16:00:03'),(12825,4,'cpuusage',0,'2008-11-03 16:00:03'),(12831,4,'cpuusage',0,'2008-11-03 16:00:03'),(12837,4,'cpuusage',0,'2008-11-03 16:00:03'),(12843,4,'cpuusage',0,'2008-11-03 16:00:03'),(12849,4,'cpuusage',0,'2008-11-03 16:00:03'),(12854,4,'cpuusage',0,'2008-11-03 16:00:03'),(12861,4,'cpuusage',0,'2008-11-03 16:00:03'),(12867,4,'cpuusage',0,'2008-11-03 16:00:03'),(12873,4,'cpuusage',0,'2008-11-03 16:00:03'),(12879,4,'cpuusage',0,'2008-11-03 16:00:03'),(12885,4,'cpuusage',0,'2008-11-03 16:00:03'),(12891,4,'cpuusage',0,'2008-11-03 16:00:03'),(12896,4,'cpuusage',0,'2008-11-03 16:00:03'),(12902,4,'cpuusage',0,'2008-11-03 16:00:03'),(12909,4,'cpuusage',0,'2008-11-03 16:00:03'),(12915,4,'cpuusage',0,'2008-11-03 16:00:03'),(12921,4,'cpuusage',0,'2008-11-03 16:00:03'),(12927,4,'cpuusage',0,'2008-11-03 16:00:03'),(12933,4,'cpuusage',0,'2008-11-03 16:00:03'),(12939,4,'cpuusage',0,'2008-11-03 16:00:03'),(12945,4,'cpuusage',0,'2008-11-03 16:00:03'),(12950,4,'cpuusage',0,'2008-11-03 16:00:03'),(12956,4,'cpuusage',0,'2008-11-03 16:00:03'),(12963,4,'cpuusage',0,'2008-11-03 16:00:03'),(12969,4,'cpuusage',0,'2008-11-03 16:00:03'),(12974,4,'cpuusage',0,'2008-11-03 16:00:03'),(12981,4,'cpuusage',0,'2008-11-03 16:00:03'),(12987,4,'cpuusage',0,'2008-11-03 16:00:03'),(12993,4,'cpuusage',0,'2008-11-03 16:00:03'),(12998,4,'cpuusage',0,'2008-11-03 16:00:03'),(13005,4,'cpuusage',0,'2008-11-03 16:00:03'),(13011,4,'cpuusage',0,'2008-11-03 16:00:03'),(13016,4,'cpuusage',0,'2008-11-03 16:00:03'),(13023,4,'cpuusage',0,'2008-11-03 16:00:03'),(13029,4,'cpuusage',0,'2008-11-03 16:00:03'),(13035,4,'cpuusage',0,'2008-11-03 16:00:03'),(13041,4,'cpuusage',0,'2008-11-03 16:00:03'),(13047,4,'cpuusage',0,'2008-11-03 16:00:03'),(13052,4,'cpuusage',0,'2008-11-03 16:00:03'),(13059,4,'cpuusage',0,'2008-11-03 16:00:03'),(13065,4,'cpuusage',0,'2008-11-03 16:00:03'),(13070,4,'cpuusage',0,'2008-11-03 16:00:03'),(13076,4,'cpuusage',0,'2008-11-03 16:00:03'),(13083,4,'cpuusage',0,'2008-11-03 16:00:03'),(13089,4,'cpuusage',0,'2008-11-03 16:00:03'),(13094,4,'cpuusage',0,'2008-11-03 16:00:03'),(13101,4,'cpuusage',0,'2008-11-03 16:00:03'),(13106,4,'cpuusage',0,'2008-11-03 16:00:03'),(13113,4,'cpuusage',0,'2008-11-03 16:00:03'),(13119,4,'cpuusage',0,'2008-11-03 16:00:03'),(13125,4,'cpuusage',0,'2008-11-03 16:00:03'),(13131,4,'cpuusage',0,'2008-11-03 16:00:03'),(13137,4,'cpuusage',0,'2008-11-03 16:00:03'),(13143,4,'cpuusage',0,'2008-11-03 16:00:03'),(13149,4,'cpuusage',0,'2008-11-03 16:00:03'),(13155,4,'cpuusage',0,'2008-11-03 16:00:03'),(13160,4,'cpuusage',0,'2008-11-03 16:00:03'),(13166,4,'cpuusage',0,'2008-11-03 16:00:03'),(13173,4,'cpuusage',0,'2008-11-03 16:00:03'),(13179,4,'cpuusage',0,'2008-11-03 16:00:03'),(13184,4,'cpuusage',0,'2008-11-03 16:00:03'),(13190,4,'cpuusage',0,'2008-11-03 16:00:03'),(13197,4,'cpuusage',0,'2008-11-03 16:00:03'),(13202,4,'cpuusage',0,'2008-11-03 16:00:03'),(13209,4,'cpuusage',0,'2008-11-03 16:00:03'),(13215,4,'cpuusage',0,'2008-11-03 16:00:03'),(13221,4,'cpuusage',0,'2008-11-03 16:00:03'),(13227,4,'cpuusage',0,'2008-11-03 16:00:03'),(13233,4,'cpuusage',0,'2008-11-03 16:00:03'),(13238,4,'cpuusage',0,'2008-11-03 16:00:03'),(13245,4,'cpuusage',0,'2008-11-03 16:00:03'),(13251,4,'cpuusage',0,'2008-11-03 16:00:03'),(13257,4,'cpuusage',0,'2008-11-03 16:00:03'),(13263,4,'cpuusage',0,'2008-11-03 16:00:03'),(13269,4,'cpuusage',0,'2008-11-03 16:00:03'),(13275,4,'cpuusage',0,'2008-11-03 16:00:03'),(13281,4,'cpuusage',0,'2008-11-03 16:00:03'),(13287,4,'cpuusage',0,'2008-11-03 16:00:03'),(13292,4,'cpuusage',0,'2008-11-03 16:00:03'),(13298,4,'cpuusage',0,'2008-11-03 16:00:03'),(13304,4,'cpuusage',0,'2008-11-03 16:00:03'),(13310,4,'cpuusage',0,'2008-11-03 16:00:03'),(13316,4,'cpuusage',0,'2008-11-03 16:00:03'),(13322,4,'cpuusage',0,'2008-11-03 16:00:03'),(13328,4,'cpuusage',0,'2008-11-03 16:00:03'),(13334,4,'cpuusage',0,'2008-11-03 16:00:03'),(13339,4,'cpuusage',0,'2008-11-03 16:00:03'),(13345,4,'cpuusage',0,'2008-11-03 16:00:03'),(13352,4,'cpuusage',0,'2008-11-03 16:00:03'),(13358,4,'cpuusage',0,'2008-11-03 16:00:03'),(13364,4,'cpuusage',0,'2008-11-03 16:00:03'),(13370,4,'cpuusage',0,'2008-11-03 16:00:03'),(13375,4,'cpuusage',0,'2008-11-03 16:00:03'),(13382,4,'cpuusage',0,'2008-11-03 16:00:03'),(13387,4,'cpuusage',0,'2008-11-03 16:00:03'),(13394,4,'cpuusage',0,'2008-11-03 16:00:03'),(13399,4,'cpuusage',0,'2008-11-03 16:00:03'),(13406,4,'cpuusage',0,'2008-11-03 16:00:03'),(13411,4,'cpuusage',0,'2008-11-03 16:00:03'),(13418,4,'cpuusage',0,'2008-11-03 16:00:03'),(13424,4,'cpuusage',0,'2008-11-03 16:00:03'),(13430,4,'cpuusage',0,'2008-11-03 16:00:03'),(13435,4,'cpuusage',0,'2008-11-03 16:00:03'),(13441,4,'cpuusage',0,'2008-11-03 16:00:03'),(13448,4,'cpuusage',0,'2008-11-03 16:00:03'),(13454,4,'cpuusage',0,'2008-11-03 16:00:03'),(13459,4,'cpuusage',0,'2008-11-03 16:00:03'),(13465,4,'cpuusage',0,'2008-11-03 16:00:03'),(13472,4,'cpuusage',0,'2008-11-03 16:00:03'),(13477,4,'cpuusage',0,'2008-11-03 16:00:03'),(13483,4,'cpuusage',0,'2008-11-03 16:00:03'),(13489,4,'cpuusage',0,'2008-11-03 16:00:03'),(13495,4,'cpuusage',0,'2008-11-03 16:00:03'),(13502,4,'cpuusage',0,'2008-11-03 16:00:03'),(13508,4,'cpuusage',0,'2008-11-03 16:00:03'),(13514,4,'cpuusage',0,'2008-11-03 16:00:03'),(13520,4,'cpuusage',0,'2008-11-03 16:00:03'),(13525,4,'cpuusage',0,'2008-11-03 16:00:03'),(13532,4,'cpuusage',0,'2008-11-03 16:00:03'),(13538,4,'cpuusage',0,'2008-11-03 16:00:03'),(13544,4,'cpuusage',0,'2008-11-03 16:00:03'),(13550,4,'cpuusage',0,'2008-11-03 16:00:03'),(13556,4,'cpuusage',0,'2008-11-03 16:00:03'),(13561,4,'cpuusage',0,'2008-11-03 16:00:03'),(13567,4,'cpuusage',0,'2008-11-03 16:00:03'),(13574,4,'cpuusage',0,'2008-11-03 16:00:03'),(13579,4,'cpuusage',0,'2008-11-03 16:00:03'),(13586,4,'cpuusage',0,'2008-11-03 16:00:03'),(13592,4,'cpuusage',0,'2008-11-03 16:00:03'),(13598,4,'cpuusage',0,'2008-11-03 16:00:03'),(13604,4,'cpuusage',0,'2008-11-03 16:00:03'),(13609,4,'cpuusage',0,'2008-11-03 16:00:03'),(13615,4,'cpuusage',0,'2008-11-03 16:00:03'),(13622,4,'cpuusage',0,'2008-11-03 16:00:03'),(13628,4,'cpuusage',0,'2008-11-03 16:00:03'),(13633,4,'cpuusage',0,'2008-11-03 16:00:03'),(13640,4,'cpuusage',0,'2008-11-03 16:00:03'),(13646,4,'cpuusage',0,'2008-11-03 16:00:03'),(13652,4,'cpuusage',0,'2008-11-03 16:00:03'),(13657,4,'cpuusage',0,'2008-11-03 16:00:03'),(13664,4,'cpuusage',0,'2008-11-03 16:00:03'),(13669,4,'cpuusage',0,'2008-11-03 16:00:03'),(13676,4,'cpuusage',0,'2008-11-03 16:00:03'),(13682,4,'cpuusage',0,'2008-11-03 16:00:03'),(13688,4,'cpuusage',0,'2008-11-03 16:00:03'),(13694,4,'cpuusage',0,'2008-11-03 16:00:03'),(13700,4,'cpuusage',0,'2008-11-03 16:00:03'),(13705,4,'cpuusage',0,'2008-11-03 16:00:03'),(13712,4,'cpuusage',0,'2008-11-03 16:00:03'),(13717,4,'cpuusage',0,'2008-11-03 16:00:03'),(13724,4,'cpuusage',0,'2008-11-03 16:00:03'),(13730,4,'cpuusage',0,'2008-11-03 16:00:03'),(13736,4,'cpuusage',0,'2008-11-03 16:00:03'),(13742,4,'cpuusage',0,'2008-11-03 16:00:03'),(13747,4,'cpuusage',0,'2008-11-03 16:00:03'),(13753,4,'cpuusage',0,'2008-11-03 16:00:03'),(13760,4,'cpuusage',0,'2008-11-03 16:00:03'),(13765,4,'cpuusage',0,'2008-11-03 16:00:03'),(13772,4,'cpuusage',0,'2008-11-03 16:00:03'),(13778,4,'cpuusage',0,'2008-11-03 16:00:03'),(13783,4,'cpuusage',0,'2008-11-03 16:00:03'),(13789,4,'cpuusage',0,'2008-11-03 16:00:03'),(13796,4,'cpuusage',0,'2008-11-03 16:00:03'),(13801,4,'cpuusage',0,'2008-11-03 16:00:03'),(13808,4,'cpuusage',0,'2008-11-03 16:00:03'),(13813,4,'cpuusage',0,'2008-11-03 16:00:03'),(13820,4,'cpuusage',0,'2008-11-03 16:00:03'),(13825,4,'cpuusage',0,'2008-11-03 16:00:03'),(13831,4,'cpuusage',0,'2008-11-03 16:00:03'),(13837,4,'cpuusage',0,'2008-11-03 16:00:03'),(13844,4,'cpuusage',0,'2008-11-03 16:00:03'),(13849,4,'cpuusage',0,'2008-11-03 16:00:03'),(13856,4,'cpuusage',0,'2008-11-03 16:00:03'),(13862,4,'cpuusage',0,'2008-11-03 16:00:03'),(13867,4,'cpuusage',0,'2008-11-03 16:00:03'),(13873,4,'cpuusage',0,'2008-11-03 16:00:03'),(13880,4,'cpuusage',0,'2008-11-03 16:00:03'),(13885,4,'cpuusage',0,'2008-11-03 16:00:03'),(13892,4,'cpuusage',0,'2008-11-03 16:00:03'),(13898,4,'cpuusage',0,'2008-11-03 16:00:03'),(13903,4,'cpuusage',0,'2008-11-03 16:00:03'),(13910,4,'cpuusage',0,'2008-11-03 16:00:03'),(13915,4,'cpuusage',0,'2008-11-03 16:00:03'),(13921,4,'cpuusage',0,'2008-11-03 16:00:03'),(13928,4,'cpuusage',0,'2008-11-03 16:00:03'),(13934,4,'cpuusage',0,'2008-11-03 16:00:03'),(13939,4,'cpuusage',0,'2008-11-03 16:00:03'),(13946,4,'cpuusage',0,'2008-11-03 16:00:03'),(13951,4,'cpuusage',0,'2008-11-03 16:00:03'),(13957,4,'cpuusage',0,'2008-11-03 16:00:03'),(13964,4,'cpuusage',0,'2008-11-03 16:00:03'),(13970,4,'cpuusage',0,'2008-11-03 16:00:03'),(13975,4,'cpuusage',0,'2008-11-03 16:00:03'),(13982,4,'cpuusage',0,'2008-11-03 16:00:03'),(13988,4,'cpuusage',0,'2008-11-03 16:00:03'),(13993,4,'cpuusage',0,'2008-11-03 16:00:03'),(14000,4,'cpuusage',0,'2008-11-03 16:00:03'),(14006,4,'cpuusage',0,'2008-11-03 16:00:03'),(14012,4,'cpuusage',0,'2008-11-03 16:00:03'),(14018,4,'cpuusage',0,'2008-11-03 16:00:03'),(14023,4,'cpuusage',0,'2008-11-03 16:00:03'),(14030,4,'cpuusage',0,'2008-11-03 16:00:03'),(14036,4,'cpuusage',0,'2008-11-03 16:00:03'),(14042,4,'cpuusage',0,'2008-11-03 16:00:03'),(14047,4,'cpuusage',0,'2008-11-03 16:00:03'),(14054,4,'cpuusage',0,'2008-11-03 16:00:03'),(14060,4,'cpuusage',0,'2008-11-03 16:00:03'),(14066,4,'cpuusage',0,'2008-11-03 16:00:03'),(14072,4,'cpuusage',0,'2008-11-03 16:00:03'),(14077,4,'cpuusage',0,'2008-11-03 16:00:03'),(14084,4,'cpuusage',0,'2008-11-03 16:00:03'),(14090,4,'cpuusage',0,'2008-11-03 16:00:03'),(14095,4,'cpuusage',0,'2008-11-03 16:00:03'),(14101,4,'cpuusage',0,'2008-11-03 16:00:03'),(14108,4,'cpuusage',0,'2008-11-03 16:00:03'),(14114,4,'cpuusage',0,'2008-11-03 16:00:03'),(14119,4,'cpuusage',0,'2008-11-03 16:00:03'),(14126,4,'cpuusage',0,'2008-11-03 16:00:03'),(14131,4,'cpuusage',0,'2008-11-03 16:00:03'),(14137,4,'cpuusage',0,'2008-11-03 16:00:03'),(14144,4,'cpuusage',0,'2008-11-03 16:00:03'),(14149,4,'cpuusage',0,'2008-11-03 16:00:03'),(14156,4,'cpuusage',0,'2008-11-03 16:00:03'),(14161,4,'cpuusage',0,'2008-11-03 16:00:03'),(14168,4,'cpuusage',0,'2008-11-03 16:00:03'),(14174,4,'cpuusage',0,'2008-11-03 16:00:03'),(14179,4,'cpuusage',0,'2008-11-03 16:00:03'),(14186,4,'cpuusage',0,'2008-11-03 16:00:03'),(14192,4,'cpuusage',0,'2008-11-03 16:00:03'),(14198,4,'cpuusage',0,'2008-11-03 16:00:03'),(14204,4,'cpuusage',0,'2008-11-03 16:00:03'),(14210,4,'cpuusage',0,'2008-11-03 16:00:03'),(14215,4,'cpuusage',0,'2008-11-03 16:00:03'),(14221,4,'cpuusage',0,'2008-11-03 16:00:03'),(14227,4,'cpuusage',0,'2008-11-03 16:00:03'),(14234,4,'cpuusage',0,'2008-11-03 16:00:03'),(14240,4,'cpuusage',0,'2008-11-03 16:00:03'),(14245,4,'cpuusage',0,'2008-11-03 16:00:03'),(14251,4,'cpuusage',0,'2008-11-03 16:00:03'),(14257,4,'cpuusage',0,'2008-11-03 16:00:03'),(14264,4,'cpuusage',0,'2008-11-03 16:00:03'),(14269,4,'cpuusage',0,'2008-11-03 16:00:03'),(14276,4,'cpuusage',0,'2008-11-03 16:00:03'),(14282,4,'cpuusage',0,'2008-11-03 16:00:03'),(14287,4,'cpuusage',0,'2008-11-03 16:00:03'),(14294,4,'cpuusage',0,'2008-11-03 16:00:03'),(14300,4,'cpuusage',0,'2008-11-03 16:00:03'),(14306,4,'cpuusage',0,'2008-11-03 16:00:03'),(14312,4,'cpuusage',0,'2008-11-03 16:00:03'),(14318,4,'cpuusage',0,'2008-11-03 16:00:03'),(14323,4,'cpuusage',0,'2008-11-03 16:00:03'),(14330,4,'cpuusage',0,'2008-11-03 16:00:03'),(14336,4,'cpuusage',0,'2008-11-03 16:00:03'),(14342,4,'cpuusage',0,'2008-11-03 16:00:03'),(14347,4,'cpuusage',0,'2008-11-03 16:00:03'),(14354,4,'cpuusage',0,'2008-11-03 16:00:03'),(14360,4,'cpuusage',0,'2008-11-03 16:00:03'),(14365,4,'cpuusage',0,'2008-11-03 16:00:03'),(14372,4,'cpuusage',0,'2008-11-03 16:00:03'),(14378,4,'cpuusage',0,'2008-11-03 16:00:03'),(14384,4,'cpuusage',0,'2008-11-03 16:00:03'),(14389,4,'cpuusage',0,'2008-11-03 16:00:03'),(14396,4,'cpuusage',0,'2008-11-03 16:00:03'),(14402,4,'cpuusage',0,'2008-11-03 16:00:03'),(14408,4,'cpuusage',0,'2008-11-03 16:00:03'),(14414,4,'cpuusage',0,'2008-11-03 16:00:03'),(14420,4,'cpuusage',0,'2008-11-03 16:00:03'),(14426,4,'cpuusage',0,'2008-11-03 16:00:03'),(14432,4,'cpuusage',0,'2008-11-03 16:00:03'),(14438,4,'cpuusage',0,'2008-11-03 16:00:03'),(14443,4,'cpuusage',0,'2008-11-03 16:00:03'),(14449,4,'cpuusage',0,'2008-11-03 16:00:03'),(14456,4,'cpuusage',0,'2008-11-03 16:00:03'),(14462,4,'cpuusage',0,'2008-11-03 16:00:03'),(14468,4,'cpuusage',0,'2008-11-03 16:00:03'),(14473,4,'cpuusage',0,'2008-11-03 16:00:03'),(14480,4,'cpuusage',0,'2008-11-03 16:00:03'),(14486,4,'cpuusage',0,'2008-11-03 16:00:03'),(14492,4,'cpuusage',0,'2008-11-03 16:00:03'),(14498,4,'cpuusage',0,'2008-11-03 16:00:03'),(14503,4,'cpuusage',0,'2008-11-03 16:00:03'),(14510,4,'cpuusage',0,'2008-11-03 16:00:03'),(14516,4,'cpuusage',0,'2008-11-03 16:00:03'),(14521,4,'cpuusage',0,'2008-11-03 16:00:03'),(14527,4,'cpuusage',0,'2008-11-03 16:00:03'),(14534,4,'cpuusage',0,'2008-11-03 16:00:03'),(14540,4,'cpuusage',0,'2008-11-03 16:00:03'),(14546,4,'cpuusage',0,'2008-11-03 16:00:03'),(14552,4,'cpuusage',0,'2008-11-03 16:00:03'),(14557,4,'cpuusage',0,'2008-11-03 16:00:03'),(14564,4,'cpuusage',0,'2008-11-03 16:00:03'),(14570,4,'cpuusage',0,'2008-11-03 16:00:03'),(14576,4,'cpuusage',0,'2008-11-03 16:00:03'),(14581,4,'cpuusage',0,'2008-11-03 16:00:03'),(14588,4,'cpuusage',0,'2008-11-03 16:00:03'),(14594,4,'cpuusage',0,'2008-11-03 16:00:03'),(14600,4,'cpuusage',0,'2008-11-03 16:00:03'),(14605,4,'cpuusage',0,'2008-11-03 16:00:03'),(14612,4,'cpuusage',0,'2008-11-03 16:00:03'),(14618,4,'cpuusage',0,'2008-11-03 16:00:03'),(14624,4,'cpuusage',0,'2008-11-03 16:00:03'),(14630,4,'cpuusage',0,'2008-11-03 16:00:03'),(14636,4,'cpuusage',0,'2008-11-03 16:00:03'),(14642,4,'cpuusage',0,'2008-11-03 16:00:03'),(14647,4,'cpuusage',0,'2008-11-03 16:00:03'),(14654,4,'cpuusage',0,'2008-11-03 16:00:03'),(14659,4,'cpuusage',0,'2008-11-03 16:00:03'),(14665,4,'cpuusage',0,'2008-11-03 16:00:03'),(14672,4,'cpuusage',0,'2008-11-03 16:00:03'),(14677,4,'cpuusage',0,'2008-11-03 16:00:03'),(14684,4,'cpuusage',0,'2008-11-03 16:00:03'),(14689,4,'cpuusage',0,'2008-11-03 16:00:03'),(14695,4,'cpuusage',0,'2008-11-03 16:00:03'),(14702,4,'cpuusage',0,'2008-11-03 16:00:03'),(14708,4,'cpuusage',0,'2008-11-03 16:00:03'),(14714,4,'cpuusage',0,'2008-11-03 16:00:03'),(14720,4,'cpuusage',0,'2008-11-03 16:00:03'),(14726,4,'cpuusage',0,'2008-11-03 16:00:03'),(14731,4,'cpuusage',0,'2008-11-03 16:00:03'),(14737,4,'cpuusage',0,'2008-11-03 16:00:03'),(14744,4,'cpuusage',0,'2008-11-03 16:00:03'),(14750,4,'cpuusage',0,'2008-11-03 16:00:03'),(14756,4,'cpuusage',0,'2008-11-03 16:00:03'),(14762,4,'cpuusage',0,'2008-11-03 16:00:03'),(14767,4,'cpuusage',0,'2008-11-03 16:00:03'),(14774,4,'cpuusage',0,'2008-11-03 16:00:03'),(14780,4,'cpuusage',0,'2008-11-03 16:00:03'),(14786,4,'cpuusage',0,'2008-11-03 16:00:03'),(14791,4,'cpuusage',0,'2008-11-03 16:00:03'),(14797,4,'cpuusage',0,'2008-11-03 16:00:03'),(14804,4,'cpuusage',0,'2008-11-03 16:00:03'),(14810,4,'cpuusage',0,'2008-11-03 16:00:03'),(14816,4,'cpuusage',0,'2008-11-03 16:00:03'),(14822,4,'cpuusage',0,'2008-11-03 16:00:03'),(14828,4,'cpuusage',0,'2008-11-03 16:00:03'),(14834,4,'cpuusage',0,'2008-11-03 16:00:03'),(14840,4,'cpuusage',0,'2008-11-03 16:00:03'),(14845,4,'cpuusage',0,'2008-11-03 16:00:03'),(14852,4,'cpuusage',0,'2008-11-03 16:00:03'),(14857,4,'cpuusage',0,'2008-11-03 16:00:03'),(14864,4,'cpuusage',0,'2008-11-03 16:00:03'),(14869,4,'cpuusage',0,'2008-11-03 16:00:03'),(14876,4,'cpuusage',0,'2008-11-03 16:00:03'),(14882,4,'cpuusage',0,'2008-11-03 16:00:03'),(14888,4,'cpuusage',0,'2008-11-03 16:00:03'),(14894,4,'cpuusage',0,'2008-11-03 16:00:03'),(14899,4,'cpuusage',0,'2008-11-03 16:00:03'),(14906,4,'cpuusage',0,'2008-11-03 16:00:03'),(14912,4,'cpuusage',0,'2008-11-03 16:00:03'),(14917,4,'cpuusage',0,'2008-11-03 16:00:03'),(14924,4,'cpuusage',0,'2008-11-03 16:00:03'),(14930,4,'cpuusage',0,'2008-11-03 16:00:03'),(14936,4,'cpuusage',0,'2008-11-03 16:00:03'),(14941,4,'cpuusage',0,'2008-11-03 16:00:03'),(14948,4,'cpuusage',0,'2008-11-03 16:00:03'),(14954,4,'cpuusage',0,'2008-11-03 16:00:03'),(14959,4,'cpuusage',0,'2008-11-03 16:00:03'),(14966,4,'cpuusage',0,'2008-11-03 16:00:03'),(14972,4,'cpuusage',0,'2008-11-03 16:00:03'),(14978,4,'cpuusage',0,'2008-11-03 16:00:03'),(14984,4,'cpuusage',0,'2008-11-03 16:00:03'),(14989,4,'cpuusage',0,'2008-11-03 16:00:03'),(14996,4,'cpuusage',0,'2008-11-03 16:00:03'),(15001,4,'cpuusage',0,'2008-11-03 16:00:03'),(15007,4,'cpuusage',0,'2008-11-03 16:00:03'),(15013,4,'cpuusage',0,'2008-11-03 16:00:03'),(15020,4,'cpuusage',0,'2008-11-03 16:00:03'),(15026,4,'cpuusage',0,'2008-11-03 16:00:03'),(15032,4,'cpuusage',0,'2008-11-03 16:00:03'),(15037,4,'cpuusage',0,'2008-11-03 16:00:03'),(15044,4,'cpuusage',0,'2008-11-03 16:00:03'),(15049,4,'cpuusage',0,'2008-11-03 16:00:03'),(15055,4,'cpuusage',0,'2008-11-03 16:00:03'),(15061,4,'cpuusage',0,'2008-11-03 16:00:03'),(15068,4,'cpuusage',0,'2008-11-03 16:00:03'),(15074,4,'cpuusage',0,'2008-11-03 16:00:03'),(15080,4,'cpuusage',0,'2008-11-03 16:00:03'),(15086,4,'cpuusage',0,'2008-11-03 16:00:03'),(15092,4,'cpuusage',0,'2008-11-03 16:00:03'),(15098,4,'cpuusage',0,'2008-11-03 16:00:03'),(15103,4,'cpuusage',0,'2008-11-03 16:00:03'),(15109,4,'cpuusage',0,'2008-11-03 16:00:03'),(15116,4,'cpuusage',0,'2008-11-03 16:00:03'),(15122,4,'cpuusage',0,'2008-11-03 16:00:03'),(15128,4,'cpuusage',0,'2008-11-03 16:00:03'),(15134,4,'cpuusage',0,'2008-11-03 16:00:03'),(15139,4,'cpuusage',0,'2008-11-03 16:00:03'),(15145,4,'cpuusage',0,'2008-11-03 16:00:03'),(15152,4,'cpuusage',0,'2008-11-03 16:00:03'),(15157,4,'cpuusage',0,'2008-11-03 16:00:03'),(15164,4,'cpuusage',0,'2008-11-03 16:00:03'),(15169,4,'cpuusage',0,'2008-11-03 16:00:03'),(15175,4,'cpuusage',0,'2008-11-03 16:00:03'),(15182,4,'cpuusage',0,'2008-11-03 16:00:03'),(15187,4,'cpuusage',0,'2008-11-03 16:00:03'),(15194,4,'cpuusage',0,'2008-11-03 16:00:03'),(15200,4,'cpuusage',0,'2008-11-03 16:00:03'),(15206,4,'cpuusage',0,'2008-11-03 16:00:03'),(15212,4,'cpuusage',0,'2008-11-03 16:00:03'),(15218,4,'cpuusage',0,'2008-11-03 16:00:03'),(15224,4,'cpuusage',0,'2008-11-03 16:00:03'),(15230,4,'cpuusage',0,'2008-11-03 16:00:03'),(15236,4,'cpuusage',0,'2008-11-03 16:00:03'),(15242,4,'cpuusage',0,'2008-11-03 16:00:03'),(15248,4,'cpuusage',0,'2008-11-03 16:00:03'),(15254,4,'cpuusage',0,'2008-11-03 16:00:03'),(15259,4,'cpuusage',0,'2008-11-03 16:00:03'),(15265,4,'cpuusage',0,'2008-11-03 16:00:03'),(15271,4,'cpuusage',0,'2008-11-03 16:00:03'),(15277,4,'cpuusage',0,'2008-11-03 16:00:03'),(15284,4,'cpuusage',0,'2008-11-03 16:00:03'),(15289,4,'cpuusage',0,'2008-11-03 16:00:03'),(15296,4,'cpuusage',0,'2008-11-03 16:00:03'),(15301,4,'cpuusage',0,'2008-11-03 16:00:03'),(15307,4,'cpuusage',0,'2008-11-03 16:00:03'),(15314,4,'cpuusage',0,'2008-11-03 16:00:03'),(15320,4,'cpuusage',0,'2008-11-03 16:00:03'),(15326,4,'cpuusage',0,'2008-11-03 16:00:03'),(15332,4,'cpuusage',0,'2008-11-03 16:00:03'),(15338,4,'cpuusage',0,'2008-11-03 16:00:03'),(15344,4,'cpuusage',0,'2008-11-03 16:00:03'),(15349,4,'cpuusage',0,'2008-11-03 16:00:03'),(15355,4,'cpuusage',0,'2008-11-03 16:00:03'),(15361,4,'cpuusage',0,'2008-11-03 16:00:03'),(15368,4,'cpuusage',0,'2008-11-03 16:00:03'),(15373,4,'cpuusage',0,'2008-11-03 16:00:03'),(15380,4,'cpuusage',0,'2008-11-03 16:00:03'),(15386,4,'cpuusage',0,'2008-11-03 16:00:03'),(15392,4,'cpuusage',0,'2008-11-03 16:00:03'),(15398,4,'cpuusage',0,'2008-11-03 16:00:03'),(15404,4,'cpuusage',0,'2008-11-03 16:00:03'),(15409,4,'cpuusage',0,'2008-11-03 16:00:03'),(15415,4,'cpuusage',0,'2008-11-03 16:00:03'),(15422,4,'cpuusage',0,'2008-11-03 16:00:03'),(15427,4,'cpuusage',0,'2008-11-03 16:00:03'),(15434,4,'cpuusage',0,'2008-11-03 16:00:03'),(15440,4,'cpuusage',0,'2008-11-03 16:00:03'),(15445,4,'cpuusage',0,'2008-11-03 16:00:03'),(15452,4,'cpuusage',0,'2008-11-03 16:00:03'),(15457,4,'cpuusage',0,'2008-11-03 16:00:03'),(15463,4,'cpuusage',0,'2008-11-03 16:00:03'),(15470,4,'cpuusage',0,'2008-11-03 16:00:03'),(15476,4,'cpuusage',0,'2008-11-03 16:00:03'),(15482,4,'cpuusage',0,'2008-11-03 16:00:03'),(15488,4,'cpuusage',0,'2008-11-03 16:00:03'),(15494,4,'cpuusage',0,'2008-11-03 16:00:03'),(15499,4,'cpuusage',0,'2008-11-03 16:00:03'),(15506,4,'cpuusage',0,'2008-11-03 16:00:03'),(15511,4,'cpuusage',0,'2008-11-03 16:00:03'),(15517,4,'cpuusage',0,'2008-11-03 16:00:03'),(15524,4,'cpuusage',0,'2008-11-03 16:00:03'),(15530,4,'cpuusage',0,'2008-11-03 16:00:03'),(15536,4,'cpuusage',0,'2008-11-03 16:00:03'),(15542,4,'cpuusage',0,'2008-11-03 16:00:03'),(15548,4,'cpuusage',0,'2008-11-03 16:00:03'),(15554,4,'cpuusage',0,'2008-11-03 16:00:03'),(15560,4,'cpuusage',0,'2008-11-03 16:00:03'),(15565,4,'cpuusage',0,'2008-11-03 16:00:03'),(15572,4,'cpuusage',0,'2008-11-03 16:00:03'),(15578,4,'cpuusage',0,'2008-11-03 16:00:03'),(15584,4,'cpuusage',0,'2008-11-03 16:00:03'),(15590,4,'cpuusage',0,'2008-11-03 16:00:03'),(15595,4,'cpuusage',0,'2008-11-03 16:00:03'),(15602,4,'cpuusage',0,'2008-11-03 16:00:03'),(15607,4,'cpuusage',0,'2008-11-03 16:00:03'),(15614,4,'cpuusage',0,'2008-11-03 16:00:03'),(15620,4,'cpuusage',0,'2008-11-03 16:00:03'),(15626,4,'cpuusage',0,'2008-11-03 16:00:03'),(15632,4,'cpuusage',0,'2008-11-03 16:00:03'),(15637,4,'cpuusage',0,'2008-11-03 16:00:03'),(15644,4,'cpuusage',0,'2008-11-03 16:00:03'),(15650,4,'cpuusage',0,'2008-11-03 16:00:03'),(15656,4,'cpuusage',0,'2008-11-03 16:00:03'),(15662,4,'cpuusage',0,'2008-11-03 16:00:03'),(15667,4,'cpuusage',0,'2008-11-03 16:00:03'),(15673,4,'cpuusage',0,'2008-11-03 16:00:03'),(15680,4,'cpuusage',0,'2008-11-03 16:00:03'),(15686,4,'cpuusage',0,'2008-11-03 16:00:03'),(15692,4,'cpuusage',0,'2008-11-03 16:00:03'),(15697,4,'cpuusage',0,'2008-11-03 16:00:03'),(15704,4,'cpuusage',0,'2008-11-03 16:00:03'),(15710,4,'cpuusage',0,'2008-11-03 16:00:03'),(15716,4,'cpuusage',0,'2008-11-03 16:00:03'),(15722,4,'cpuusage',0,'2008-11-03 16:00:03'),(15728,4,'cpuusage',0,'2008-11-03 16:00:03'),(15734,4,'cpuusage',0,'2008-11-03 16:00:03'),(15739,4,'cpuusage',0,'2008-11-03 16:00:03'),(15745,4,'cpuusage',0,'2008-11-03 16:00:03'),(15752,4,'cpuusage',0,'2008-11-03 16:00:03'),(15758,4,'cpuusage',0,'2008-11-03 16:00:03'),(15764,4,'cpuusage',0,'2008-11-03 16:00:03'),(15770,4,'cpuusage',0,'2008-11-03 16:00:03'),(15776,4,'cpuusage',0,'2008-11-03 16:00:03'),(15781,4,'cpuusage',0,'2008-11-03 16:00:03'),(15788,4,'cpuusage',0,'2008-11-03 16:00:03'),(15794,4,'cpuusage',0,'2008-11-03 16:00:03'),(15800,4,'cpuusage',0,'2008-11-03 16:00:03'),(15806,4,'cpuusage',0,'2008-11-03 16:00:03'),(15811,4,'cpuusage',0,'2008-11-03 16:00:03'),(15818,4,'cpuusage',0,'2008-11-03 16:00:03'),(15824,4,'cpuusage',0,'2008-11-03 16:00:03'),(15830,4,'cpuusage',0,'2008-11-03 16:00:03'),(15836,4,'cpuusage',0,'2008-11-03 16:00:03'),(15842,4,'cpuusage',0,'2008-11-03 16:00:03'),(15848,4,'cpuusage',0,'2008-11-03 16:00:03'),(15854,4,'cpuusage',0,'2008-11-03 16:00:03'),(15860,4,'cpuusage',0,'2008-11-03 16:00:03'),(15866,4,'cpuusage',0,'2008-11-03 16:00:03'),(15872,4,'cpuusage',0,'2008-11-03 16:00:03'),(15878,4,'cpuusage',0,'2008-11-03 16:00:03'),(15883,4,'cpuusage',0,'2008-11-03 16:00:03'),(15889,4,'cpuusage',0,'2008-11-03 16:00:03'),(15895,4,'cpuusage',0,'2008-11-03 16:00:03'),(15901,4,'cpuusage',0,'2008-11-03 16:00:03'),(15908,4,'cpuusage',0,'2008-11-03 16:00:03'),(15914,4,'cpuusage',0,'2008-11-03 16:00:03'),(15919,4,'cpuusage',0,'2008-11-03 16:00:03'),(15925,4,'cpuusage',0,'2008-11-03 16:00:03'),(15932,4,'cpuusage',0,'2008-11-03 16:00:03'),(15938,4,'cpuusage',0,'2008-11-03 16:00:03'),(15944,4,'cpuusage',0,'2008-11-03 16:00:03'),(15950,4,'cpuusage',0,'2008-11-03 16:00:03'),(15955,4,'cpuusage',0,'2008-11-03 16:00:03'),(15962,4,'cpuusage',0,'2008-11-03 16:00:03'),(15967,4,'cpuusage',0,'2008-11-03 16:00:03'),(15974,4,'cpuusage',0,'2008-11-03 16:00:03'),(15979,4,'cpuusage',0,'2008-11-03 16:00:03'),(15985,4,'cpuusage',0,'2008-11-03 16:00:03'),(15990,4,'cpuusage',0,'2008-11-03 16:00:03'),(15995,4,'cpuusage',0,'2008-11-03 16:00:03'),(16001,4,'cpuusage',0,'2008-11-03 16:00:03'),(16006,4,'cpuusage',0,'2008-11-03 16:00:03'),(16013,4,'cpuusage',0,'2008-11-03 16:00:03'),(16018,4,'cpuusage',0,'2008-11-03 16:00:03'),(16025,4,'cpuusage',0,'2008-11-03 16:00:03'),(16031,4,'cpuusage',0,'2008-11-03 16:00:03'),(16037,4,'cpuusage',0,'2008-11-03 16:00:03'),(16042,4,'cpuusage',0,'2008-11-03 16:00:03'),(16049,4,'cpuusage',0,'2008-11-03 16:00:03'),(16055,4,'cpuusage',0,'2008-11-03 16:00:03'),(16061,4,'cpuusage',0,'2008-11-03 16:00:03'),(16066,4,'cpuusage',0,'2008-11-03 16:00:03'),(16072,4,'cpuusage',0,'2008-11-03 16:00:03'),(16079,4,'cpuusage',0,'2008-11-03 16:00:03'),(16085,4,'cpuusage',0,'2008-11-03 16:00:03'),(16091,4,'cpuusage',0,'2008-11-03 16:00:03'),(16097,4,'cpuusage',0,'2008-11-03 16:00:03'),(16103,4,'cpuusage',0,'2008-11-03 16:00:03'),(16108,4,'cpuusage',0,'2008-11-03 16:00:03'),(16115,4,'cpuusage',0,'2008-11-03 16:00:03'),(16121,4,'cpuusage',0,'2008-11-03 16:00:03'),(16127,4,'cpuusage',0,'2008-11-03 16:00:03'),(16132,4,'cpuusage',0,'2008-11-03 16:00:03'),(16138,4,'cpuusage',0,'2008-11-03 16:00:03'),(16145,4,'cpuusage',0,'2008-11-03 16:00:03'),(16151,4,'cpuusage',0,'2008-11-03 16:00:03'),(16157,4,'cpuusage',0,'2008-11-03 16:00:03'),(16163,4,'cpuusage',0,'2008-11-03 16:00:03'),(16169,4,'cpuusage',0,'2008-11-03 16:00:03'),(16175,4,'cpuusage',0,'2008-11-03 16:00:03'),(16181,4,'cpuusage',0,'2008-11-03 16:00:03'),(16186,4,'cpuusage',0,'2008-11-03 16:00:03'),(16193,4,'cpuusage',0,'2008-11-03 16:00:03'),(16199,4,'cpuusage',0,'2008-11-03 16:00:03'),(16205,4,'cpuusage',0,'2008-11-03 16:00:03'),(16211,4,'cpuusage',0,'2008-11-03 16:00:03'),(16217,4,'cpuusage',0,'2008-11-03 16:00:03'),(16223,4,'cpuusage',0,'2008-11-03 16:00:03'),(16229,4,'cpuusage',0,'2008-11-03 16:00:03'),(16234,4,'cpuusage',0,'2008-11-03 16:00:03'),(16241,4,'cpuusage',0,'2008-11-03 16:00:03'),(16247,4,'cpuusage',0,'2008-11-03 16:00:03'),(16253,4,'cpuusage',0,'2008-11-03 16:00:03'),(16258,4,'cpuusage',0,'2008-11-03 16:00:03'),(16264,4,'cpuusage',0,'2008-11-03 16:00:03'),(16271,4,'cpuusage',0,'2008-11-03 16:00:03'),(16276,4,'cpuusage',0,'2008-11-03 16:00:03'),(16282,4,'cpuusage',0,'2008-11-03 16:00:03'),(16288,4,'cpuusage',0,'2008-11-03 16:00:03'),(16294,4,'cpuusage',0,'2008-11-03 16:00:03'),(16301,4,'cpuusage',0,'2008-11-03 16:00:03'),(16307,4,'cpuusage',0,'2008-11-03 16:00:03'),(16312,4,'cpuusage',0,'2008-11-03 16:00:03'),(16319,4,'cpuusage',0,'2008-11-03 16:00:03'),(16324,4,'cpuusage',0,'2008-11-03 16:00:03'),(16331,4,'cpuusage',0,'2008-11-03 16:00:03'),(16337,4,'cpuusage',0,'2008-11-03 16:00:03'),(16343,4,'cpuusage',0,'2008-11-03 16:00:03'),(16348,4,'cpuusage',0,'2008-11-03 16:00:03'),(16355,4,'cpuusage',0,'2008-11-03 16:00:03'),(16361,4,'cpuusage',0,'2008-11-03 16:00:03'),(16366,4,'cpuusage',0,'2008-11-03 16:00:03'),(16373,4,'cpuusage',0,'2008-11-03 16:00:03'),(16379,4,'cpuusage',0,'2008-11-03 16:00:03'),(16385,4,'cpuusage',0,'2008-11-03 16:00:03'),(16391,4,'cpuusage',0,'2008-11-03 16:00:03'),(16396,4,'cpuusage',0,'2008-11-03 16:00:03'),(16403,4,'cpuusage',0,'2008-11-03 16:00:03'),(16408,4,'cpuusage',0,'2008-11-03 16:00:03'),(16415,4,'cpuusage',0,'2008-11-03 16:00:03'),(16421,4,'cpuusage',0,'2008-11-03 16:00:03'),(16426,4,'cpuusage',0,'2008-11-03 16:00:03'),(16433,4,'cpuusage',0,'2008-11-03 16:00:03'),(16438,4,'cpuusage',0,'2008-11-03 16:00:03'),(16445,4,'cpuusage',0,'2008-11-03 16:00:03'),(16451,4,'cpuusage',0,'2008-11-03 16:00:03'),(16457,4,'cpuusage',0,'2008-11-03 16:00:03'),(16463,4,'cpuusage',0,'2008-11-03 16:00:03'),(16468,4,'cpuusage',0,'2008-11-03 16:00:03'),(16474,4,'cpuusage',0,'2008-11-03 16:00:03'),(16480,4,'cpuusage',0,'2008-11-03 16:00:03'),(16487,4,'cpuusage',0,'2008-11-03 16:00:03'),(16493,4,'cpuusage',0,'2008-11-03 16:00:03'),(16499,4,'cpuusage',0,'2008-11-03 16:00:03'),(16504,4,'cpuusage',0,'2008-11-03 16:00:03'),(16511,4,'cpuusage',0,'2008-11-03 16:00:03'),(16517,4,'cpuusage',0,'2008-11-03 16:00:03'),(16523,4,'cpuusage',0,'2008-11-03 16:00:03'),(16529,4,'cpuusage',0,'2008-11-03 16:00:03'),(16535,4,'cpuusage',0,'2008-11-03 16:00:03'),(16540,4,'cpuusage',0,'2008-11-03 16:00:03'),(16547,4,'cpuusage',0,'2008-11-03 16:00:03'),(16553,4,'cpuusage',0,'2008-11-03 16:00:03'),(16558,4,'cpuusage',0,'2008-11-03 16:00:03'),(16565,4,'cpuusage',0,'2008-11-03 16:00:03'),(16571,4,'cpuusage',0,'2008-11-03 16:00:03'),(16577,4,'cpuusage',0,'2008-11-03 16:00:03'),(16582,4,'cpuusage',0,'2008-11-03 16:00:03'),(16588,4,'cpuusage',0,'2008-11-03 16:00:03'),(16595,4,'cpuusage',0,'2008-11-03 16:00:03'),(16600,4,'cpuusage',0,'2008-11-03 16:00:03'),(16607,4,'cpuusage',0,'2008-11-03 16:00:03'),(16613,4,'cpuusage',0,'2008-11-03 16:00:03'),(16618,4,'cpuusage',0,'2008-11-03 16:00:03'),(16624,4,'cpuusage',0,'2008-11-03 16:00:03'),(16631,4,'cpuusage',0,'2008-11-03 16:00:03'),(16637,4,'cpuusage',0,'2008-11-03 16:00:03'),(16642,4,'cpuusage',0,'2008-11-03 16:00:03'),(16649,4,'cpuusage',0,'2008-11-03 16:00:03'),(16655,4,'cpuusage',0,'2008-11-03 16:00:03'),(16661,4,'cpuusage',0,'2008-11-03 16:00:03'),(16666,4,'cpuusage',0,'2008-11-03 16:00:03'),(16673,4,'cpuusage',0,'2008-11-03 16:00:03'),(16679,4,'cpuusage',0,'2008-11-03 16:00:03'),(16684,4,'cpuusage',0,'2008-11-03 16:00:03'),(16690,4,'cpuusage',0,'2008-11-03 16:00:03'),(16696,4,'cpuusage',0,'2008-11-03 16:00:03'),(16703,4,'cpuusage',0,'2008-11-03 16:00:03'),(16708,4,'cpuusage',0,'2008-11-03 16:00:03'),(16715,4,'cpuusage',0,'2008-11-03 16:00:03'),(16721,4,'cpuusage',0,'2008-11-03 16:00:03'),(16726,4,'cpuusage',0,'2008-11-03 16:00:03'),(16733,4,'cpuusage',0,'2008-11-03 16:00:03'),(16738,4,'cpuusage',0,'2008-11-03 16:00:03'),(16744,4,'cpuusage',0,'2008-11-03 16:00:03'),(16750,4,'cpuusage',0,'2008-11-03 16:00:03'),(16757,4,'cpuusage',0,'2008-11-03 16:00:03'),(16763,4,'cpuusage',0,'2008-11-03 16:00:03'),(16769,4,'cpuusage',0,'2008-11-03 16:00:03'),(16774,4,'cpuusage',0,'2008-11-03 16:00:03'),(16780,4,'cpuusage',0,'2008-11-03 16:00:03'),(16787,4,'cpuusage',0,'2008-11-03 16:00:03'),(16792,4,'cpuusage',0,'2008-11-03 16:00:03'),(16799,4,'cpuusage',0,'2008-11-03 16:00:03'),(16805,4,'cpuusage',0,'2008-11-03 16:00:03'),(16811,4,'cpuusage',0,'2008-11-03 16:00:03'),(16816,4,'cpuusage',0,'2008-11-03 16:00:03'),(16823,4,'cpuusage',0,'2008-11-03 16:00:03'),(16829,4,'cpuusage',0,'2008-11-03 16:00:03'),(16835,4,'cpuusage',0,'2008-11-03 16:00:03'),(16840,4,'cpuusage',0,'2008-11-03 16:00:03'),(16847,4,'cpuusage',0,'2008-11-03 16:00:03'),(16852,4,'cpuusage',0,'2008-11-03 16:00:03'),(16858,4,'cpuusage',0,'2008-11-03 16:00:03'),(16864,4,'cpuusage',0,'2008-11-03 16:00:03'),(16871,4,'cpuusage',0,'2008-11-03 16:00:03'),(16877,4,'cpuusage',0,'2008-11-03 16:00:03'),(16883,4,'cpuusage',0,'2008-11-03 16:00:03'),(16888,4,'cpuusage',0,'2008-11-03 16:00:03'),(16895,4,'cpuusage',0,'2008-11-03 16:00:03'),(16900,4,'cpuusage',0,'2008-11-03 16:00:03'),(16906,4,'cpuusage',0,'2008-11-03 16:00:03'),(16913,4,'cpuusage',0,'2008-11-03 16:00:03'),(16919,4,'cpuusage',0,'2008-11-03 16:00:03'),(16925,4,'cpuusage',0,'2008-11-03 16:00:03'),(16930,4,'cpuusage',0,'2008-11-03 16:00:03'),(16936,4,'cpuusage',0,'2008-11-03 16:00:03'),(16942,4,'cpuusage',0,'2008-11-03 16:00:03'),(16949,4,'cpuusage',0,'2008-11-03 16:00:03'),(16955,4,'cpuusage',0,'2008-11-03 16:00:03'),(16960,4,'cpuusage',0,'2008-11-03 16:00:03'),(16967,4,'cpuusage',0,'2008-11-03 16:00:03'),(16973,4,'cpuusage',0,'2008-11-03 16:00:03'),(16978,4,'cpuusage',0,'2008-11-03 16:00:03'),(16985,4,'cpuusage',0,'2008-11-03 16:00:03'),(16991,4,'cpuusage',0,'2008-11-03 16:00:03'),(16997,4,'cpuusage',0,'2008-11-03 16:00:03'),(17003,4,'cpuusage',0,'2008-11-03 16:00:03'),(17009,4,'cpuusage',0,'2008-11-03 16:00:03'),(17015,4,'cpuusage',0,'2008-11-03 16:00:03'),(17021,4,'cpuusage',0,'2008-11-03 16:00:03'),(17026,4,'cpuusage',0,'2008-11-03 16:00:03'),(17033,4,'cpuusage',0,'2008-11-03 16:00:03'),(17039,4,'cpuusage',0,'2008-11-03 16:00:03'),(17045,4,'cpuusage',0,'2008-11-03 16:00:03'),(17051,4,'cpuusage',0,'2008-11-03 16:00:03'),(17057,4,'cpuusage',0,'2008-11-03 16:00:03'),(17063,4,'cpuusage',0,'2008-11-03 16:00:03'),(17069,4,'cpuusage',0,'2008-11-03 16:00:03'),(17074,4,'cpuusage',0,'2008-11-03 16:00:03'),(17081,4,'cpuusage',0,'2008-11-03 16:00:03'),(17087,4,'cpuusage',0,'2008-11-03 16:00:03'),(17093,4,'cpuusage',0,'2008-11-03 16:00:03'),(17099,4,'cpuusage',0,'2008-11-03 16:00:03'),(17105,4,'cpuusage',0,'2008-11-03 16:00:03'),(17111,4,'cpuusage',0,'2008-11-03 16:00:03'),(17116,4,'cpuusage',0,'2008-11-03 16:00:03'),(17122,4,'cpuusage',0,'2008-11-03 16:00:03'),(17128,4,'cpuusage',0,'2008-11-03 16:00:03'),(17135,4,'cpuusage',0,'2008-11-03 16:00:03'),(17141,4,'cpuusage',0,'2008-11-03 16:00:03'),(17147,4,'cpuusage',0,'2008-11-03 16:00:03'),(17153,4,'cpuusage',0,'2008-11-03 16:00:03'),(17158,4,'cpuusage',0,'2008-11-03 16:00:03'),(17165,4,'cpuusage',0,'2008-11-03 16:00:03'),(17170,4,'cpuusage',0,'2008-11-03 16:00:03'),(17177,4,'cpuusage',0,'2008-11-03 16:00:03'),(17182,4,'cpuusage',0,'2008-11-03 16:00:03'),(17188,4,'cpuusage',0,'2008-11-03 16:00:03'),(17195,4,'cpuusage',0,'2008-11-03 16:00:03'),(17201,4,'cpuusage',0,'2008-11-03 16:00:03'),(17206,4,'cpuusage',0,'2008-11-03 16:00:03'),(17213,4,'cpuusage',0,'2008-11-03 16:00:03'),(17219,4,'cpuusage',0,'2008-11-03 16:00:03'),(17225,4,'cpuusage',0,'2008-11-03 16:00:03'),(17230,4,'cpuusage',0,'2008-11-03 16:00:03'),(17237,4,'cpuusage',0,'2008-11-03 16:00:03'),(17243,4,'cpuusage',0,'2008-11-03 16:00:03'),(17248,4,'cpuusage',0,'2008-11-03 16:00:03'),(17255,4,'cpuusage',0,'2008-11-03 16:00:03'),(17261,4,'cpuusage',0,'2008-11-03 16:00:03'),(17267,4,'cpuusage',0,'2008-11-03 16:00:03'),(17273,4,'cpuusage',0,'2008-11-03 16:00:03'),(17279,4,'cpuusage',0,'2008-11-03 16:00:03'),(17285,4,'cpuusage',0,'2008-11-03 16:00:03'),(17290,4,'cpuusage',0,'2008-11-03 16:00:03'),(17297,4,'cpuusage',0,'2008-11-03 16:00:03'),(17303,4,'cpuusage',0,'2008-11-03 16:00:03'),(17308,4,'cpuusage',0,'2008-11-03 16:00:03'),(17315,4,'cpuusage',0,'2008-11-03 16:00:03'),(17321,4,'cpuusage',0,'2008-11-03 16:00:03'),(17327,4,'cpuusage',0,'2008-11-03 16:00:03'),(17333,4,'cpuusage',0,'2008-11-03 16:00:03'),(17338,4,'cpuusage',0,'2008-11-03 16:00:03'),(17345,4,'cpuusage',0,'2008-11-03 16:00:03'),(17350,4,'cpuusage',0,'2008-11-03 16:00:03'),(17356,4,'cpuusage',0,'2008-11-03 16:00:03'),(17363,4,'cpuusage',0,'2008-11-03 16:00:03'),(17369,4,'cpuusage',0,'2008-11-03 16:00:03'),(17374,4,'cpuusage',0,'2008-11-03 16:00:03'),(17381,4,'cpuusage',0,'2008-11-03 16:00:03'),(17387,4,'cpuusage',0,'2008-11-03 16:00:03'),(17392,4,'cpuusage',0,'2008-11-03 16:00:03'),(17398,4,'cpuusage',0,'2008-11-03 16:00:03'),(17404,4,'cpuusage',0,'2008-11-03 16:00:03'),(17410,4,'cpuusage',0,'2008-11-03 16:00:03'),(17417,4,'cpuusage',0,'2008-11-03 16:00:03'),(17423,4,'cpuusage',0,'2008-11-03 16:00:03'),(17429,4,'cpuusage',0,'2008-11-03 16:00:03'),(17435,4,'cpuusage',0,'2008-11-03 16:00:03'),(17441,4,'cpuusage',0,'2008-11-03 16:00:03'),(17447,4,'cpuusage',0,'2008-11-03 16:00:03'),(17453,4,'cpuusage',0,'2008-11-03 16:00:03'),(17459,4,'cpuusage',0,'2008-11-03 16:00:03'),(17464,4,'cpuusage',0,'2008-11-03 16:00:03'),(17471,4,'cpuusage',0,'2008-11-03 16:00:03'),(17476,4,'cpuusage',0,'2008-11-03 16:00:03'),(17483,4,'cpuusage',0,'2008-11-03 16:00:03'),(17489,4,'cpuusage',0,'2008-11-03 16:00:03'),(17495,4,'cpuusage',0,'2008-11-03 16:00:03'),(17501,4,'cpuusage',0,'2008-11-03 16:00:03'),(17506,4,'cpuusage',0,'2008-11-03 16:00:03'),(17512,4,'cpuusage',0,'2008-11-03 16:00:03'),(17518,4,'cpuusage',0,'2008-11-03 16:00:03'),(17525,4,'cpuusage',0,'2008-11-03 16:00:03'),(17531,4,'cpuusage',0,'2008-11-03 16:00:03'),(17536,4,'cpuusage',0,'2008-11-03 16:00:03'),(17543,4,'cpuusage',0,'2008-11-03 16:00:03'),(17549,4,'cpuusage',0,'2008-11-03 16:00:03'),(17555,4,'cpuusage',0,'2008-11-03 16:00:03'),(17561,4,'cpuusage',0,'2008-11-03 16:00:03'),(17566,4,'cpuusage',0,'2008-11-03 16:00:03'),(17573,4,'cpuusage',0,'2008-11-03 16:00:03'),(17579,4,'cpuusage',0,'2008-11-03 16:00:03'),(17585,4,'cpuusage',0,'2008-11-03 16:00:03'),(17590,4,'cpuusage',0,'2008-11-03 16:00:03'),(17596,4,'cpuusage',0,'2008-11-03 16:00:03'),(17603,4,'cpuusage',0,'2008-11-03 16:00:03'),(17608,4,'cpuusage',0,'2008-11-03 16:00:03'),(17615,4,'cpuusage',0,'2008-11-03 16:00:03'),(17621,4,'cpuusage',0,'2008-11-03 16:00:03'),(17626,4,'cpuusage',0,'2008-11-03 16:00:03'),(17633,4,'cpuusage',0,'2008-11-03 16:00:03'),(17639,4,'cpuusage',0,'2008-11-03 16:00:03'),(17645,4,'cpuusage',0,'2008-11-03 16:00:03'),(17651,4,'cpuusage',0,'2008-11-03 16:00:03'),(17657,4,'cpuusage',0,'2008-11-03 16:00:03'),(17663,4,'cpuusage',0,'2008-11-03 16:00:03'),(17668,4,'cpuusage',0,'2008-11-03 16:00:03'),(17675,4,'cpuusage',0,'2008-11-03 16:00:03'),(17681,4,'cpuusage',0,'2008-11-03 16:00:03'),(17687,4,'cpuusage',0,'2008-11-03 16:00:03'),(17693,4,'cpuusage',0,'2008-11-03 16:00:03'),(17699,4,'cpuusage',0,'2008-11-03 16:00:03'),(17705,4,'cpuusage',0,'2008-11-03 16:00:03'),(17710,4,'cpuusage',0,'2008-11-03 16:00:03'),(17717,4,'cpuusage',0,'2008-11-03 16:00:03'),(17723,4,'cpuusage',0,'2008-11-03 16:00:03'),(17729,4,'cpuusage',0,'2008-11-03 16:00:03'),(17735,4,'cpuusage',0,'2008-11-03 16:00:03'),(17740,4,'cpuusage',0,'2008-11-03 16:00:03'),(17747,4,'cpuusage',0,'2008-11-03 16:00:03'),(17752,4,'cpuusage',0,'2008-11-03 16:00:03'),(17759,4,'cpuusage',0,'2008-11-03 16:00:03'),(17764,4,'cpuusage',0,'2008-11-03 16:00:03'),(17771,4,'cpuusage',0,'2008-11-03 16:00:03'),(17777,4,'cpuusage',0,'2008-11-03 16:00:03'),(17783,4,'cpuusage',0,'2008-11-03 16:00:03'),(17788,4,'cpuusage',0,'2008-11-03 16:00:03'),(17795,4,'cpuusage',0,'2008-11-03 16:00:03'),(17801,4,'cpuusage',0,'2008-11-03 16:00:03'),(17807,4,'cpuusage',0,'2008-11-03 16:00:03'),(17812,4,'cpuusage',0,'2008-11-03 16:00:03'),(17819,4,'cpuusage',0,'2008-11-03 16:00:03'),(17825,4,'cpuusage',0,'2008-11-03 16:00:03'),(17831,4,'cpuusage',0,'2008-11-03 16:00:03'),(17836,4,'cpuusage',0,'2008-11-03 16:00:03'),(17843,4,'cpuusage',0,'2008-11-03 16:00:03'),(17848,4,'cpuusage',0,'2008-11-03 16:00:03'),(17855,4,'cpuusage',0,'2008-11-03 16:00:03'),(17861,4,'cpuusage',0,'2008-11-03 16:00:03'),(17867,4,'cpuusage',0,'2008-11-03 16:00:03'),(17873,4,'cpuusage',0,'2008-11-03 16:00:03'),(17879,4,'cpuusage',0,'2008-11-03 16:00:03'),(17884,4,'cpuusage',0,'2008-11-03 16:00:03'),(17891,4,'cpuusage',0,'2008-11-03 16:00:03'),(17897,4,'cpuusage',0,'2008-11-03 16:00:03'),(17902,4,'cpuusage',0,'2008-11-03 16:00:03'),(17908,4,'cpuusage',0,'2008-11-03 16:00:03'),(17915,4,'cpuusage',0,'2008-11-03 16:00:03'),(17920,4,'cpuusage',0,'2008-11-03 16:00:03'),(17927,4,'cpuusage',0,'2008-11-03 16:00:03'),(17932,4,'cpuusage',0,'2008-11-03 16:00:03'),(17938,4,'cpuusage',0,'2008-11-03 16:00:03'),(17945,4,'cpuusage',0,'2008-11-03 16:00:03'),(17951,4,'cpuusage',0,'2008-11-03 16:00:03'),(17957,4,'cpuusage',0,'2008-11-03 16:00:03'),(17962,4,'cpuusage',0,'2008-11-03 16:00:03'),(17969,4,'cpuusage',0,'2008-11-03 16:00:03'),(17975,4,'cpuusage',0,'2008-11-03 16:00:03'),(17981,4,'cpuusage',0,'2008-11-03 16:00:03'),(17986,4,'cpuusage',0,'2008-11-03 16:00:03'),(17992,4,'cpuusage',0,'2008-11-03 16:00:03'),(17998,4,'cpuusage',0,'2008-11-03 16:00:03'),(18004,4,'cpuusage',0,'2008-11-03 16:00:03'),(18011,4,'cpuusage',0,'2008-11-03 16:00:03'),(18017,4,'cpuusage',0,'2008-11-03 16:00:03'),(18023,4,'cpuusage',0,'2008-11-03 16:00:03'),(18028,4,'cpuusage',0,'2008-11-03 16:00:03'),(18035,4,'cpuusage',0,'2008-11-03 16:00:03'),(18041,4,'cpuusage',0,'2008-11-03 16:00:03'),(18047,4,'cpuusage',0,'2008-11-03 16:00:03'),(18052,4,'cpuusage',0,'2008-11-03 16:00:03'),(18059,4,'cpuusage',0,'2008-11-03 16:00:03'),(18064,4,'cpuusage',0,'2008-11-03 16:00:03'),(18071,4,'cpuusage',0,'2008-11-03 16:00:03'),(18077,4,'cpuusage',0,'2008-11-03 16:00:03'),(18083,4,'cpuusage',0,'2008-11-03 16:00:03'),(18088,4,'cpuusage',0,'2008-11-03 16:00:03'),(18095,4,'cpuusage',0,'2008-11-03 16:00:03'),(18101,4,'cpuusage',0,'2008-11-03 16:00:03'),(18107,4,'cpuusage',0,'2008-11-03 16:00:03'),(18113,4,'cpuusage',0,'2008-11-03 16:00:03'),(18119,4,'cpuusage',0,'2008-11-03 16:00:03'),(18124,4,'cpuusage',0,'2008-11-03 16:00:03'),(18131,4,'cpuusage',0,'2008-11-03 16:00:03'),(18137,4,'cpuusage',0,'2008-11-03 16:00:03'),(18143,4,'cpuusage',0,'2008-11-03 16:00:03'),(18149,4,'cpuusage',0,'2008-11-03 16:00:03'),(18155,4,'cpuusage',0,'2008-11-03 16:00:03'),(18161,4,'cpuusage',0,'2008-11-03 16:00:03'),(18167,4,'cpuusage',0,'2008-11-03 16:00:03'),(18173,4,'cpuusage',0,'2008-11-03 16:00:03'),(18178,4,'cpuusage',0,'2008-11-03 16:00:03'),(18185,4,'cpuusage',0,'2008-11-03 16:00:03'),(18191,4,'cpuusage',0,'2008-11-03 16:00:03'),(18197,4,'cpuusage',0,'2008-11-03 16:00:03'),(18203,4,'cpuusage',0,'2008-11-03 16:00:03'),(18209,4,'cpuusage',0,'2008-11-03 16:00:03'),(18214,4,'cpuusage',0,'2008-11-03 16:00:03'),(18221,4,'cpuusage',0,'2008-11-03 16:00:03'),(18227,4,'cpuusage',0,'2008-11-03 16:00:03'),(18232,4,'cpuusage',0,'2008-11-03 16:00:03'),(18239,4,'cpuusage',0,'2008-11-03 16:00:03'),(18244,4,'cpuusage',0,'2008-11-03 16:00:03'),(18251,4,'cpuusage',0,'2008-11-03 16:00:03'),(18256,4,'cpuusage',0,'2008-11-03 16:00:03'),(18263,4,'cpuusage',0,'2008-11-03 16:00:03'),(18268,4,'cpuusage',0,'2008-11-03 16:00:03'),(18275,4,'cpuusage',0,'2008-11-03 16:00:03'),(18280,4,'cpuusage',0,'2008-11-03 16:00:03'),(18287,4,'cpuusage',0,'2008-11-03 16:00:03'),(18293,4,'cpuusage',0,'2008-11-03 16:00:03'),(18299,4,'cpuusage',0,'2008-11-03 16:00:03'),(18304,4,'cpuusage',0,'2008-11-03 16:00:03'),(18311,4,'cpuusage',0,'2008-11-03 16:00:03'),(18316,4,'cpuusage',0,'2008-11-03 16:00:03'),(18322,4,'cpuusage',0,'2008-11-03 16:00:03'),(18329,4,'cpuusage',0,'2008-11-03 16:00:03'),(18335,4,'cpuusage',0,'2008-11-03 16:00:03'),(18341,4,'cpuusage',0,'2008-11-03 16:00:03'),(18346,4,'cpuusage',0,'2008-11-03 16:00:03'),(18352,4,'cpuusage',0,'2008-11-03 16:00:03'),(18358,4,'cpuusage',0,'2008-11-03 16:00:03'),(18365,4,'cpuusage',0,'2008-11-03 16:00:03'),(18371,4,'cpuusage',0,'2008-11-03 16:00:03'),(18377,4,'cpuusage',0,'2008-11-03 16:00:03'),(18383,4,'cpuusage',0,'2008-11-03 16:00:03'),(18389,4,'cpuusage',0,'2008-11-03 16:00:03'),(18395,4,'cpuusage',0,'2008-11-03 16:00:03'),(18401,4,'cpuusage',0,'2008-11-03 16:00:03'),(18407,4,'cpuusage',0,'2008-11-03 16:00:03'),(18413,4,'cpuusage',0,'2008-11-03 16:00:03'),(18419,4,'cpuusage',0,'2008-11-03 16:00:03'),(18424,4,'cpuusage',0,'2008-11-03 16:00:03'),(18431,4,'cpuusage',0,'2008-11-03 16:00:03'),(18437,4,'cpuusage',0,'2008-11-03 16:00:03'),(18443,4,'cpuusage',0,'2008-11-03 16:00:03'),(18448,4,'cpuusage',0,'2008-11-03 16:00:03'),(18455,4,'cpuusage',0,'2008-11-03 16:00:03'),(18461,4,'cpuusage',0,'2008-11-03 16:00:03'),(18466,4,'cpuusage',0,'2008-11-03 16:00:03'),(18473,4,'cpuusage',0,'2008-11-03 16:00:03'),(18479,4,'cpuusage',0,'2008-11-03 16:00:03'),(18485,4,'cpuusage',0,'2008-11-03 16:00:03'),(18491,4,'cpuusage',0,'2008-11-03 16:00:03'),(18497,4,'cpuusage',0,'2008-11-03 16:00:03'),(18503,4,'cpuusage',0,'2008-11-03 16:00:03'),(18509,4,'cpuusage',0,'2008-11-03 16:00:03'),(18515,4,'cpuusage',0,'2008-11-03 16:00:03'),(18521,4,'cpuusage',0,'2008-11-03 16:00:03'),(18527,4,'cpuusage',0,'2008-11-03 16:00:03'),(18533,4,'cpuusage',0,'2008-11-03 16:00:03'),(18539,4,'cpuusage',0,'2008-11-03 16:00:03'),(18545,4,'cpuusage',0,'2008-11-03 16:00:03'),(18551,4,'cpuusage',0,'2008-11-03 16:00:03'),(18557,4,'cpuusage',0,'2008-11-03 16:00:03'),(18562,4,'cpuusage',0,'2008-11-03 16:00:03'),(18569,4,'cpuusage',0,'2008-11-03 16:00:03'),(18575,4,'cpuusage',0,'2008-11-03 16:00:03'),(18580,4,'cpuusage',0,'2008-11-03 16:00:03'),(18586,4,'cpuusage',0,'2008-11-03 16:00:03'),(18593,4,'cpuusage',0,'2008-11-03 16:00:03'),(18599,4,'cpuusage',0,'2008-11-03 16:00:03'),(18604,4,'cpuusage',0,'2008-11-03 16:00:03'),(18610,4,'cpuusage',0,'2008-11-03 16:00:03'),(18617,4,'cpuusage',0,'2008-11-03 16:00:03'),(18623,4,'cpuusage',0,'2008-11-03 16:00:03'),(18628,4,'cpuusage',0,'2008-11-03 16:00:03'),(18635,4,'cpuusage',0,'2008-11-03 16:00:03'),(18641,4,'cpuusage',0,'2008-11-03 16:00:03'),(18647,4,'cpuusage',0,'2008-11-03 16:00:03'),(18653,4,'cpuusage',0,'2008-11-03 16:00:03'),(18658,4,'cpuusage',0,'2008-11-03 16:00:03'),(18665,4,'cpuusage',0,'2008-11-03 16:00:03'),(18670,4,'cpuusage',0,'2008-11-03 16:00:03'),(18677,4,'cpuusage',0,'2008-11-03 16:00:03'),(18683,4,'cpuusage',0,'2008-11-03 16:00:03'),(18689,4,'cpuusage',0,'2008-11-03 16:00:03'),(18695,4,'cpuusage',0,'2008-11-03 16:00:03'),(18700,4,'cpuusage',0,'2008-11-03 16:00:03'),(18706,4,'cpuusage',0,'2008-11-03 16:00:03'),(18713,4,'cpuusage',0,'2008-11-03 16:00:03'),(18719,4,'cpuusage',0,'2008-11-03 16:00:03'),(18725,4,'cpuusage',0,'2008-11-03 16:00:03'),(18731,4,'cpuusage',0,'2008-11-03 16:00:03'),(18737,4,'cpuusage',0,'2008-11-03 16:00:03'),(18743,4,'cpuusage',0,'2008-11-03 16:00:03'),(18748,4,'cpuusage',0,'2008-11-03 16:00:03'),(18755,4,'cpuusage',0,'2008-11-03 16:00:03'),(18761,4,'cpuusage',0,'2008-11-03 16:00:03'),(18767,4,'cpuusage',0,'2008-11-03 16:00:03'),(18773,4,'cpuusage',0,'2008-11-03 16:00:03'),(18778,4,'cpuusage',0,'2008-11-03 16:00:03'),(18784,4,'cpuusage',0,'2008-11-03 16:00:03'),(18791,4,'cpuusage',0,'2008-11-03 16:00:03'),(18797,4,'cpuusage',0,'2008-11-03 16:00:03'),(18803,4,'cpuusage',0,'2008-11-03 16:00:03'),(18809,4,'cpuusage',0,'2008-11-03 16:00:03'),(18815,4,'cpuusage',0,'2008-11-03 16:00:03'),(18821,4,'cpuusage',0,'2008-11-03 16:00:03'),(18827,4,'cpuusage',0,'2008-11-03 16:00:03'),(18833,4,'cpuusage',0,'2008-11-03 16:00:03'),(18839,4,'cpuusage',0,'2008-11-03 16:00:03'),(18844,4,'cpuusage',0,'2008-11-03 16:00:03'),(18850,4,'cpuusage',0,'2008-11-03 16:00:03'),(18856,4,'cpuusage',0,'2008-11-03 16:00:03'),(18863,4,'cpuusage',0,'2008-11-03 16:00:03'),(18869,4,'cpuusage',0,'2008-11-03 16:00:03'),(18875,4,'cpuusage',0,'2008-11-03 16:00:03'),(18881,4,'cpuusage',0,'2008-11-03 16:00:03'),(18887,4,'cpuusage',0,'2008-11-03 16:00:03'),(18893,4,'cpuusage',0,'2008-11-03 16:00:03'),(18899,4,'cpuusage',0,'2008-11-03 16:00:03'),(18905,4,'cpuusage',0,'2008-11-03 16:00:03'),(18911,4,'cpuusage',0,'2008-11-03 16:00:03'),(18917,4,'cpuusage',0,'2008-11-03 16:00:03'),(18922,4,'cpuusage',0,'2008-11-03 16:00:03'),(18928,4,'cpuusage',0,'2008-11-03 16:00:03'),(18935,4,'cpuusage',0,'2008-11-03 16:00:03'),(18941,4,'cpuusage',0,'2008-11-03 16:00:03'),(18946,4,'cpuusage',0,'2008-11-03 16:00:03'),(18953,4,'cpuusage',0,'2008-11-03 16:00:03'),(18959,4,'cpuusage',0,'2008-11-03 16:00:03'),(18965,4,'cpuusage',0,'2008-11-03 16:00:03'),(18970,4,'cpuusage',0,'2008-11-03 16:00:03'),(18977,4,'cpuusage',0,'2008-11-03 16:00:03'),(18982,4,'cpuusage',0,'2008-11-03 16:00:03'),(18989,4,'cpuusage',0,'2008-11-03 16:00:03'),(18995,4,'cpuusage',0,'2008-11-03 16:00:03'),(19001,4,'cpuusage',0,'2008-11-03 16:00:03'),(19006,4,'cpuusage',0,'2008-11-03 16:00:03'),(19013,4,'cpuusage',0,'2008-11-03 16:00:03'),(19019,4,'cpuusage',0,'2008-11-03 16:00:03'),(19024,4,'cpuusage',0,'2008-11-03 16:00:03'),(19031,4,'cpuusage',0,'2008-11-03 16:00:03'),(19036,4,'cpuusage',0,'2008-11-03 16:00:03'),(19043,4,'cpuusage',0,'2008-11-03 16:00:03'),(19049,4,'cpuusage',0,'2008-11-03 16:00:03'),(19054,4,'cpuusage',0,'2008-11-03 16:00:03'),(19061,4,'cpuusage',0,'2008-11-03 16:00:03'),(19066,4,'cpuusage',0,'2008-11-03 16:00:03'),(19073,4,'cpuusage',0,'2008-11-03 16:00:03'),(19078,4,'cpuusage',0,'2008-11-03 16:00:03'),(19085,4,'cpuusage',0,'2008-11-03 16:00:03'),(19091,4,'cpuusage',0,'2008-11-03 16:00:03'),(19096,4,'cpuusage',0,'2008-11-03 16:00:03'),(19103,4,'cpuusage',0,'2008-11-03 16:00:03'),(19109,4,'cpuusage',0,'2008-11-03 16:00:03'),(19115,4,'cpuusage',0,'2008-11-03 16:00:03'),(19121,4,'cpuusage',0,'2008-11-03 16:00:03'),(19127,4,'cpuusage',0,'2008-11-03 16:00:03'),(19132,4,'cpuusage',0,'2008-11-03 16:00:03'),(19139,4,'cpuusage',0,'2008-11-03 16:00:03'),(19145,4,'cpuusage',0,'2008-11-03 16:00:03'),(19151,4,'cpuusage',0,'2008-11-03 16:00:03'),(19157,4,'cpuusage',0,'2008-11-03 16:00:03'),(19162,4,'cpuusage',0,'2008-11-03 16:00:03'),(19169,4,'cpuusage',0,'2008-11-03 16:00:03'),(19175,4,'cpuusage',0,'2008-11-03 16:00:03'),(19180,4,'cpuusage',0,'2008-11-03 16:00:03'),(19187,4,'cpuusage',0,'2008-11-03 16:00:03'),(19193,4,'cpuusage',0,'2008-11-03 16:00:03'),(19199,4,'cpuusage',0,'2008-11-03 16:00:03'),(19205,4,'cpuusage',0,'2008-11-03 16:00:03'),(19211,4,'cpuusage',0,'2008-11-03 16:00:03'),(19217,4,'cpuusage',0,'2008-11-03 16:00:03'),(19223,4,'cpuusage',0,'2008-11-03 16:00:03'),(19229,4,'cpuusage',0,'2008-11-03 16:00:03'),(19235,4,'cpuusage',0,'2008-11-03 16:00:03'),(19240,4,'cpuusage',0,'2008-11-03 16:00:03'),(19247,4,'cpuusage',0,'2008-11-03 16:00:03'),(19253,4,'cpuusage',0,'2008-11-03 16:00:03'),(19259,4,'cpuusage',0,'2008-11-03 16:00:03'),(19264,4,'cpuusage',0,'2008-11-03 16:00:03'),(19271,4,'cpuusage',0,'2008-11-03 16:00:03'),(19277,4,'cpuusage',0,'2008-11-03 16:00:03'),(19283,4,'cpuusage',0,'2008-11-03 16:00:03'),(19289,4,'cpuusage',0,'2008-11-03 16:00:03'),(19295,4,'cpuusage',0,'2008-11-03 16:00:03'),(19301,4,'cpuusage',0,'2008-11-03 16:00:03'),(19307,4,'cpuusage',0,'2008-11-03 16:00:03'),(19313,4,'cpuusage',0,'2008-11-03 16:00:03'),(19319,4,'cpuusage',0,'2008-11-03 16:00:03'),(19324,4,'cpuusage',0,'2008-11-03 16:00:03'),(19330,4,'cpuusage',0,'2008-11-03 16:00:03'),(19336,4,'cpuusage',0,'2008-11-03 16:00:03'),(19343,4,'cpuusage',0,'2008-11-03 16:00:03'),(19349,4,'cpuusage',0,'2008-11-03 16:00:03'),(19355,4,'cpuusage',0,'2008-11-03 16:00:03'),(19361,4,'cpuusage',0,'2008-11-03 16:00:03'),(19367,4,'cpuusage',0,'2008-11-03 16:00:03'),(19373,4,'cpuusage',0,'2008-11-03 16:00:03'),(19379,4,'cpuusage',0,'2008-11-03 16:00:03'),(19384,4,'cpuusage',0,'2008-11-03 16:00:03'),(19390,4,'cpuusage',0,'2008-11-03 16:00:03'),(19396,4,'cpuusage',0,'2008-11-03 16:00:03'),(19403,4,'cpuusage',0,'2008-11-03 16:00:03'),(19409,4,'cpuusage',0,'2008-11-03 16:00:03'),(19415,4,'cpuusage',0,'2008-11-03 16:00:03'),(19421,4,'cpuusage',0,'2008-11-03 16:00:03'),(19427,4,'cpuusage',0,'2008-11-03 16:00:03'),(19432,4,'cpuusage',0,'2008-11-03 16:00:03'),(19439,4,'cpuusage',0,'2008-11-03 16:00:03'),(19445,4,'cpuusage',0,'2008-11-03 16:00:03'),(19450,4,'cpuusage',0,'2008-11-03 16:00:03'),(19456,4,'cpuusage',0,'2008-11-03 16:00:03'),(19462,4,'cpuusage',0,'2008-11-03 16:00:03'),(19469,4,'cpuusage',0,'2008-11-03 16:00:03'),(19475,4,'cpuusage',0,'2008-11-03 16:00:03'),(19481,4,'cpuusage',0,'2008-11-03 16:00:03'),(19487,4,'cpuusage',0,'2008-11-03 16:00:03'),(19493,4,'cpuusage',0,'2008-11-03 16:00:03'),(19499,4,'cpuusage',0,'2008-11-03 16:00:03'),(19505,4,'cpuusage',0,'2008-11-03 16:00:03'),(19511,4,'cpuusage',0,'2008-11-03 16:00:03'),(19517,4,'cpuusage',0,'2008-11-03 16:00:03'),(19523,4,'cpuusage',0,'2008-11-03 16:00:03'),(19529,4,'cpuusage',0,'2008-11-03 16:00:03'),(19535,4,'cpuusage',0,'2008-11-03 16:00:03'),(19541,4,'cpuusage',0,'2008-11-03 16:00:03'),(19547,4,'cpuusage',0,'2008-11-03 16:00:03'),(19553,4,'cpuusage',0,'2008-11-03 16:00:03'),(19559,4,'cpuusage',0,'2008-11-03 16:00:03'),(19565,4,'cpuusage',0,'2008-11-03 16:00:03'),(19570,4,'cpuusage',0,'2008-11-03 16:00:03'),(19576,4,'cpuusage',0,'2008-11-03 16:00:03'),(19583,4,'cpuusage',0,'2008-11-03 16:00:03'),(19589,4,'cpuusage',0,'2008-11-03 16:00:03'),(19595,4,'cpuusage',0,'2008-11-03 16:00:03'),(19600,4,'cpuusage',0,'2008-11-03 16:00:03'),(19606,4,'cpuusage',0,'2008-11-03 16:00:03'),(19612,4,'cpuusage',0,'2008-11-03 16:00:03'),(19618,4,'cpuusage',0,'2008-11-03 16:00:03'),(19624,4,'cpuusage',0,'2008-11-03 16:00:03'),(19630,4,'cpuusage',0,'2008-11-03 16:00:03'),(19637,4,'cpuusage',0,'2008-11-03 16:00:03'),(19643,4,'cpuusage',0,'2008-11-03 16:00:03'),(19648,4,'cpuusage',0,'2008-11-03 16:00:03'),(19655,4,'cpuusage',0,'2008-11-03 16:00:03'),(19660,4,'cpuusage',0,'2008-11-03 16:00:03'),(19666,4,'cpuusage',0,'2008-11-03 16:00:03'),(19672,4,'cpuusage',0,'2008-11-03 16:00:03'),(19679,4,'cpuusage',0,'2008-11-03 16:00:03'),(19685,4,'cpuusage',0,'2008-11-03 16:00:03'),(19691,4,'cpuusage',0,'2008-11-03 16:00:03'),(19697,4,'cpuusage',0,'2008-11-03 16:00:03'),(19703,4,'cpuusage',0,'2008-11-03 16:00:03'),(19708,4,'cpuusage',0,'2008-11-03 16:00:03'),(19714,4,'cpuusage',0,'2008-11-03 16:00:03'),(19720,4,'cpuusage',0,'2008-11-03 16:00:03'),(19726,4,'cpuusage',0,'2008-11-03 16:00:03'),(19733,4,'cpuusage',0,'2008-11-03 16:00:03'),(19739,4,'cpuusage',0,'2008-11-03 16:00:03'),(19744,4,'cpuusage',0,'2008-11-03 16:00:03'),(19750,4,'cpuusage',0,'2008-11-03 16:00:03'),(19757,4,'cpuusage',0,'2008-11-03 16:00:03'),(19762,4,'cpuusage',0,'2008-11-03 16:00:03'),(19769,4,'cpuusage',0,'2008-11-03 16:00:03'),(19774,4,'cpuusage',0,'2008-11-03 16:00:03'),(19781,4,'cpuusage',0,'2008-11-03 16:00:03'),(19786,4,'cpuusage',0,'2008-11-03 16:00:03'),(19793,4,'cpuusage',0,'2008-11-03 16:00:03'),(19799,4,'cpuusage',0,'2008-11-03 16:00:03'),(19805,4,'cpuusage',0,'2008-11-03 16:00:03'),(19811,4,'cpuusage',0,'2008-11-03 16:00:03'),(19817,4,'cpuusage',0,'2008-11-03 16:00:03'),(19823,4,'cpuusage',0,'2008-11-03 16:00:03'),(19829,4,'cpuusage',0,'2008-11-03 16:00:03'),(19834,4,'cpuusage',0,'2008-11-03 16:00:03'),(19841,4,'cpuusage',0,'2008-11-03 16:00:03'),(19847,4,'cpuusage',0,'2008-11-03 16:00:03'),(19853,4,'cpuusage',0,'2008-11-03 16:00:03'),(19859,4,'cpuusage',0,'2008-11-03 16:00:03'),(19864,4,'cpuusage',0,'2008-11-03 16:00:03'),(19870,4,'cpuusage',0,'2008-11-03 16:00:03'),(19877,4,'cpuusage',0,'2008-11-03 16:00:03'),(19883,4,'cpuusage',0,'2008-11-03 16:00:03'),(19889,4,'cpuusage',0,'2008-11-03 16:00:03'),(19894,4,'cpuusage',0,'2008-11-03 16:00:03'),(19901,4,'cpuusage',0,'2008-11-03 16:00:03'),(19907,4,'cpuusage',0,'2008-11-03 16:00:03'),(19913,4,'cpuusage',0,'2008-11-03 16:00:03'),(19919,4,'cpuusage',0,'2008-11-03 16:00:03'),(19925,4,'cpuusage',0,'2008-11-03 16:00:03'),(19930,4,'cpuusage',0,'2008-11-03 16:00:03'),(19937,4,'cpuusage',0,'2008-11-03 16:00:03'),(19942,4,'cpuusage',0,'2008-11-03 16:00:03'),(19949,4,'cpuusage',0,'2008-11-03 16:00:03'),(19955,4,'cpuusage',0,'2008-11-03 16:00:03'),(19961,4,'cpuusage',0,'2008-11-03 16:00:03'),(19967,4,'cpuusage',0,'2008-11-03 16:00:03'),(19972,4,'cpuusage',0,'2008-11-03 16:00:03'),(19978,4,'cpuusage',0,'2008-11-03 16:00:03'),(19985,4,'cpuusage',0,'2008-11-03 16:00:03'),(19991,4,'cpuusage',0,'2008-11-03 16:00:03'),(19997,4,'cpuusage',0,'2008-11-03 16:00:03'),(20003,4,'cpuusage',0,'2008-11-03 16:00:03'),(20009,4,'cpuusage',0,'2008-11-03 16:00:03'),(20015,4,'cpuusage',0,'2008-11-03 16:00:03'),(20021,4,'cpuusage',0,'2008-11-03 16:00:03'),(20027,4,'cpuusage',0,'2008-11-03 16:00:03'),(20032,4,'cpuusage',0,'2008-11-03 16:00:03'),(20039,4,'cpuusage',0,'2008-11-03 16:00:03'),(20044,4,'cpuusage',0,'2008-11-03 16:00:03'),(20051,4,'cpuusage',0,'2008-11-03 16:00:03'),(20056,4,'cpuusage',0,'2008-11-03 16:00:03'),(20062,4,'cpuusage',0,'2008-11-03 16:00:03'),(20069,4,'cpuusage',0,'2008-11-03 16:00:03'),(20075,4,'cpuusage',0,'2008-11-03 16:00:03'),(20081,4,'cpuusage',0,'2008-11-03 16:00:03'),(20087,4,'cpuusage',0,'2008-11-03 16:00:03'),(20093,4,'cpuusage',0,'2008-11-03 16:00:03'),(20099,4,'cpuusage',0,'2008-11-03 16:00:03'),(20105,4,'cpuusage',0,'2008-11-03 16:00:03'),(20111,4,'cpuusage',0,'2008-11-03 16:00:03'),(20116,4,'cpuusage',0,'2008-11-03 16:00:03'),(20123,4,'cpuusage',0,'2008-11-03 16:00:03'),(20129,4,'cpuusage',0,'2008-11-03 16:00:03'),(20135,4,'cpuusage',0,'2008-11-03 16:00:03'),(20140,4,'cpuusage',0,'2008-11-03 16:00:03'),(20147,4,'cpuusage',0,'2008-11-03 16:00:03'),(20152,4,'cpuusage',0,'2008-11-03 16:00:03'),(20159,4,'cpuusage',0,'2008-11-03 16:00:03'),(20165,4,'cpuusage',0,'2008-11-03 16:00:03'),(20171,4,'cpuusage',0,'2008-11-03 16:00:03'),(20176,4,'cpuusage',0,'2008-11-03 16:00:03'),(20183,4,'cpuusage',0,'2008-11-03 16:00:03'),(20188,4,'cpuusage',0,'2008-11-03 16:00:03'),(20194,4,'cpuusage',0,'2008-11-03 16:00:03'),(20201,4,'cpuusage',0,'2008-11-03 16:00:03'),(20207,4,'cpuusage',0,'2008-11-03 16:00:03'),(20213,4,'cpuusage',0,'2008-11-03 16:00:03'),(20219,4,'cpuusage',0,'2008-11-03 16:00:03'),(20224,4,'cpuusage',0,'2008-11-03 16:00:03'),(20231,4,'cpuusage',0,'2008-11-03 16:00:03'),(20237,4,'cpuusage',0,'2008-11-03 16:00:03'),(20243,4,'cpuusage',0,'2008-11-03 16:00:03'),(20248,4,'cpuusage',0,'2008-11-03 16:00:03'),(20255,4,'cpuusage',0,'2008-11-03 16:00:03'),(20260,4,'cpuusage',0,'2008-11-03 16:00:03'),(20266,4,'cpuusage',0,'2008-11-03 16:00:03'),(20273,4,'cpuusage',0,'2008-11-03 16:00:03'),(20278,4,'cpuusage',0,'2008-11-03 16:00:03'),(20285,4,'cpuusage',0,'2008-11-03 16:00:03'),(20291,4,'cpuusage',0,'2008-11-03 16:00:03'),(20297,4,'cpuusage',0,'2008-11-03 16:00:03'),(20303,4,'cpuusage',0,'2008-11-03 16:00:03'),(20309,4,'cpuusage',0,'2008-11-03 16:00:03'),(20315,4,'cpuusage',0,'2008-11-03 16:00:03'),(20320,4,'cpuusage',0,'2008-11-03 16:00:03'),(20326,4,'cpuusage',0,'2008-11-03 16:00:03'),(20332,4,'cpuusage',0,'2008-11-03 16:00:03'),(20338,4,'cpuusage',0,'2008-11-03 16:00:03'),(20345,4,'cpuusage',0,'2008-11-03 16:00:03'),(20351,4,'cpuusage',0,'2008-11-03 16:00:03'),(20356,4,'cpuusage',0,'2008-11-03 16:00:03'),(20363,4,'cpuusage',0,'2008-11-03 16:00:03'),(20369,4,'cpuusage',0,'2008-11-03 16:00:03'),(20374,4,'cpuusage',0,'2008-11-03 16:00:03'),(20381,4,'cpuusage',0,'2008-11-03 16:00:03'),(20387,4,'cpuusage',0,'2008-11-03 16:00:03'),(20393,4,'cpuusage',0,'2008-11-03 16:00:03'),(20399,4,'cpuusage',0,'2008-11-03 16:00:03'),(20405,4,'cpuusage',0,'2008-11-03 16:00:03'),(20410,4,'cpuusage',0,'2008-11-03 16:00:03'),(20417,4,'cpuusage',0,'2008-11-03 16:00:03'),(20423,4,'cpuusage',0,'2008-11-03 16:00:03'),(20429,4,'cpuusage',0,'2008-11-03 16:00:03'),(20435,4,'cpuusage',0,'2008-11-03 16:00:03'),(20441,4,'cpuusage',0,'2008-11-03 16:00:03'),(20446,4,'cpuusage',0,'2008-11-03 16:00:03'),(20453,4,'cpuusage',0,'2008-11-03 16:00:03'),(20459,4,'cpuusage',0,'2008-11-03 16:00:03'),(20465,4,'cpuusage',0,'2008-11-03 16:00:03'),(20471,4,'cpuusage',0,'2008-11-03 16:00:03'),(20477,4,'cpuusage',0,'2008-11-03 16:00:03'),(20482,4,'cpuusage',0,'2008-11-03 16:00:03'),(20489,4,'cpuusage',0,'2008-11-03 16:00:03'),(20494,4,'cpuusage',0,'2008-11-03 16:00:03'),(20501,4,'cpuusage',0,'2008-11-03 16:00:03'),(20506,4,'cpuusage',0,'2008-11-03 16:00:03'),(20513,4,'cpuusage',0,'2008-11-03 16:00:03'),(20518,4,'cpuusage',0,'2008-11-03 16:00:03'),(20525,4,'cpuusage',0,'2008-11-03 16:00:03'),(20530,4,'cpuusage',0,'2008-11-03 16:00:03'),(20536,4,'cpuusage',0,'2008-11-03 16:00:03'),(20542,4,'cpuusage',0,'2008-11-03 16:00:03'),(20549,4,'cpuusage',0,'2008-11-03 16:00:03'),(20554,4,'cpuusage',0,'2008-11-03 16:00:03'),(20561,4,'cpuusage',0,'2008-11-03 16:00:03'),(20567,4,'cpuusage',0,'2008-11-03 16:00:03'),(20573,4,'cpuusage',0,'2008-11-03 16:00:03'),(20579,4,'cpuusage',0,'2008-11-03 16:00:03'),(20584,4,'cpuusage',0,'2008-11-03 16:00:03'),(20591,4,'cpuusage',0,'2008-11-03 16:00:03'),(20597,4,'cpuusage',0,'2008-11-03 16:00:03'),(20602,4,'cpuusage',0,'2008-11-03 16:00:03'),(20608,4,'cpuusage',0,'2008-11-03 16:00:03'),(20615,4,'cpuusage',0,'2008-11-03 16:00:03'),(20620,4,'cpuusage',0,'2008-11-03 16:00:03'),(20627,4,'cpuusage',0,'2008-11-03 16:00:03'),(20632,4,'cpuusage',0,'2008-11-03 16:00:03'),(20639,4,'cpuusage',0,'2008-11-03 16:00:03'),(20645,4,'cpuusage',0,'2008-11-03 16:00:03'),(20650,4,'cpuusage',0,'2008-11-03 16:00:03'),(20657,4,'cpuusage',0,'2008-11-03 16:00:03'),(20663,4,'cpuusage',0,'2008-11-03 16:00:03'),(20668,4,'cpuusage',0,'2008-11-03 16:00:03'),(20675,4,'cpuusage',0,'2008-11-03 16:00:03'),(20681,4,'cpuusage',0,'2008-11-03 16:00:03'),(20687,4,'cpuusage',0,'2008-11-03 16:00:03'),(20693,4,'cpuusage',0,'2008-11-03 16:00:03'),(20699,4,'cpuusage',0,'2008-11-03 16:00:03'),(20705,4,'cpuusage',0,'2008-11-03 16:00:03'),(20710,4,'cpuusage',0,'2008-11-03 16:00:03'),(20716,4,'cpuusage',0,'2008-11-03 16:00:03'),(20723,4,'cpuusage',0,'2008-11-03 16:00:03'),(20728,4,'cpuusage',0,'2008-11-03 16:00:03'),(20735,4,'cpuusage',0,'2008-11-03 16:00:03'),(20740,4,'cpuusage',0,'2008-11-03 16:00:03'),(20746,4,'cpuusage',0,'2008-11-03 16:00:03'),(20753,4,'cpuusage',0,'2008-11-03 16:00:03'),(20759,4,'cpuusage',0,'2008-11-03 16:00:03'),(20765,4,'cpuusage',0,'2008-11-03 16:00:03'),(20771,4,'cpuusage',0,'2008-11-03 16:00:03'),(20777,4,'cpuusage',0,'2008-11-03 16:00:03'),(20783,4,'cpuusage',0,'2008-11-03 16:00:03'),(20788,4,'cpuusage',0,'2008-11-03 16:00:03'),(20794,4,'cpuusage',0,'2008-11-03 16:00:03'),(20801,4,'cpuusage',0,'2008-11-03 16:00:03'),(20807,4,'cpuusage',0,'2008-11-03 16:00:03'),(20813,4,'cpuusage',0,'2008-11-03 16:00:03'),(20819,4,'cpuusage',0,'2008-11-03 16:00:03'),(20825,4,'cpuusage',0,'2008-11-03 16:00:03'),(20831,4,'cpuusage',0,'2008-11-03 16:00:03'),(20836,4,'cpuusage',0,'2008-11-03 16:00:03'),(20843,4,'cpuusage',0,'2008-11-03 16:00:03'),(20849,4,'cpuusage',0,'2008-11-03 16:00:03'),(20855,4,'cpuusage',0,'2008-11-03 16:00:03'),(20861,4,'cpuusage',0,'2008-11-03 16:00:03'),(20866,4,'cpuusage',0,'2008-11-03 16:00:03'),(20873,4,'cpuusage',0,'2008-11-03 16:00:03'),(20879,4,'cpuusage',0,'2008-11-03 16:00:03'),(20884,4,'cpuusage',0,'2008-11-03 16:00:03'),(20891,4,'cpuusage',0,'2008-11-03 16:00:03'),(20897,4,'cpuusage',0,'2008-11-03 16:00:03'),(20903,4,'cpuusage',0,'2008-11-03 16:00:03'),(20908,4,'cpuusage',0,'2008-11-03 16:00:03'),(20914,4,'cpuusage',0,'2008-11-03 16:00:03'),(20921,4,'cpuusage',0,'2008-11-03 16:00:03'),(20926,4,'cpuusage',0,'2008-11-03 16:00:03'),(20933,4,'cpuusage',0,'2008-11-03 16:00:03'),(20939,4,'cpuusage',0,'2008-11-03 16:00:03'),(20945,4,'cpuusage',0,'2008-11-03 16:00:03'),(20951,4,'cpuusage',0,'2008-11-03 16:00:03'),(20957,4,'cpuusage',0,'2008-11-03 16:00:03'),(20962,4,'cpuusage',0,'2008-11-03 16:00:03'),(20969,4,'cpuusage',0,'2008-11-03 16:00:03'),(20975,4,'cpuusage',0,'2008-11-03 16:00:03'),(20981,4,'cpuusage',0,'2008-11-03 16:00:03'),(20987,4,'cpuusage',0,'2008-11-03 16:00:03'),(20993,4,'cpuusage',0,'2008-11-03 16:00:03'),(20999,4,'cpuusage',0,'2008-11-03 16:00:03'),(21005,4,'cpuusage',0,'2008-11-03 16:00:03'),(21010,4,'cpuusage',0,'2008-11-03 16:00:03'),(21017,4,'cpuusage',0,'2008-11-03 16:00:03'),(21023,4,'cpuusage',0,'2008-11-03 16:00:03'),(21029,4,'cpuusage',0,'2008-11-03 16:00:03'),(21035,4,'cpuusage',0,'2008-11-03 16:00:03'),(21040,4,'cpuusage',0,'2008-11-03 16:00:03'),(21046,4,'cpuusage',0,'2008-11-03 16:00:03'),(21053,4,'cpuusage',0,'2008-11-03 16:00:03'),(21059,4,'cpuusage',0,'2008-11-03 16:00:03'),(21064,4,'cpuusage',0,'2008-11-03 16:00:03'),(21070,4,'cpuusage',0,'2008-11-03 16:00:03'),(21077,4,'cpuusage',0,'2008-11-03 16:00:03'),(21083,4,'cpuusage',0,'2008-11-03 16:00:03'),(21089,4,'cpuusage',0,'2008-11-03 16:00:03'),(21095,4,'cpuusage',0,'2008-11-03 16:00:03'),(21101,4,'cpuusage',0,'2008-11-03 16:00:03'),(21106,4,'cpuusage',0,'2008-11-03 16:00:03'),(21112,4,'cpuusage',0,'2008-11-03 16:00:03'),(21119,4,'cpuusage',0,'2008-11-03 16:00:03'),(21125,4,'cpuusage',0,'2008-11-03 16:00:03'),(21131,4,'cpuusage',0,'2008-11-03 16:00:03'),(21137,4,'cpuusage',0,'2008-11-03 16:00:03'),(21143,4,'cpuusage',0,'2008-11-03 16:00:03'),(21149,4,'cpuusage',0,'2008-11-03 16:00:03'),(21154,4,'cpuusage',0,'2008-11-03 16:00:03'),(21161,4,'cpuusage',0,'2008-11-03 16:00:03'),(21167,4,'cpuusage',0,'2008-11-03 16:00:03'),(21172,4,'cpuusage',0,'2008-11-03 16:00:03'),(21178,4,'cpuusage',0,'2008-11-03 16:00:03'),(21184,4,'cpuusage',0,'2008-11-03 16:00:03'),(21190,4,'cpuusage',0,'2008-11-03 16:00:03'),(21197,4,'cpuusage',0,'2008-11-03 16:00:03'),(21203,4,'cpuusage',0,'2008-11-03 16:00:03'),(21209,4,'cpuusage',0,'2008-11-03 16:00:03'),(21214,4,'cpuusage',0,'2008-11-03 16:00:03'),(21220,4,'cpuusage',0,'2008-11-03 16:00:03'),(21227,4,'cpuusage',0,'2008-11-03 16:00:03'),(21233,4,'cpuusage',0,'2008-11-03 16:00:03'),(21239,4,'cpuusage',0,'2008-11-03 16:00:03'),(21244,4,'cpuusage',0,'2008-11-03 16:00:03'),(21250,4,'cpuusage',0,'2008-11-03 16:00:03'),(21257,4,'cpuusage',0,'2008-11-03 16:00:03'),(21262,4,'cpuusage',0,'2008-11-03 16:00:03'),(21268,4,'cpuusage',0,'2008-11-03 16:00:03'),(21275,4,'cpuusage',0,'2008-11-03 16:00:03'),(21281,4,'cpuusage',0,'2008-11-03 16:00:03'),(21286,4,'cpuusage',0,'2008-11-03 16:00:03'),(21292,4,'cpuusage',0,'2008-11-03 16:00:03'),(21299,4,'cpuusage',0,'2008-11-03 16:00:03'),(21307,4,'cpuusage',0,'2008-11-03 16:00:03'),(21314,4,'cpuusage',0,'2008-11-03 16:00:03'),(21320,4,'cpuusage',0,'2008-11-03 16:00:03'),(21325,4,'cpuusage',0,'2008-11-03 16:00:03'),(21331,4,'cpuusage',0,'2008-11-03 16:00:03'),(21338,4,'cpuusage',0,'2008-11-03 16:00:03'),(21344,4,'cpuusage',0,'2008-11-03 16:00:03'),(21350,4,'cpuusage',0,'2008-11-03 16:00:03'),(21356,4,'cpuusage',0,'2008-11-03 16:00:03'),(21361,4,'cpuusage',0,'2008-11-03 16:00:03'),(21368,4,'cpuusage',0,'2008-11-03 16:00:03'),(21374,4,'cpuusage',0,'2008-11-03 16:00:03'),(21379,4,'cpuusage',0,'2008-11-03 16:00:03'),(21385,4,'cpuusage',0,'2008-11-03 16:00:03'),(21392,4,'cpuusage',0,'2008-11-03 16:00:03'),(21398,4,'cpuusage',0,'2008-11-03 16:00:03'),(21404,4,'cpuusage',0,'2008-11-03 16:00:03'),(21410,4,'cpuusage',0,'2008-11-03 16:00:03'),(21416,4,'cpuusage',0,'2008-11-03 16:00:03'),(21422,4,'cpuusage',0,'2008-11-03 16:00:03'),(21428,4,'cpuusage',0,'2008-11-03 16:00:03'),(21433,4,'cpuusage',0,'2008-11-03 16:00:03'),(21439,4,'cpuusage',0,'2008-11-03 16:00:03'),(21445,4,'cpuusage',0,'2008-11-03 16:00:03'),(21452,4,'cpuusage',0,'2008-11-03 16:00:03'),(21458,4,'cpuusage',0,'2008-11-03 16:00:03'),(21464,4,'cpuusage',0,'2008-11-03 16:00:03'),(21470,4,'cpuusage',0,'2008-11-03 16:00:03'),(21476,4,'cpuusage',0,'2008-11-03 16:00:03'),(21482,4,'cpuusage',0,'2008-11-03 16:00:03'),(21487,4,'cpuusage',0,'2008-11-03 16:00:03'),(21494,4,'cpuusage',0,'2008-11-03 16:00:03'),(21499,4,'cpuusage',0,'2008-11-03 16:00:03'),(21506,4,'cpuusage',0,'2008-11-03 16:00:03'),(21512,4,'cpuusage',0,'2008-11-03 16:00:03'),(21518,4,'cpuusage',0,'2008-11-03 16:00:03'),(21524,4,'cpuusage',0,'2008-11-03 16:00:03'),(21529,4,'cpuusage',0,'2008-11-03 16:00:03'),(21536,4,'cpuusage',0,'2008-11-03 16:00:03'),(21542,4,'cpuusage',0,'2008-11-03 16:00:03'),(21547,4,'cpuusage',0,'2008-11-03 16:00:03'),(21554,4,'cpuusage',0,'2008-11-03 16:00:03'),(21560,4,'cpuusage',0,'2008-11-03 16:00:03'),(21565,4,'cpuusage',0,'2008-11-03 16:00:03'),(21571,4,'cpuusage',0,'2008-11-03 16:00:03'),(21578,4,'cpuusage',0,'2008-11-03 16:00:03'),(21583,4,'cpuusage',0,'2008-11-03 16:00:03'),(21589,4,'cpuusage',0,'2008-11-03 16:00:03'),(21596,4,'cpuusage',0,'2008-11-03 16:00:03'),(21602,4,'cpuusage',0,'2008-11-03 16:00:03'),(21607,4,'cpuusage',0,'2008-11-03 16:00:03'),(21614,4,'cpuusage',0,'2008-11-03 16:00:03'),(21620,4,'cpuusage',0,'2008-11-03 16:00:03'),(21626,4,'cpuusage',0,'2008-11-03 16:00:03'),(21631,4,'cpuusage',0,'2008-11-03 16:00:03'),(21638,4,'cpuusage',0,'2008-11-03 16:00:03'),(21644,4,'cpuusage',0,'2008-11-03 16:00:03'),(21650,4,'cpuusage',0,'2008-11-03 16:00:03'),(21656,4,'cpuusage',0,'2008-11-03 16:00:03'),(21661,4,'cpuusage',0,'2008-11-03 16:00:03'),(21667,4,'cpuusage',0,'2008-11-03 16:00:03'),(21674,4,'cpuusage',0,'2008-11-03 16:00:03'),(21680,4,'cpuusage',0,'2008-11-03 16:00:03'),(21686,4,'cpuusage',0,'2008-11-03 16:00:03'),(21691,4,'cpuusage',0,'2008-11-03 16:00:03'),(21698,4,'cpuusage',0,'2008-11-03 16:00:03'),(21703,4,'cpuusage',0,'2008-11-03 16:00:03'),(21710,4,'cpuusage',0,'2008-11-03 16:00:03'),(21716,4,'cpuusage',0,'2008-11-03 16:00:03'),(21721,4,'cpuusage',0,'2008-11-03 16:00:03'),(21727,4,'cpuusage',0,'2008-11-03 16:00:03'),(21734,4,'cpuusage',0,'2008-11-03 16:00:03'),(21739,4,'cpuusage',0,'2008-11-03 16:00:03'),(21745,4,'cpuusage',0,'2008-11-03 16:00:03'),(21752,4,'cpuusage',0,'2008-11-03 16:00:03'),(21758,4,'cpuusage',0,'2008-11-03 16:00:03'),(21764,4,'cpuusage',0,'2008-11-03 16:00:03'),(21769,4,'cpuusage',0,'2008-11-03 16:00:03'),(21775,4,'cpuusage',0,'2008-11-03 16:00:03'),(21782,4,'cpuusage',0,'2008-11-03 16:00:03'),(21788,4,'cpuusage',0,'2008-11-03 16:00:03'),(21794,4,'cpuusage',0,'2008-11-03 16:00:03'),(21800,4,'cpuusage',0,'2008-11-03 16:00:03'),(21806,4,'cpuusage',0,'2008-11-03 16:00:03'),(21812,4,'cpuusage',0,'2008-11-03 16:00:03'),(21818,4,'cpuusage',0,'2008-11-03 16:00:03'),(21823,4,'cpuusage',0,'2008-11-03 16:00:03'),(21830,4,'cpuusage',0,'2008-11-03 16:00:03'),(21835,4,'cpuusage',0,'2008-11-03 16:00:03'),(21841,4,'cpuusage',0,'2008-11-03 16:00:03'),(21847,4,'cpuusage',0,'2008-11-03 16:00:03'),(21854,4,'cpuusage',0,'2008-11-03 16:00:03'),(21860,4,'cpuusage',0,'2008-11-03 16:00:03'),(21866,4,'cpuusage',0,'2008-11-03 16:00:03'),(21872,4,'cpuusage',0,'2008-11-03 16:00:03'),(21878,4,'cpuusage',0,'2008-11-03 16:00:03'),(21884,4,'cpuusage',0,'2008-11-03 16:00:03'),(21889,4,'cpuusage',0,'2008-11-03 16:00:03'),(21896,4,'cpuusage',0,'2008-11-03 16:00:03'),(21901,4,'cpuusage',0,'2008-11-03 16:00:03'),(21907,4,'cpuusage',0,'2008-11-03 16:00:03'),(21914,4,'cpuusage',0,'2008-11-03 16:00:03'),(21920,4,'cpuusage',0,'2008-11-03 16:00:03'),(21925,4,'cpuusage',0,'2008-11-03 16:00:03'),(21932,4,'cpuusage',0,'2008-11-03 16:00:03'),(21937,4,'cpuusage',0,'2008-11-03 16:00:03'),(21943,4,'cpuusage',0,'2008-11-03 16:00:03'),(21949,4,'cpuusage',0,'2008-11-03 16:00:03'),(21955,4,'cpuusage',0,'2008-11-03 16:00:03'),(21961,4,'cpuusage',0,'2008-11-03 16:00:03'),(21968,4,'cpuusage',0,'2008-11-03 16:00:03'),(21974,4,'cpuusage',0,'2008-11-03 16:00:03'),(21980,4,'cpuusage',0,'2008-11-03 16:00:03'),(21985,4,'cpuusage',0,'2008-11-03 16:00:03'),(21991,4,'cpuusage',0,'2008-11-03 16:00:03'),(21997,4,'cpuusage',0,'2008-11-03 16:00:03'),(22003,4,'cpuusage',0,'2008-11-03 16:00:03'),(22010,4,'cpuusage',0,'2008-11-03 16:00:03'),(22016,4,'cpuusage',0,'2008-11-03 16:00:03'),(22022,4,'cpuusage',0,'2008-11-03 16:00:03'),(22027,4,'cpuusage',0,'2008-11-03 16:00:03'),(22034,4,'cpuusage',0,'2008-11-03 16:00:03'),(22040,4,'cpuusage',0,'2008-11-03 16:00:03'),(22046,4,'cpuusage',0,'2008-11-03 16:00:03'),(22051,4,'cpuusage',0,'2008-11-03 16:00:03'),(22057,4,'cpuusage',0,'2008-11-03 16:00:03'),(22064,4,'cpuusage',0,'2008-11-03 16:00:03'),(22070,4,'cpuusage',0,'2008-11-03 16:00:03'),(22076,4,'cpuusage',0,'2008-11-03 16:00:03'),(22082,4,'cpuusage',0,'2008-11-03 16:00:03'),(22088,4,'cpuusage',0,'2008-11-03 16:00:03'),(22094,4,'cpuusage',0,'2008-11-03 16:00:03'),(22100,4,'cpuusage',0,'2008-11-03 16:00:03'),(22106,4,'cpuusage',0,'2008-11-03 16:00:03'),(22112,4,'cpuusage',0,'2008-11-03 16:00:03'),(22117,4,'cpuusage',0,'2008-11-03 16:00:03'),(22123,4,'cpuusage',0,'2008-11-03 16:00:03'),(22129,4,'cpuusage',0,'2008-11-03 16:00:03'),(22136,4,'cpuusage',0,'2008-11-03 16:00:03'),(22142,4,'cpuusage',0,'2008-11-03 16:00:03'),(22148,4,'cpuusage',0,'2008-11-03 16:00:03'),(22154,4,'cpuusage',0,'2008-11-03 16:00:03'),(22159,4,'cpuusage',0,'2008-11-03 16:00:03'),(22166,4,'cpuusage',0,'2008-11-03 16:00:03'),(22172,4,'cpuusage',0,'2008-11-03 16:00:03'),(22178,4,'cpuusage',0,'2008-11-03 16:00:03'),(22183,4,'cpuusage',0,'2008-11-03 16:00:03'),(22190,4,'cpuusage',0,'2008-11-03 16:00:03'),(22196,4,'cpuusage',0,'2008-11-03 16:00:03'),(22201,4,'cpuusage',0,'2008-11-03 16:00:03'),(22208,4,'cpuusage',0,'2008-11-03 16:00:03'),(22214,4,'cpuusage',0,'2008-11-03 16:00:03'),(22220,4,'cpuusage',0,'2008-11-03 16:00:03'),(22225,4,'cpuusage',0,'2008-11-03 16:00:03'),(22232,4,'cpuusage',0,'2008-11-03 16:00:03'),(22237,4,'cpuusage',0,'2008-11-03 16:00:03'),(22244,4,'cpuusage',0,'2008-11-03 16:00:03'),(22250,4,'cpuusage',0,'2008-11-03 16:00:03'),(22256,4,'cpuusage',0,'2008-11-03 16:00:03'),(22262,4,'cpuusage',0,'2008-11-03 16:00:03'),(22268,4,'cpuusage',0,'2008-11-03 16:00:03'),(22273,4,'cpuusage',0,'2008-11-03 16:00:03'),(22280,4,'cpuusage',0,'2008-11-03 16:00:03'),(22285,4,'cpuusage',0,'2008-11-03 16:00:03'),(22292,4,'cpuusage',0,'2008-11-03 16:00:03'),(22298,4,'cpuusage',0,'2008-11-03 16:00:03'),(22304,4,'cpuusage',0,'2008-11-03 16:00:03'),(22310,4,'cpuusage',0,'2008-11-03 16:00:03'),(22315,4,'cpuusage',0,'2008-11-03 16:00:03'),(22321,4,'cpuusage',0,'2008-11-03 16:00:03'),(22329,4,'cpuusage',0,'2008-11-03 16:00:03'),(22334,4,'cpuusage',0,'2008-11-03 16:00:03'),(22340,4,'cpuusage',0,'2008-11-03 16:00:03'),(22346,4,'cpuusage',0,'2008-11-03 16:00:03'),(22352,4,'cpuusage',0,'2008-11-03 16:00:03'),(22358,4,'cpuusage',0,'2008-11-03 16:00:03'),(22364,4,'cpuusage',0,'2008-11-03 16:00:03'),(22370,4,'cpuusage',0,'2008-11-03 16:00:03'),(22375,4,'cpuusage',0,'2008-11-03 16:00:03'),(22382,4,'cpuusage',0,'2008-11-03 16:00:03'),(22387,4,'cpuusage',0,'2008-11-03 16:00:03'),(22394,4,'cpuusage',0,'2008-11-03 16:00:03'),(22400,4,'cpuusage',0,'2008-11-03 16:00:03'),(22406,4,'cpuusage',0,'2008-11-03 16:00:03'),(22411,4,'cpuusage',0,'2008-11-03 16:00:03'),(22418,4,'cpuusage',0,'2008-11-03 16:00:03'),(22424,4,'cpuusage',0,'2008-11-03 16:00:03'),(22429,4,'cpuusage',0,'2008-11-03 16:00:03'),(22436,4,'cpuusage',0,'2008-11-03 16:00:03'),(22442,4,'cpuusage',0,'2008-11-03 16:00:03'),(22448,4,'cpuusage',0,'2008-11-03 16:00:03'),(22454,4,'cpuusage',0,'2008-11-03 16:00:03'),(22459,4,'cpuusage',0,'2008-11-03 16:00:03'),(22466,4,'cpuusage',0,'2008-11-03 16:00:03'),(22472,4,'cpuusage',0,'2008-11-03 16:00:03'),(22478,4,'cpuusage',0,'2008-11-03 16:00:03'),(22484,4,'cpuusage',0,'2008-11-03 16:00:03'),(22490,4,'cpuusage',0,'2008-11-03 16:00:03'),(22496,4,'cpuusage',0,'2008-11-03 16:00:03'),(22502,4,'cpuusage',0,'2008-11-03 16:00:03'),(22508,4,'cpuusage',0,'2008-11-03 16:00:03'),(22514,4,'cpuusage',0,'2008-11-03 16:00:03'),(22520,4,'cpuusage',0,'2008-11-03 16:00:03'),(22526,4,'cpuusage',0,'2008-11-03 16:00:03'),(22532,4,'cpuusage',0,'2008-11-03 16:00:03'),(22537,4,'cpuusage',0,'2008-11-03 16:00:03'),(22544,4,'cpuusage',0,'2008-11-03 16:00:03'),(22550,4,'cpuusage',0,'2008-11-03 16:00:03'),(22555,4,'cpuusage',0,'2008-11-03 16:00:03'),(22562,4,'cpuusage',0,'2008-11-03 16:00:03'),(22568,4,'cpuusage',0,'2008-11-03 16:00:03'),(22574,4,'cpuusage',0,'2008-11-03 16:00:03'),(22580,4,'cpuusage',0,'2008-11-03 16:00:03'),(22585,4,'cpuusage',0,'2008-11-03 16:00:03'),(22592,4,'cpuusage',0,'2008-11-03 16:00:03'),(22597,4,'cpuusage',0,'2008-11-03 16:00:03'),(22604,4,'cpuusage',0,'2008-11-03 16:00:03'),(22610,4,'cpuusage',0,'2008-11-03 16:00:03'),(22616,4,'cpuusage',0,'2008-11-03 16:00:03'),(22621,4,'cpuusage',0,'2008-11-03 16:00:03'),(22627,4,'cpuusage',0,'2008-11-03 16:00:03'),(22634,4,'cpuusage',0,'2008-11-03 16:00:03'),(22639,4,'cpuusage',0,'2008-11-03 16:00:03'),(22646,4,'cpuusage',0,'2008-11-03 16:00:03'),(22652,4,'cpuusage',0,'2008-11-03 16:00:03'),(22658,4,'cpuusage',0,'2008-11-03 16:00:03'),(22663,4,'cpuusage',0,'2008-11-03 16:00:03'),(22670,4,'cpuusage',0,'2008-11-03 16:00:03'),(22676,4,'cpuusage',0,'2008-11-03 16:00:03'),(22682,4,'cpuusage',0,'2008-11-03 16:00:03'),(22688,4,'cpuusage',0,'2008-11-03 16:00:03'),(22694,4,'cpuusage',0,'2008-11-03 16:00:03'),(22700,4,'cpuusage',0,'2008-11-03 16:00:03'),(22706,4,'cpuusage',0,'2008-11-03 16:00:03'),(22712,4,'cpuusage',0,'2008-11-03 16:00:03'),(22717,4,'cpuusage',0,'2008-11-03 16:00:03'),(22723,4,'cpuusage',0,'2008-11-03 16:00:03'),(22730,4,'cpuusage',0,'2008-11-03 16:00:03'),(22735,4,'cpuusage',0,'2008-11-03 16:00:03'),(22741,4,'cpuusage',0,'2008-11-03 16:00:03'),(22747,4,'cpuusage',0,'2008-11-03 16:00:03'),(22753,4,'cpuusage',0,'2008-11-03 16:00:03'),(22760,4,'cpuusage',0,'2008-11-03 16:00:03'),(22766,4,'cpuusage',0,'2008-11-03 16:00:03'),(22772,4,'cpuusage',0,'2008-11-03 16:00:03'),(22777,4,'cpuusage',0,'2008-11-03 16:00:03'),(22784,4,'cpuusage',0,'2008-11-03 16:00:03'),(22790,4,'cpuusage',0,'2008-11-03 16:00:03'),(22795,4,'cpuusage',0,'2008-11-03 16:00:03'),(22801,4,'cpuusage',0,'2008-11-03 16:00:03'),(22808,4,'cpuusage',0,'2008-11-03 16:00:03'),(22813,4,'cpuusage',0,'2008-11-03 16:00:03'),(22820,4,'cpuusage',0,'2008-11-03 16:00:03'),(22826,4,'cpuusage',0,'2008-11-03 16:00:03'),(22832,4,'cpuusage',0,'2008-11-03 16:00:03'),(22838,4,'cpuusage',0,'2008-11-03 16:00:03'),(22844,4,'cpuusage',0,'2008-11-03 16:00:03'),(22850,4,'cpuusage',0,'2008-11-03 16:00:03'),(22856,4,'cpuusage',0,'2008-11-03 16:00:03'),(22862,4,'cpuusage',0,'2008-11-03 16:00:03'),(22868,4,'cpuusage',0,'2008-11-03 16:00:03'),(22874,4,'cpuusage',0,'2008-11-03 16:00:03'),(22880,4,'cpuusage',0,'2008-11-03 16:00:03'),(22886,4,'cpuusage',0,'2008-11-03 16:00:03'),(22891,4,'cpuusage',0,'2008-11-03 16:00:03'),(22897,4,'cpuusage',0,'2008-11-03 16:00:03'),(22904,4,'cpuusage',0,'2008-11-03 16:00:03'),(22910,4,'cpuusage',0,'2008-11-03 16:00:03'),(22916,4,'cpuusage',0,'2008-11-03 16:00:03'),(22921,4,'cpuusage',0,'2008-11-03 16:00:03'),(22928,4,'cpuusage',0,'2008-11-03 16:00:03'),(22933,4,'cpuusage',0,'2008-11-03 16:00:03'),(22940,4,'cpuusage',0,'2008-11-03 16:00:03'),(22946,4,'cpuusage',0,'2008-11-03 16:00:03'),(22952,4,'cpuusage',0,'2008-11-03 16:00:03'),(22958,4,'cpuusage',0,'2008-11-03 16:00:03'),(22963,4,'cpuusage',0,'2008-11-03 16:00:03'),(22970,4,'cpuusage',0,'2008-11-03 16:00:03'),(22976,4,'cpuusage',0,'2008-11-03 16:00:03'),(22982,4,'cpuusage',0,'2008-11-03 16:00:03'),(22988,4,'cpuusage',0,'2008-11-03 16:00:03'),(22993,4,'cpuusage',0,'2008-11-03 16:00:03'),(22999,4,'cpuusage',0,'2008-11-03 16:00:03'),(23006,4,'cpuusage',0,'2008-11-03 16:00:03'),(23012,4,'cpuusage',0,'2008-11-03 16:00:03'),(23018,4,'cpuusage',0,'2008-11-03 16:00:03'),(23024,4,'cpuusage',0,'2008-11-03 16:00:03'),(23030,4,'cpuusage',0,'2008-11-03 16:00:03'),(23036,4,'cpuusage',0,'2008-11-03 16:00:03'),(23042,4,'cpuusage',0,'2008-11-03 16:00:03'),(23048,4,'cpuusage',0,'2008-11-03 16:00:03'),(23053,4,'cpuusage',0,'2008-11-03 16:00:03'),(23060,4,'cpuusage',0,'2008-11-03 16:00:03'),(23065,4,'cpuusage',0,'2008-11-03 16:00:03'),(23072,4,'cpuusage',0,'2008-11-03 16:00:03'),(23078,4,'cpuusage',0,'2008-11-03 16:00:03'),(23083,4,'cpuusage',0,'2008-11-03 16:00:03'),(23090,4,'cpuusage',0,'2008-11-03 16:00:03'),(23096,4,'cpuusage',0,'2008-11-03 16:00:03'),(23102,4,'cpuusage',0,'2008-11-03 16:00:03'),(23108,4,'cpuusage',0,'2008-11-03 16:00:03'),(23114,4,'cpuusage',0,'2008-11-03 16:00:03'),(23120,4,'cpuusage',0,'2008-11-03 16:00:03'),(23125,4,'cpuusage',0,'2008-11-03 16:00:03'),(23132,4,'cpuusage',0,'2008-11-03 16:00:03'),(23138,4,'cpuusage',0,'2008-11-03 16:00:03'),(23143,4,'cpuusage',0,'2008-11-03 16:00:03'),(23150,4,'cpuusage',0,'2008-11-03 16:00:03'),(23155,4,'cpuusage',0,'2008-11-03 16:00:03'),(23161,4,'cpuusage',0,'2008-11-03 16:00:03'),(23167,4,'cpuusage',0,'2008-11-03 16:00:03'),(23173,4,'cpuusage',0,'2008-11-03 16:00:03'),(23180,4,'cpuusage',0,'2008-11-03 16:00:03'),(23186,4,'cpuusage',0,'2008-11-03 16:00:03'),(23192,4,'cpuusage',0,'2008-11-03 16:00:03'),(23198,4,'cpuusage',0,'2008-11-03 16:00:03'),(23203,4,'cpuusage',0,'2008-11-03 16:00:03'),(23210,4,'cpuusage',0,'2008-11-03 16:00:03'),(23216,4,'cpuusage',0,'2008-11-03 16:00:03'),(23222,4,'cpuusage',0,'2008-11-03 16:00:03'),(23228,4,'cpuusage',0,'2008-11-03 16:00:03'),(23234,4,'cpuusage',0,'2008-11-03 16:00:03'),(23240,4,'cpuusage',0,'2008-11-03 16:00:03'),(23245,4,'cpuusage',0,'2008-11-03 16:00:03'),(23252,4,'cpuusage',0,'2008-11-03 16:00:03'),(23258,4,'cpuusage',0,'2008-11-03 16:00:03'),(23264,4,'cpuusage',0,'2008-11-03 16:00:03'),(23270,4,'cpuusage',0,'2008-11-03 16:00:03'),(23276,4,'cpuusage',0,'2008-11-03 16:00:03'),(23282,4,'cpuusage',0,'2008-11-03 16:00:03'),(23287,4,'cpuusage',0,'2008-11-03 16:00:03'),(23293,4,'cpuusage',0,'2008-11-03 16:00:03'),(23299,4,'cpuusage',0,'2008-11-03 16:00:03'),(23305,4,'cpuusage',0,'2008-11-03 16:00:03'),(23312,4,'cpuusage',0,'2008-11-03 16:00:03'),(23317,4,'cpuusage',0,'2008-11-03 16:00:03'),(23323,4,'cpuusage',0,'2008-11-03 16:00:03'),(23330,4,'cpuusage',0,'2008-11-03 16:00:03'),(23335,4,'cpuusage',0,'2008-11-03 16:00:03'),(23341,4,'cpuusage',0,'2008-11-03 16:00:03'),(23348,4,'cpuusage',0,'2008-11-03 16:00:03'),(23353,4,'cpuusage',0,'2008-11-03 16:00:03'),(23360,4,'cpuusage',0,'2008-11-03 16:00:03'),(23365,4,'cpuusage',0,'2008-11-03 16:00:03'),(23372,4,'cpuusage',0,'2008-11-03 16:00:03'),(23378,4,'cpuusage',0,'2008-11-03 16:00:03'),(23383,4,'cpuusage',0,'2008-11-03 16:00:03'),(23390,4,'cpuusage',0,'2008-11-03 16:00:03'),(23396,4,'cpuusage',0,'2008-11-03 16:00:03'),(23402,4,'cpuusage',0,'2008-11-03 16:00:03'),(23408,4,'cpuusage',0,'2008-11-03 16:00:03'),(23414,4,'cpuusage',0,'2008-11-03 16:00:03'),(23419,4,'cpuusage',0,'2008-11-03 16:00:03'),(23426,4,'cpuusage',0,'2008-11-03 16:00:03'),(23431,4,'cpuusage',0,'2008-11-03 16:00:03'),(23438,4,'cpuusage',0,'2008-11-03 16:00:03'),(23444,4,'cpuusage',0,'2008-11-03 16:00:03'),(23450,4,'cpuusage',0,'2008-11-03 16:00:03'),(23456,4,'cpuusage',0,'2008-11-03 16:00:03'),(23462,4,'cpuusage',0,'2008-11-03 16:00:03'),(23467,4,'cpuusage',0,'2008-11-03 16:00:03'),(23474,4,'cpuusage',0,'2008-11-03 16:00:03'),(23479,4,'cpuusage',0,'2008-11-03 16:00:03'),(23485,4,'cpuusage',0,'2008-11-03 16:00:03'),(23492,4,'cpuusage',0,'2008-11-03 16:00:03'),(23498,4,'cpuusage',0,'2008-11-03 16:00:03'),(23503,4,'cpuusage',0,'2008-11-03 16:00:03'),(23509,4,'cpuusage',0,'2008-11-03 16:00:03'),(23515,4,'cpuusage',0,'2008-11-03 16:00:03'),(23521,4,'cpuusage',0,'2008-11-03 16:00:03'),(23528,4,'cpuusage',0,'2008-11-03 16:00:03'),(23534,4,'cpuusage',0,'2008-11-03 16:00:03'),(23540,4,'cpuusage',0,'2008-11-03 16:00:03'),(23546,4,'cpuusage',0,'2008-11-03 16:00:03'),(23552,4,'cpuusage',0,'2008-11-03 16:00:03'),(23558,4,'cpuusage',0,'2008-11-03 16:00:03'),(23564,4,'cpuusage',0,'2008-11-03 16:00:03'),(23569,4,'cpuusage',0,'2008-11-03 16:00:03'),(23576,4,'cpuusage',0,'2008-11-03 16:00:03'),(23581,4,'cpuusage',0,'2008-11-03 16:00:03'),(23588,4,'cpuusage',0,'2008-11-03 16:00:03'),(23594,4,'cpuusage',0,'2008-11-03 16:00:03'),(23600,4,'cpuusage',0,'2008-11-03 16:00:03'),(23606,4,'cpuusage',0,'2008-11-03 16:00:03'),(23611,4,'cpuusage',0,'2008-11-03 16:00:03'),(23618,4,'cpuusage',0,'2008-11-03 16:00:03'),(23624,4,'cpuusage',0,'2008-11-03 16:00:03'),(23630,4,'cpuusage',0,'2008-11-03 16:00:03'),(23635,4,'cpuusage',0,'2008-11-03 16:00:03'),(23642,4,'cpuusage',0,'2008-11-03 16:00:03'),(23647,4,'cpuusage',0,'2008-11-03 16:00:03'),(23654,4,'cpuusage',0,'2008-11-03 16:00:03'),(23659,4,'cpuusage',0,'2008-11-03 16:00:03'),(23666,4,'cpuusage',0,'2008-11-03 16:00:03'),(23672,4,'cpuusage',0,'2008-11-03 16:00:03'),(23678,4,'cpuusage',0,'2008-11-03 16:00:03'),(23684,4,'cpuusage',0,'2008-11-03 16:00:03'),(23690,4,'cpuusage',0,'2008-11-03 16:00:03'),(23696,4,'cpuusage',0,'2008-11-03 16:00:03'),(23702,4,'cpuusage',0,'2008-11-03 16:00:03'),(23708,4,'cpuusage',0,'2008-11-03 16:00:03'),(23713,4,'cpuusage',0,'2008-11-03 16:00:03'),(23719,4,'cpuusage',0,'2008-11-03 16:00:03'),(23725,4,'cpuusage',0,'2008-11-03 16:00:03'),(23731,4,'cpuusage',0,'2008-11-03 16:00:03'),(23738,4,'cpuusage',0,'2008-11-03 16:00:03'),(23744,4,'cpuusage',0,'2008-11-03 16:00:03'),(23750,4,'cpuusage',0,'2008-11-03 16:00:03'),(23756,4,'cpuusage',0,'2008-11-03 16:00:03'),(23762,4,'cpuusage',0,'2008-11-03 16:00:03'),(23768,4,'cpuusage',0,'2008-11-03 16:00:03'),(23774,4,'cpuusage',0,'2008-11-03 16:00:03'),(23780,4,'cpuusage',0,'2008-11-03 16:00:03'),(23785,4,'cpuusage',0,'2008-11-03 16:00:03'),(23792,4,'cpuusage',0,'2008-11-03 16:00:03'),(23797,4,'cpuusage',0,'2008-11-03 16:00:03'),(23803,4,'cpuusage',0,'2008-11-03 16:00:03'),(23810,4,'cpuusage',0,'2008-11-03 16:00:03'),(23816,4,'cpuusage',0,'2008-11-03 16:00:03'),(23822,4,'cpuusage',0,'2008-11-03 16:00:03'),(23827,4,'cpuusage',0,'2008-11-03 16:00:03'),(23834,4,'cpuusage',0,'2008-11-03 16:00:03'),(23839,4,'cpuusage',0,'2008-11-03 16:00:03'),(23846,4,'cpuusage',0,'2008-11-03 16:00:03'),(23852,4,'cpuusage',0,'2008-11-03 16:00:03'),(23858,4,'cpuusage',0,'2008-11-03 16:00:03'),(23863,4,'cpuusage',0,'2008-11-03 16:00:03'),(23869,4,'cpuusage',0,'2008-11-03 16:00:03'),(23876,4,'cpuusage',0,'2008-11-03 16:00:03'),(23882,4,'cpuusage',0,'2008-11-03 16:00:03'),(23888,4,'cpuusage',0,'2008-11-03 16:00:03'),(23894,4,'cpuusage',0,'2008-11-03 16:00:03'),(23900,4,'cpuusage',0,'2008-11-03 16:00:03'),(23906,4,'cpuusage',0,'2008-11-03 16:00:03'),(23911,4,'cpuusage',0,'2008-11-03 16:00:03'),(23918,4,'cpuusage',0,'2008-11-03 16:00:03'),(23923,4,'cpuusage',0,'2008-11-03 16:00:03'),(23930,4,'cpuusage',0,'2008-11-03 16:00:03'),(23935,4,'cpuusage',0,'2008-11-03 16:00:03'),(23942,4,'cpuusage',0,'2008-11-03 16:00:03'),(23948,4,'cpuusage',0,'2008-11-03 16:00:03'),(23954,4,'cpuusage',0,'2008-11-03 16:00:03'),(23960,4,'cpuusage',0,'2008-11-03 16:00:03'),(23966,4,'cpuusage',0,'2008-11-03 16:00:03'),(23972,4,'cpuusage',0,'2008-11-03 16:00:03'),(23978,4,'cpuusage',0,'2008-11-03 16:00:03'),(23983,4,'cpuusage',0,'2008-11-03 16:00:03'),(23990,4,'cpuusage',0,'2008-11-03 16:00:03'),(23996,4,'cpuusage',0,'2008-11-03 16:00:03'),(24001,4,'cpuusage',0,'2008-11-03 16:00:03'),(24008,4,'cpuusage',0,'2008-11-03 16:00:03'),(24013,4,'cpuusage',0,'2008-11-03 16:00:03'),(24019,4,'cpuusage',0,'2008-11-03 16:00:03'),(24026,4,'cpuusage',0,'2008-11-03 16:00:03'),(24031,4,'cpuusage',0,'2008-11-03 16:00:03'),(24038,4,'cpuusage',0,'2008-11-03 16:00:03'),(24044,4,'cpuusage',0,'2008-11-03 16:00:03'),(24049,4,'cpuusage',0,'2008-11-03 16:00:03'),(24056,4,'cpuusage',0,'2008-11-03 16:00:03'),(24062,4,'cpuusage',0,'2008-11-03 16:00:03'),(24068,4,'cpuusage',0,'2008-11-03 16:00:03'),(24073,4,'cpuusage',0,'2008-11-03 16:00:03'),(24080,4,'cpuusage',0,'2008-11-03 16:00:03'),(24085,4,'cpuusage',0,'2008-11-03 16:00:03'),(24091,4,'cpuusage',0,'2008-11-03 16:00:03'),(24097,4,'cpuusage',0,'2008-11-03 16:00:03'),(24103,4,'cpuusage',0,'2008-11-03 16:00:03'),(24109,4,'cpuusage',0,'2008-11-03 16:00:03'),(24116,4,'cpuusage',0,'2008-11-03 16:00:03'),(24121,4,'cpuusage',0,'2008-11-03 16:00:03'),(24128,4,'cpuusage',0,'2008-11-03 16:00:03'),(24134,4,'cpuusage',0,'2008-11-03 16:00:03'),(24139,4,'cpuusage',0,'2008-11-03 16:00:03'),(24146,4,'cpuusage',0,'2008-11-03 16:00:03'),(24152,4,'cpuusage',0,'2008-11-03 16:00:03'),(24157,4,'cpuusage',0,'2008-11-03 16:00:03'),(24163,4,'cpuusage',0,'2008-11-03 16:00:03'),(24170,4,'cpuusage',0,'2008-11-03 16:00:03'),(24175,4,'cpuusage',0,'2008-11-03 16:00:03'),(24182,4,'cpuusage',0,'2008-11-03 16:00:03'),(24187,4,'cpuusage',0,'2008-11-03 16:00:03'),(24194,4,'cpuusage',0,'2008-11-03 16:00:03'),(24200,4,'cpuusage',0,'2008-11-03 16:00:03'),(24206,4,'cpuusage',0,'2008-11-03 16:00:03'),(24211,4,'cpuusage',0,'2008-11-03 16:00:03'),(24218,4,'cpuusage',0,'2008-11-03 16:00:03'),(24223,4,'cpuusage',0,'2008-11-03 16:00:03'),(24230,4,'cpuusage',0,'2008-11-03 16:00:03'),(24235,4,'cpuusage',0,'2008-11-03 16:00:03'),(24242,4,'cpuusage',0,'2008-11-03 16:00:03'),(24248,4,'cpuusage',0,'2008-11-03 16:00:03'),(24253,4,'cpuusage',0,'2008-11-03 16:00:03'),(24259,4,'cpuusage',0,'2008-11-03 16:00:03'),(24266,4,'cpuusage',0,'2008-11-03 16:00:03'),(24272,4,'cpuusage',0,'2008-11-03 16:00:03'),(24278,4,'cpuusage',0,'2008-11-03 16:00:03'),(24284,4,'cpuusage',0,'2008-11-03 16:00:03'),(24289,4,'cpuusage',0,'2008-11-03 16:00:03'),(24296,4,'cpuusage',0,'2008-11-03 16:00:03'),(24302,4,'cpuusage',0,'2008-11-03 16:00:03'),(24308,4,'cpuusage',0,'2008-11-03 16:00:03'),(24314,4,'cpuusage',0,'2008-11-03 16:00:03'),(24319,4,'cpuusage',0,'2008-11-03 16:00:03'),(24326,4,'cpuusage',0,'2008-11-03 16:00:03'),(24331,4,'cpuusage',0,'2008-11-03 16:00:03'),(24338,4,'cpuusage',0,'2008-11-03 16:00:03'),(24344,4,'cpuusage',0,'2008-11-03 16:00:03'),(24350,4,'cpuusage',0,'2008-11-03 16:00:03'),(24356,4,'cpuusage',0,'2008-11-03 16:00:03'),(24362,4,'cpuusage',0,'2008-11-03 16:00:03'),(24367,4,'cpuusage',0,'2008-11-03 16:00:03'),(24373,4,'cpuusage',0,'2008-11-03 16:00:03'),(24380,4,'cpuusage',0,'2008-11-03 16:00:03'),(24386,4,'cpuusage',0,'2008-11-03 16:00:03'),(24392,4,'cpuusage',0,'2008-11-03 16:00:03'),(24397,4,'cpuusage',0,'2008-11-03 16:00:03'),(24403,4,'cpuusage',0,'2008-11-03 16:00:03'),(24409,4,'cpuusage',0,'2008-11-03 16:00:03'),(24416,4,'cpuusage',0,'2008-11-03 16:00:03'),(24422,4,'cpuusage',0,'2008-11-03 16:00:03'),(24427,4,'cpuusage',0,'2008-11-03 16:00:03'),(24433,4,'cpuusage',0,'2008-11-03 16:00:03'),(24439,4,'cpuusage',0,'2008-11-03 16:00:03'),(24446,4,'cpuusage',0,'2008-11-03 16:00:03'),(24452,4,'cpuusage',0,'2008-11-03 16:00:03'),(24458,4,'cpuusage',0,'2008-11-03 16:00:03'),(24464,4,'cpuusage',0,'2008-11-03 16:00:03'),(24469,4,'cpuusage',0,'2008-11-03 16:00:03'),(24476,4,'cpuusage',0,'2008-11-03 16:00:03'),(24482,4,'cpuusage',0,'2008-11-03 16:00:03'),(24487,4,'cpuusage',0,'2008-11-03 16:00:03'),(24493,4,'cpuusage',0,'2008-11-03 16:00:03'),(24499,4,'cpuusage',0,'2008-11-03 16:00:03'),(24506,4,'cpuusage',0,'2008-11-03 16:00:03'),(24511,4,'cpuusage',0,'2008-11-03 16:00:03'),(24518,4,'cpuusage',0,'2008-11-03 16:00:03'),(24524,4,'cpuusage',0,'2008-11-03 16:00:03'),(24530,4,'cpuusage',0,'2008-11-03 16:00:03'),(24536,4,'cpuusage',0,'2008-11-03 16:00:03'),(24542,4,'cpuusage',0,'2008-11-03 16:00:03'),(24547,4,'cpuusage',0,'2008-11-03 16:00:03'),(24554,4,'cpuusage',0,'2008-11-03 16:00:03'),(24559,4,'cpuusage',0,'2008-11-03 16:00:03'),(24566,4,'cpuusage',0,'2008-11-03 16:00:03'),(24571,4,'cpuusage',0,'2008-11-03 16:00:03'),(24578,4,'cpuusage',0,'2008-11-03 16:00:03'),(24583,4,'cpuusage',0,'2008-11-03 16:00:03'),(24590,4,'cpuusage',0,'2008-11-03 16:00:03'),(24596,4,'cpuusage',0,'2008-11-03 16:00:03'),(24601,4,'cpuusage',0,'2008-11-03 16:00:03'),(24607,4,'cpuusage',0,'2008-11-03 16:00:03'),(24613,4,'cpuusage',0,'2008-11-03 16:00:03'),(24620,4,'cpuusage',0,'2008-11-03 16:00:03'),(24626,4,'cpuusage',0,'2008-11-03 16:00:03'),(24632,4,'cpuusage',0,'2008-11-03 16:00:03'),(24638,4,'cpuusage',0,'2008-11-03 16:00:03'),(24643,4,'cpuusage',0,'2008-11-03 16:00:03'),(24650,4,'cpuusage',0,'2008-11-03 16:00:03'),(24656,4,'cpuusage',0,'2008-11-03 16:00:03'),(24662,4,'cpuusage',0,'2008-11-03 16:00:03'),(24667,4,'cpuusage',0,'2008-11-03 16:00:03'),(24674,4,'cpuusage',0,'2008-11-03 16:00:03'),(24680,4,'cpuusage',0,'2008-11-03 16:00:03'),(24686,4,'cpuusage',0,'2008-11-03 16:00:03'),(24692,4,'cpuusage',0,'2008-11-03 16:00:03'),(24698,4,'cpuusage',0,'2008-11-03 16:00:03'),(24703,4,'cpuusage',0,'2008-11-03 16:00:03'),(24710,4,'cpuusage',0,'2008-11-03 16:00:03'),(24716,4,'cpuusage',0,'2008-11-03 16:00:03'),(24722,4,'cpuusage',0,'2008-11-03 16:00:03'),(24728,4,'cpuusage',0,'2008-11-03 16:00:03'),(24734,4,'cpuusage',0,'2008-11-03 16:00:03'),(24739,4,'cpuusage',0,'2008-11-03 16:00:03'),(24746,4,'cpuusage',0,'2008-11-03 16:00:03'),(24752,4,'cpuusage',0,'2008-11-03 16:00:03'),(24757,4,'cpuusage',0,'2008-11-03 16:00:03'),(24763,4,'cpuusage',0,'2008-11-03 16:00:03'),(24770,4,'cpuusage',0,'2008-11-03 16:00:03'),(24776,4,'cpuusage',0,'2008-11-03 16:00:03'),(24782,4,'cpuusage',0,'2008-11-03 16:00:03'),(24788,4,'cpuusage',0,'2008-11-03 16:00:03'),(24793,4,'cpuusage',0,'2008-11-03 16:00:03'),(24800,4,'cpuusage',0,'2008-11-03 16:00:03'),(24806,4,'cpuusage',0,'2008-11-03 16:00:03'),(24812,4,'cpuusage',0,'2008-11-03 16:00:03'),(24817,4,'cpuusage',0,'2008-11-03 16:00:03'),(24824,4,'cpuusage',0,'2008-11-03 16:00:03'),(24830,4,'cpuusage',0,'2008-11-03 16:00:03'),(24835,4,'cpuusage',0,'2008-11-03 16:00:03'),(24842,4,'cpuusage',0,'2008-11-03 16:00:03'),(24848,4,'cpuusage',0,'2008-11-03 16:00:03'),(24853,4,'cpuusage',0,'2008-11-03 16:00:03'),(24860,4,'cpuusage',0,'2008-11-03 16:00:03'),(24866,4,'cpuusage',0,'2008-11-03 16:00:03'),(24872,4,'cpuusage',0,'2008-11-03 16:00:03'),(24877,4,'cpuusage',0,'2008-11-03 16:00:03'),(24884,4,'cpuusage',0,'2008-11-03 16:00:03'),(24890,4,'cpuusage',0,'2008-11-03 16:00:03'),(24896,4,'cpuusage',0,'2008-11-03 16:00:03'),(24902,4,'cpuusage',0,'2008-11-03 16:00:03'),(24908,4,'cpuusage',0,'2008-11-03 16:00:03'),(24914,4,'cpuusage',0,'2008-11-03 16:00:03'),(24919,4,'cpuusage',0,'2008-11-03 16:00:03'),(24926,4,'cpuusage',0,'2008-11-03 16:00:03'),(24931,4,'cpuusage',0,'2008-11-03 16:00:03'),(24938,4,'cpuusage',0,'2008-11-03 16:00:03'),(24943,4,'cpuusage',0,'2008-11-03 16:00:03'),(24950,4,'cpuusage',0,'2008-11-03 16:00:03'),(24955,4,'cpuusage',0,'2008-11-03 16:00:03'),(24962,4,'cpuusage',0,'2008-11-03 16:00:03'),(24968,4,'cpuusage',0,'2008-11-03 16:00:03'),(24973,4,'cpuusage',0,'2008-11-03 16:00:03'),(24980,4,'cpuusage',0,'2008-11-03 16:00:03'),(24986,4,'cpuusage',0,'2008-11-03 16:00:03'),(24991,4,'cpuusage',0,'2008-11-03 16:00:03'),(24997,4,'cpuusage',0,'2008-11-03 16:00:03'),(25004,4,'cpuusage',0,'2008-11-03 16:00:03'),(25010,4,'cpuusage',0,'2008-11-03 16:00:03'),(25015,4,'cpuusage',0,'2008-11-03 16:00:03'),(25022,4,'cpuusage',0,'2008-11-03 16:00:03'),(25027,4,'cpuusage',0,'2008-11-03 16:00:03'),(25033,4,'cpuusage',0,'2008-11-03 16:00:03'),(25039,4,'cpuusage',0,'2008-11-03 16:00:03'),(25045,4,'cpuusage',0,'2008-11-03 16:00:03'),(25052,4,'cpuusage',0,'2008-11-03 16:00:03'),(25058,4,'cpuusage',0,'2008-11-03 16:00:03'),(25064,4,'cpuusage',0,'2008-11-03 16:00:03'),(25070,4,'cpuusage',0,'2008-11-03 16:00:03'),(25075,4,'cpuusage',0,'2008-11-03 16:00:03'),(25082,4,'cpuusage',0,'2008-11-03 16:00:03'),(25088,4,'cpuusage',0,'2008-11-03 16:00:03'),(25094,4,'cpuusage',0,'2008-11-03 16:00:03'),(25100,4,'cpuusage',0,'2008-11-03 16:00:03'),(25106,4,'cpuusage',0,'2008-11-03 16:00:03'),(25112,4,'cpuusage',0,'2008-11-03 16:00:03'),(25117,4,'cpuusage',0,'2008-11-03 16:00:03'),(25124,4,'cpuusage',0,'2008-11-03 16:00:03'),(25130,4,'cpuusage',0,'2008-11-03 16:00:03'),(25135,4,'cpuusage',0,'2008-11-03 16:00:03'),(25142,4,'cpuusage',0,'2008-11-03 16:00:03'),(25147,4,'cpuusage',0,'2008-11-03 16:00:03'),(25154,4,'cpuusage',0,'2008-11-03 16:00:03'),(25159,4,'cpuusage',0,'2008-11-03 16:00:03'),(25166,4,'cpuusage',0,'2008-11-03 16:00:03'),(25171,4,'cpuusage',0,'2008-11-03 16:00:03'),(25178,4,'cpuusage',0,'2008-11-03 16:00:03'),(25184,4,'cpuusage',0,'2008-11-03 16:00:03'),(25190,4,'cpuusage',0,'2008-11-03 16:00:03'),(25196,4,'cpuusage',0,'2008-11-03 16:00:03'),(25202,4,'cpuusage',0,'2008-11-03 16:00:03'),(25208,4,'cpuusage',0,'2008-11-03 16:00:03'),(25214,4,'cpuusage',0,'2008-11-03 16:00:03'),(25220,4,'cpuusage',0,'2008-11-03 16:00:03'),(25225,4,'cpuusage',0,'2008-11-03 16:00:03'),(25232,4,'cpuusage',0,'2008-11-03 16:00:03'),(25238,4,'cpuusage',0,'2008-11-03 16:00:03'),(25244,4,'cpuusage',0,'2008-11-03 16:00:03'),(25249,4,'cpuusage',0,'2008-11-03 16:00:03'),(25256,4,'cpuusage',0,'2008-11-03 16:00:03'),(25262,4,'cpuusage',0,'2008-11-03 16:00:03'),(25268,4,'cpuusage',0,'2008-11-03 16:00:03'),(25274,4,'cpuusage',0,'2008-11-03 16:00:03'),(25280,4,'cpuusage',0,'2008-11-03 16:00:03'),(25286,4,'cpuusage',0,'2008-11-03 16:00:03'),(25292,4,'cpuusage',0,'2008-11-03 16:00:03'),(25298,4,'cpuusage',0,'2008-11-03 16:00:03'),(25304,4,'cpuusage',0,'2008-11-03 16:00:03'),(25310,4,'cpuusage',0,'2008-11-03 16:00:03'),(25316,4,'cpuusage',0,'2008-11-03 16:00:03'),(25322,4,'cpuusage',0,'2008-11-03 16:00:03'),(25327,4,'cpuusage',0,'2008-11-03 16:00:03'),(25334,4,'cpuusage',0,'2008-11-03 16:00:03'),(25340,4,'cpuusage',0,'2008-11-03 16:00:03'),(25346,4,'cpuusage',0,'2008-11-03 16:00:03'),(25351,4,'cpuusage',0,'2008-11-03 16:00:03'),(25357,4,'cpuusage',0,'2008-11-03 16:00:03'),(25364,4,'cpuusage',0,'2008-11-03 16:00:03'),(25369,4,'cpuusage',0,'2008-11-03 16:00:03'),(25376,4,'cpuusage',0,'2008-11-03 16:00:03'),(25382,4,'cpuusage',0,'2008-11-03 16:00:03'),(25387,4,'cpuusage',0,'2008-11-03 16:00:03'),(25394,4,'cpuusage',0,'2008-11-03 16:00:03'),(25400,4,'cpuusage',0,'2008-11-03 16:00:03'),(25406,4,'cpuusage',0,'2008-11-03 16:00:03'),(25412,4,'cpuusage',0,'2008-11-03 16:00:03'),(25418,4,'cpuusage',0,'2008-11-03 16:00:03'),(25424,4,'cpuusage',0,'2008-11-03 16:00:03'),(25430,4,'cpuusage',0,'2008-11-03 16:00:03'),(25436,4,'cpuusage',0,'2008-11-03 16:00:03'),(25442,4,'cpuusage',0,'2008-11-03 16:00:03'),(25447,4,'cpuusage',0,'2008-11-03 16:00:03'),(25454,4,'cpuusage',0,'2008-11-03 16:00:03'),(25460,4,'cpuusage',0,'2008-11-03 16:00:03'),(25466,4,'cpuusage',0,'2008-11-03 16:00:03'),(25472,4,'cpuusage',0,'2008-11-03 16:00:03'),(25478,4,'cpuusage',0,'2008-11-03 16:00:03'),(25483,4,'cpuusage',0,'2008-11-03 16:00:03'),(25489,4,'cpuusage',0,'2008-11-03 16:00:03'),(25496,4,'cpuusage',0,'2008-11-03 16:00:03'),(25502,4,'cpuusage',0,'2008-11-03 16:00:03'),(25507,4,'cpuusage',0,'2008-11-03 16:00:03'),(25513,4,'cpuusage',0,'2008-11-03 16:00:03'),(25520,4,'cpuusage',0,'2008-11-03 16:00:03'),(25525,4,'cpuusage',0,'2008-11-03 16:00:03'),(25532,4,'cpuusage',0,'2008-11-03 16:00:03'),(25538,4,'cpuusage',0,'2008-11-03 16:00:03'),(25544,4,'cpuusage',0,'2008-11-03 16:00:03'),(25549,4,'cpuusage',0,'2008-11-03 16:00:03'),(25555,4,'cpuusage',0,'2008-11-03 16:00:03'),(25562,4,'cpuusage',0,'2008-11-03 16:00:03'),(25567,4,'cpuusage',0,'2008-11-03 16:00:03'),(25573,4,'cpuusage',0,'2008-11-03 16:00:03'),(25579,4,'cpuusage',0,'2008-11-03 16:00:03'),(25585,4,'cpuusage',0,'2008-11-03 16:00:03'),(25592,4,'cpuusage',0,'2008-11-03 16:00:03'),(25598,4,'cpuusage',0,'2008-11-03 16:00:03'),(25604,4,'cpuusage',0,'2008-11-03 16:00:03'),(25610,4,'cpuusage',0,'2008-11-03 16:00:03'),(25616,4,'cpuusage',0,'2008-11-03 16:00:03'),(25622,4,'cpuusage',0,'2008-11-03 16:00:03'),(25628,4,'cpuusage',0,'2008-11-03 16:00:03'),(25634,4,'cpuusage',0,'2008-11-03 16:00:03'),(25640,4,'cpuusage',0,'2008-11-03 16:00:03'),(25645,4,'cpuusage',0,'2008-11-03 16:00:03'),(25652,4,'cpuusage',0,'2008-11-03 16:00:03'),(25657,4,'cpuusage',0,'2008-11-03 16:00:03'),(25664,4,'cpuusage',0,'2008-11-03 16:00:03'),(25670,4,'cpuusage',0,'2008-11-03 16:00:03'),(25676,4,'cpuusage',0,'2008-11-03 16:00:03'),(25681,4,'cpuusage',0,'2008-11-03 16:00:03'),(25687,4,'cpuusage',0,'2008-11-03 16:00:03'),(25694,4,'cpuusage',0,'2008-11-03 16:00:03'),(25700,4,'cpuusage',0,'2008-11-03 16:00:03'),(25706,4,'cpuusage',0,'2008-11-03 16:00:03'),(25712,4,'cpuusage',0,'2008-11-03 16:00:03'),(25718,4,'cpuusage',0,'2008-11-03 16:00:03'),(25723,4,'cpuusage',0,'2008-11-03 16:00:03'),(25730,4,'cpuusage',0,'2008-11-03 16:00:03'),(25735,4,'cpuusage',0,'2008-11-03 16:00:03'),(25742,4,'cpuusage',0,'2008-11-03 16:00:03'),(25747,4,'cpuusage',0,'2008-11-03 16:00:03'),(25754,4,'cpuusage',0,'2008-11-03 16:00:03'),(25759,4,'cpuusage',0,'2008-11-03 16:00:03'),(25766,4,'cpuusage',0,'2008-11-03 16:00:03'),(25772,4,'cpuusage',0,'2008-11-03 16:00:03'),(25778,4,'cpuusage',0,'2008-11-03 16:00:03'),(25784,4,'cpuusage',0,'2008-11-03 16:00:03'),(25790,4,'cpuusage',0,'2008-11-03 16:00:03'),(25796,4,'cpuusage',0,'2008-11-03 16:00:03'),(25801,4,'cpuusage',0,'2008-11-03 16:00:03'),(25808,4,'cpuusage',0,'2008-11-03 16:00:03'),(25814,4,'cpuusage',0,'2008-11-03 16:00:03'),(25819,4,'cpuusage',0,'2008-11-03 16:00:03'),(25826,4,'cpuusage',0,'2008-11-03 16:00:03'),(25832,4,'cpuusage',0,'2008-11-03 16:00:03'),(25837,4,'cpuusage',0,'2008-11-03 16:00:03'),(25844,4,'cpuusage',0,'2008-11-03 16:00:03'),(25849,4,'cpuusage',0,'2008-11-03 16:00:03'),(25855,4,'cpuusage',0,'2008-11-03 16:00:03'),(25862,4,'cpuusage',0,'2008-11-03 16:00:03'),(25868,4,'cpuusage',0,'2008-11-03 16:00:03'),(25873,4,'cpuusage',0,'2008-11-03 16:00:03'),(25880,4,'cpuusage',0,'2008-11-03 16:00:03'),(25886,4,'cpuusage',0,'2008-11-03 16:00:03'),(25892,4,'cpuusage',0,'2008-11-03 16:00:03'),(25898,4,'cpuusage',0,'2008-11-03 16:00:03'),(25904,4,'cpuusage',0,'2008-11-03 16:00:03'),(25910,4,'cpuusage',0,'2008-11-03 16:00:03'),(25915,4,'cpuusage',0,'2008-11-03 16:00:03'),(25922,4,'cpuusage',0,'2008-11-03 16:00:03'),(25927,4,'cpuusage',0,'2008-11-03 16:00:03'),(25934,4,'cpuusage',0,'2008-11-03 16:00:03'),(25939,4,'cpuusage',0,'2008-11-03 16:00:03'),(25945,4,'cpuusage',0,'2008-11-03 16:00:03'),(25952,4,'cpuusage',0,'2008-11-03 16:00:03'),(25958,4,'cpuusage',0,'2008-11-03 16:00:03'),(25964,4,'cpuusage',0,'2008-11-03 16:00:03'),(25970,4,'cpuusage',0,'2008-11-03 16:00:03'),(25975,4,'cpuusage',0,'2008-11-03 16:00:03'),(25982,4,'cpuusage',0,'2008-11-03 16:00:03'),(25987,4,'cpuusage',0,'2008-11-03 16:00:03'),(25993,4,'cpuusage',0,'2008-11-03 16:00:03'),(26000,4,'cpuusage',0,'2008-11-03 16:00:03'),(26005,4,'cpuusage',0,'2008-11-03 16:00:03'),(26011,4,'cpuusage',0,'2008-11-03 16:00:03'),(26018,4,'cpuusage',0,'2008-11-03 16:00:03'),(26024,4,'cpuusage',0,'2008-11-03 16:00:03'),(26029,4,'cpuusage',0,'2008-11-03 16:00:03'),(26036,4,'cpuusage',0,'2008-11-03 16:00:03'),(26042,4,'cpuusage',0,'2008-11-03 16:00:03'),(26048,4,'cpuusage',0,'2008-11-03 16:00:03'),(26054,4,'cpuusage',0,'2008-11-03 16:00:03'),(26059,4,'cpuusage',0,'2008-11-03 16:00:03'),(26066,4,'cpuusage',0,'2008-11-03 16:00:03'),(26072,4,'cpuusage',0,'2008-11-03 16:00:03'),(26078,4,'cpuusage',0,'2008-11-03 16:00:03'),(26084,4,'cpuusage',0,'2008-11-03 16:00:03'),(26090,4,'cpuusage',0,'2008-11-03 16:00:03'),(26095,4,'cpuusage',0,'2008-11-03 16:00:03'),(26102,4,'cpuusage',0,'2008-11-03 16:00:03'),(26107,4,'cpuusage',0,'2008-11-03 16:00:03'),(26114,4,'cpuusage',0,'2008-11-03 16:00:03'),(26119,4,'cpuusage',0,'2008-11-03 16:00:03'),(26126,4,'cpuusage',0,'2008-11-03 16:00:03'),(26132,4,'cpuusage',0,'2008-11-03 16:00:03'),(26138,4,'cpuusage',0,'2008-11-03 16:00:03'),(26144,4,'cpuusage',0,'2008-11-03 16:00:03'),(26150,4,'cpuusage',0,'2008-11-03 16:00:03'),(26156,4,'cpuusage',0,'2008-11-03 16:00:03'),(26162,4,'cpuusage',0,'2008-11-03 16:00:03'),(26167,4,'cpuusage',0,'2008-11-03 16:00:03'),(26173,4,'cpuusage',0,'2008-11-03 16:00:03'),(26180,4,'cpuusage',0,'2008-11-03 16:00:03'),(26186,4,'cpuusage',0,'2008-11-03 16:00:03'),(26192,4,'cpuusage',0,'2008-11-03 16:00:03'),(26198,4,'cpuusage',0,'2008-11-03 16:00:03'),(26204,4,'cpuusage',0,'2008-11-03 16:00:03'),(26210,4,'cpuusage',0,'2008-11-03 16:00:03'),(26216,4,'cpuusage',0,'2008-11-03 16:00:03'),(26222,4,'cpuusage',0,'2008-11-03 16:00:03'),(26228,4,'cpuusage',0,'2008-11-03 16:00:03'),(26234,4,'cpuusage',0,'2008-11-03 16:00:03'),(26240,4,'cpuusage',0,'2008-11-03 16:00:03'),(26246,4,'cpuusage',0,'2008-11-03 16:00:03'),(26252,4,'cpuusage',0,'2008-11-03 16:00:03'),(26257,4,'cpuusage',0,'2008-11-03 16:00:03'),(26264,4,'cpuusage',0,'2008-11-03 16:00:03'),(26270,4,'cpuusage',0,'2008-11-03 16:00:03'),(26276,4,'cpuusage',0,'2008-11-03 16:00:03'),(26282,4,'cpuusage',0,'2008-11-03 16:00:03'),(26288,4,'cpuusage',0,'2008-11-03 16:00:03'),(26294,4,'cpuusage',0,'2008-11-03 16:00:03'),(26300,4,'cpuusage',0,'2008-11-03 16:00:03'),(26305,4,'cpuusage',0,'2008-11-03 16:00:03'),(26311,4,'cpuusage',0,'2008-11-03 16:00:03'),(26318,4,'cpuusage',0,'2008-11-03 16:00:03'),(26324,4,'cpuusage',0,'2008-11-03 16:00:03'),(26329,4,'cpuusage',0,'2008-11-03 16:00:03'),(26335,4,'cpuusage',0,'2008-11-03 16:00:03'),(26342,4,'cpuusage',0,'2008-11-03 16:00:03'),(26348,4,'cpuusage',0,'2008-11-03 16:00:03'),(26354,4,'cpuusage',0,'2008-11-03 16:00:03'),(26360,4,'cpuusage',0,'2008-11-03 16:00:03'),(26366,4,'cpuusage',0,'2008-11-03 16:00:03'),(26372,4,'cpuusage',0,'2008-11-03 16:00:03'),(26378,4,'cpuusage',0,'2008-11-03 16:00:03'),(26384,4,'cpuusage',0,'2008-11-03 16:00:03'),(26389,4,'cpuusage',0,'2008-11-03 16:00:03'),(26396,4,'cpuusage',0,'2008-11-03 16:00:03'),(26402,4,'cpuusage',0,'2008-11-03 16:00:03'),(26407,4,'cpuusage',0,'2008-11-03 16:00:03'),(26413,4,'cpuusage',0,'2008-11-03 16:00:03'),(26420,4,'cpuusage',0,'2008-11-03 16:00:03'),(26425,4,'cpuusage',0,'2008-11-03 16:00:03'),(26431,4,'cpuusage',0,'2008-11-03 16:00:03'),(26437,4,'cpuusage',0,'2008-11-03 16:00:03'),(26444,4,'cpuusage',0,'2008-11-03 16:00:03'),(26450,4,'cpuusage',0,'2008-11-03 16:00:03'),(26455,4,'cpuusage',0,'2008-11-03 16:00:03'),(26462,4,'cpuusage',0,'2008-11-03 16:00:03'),(26468,4,'cpuusage',0,'2008-11-03 16:00:03'),(26474,4,'cpuusage',0,'2008-11-03 16:00:03'),(26480,4,'cpuusage',0,'2008-11-03 16:00:03'),(26486,4,'cpuusage',0,'2008-11-03 16:00:03'),(26491,4,'cpuusage',0,'2008-11-03 16:00:03'),(26498,4,'cpuusage',0,'2008-11-03 16:00:03'),(26503,4,'cpuusage',0,'2008-11-03 16:00:03'),(26509,4,'cpuusage',0,'2008-11-03 16:00:03'),(26515,4,'cpuusage',0,'2008-11-03 16:00:03'),(26522,4,'cpuusage',0,'2008-11-03 16:00:03'),(26528,4,'cpuusage',0,'2008-11-03 16:00:03'),(26534,4,'cpuusage',0,'2008-11-03 16:00:03'),(26540,4,'cpuusage',0,'2008-11-03 16:00:03'),(26545,4,'cpuusage',0,'2008-11-03 16:00:03'),(26551,4,'cpuusage',0,'2008-11-03 16:00:03'),(26558,4,'cpuusage',0,'2008-11-03 16:00:03'),(26563,4,'cpuusage',0,'2008-11-03 16:00:03'),(26570,4,'cpuusage',0,'2008-11-03 16:00:03'),(26576,4,'cpuusage',0,'2008-11-03 16:00:03'),(26582,4,'cpuusage',0,'2008-11-03 16:00:03'),(26588,4,'cpuusage',0,'2008-11-03 16:00:03'),(26593,4,'cpuusage',0,'2008-11-03 16:00:03'),(26599,4,'cpuusage',0,'2008-11-03 16:00:03'),(26605,4,'cpuusage',0,'2008-11-03 16:00:03'),(26612,4,'cpuusage',0,'2008-11-03 16:00:03'),(26617,4,'cpuusage',0,'2008-11-03 16:00:03'),(26624,4,'cpuusage',0,'2008-11-03 16:00:03'),(26630,4,'cpuusage',0,'2008-11-03 16:00:03'),(26635,4,'cpuusage',0,'2008-11-03 16:00:03'),(26642,4,'cpuusage',0,'2008-11-03 16:00:03'),(26647,4,'cpuusage',0,'2008-11-03 16:00:03'),(26653,4,'cpuusage',0,'2008-11-03 16:00:03'),(26659,4,'cpuusage',0,'2008-11-03 16:00:03'),(26665,4,'cpuusage',0,'2008-11-03 16:00:03'),(26672,4,'cpuusage',0,'2008-11-03 16:00:03'),(26678,4,'cpuusage',0,'2008-11-03 16:00:03'),(26684,4,'cpuusage',0,'2008-11-03 16:00:03'),(26690,4,'cpuusage',0,'2008-11-03 16:00:03'),(26696,4,'cpuusage',0,'2008-11-03 16:00:03'),(26701,4,'cpuusage',0,'2008-11-03 16:00:03'),(26708,4,'cpuusage',0,'2008-11-03 16:00:03'),(26714,4,'cpuusage',0,'2008-11-03 16:00:03'),(26719,4,'cpuusage',0,'2008-11-03 16:00:03'),(26725,4,'cpuusage',0,'2008-11-03 16:00:03'),(26731,4,'cpuusage',0,'2008-11-03 16:00:03'),(26738,4,'cpuusage',0,'2008-11-03 16:00:03'),(26743,4,'cpuusage',0,'2008-11-03 16:00:03'),(26750,4,'cpuusage',0,'2008-11-03 16:00:03'),(26756,4,'cpuusage',0,'2008-11-03 16:00:03'),(26761,4,'cpuusage',0,'2008-11-03 16:00:03'),(26768,4,'cpuusage',0,'2008-11-03 16:00:03'),(26773,4,'cpuusage',0,'2008-11-03 16:00:03'),(26779,4,'cpuusage',0,'2008-11-03 16:00:03'),(26786,4,'cpuusage',0,'2008-11-03 16:00:03'),(26792,4,'cpuusage',0,'2008-11-03 16:00:03'),(26798,4,'cpuusage',0,'2008-11-03 16:00:03'),(26804,4,'cpuusage',0,'2008-11-03 16:00:03'),(26810,4,'cpuusage',0,'2008-11-03 16:00:03'),(26816,4,'cpuusage',0,'2008-11-03 16:00:03'),(26822,4,'cpuusage',0,'2008-11-03 16:00:03'),(26828,4,'cpuusage',0,'2008-11-03 16:00:03'),(26834,4,'cpuusage',0,'2008-11-03 16:00:03'),(26839,4,'cpuusage',0,'2008-11-03 16:00:03'),(26846,4,'cpuusage',0,'2008-11-03 16:00:03'),(26851,4,'cpuusage',0,'2008-11-03 16:00:03'),(26857,4,'cpuusage',0,'2008-11-03 16:00:03'),(26864,4,'cpuusage',0,'2008-11-03 16:00:03'),(26870,4,'cpuusage',0,'2008-11-03 16:00:03'),(26876,4,'cpuusage',0,'2008-11-03 16:00:03'),(26882,4,'cpuusage',0,'2008-11-03 16:00:03'),(26888,4,'cpuusage',0,'2008-11-03 16:00:03'),(26893,4,'cpuusage',0,'2008-11-03 16:00:03'),(26900,4,'cpuusage',0,'2008-11-03 16:00:03'),(26906,4,'cpuusage',0,'2008-11-03 16:00:03'),(26912,4,'cpuusage',0,'2008-11-03 16:00:03'),(26918,4,'cpuusage',0,'2008-11-03 16:00:03'),(26924,4,'cpuusage',0,'2008-11-03 16:00:03'),(26930,4,'cpuusage',0,'2008-11-03 16:00:03'),(26936,4,'cpuusage',0,'2008-11-03 16:00:03'),(26942,4,'cpuusage',0,'2008-11-03 16:00:03'),(26947,4,'cpuusage',0,'2008-11-03 16:00:03'),(26954,4,'cpuusage',0,'2008-11-03 16:00:03'),(26959,4,'cpuusage',0,'2008-11-03 16:00:03'),(26966,4,'cpuusage',0,'2008-11-03 16:00:03'),(26971,4,'cpuusage',0,'2008-11-03 16:00:03'),(26978,4,'cpuusage',0,'2008-11-03 16:00:03'),(26984,4,'cpuusage',0,'2008-11-03 16:00:03'),(26989,4,'cpuusage',0,'2008-11-03 16:00:03'),(26996,4,'cpuusage',0,'2008-11-03 16:00:03'),(27002,4,'cpuusage',0,'2008-11-03 16:00:03'),(27008,4,'cpuusage',0,'2008-11-03 16:00:03'),(27014,4,'cpuusage',0,'2008-11-03 16:00:03'),(27019,4,'cpuusage',0,'2008-11-03 16:00:03'),(27025,4,'cpuusage',0,'2008-11-03 16:00:03'),(27032,4,'cpuusage',0,'2008-11-03 16:00:03'),(27038,4,'cpuusage',0,'2008-11-03 16:00:03'),(27043,4,'cpuusage',0,'2008-11-03 16:00:03'),(27050,4,'cpuusage',0,'2008-11-03 16:00:03'),(27056,4,'cpuusage',0,'2008-11-03 16:00:03'),(27062,4,'cpuusage',0,'2008-11-03 16:00:03'),(27068,4,'cpuusage',0,'2008-11-03 16:00:03'),(27074,4,'cpuusage',0,'2008-11-03 16:00:03'),(27080,4,'cpuusage',0,'2008-11-03 16:00:03'),(27086,4,'cpuusage',0,'2008-11-03 16:00:03'),(27092,4,'cpuusage',0,'2008-11-03 16:00:03'),(27098,4,'cpuusage',0,'2008-11-03 16:00:03'),(27103,4,'cpuusage',0,'2008-11-03 16:00:03'),(27110,4,'cpuusage',0,'2008-11-03 16:00:03'),(27115,4,'cpuusage',0,'2008-11-03 16:00:03'),(27122,4,'cpuusage',0,'2008-11-03 16:00:03'),(27128,4,'cpuusage',0,'2008-11-03 16:00:03'),(27133,4,'cpuusage',0,'2008-11-03 16:00:03'),(27140,4,'cpuusage',0,'2008-11-03 16:00:03'),(27146,4,'cpuusage',0,'2008-11-03 16:00:03'),(27152,4,'cpuusage',0,'2008-11-03 16:00:03'),(27157,4,'cpuusage',0,'2008-11-03 16:00:03'),(27164,4,'cpuusage',0,'2008-11-03 16:00:03'),(27169,4,'cpuusage',0,'2008-11-03 16:00:03'),(27175,4,'cpuusage',0,'2008-11-03 16:00:03'),(27182,4,'cpuusage',0,'2008-11-03 16:00:03'),(27187,4,'cpuusage',0,'2008-11-03 16:00:03'),(27194,4,'cpuusage',0,'2008-11-03 16:00:03'),(27200,4,'cpuusage',0,'2008-11-03 16:00:03'),(27206,4,'cpuusage',0,'2008-11-03 16:00:03'),(27211,4,'cpuusage',0,'2008-11-03 16:00:03'),(27218,4,'cpuusage',0,'2008-11-03 16:00:03'),(27224,4,'cpuusage',0,'2008-11-03 16:00:03'),(27230,4,'cpuusage',0,'2008-11-03 16:00:03'),(27236,4,'cpuusage',0,'2008-11-03 16:00:03'),(27241,4,'cpuusage',0,'2008-11-03 16:00:03'),(27248,4,'cpuusage',0,'2008-11-03 16:00:03'),(27254,4,'cpuusage',0,'2008-11-03 16:00:03'),(27260,4,'cpuusage',0,'2008-11-03 16:00:03'),(27266,4,'cpuusage',0,'2008-11-03 16:00:03'),(27272,4,'cpuusage',0,'2008-11-03 16:00:03'),(27277,4,'cpuusage',0,'2008-11-03 16:00:03'),(27284,4,'cpuusage',0,'2008-11-03 16:00:03'),(27290,4,'cpuusage',0,'2008-11-03 16:00:03'),(27296,4,'cpuusage',0,'2008-11-03 16:00:03'),(27302,4,'cpuusage',0,'2008-11-03 16:00:03'),(27308,4,'cpuusage',0,'2008-11-03 16:00:03'),(27314,4,'cpuusage',0,'2008-11-03 16:00:03'),(27319,4,'cpuusage',0,'2008-11-03 16:00:03'),(27326,4,'cpuusage',0,'2008-11-03 16:00:03'),(27332,4,'cpuusage',0,'2008-11-03 16:00:03'),(27337,4,'cpuusage',0,'2008-11-03 16:00:03'),(27344,4,'cpuusage',0,'2008-11-03 16:00:03'),(27349,4,'cpuusage',0,'2008-11-03 16:00:03'),(27356,4,'cpuusage',0,'2008-11-03 16:00:03'),(27361,4,'cpuusage',0,'2008-11-03 16:00:03'),(27368,4,'cpuusage',0,'2008-11-03 16:00:03'),(27374,4,'cpuusage',0,'2008-11-03 16:00:03'),(27379,4,'cpuusage',0,'2008-11-03 16:00:03'),(27385,4,'cpuusage',0,'2008-11-03 16:00:03'),(27392,4,'cpuusage',0,'2008-11-03 16:00:03'),(27398,4,'cpuusage',0,'2008-11-03 16:00:03'),(27403,4,'cpuusage',0,'2008-11-03 16:00:03'),(27410,4,'cpuusage',0,'2008-11-03 16:00:03'),(27416,4,'cpuusage',0,'2008-11-03 16:00:03'),(27422,4,'cpuusage',0,'2008-11-03 16:00:03'),(27427,4,'cpuusage',0,'2008-11-03 16:00:03'),(27433,4,'cpuusage',0,'2008-11-03 16:00:03'),(27440,4,'cpuusage',0,'2008-11-03 16:00:03'),(27446,4,'cpuusage',0,'2008-11-03 16:00:03'),(27452,4,'cpuusage',0,'2008-11-03 16:00:03'),(27457,4,'cpuusage',0,'2008-11-03 16:00:03'),(27463,4,'cpuusage',0,'2008-11-03 16:00:03'),(27469,4,'cpuusage',0,'2008-11-03 16:00:03'),(27476,4,'cpuusage',0,'2008-11-03 16:00:03'),(27482,4,'cpuusage',0,'2008-11-03 16:00:03'),(27487,4,'cpuusage',0,'2008-11-03 16:00:03'),(27493,4,'cpuusage',0,'2008-11-03 16:00:03'),(27500,4,'cpuusage',0,'2008-11-03 16:00:03'),(27506,4,'cpuusage',0,'2008-11-03 16:00:03'),(27512,4,'cpuusage',0,'2008-11-03 16:00:03'),(27518,4,'cpuusage',0,'2008-11-03 16:00:03'),(27524,4,'cpuusage',0,'2008-11-03 16:00:03'),(27530,4,'cpuusage',0,'2008-11-03 16:00:03'),(27536,4,'cpuusage',0,'2008-11-03 16:00:03'),(27541,4,'cpuusage',0,'2008-11-03 16:00:03'),(27548,4,'cpuusage',0,'2008-11-03 16:00:03'),(27553,4,'cpuusage',0,'2008-11-03 16:00:03'),(27560,4,'cpuusage',0,'2008-11-03 16:00:03'),(27566,4,'cpuusage',0,'2008-11-03 16:00:03'),(27572,4,'cpuusage',0,'2008-11-03 16:00:03'),(27577,4,'cpuusage',0,'2008-11-03 16:00:03'),(27583,4,'cpuusage',0,'2008-11-03 16:00:03'),(27590,4,'cpuusage',0,'2008-11-03 16:00:03'),(27596,4,'cpuusage',0,'2008-11-03 16:00:03'),(27602,4,'cpuusage',0,'2008-11-03 16:00:03'),(27607,4,'cpuusage',0,'2008-11-03 16:00:03'),(27614,4,'cpuusage',0,'2008-11-03 16:00:03'),(27620,4,'cpuusage',0,'2008-11-03 16:00:03'),(27625,4,'cpuusage',0,'2008-11-03 16:00:03'),(27631,4,'cpuusage',0,'2008-11-03 16:00:03'),(27638,4,'cpuusage',0,'2008-11-03 16:00:03'),(27644,4,'cpuusage',0,'2008-11-03 16:00:03'),(27649,4,'cpuusage',0,'2008-11-03 16:00:03'),(27655,4,'cpuusage',0,'2008-11-03 16:00:03'),(27662,4,'cpuusage',0,'2008-11-03 16:00:03'),(27668,4,'cpuusage',0,'2008-11-03 16:00:03'),(27674,4,'cpuusage',0,'2008-11-03 16:00:03'),(27679,4,'cpuusage',0,'2008-11-03 16:00:03'),(27686,4,'cpuusage',0,'2008-11-03 16:00:03'),(27692,4,'cpuusage',0,'2008-11-03 16:00:03'),(27698,4,'cpuusage',0,'2008-11-03 16:00:03'),(27703,4,'cpuusage',0,'2008-11-03 16:00:03'),(27710,4,'cpuusage',0,'2008-11-03 16:00:03'),(27716,4,'cpuusage',0,'2008-11-03 16:00:03'),(27721,4,'cpuusage',0,'2008-11-03 16:00:03'),(27728,4,'cpuusage',0,'2008-11-03 16:00:03'),(27734,4,'cpuusage',0,'2008-11-03 16:00:03'),(27739,4,'cpuusage',0,'2008-11-03 16:00:03'),(27745,4,'cpuusage',0,'2008-11-03 16:00:03'),(27752,4,'cpuusage',0,'2008-11-03 16:00:03'),(27758,4,'cpuusage',0,'2008-11-03 16:00:03'),(27763,4,'cpuusage',0,'2008-11-03 16:00:03'),(27769,4,'cpuusage',0,'2008-11-03 16:00:03'),(27775,4,'cpuusage',0,'2008-11-03 16:00:03'),(27782,4,'cpuusage',0,'2008-11-03 16:00:03'),(27787,4,'cpuusage',0,'2008-11-03 16:00:03'),(27794,4,'cpuusage',0,'2008-11-03 16:00:03'),(27800,4,'cpuusage',0,'2008-11-03 16:00:03'),(27806,4,'cpuusage',0,'2008-11-03 16:00:03'),(27812,4,'cpuusage',0,'2008-11-03 16:00:03'),(27818,4,'cpuusage',0,'2008-11-03 16:00:03'),(27823,4,'cpuusage',0,'2008-11-03 16:00:03'),(27830,4,'cpuusage',0,'2008-11-03 16:00:03'),(27835,4,'cpuusage',0,'2008-11-03 16:00:03'),(27842,4,'cpuusage',0,'2008-11-03 16:00:03'),(27848,4,'cpuusage',0,'2008-11-03 16:00:03'),(27854,4,'cpuusage',0,'2008-11-03 16:00:03'),(27860,4,'cpuusage',0,'2008-11-03 16:00:03'),(27866,4,'cpuusage',0,'2008-11-03 16:00:03'),(27871,4,'cpuusage',0,'2008-11-03 16:00:03'),(27877,4,'cpuusage',0,'2008-11-03 16:00:03'),(27884,4,'cpuusage',0,'2008-11-03 16:00:03'),(27889,4,'cpuusage',0,'2008-11-03 16:00:03'),(27896,4,'cpuusage',0,'2008-11-03 16:00:03'),(27902,4,'cpuusage',0,'2008-11-03 16:00:03'),(27908,4,'cpuusage',0,'2008-11-03 16:00:03'),(27914,4,'cpuusage',0,'2008-11-03 16:00:03'),(27920,4,'cpuusage',0,'2008-11-03 16:00:03'),(27925,4,'cpuusage',0,'2008-11-03 16:00:03'),(27932,4,'cpuusage',0,'2008-11-03 16:00:03'),(27937,4,'cpuusage',0,'2008-11-03 16:00:03'),(27944,4,'cpuusage',0,'2008-11-03 16:00:03'),(27950,4,'cpuusage',0,'2008-11-03 16:00:03'),(27956,4,'cpuusage',0,'2008-11-03 16:00:03'),(27962,4,'cpuusage',0,'2008-11-03 16:00:03'),(27967,4,'cpuusage',0,'2008-11-03 16:00:03'),(27973,4,'cpuusage',0,'2008-11-03 16:00:03'),(27979,4,'cpuusage',0,'2008-11-03 16:00:03'),(27985,4,'cpuusage',0,'2008-11-03 16:00:03'),(27992,4,'cpuusage',0,'2008-11-03 16:00:03'),(27997,4,'cpuusage',0,'2008-11-03 16:00:03'),(28004,4,'cpuusage',0,'2008-11-03 16:00:03'),(28010,4,'cpuusage',0,'2008-11-03 16:00:03'),(28015,4,'cpuusage',0,'2008-11-03 16:00:03'),(28022,4,'cpuusage',0,'2008-11-03 16:00:03'),(28028,4,'cpuusage',0,'2008-11-03 16:00:03'),(28033,4,'cpuusage',0,'2008-11-03 16:00:03'),(28039,4,'cpuusage',0,'2008-11-03 16:00:03'),(28046,4,'cpuusage',0,'2008-11-03 16:00:03'),(28052,4,'cpuusage',0,'2008-11-03 16:00:03'),(28058,4,'cpuusage',0,'2008-11-03 16:00:03'),(28064,4,'cpuusage',0,'2008-11-03 16:00:03'),(28070,4,'cpuusage',0,'2008-11-03 16:00:03'),(28075,4,'cpuusage',0,'2008-11-03 16:00:03'),(28082,4,'cpuusage',0,'2008-11-03 16:00:03'),(28088,4,'cpuusage',0,'2008-11-03 16:00:03'),(28093,4,'cpuusage',0,'2008-11-03 16:00:03'),(28100,4,'cpuusage',0,'2008-11-03 16:00:03'),(28106,4,'cpuusage',0,'2008-11-03 16:00:03'),(28111,4,'cpuusage',0,'2008-11-03 16:00:03'),(28118,4,'cpuusage',0,'2008-11-03 16:00:03'),(28124,4,'cpuusage',0,'2008-11-03 16:00:03'),(28130,4,'cpuusage',0,'2008-11-03 16:00:03'),(28135,4,'cpuusage',0,'2008-11-03 16:00:03'),(28142,4,'cpuusage',0,'2008-11-03 16:00:03'),(28148,4,'cpuusage',0,'2008-11-03 16:00:03'),(28153,4,'cpuusage',0,'2008-11-03 16:00:03'),(28159,4,'cpuusage',0,'2008-11-03 16:00:03'),(28165,4,'cpuusage',0,'2008-11-03 16:00:03'),(28172,4,'cpuusage',0,'2008-11-03 16:00:03'),(28177,4,'cpuusage',0,'2008-11-03 16:00:03'),(28183,4,'cpuusage',0,'2008-11-03 16:00:03'),(28189,4,'cpuusage',0,'2008-11-03 16:00:03'),(28196,4,'cpuusage',0,'2008-11-03 16:00:03'),(28201,4,'cpuusage',0,'2008-11-03 16:00:03'),(28207,4,'cpuusage',0,'2008-11-03 16:00:03'),(28213,4,'cpuusage',0,'2008-11-03 16:00:03'),(28219,4,'cpuusage',0,'2008-11-03 16:00:03'),(28225,4,'cpuusage',0,'2008-11-03 16:00:03'),(28232,4,'cpuusage',0,'2008-11-03 16:00:03'),(28237,4,'cpuusage',0,'2008-11-03 16:00:03'),(28244,4,'cpuusage',0,'2008-11-03 16:00:03'),(28250,4,'cpuusage',0,'2008-11-03 16:00:03'),(28256,4,'cpuusage',0,'2008-11-03 16:00:03'),(28262,4,'cpuusage',0,'2008-11-03 16:00:03'),(28268,4,'cpuusage',0,'2008-11-03 16:00:03'),(28274,4,'cpuusage',0,'2008-11-03 16:00:03'),(28280,4,'cpuusage',0,'2008-11-03 16:00:03'),(28286,4,'cpuusage',0,'2008-11-03 16:00:03'),(28291,4,'cpuusage',0,'2008-11-03 16:00:03'),(28298,4,'cpuusage',0,'2008-11-03 16:00:03'),(28304,4,'cpuusage',0,'2008-11-03 16:00:03'),(28310,4,'cpuusage',0,'2008-11-03 16:00:03'),(28315,4,'cpuusage',0,'2008-11-03 16:00:03'),(28321,4,'cpuusage',0,'2008-11-03 16:00:03'),(28327,4,'cpuusage',0,'2008-11-03 16:00:03'),(28334,4,'cpuusage',0,'2008-11-03 16:00:03'),(28340,4,'cpuusage',0,'2008-11-03 16:00:03'),(28346,4,'cpuusage',0,'2008-11-03 16:00:03'),(28352,4,'cpuusage',0,'2008-11-03 16:00:03'),(28358,4,'cpuusage',0,'2008-11-03 16:00:03'),(28364,4,'cpuusage',0,'2008-11-03 16:00:03'),(28370,4,'cpuusage',0,'2008-11-03 16:00:03'),(28376,4,'cpuusage',0,'2008-11-03 16:00:03'),(28382,4,'cpuusage',0,'2008-11-03 16:00:03'),(28388,4,'cpuusage',0,'2008-11-03 16:00:03'),(28394,4,'cpuusage',0,'2008-11-03 16:00:03'),(28400,4,'cpuusage',0,'2008-11-03 16:00:03'),(28406,4,'cpuusage',0,'2008-11-03 16:00:03'),(28412,4,'cpuusage',0,'2008-11-03 16:00:03'),(28418,4,'cpuusage',0,'2008-11-03 16:00:03'),(28424,4,'cpuusage',0,'2008-11-03 16:00:03'),(28429,4,'cpuusage',0,'2008-11-03 16:00:03'),(28436,4,'cpuusage',0,'2008-11-03 16:00:03'),(28442,4,'cpuusage',0,'2008-11-03 16:00:03'),(28447,4,'cpuusage',0,'2008-11-03 16:00:03'),(28454,4,'cpuusage',0,'2008-11-03 16:00:03'),(28460,4,'cpuusage',0,'2008-11-03 16:00:03'),(28466,4,'cpuusage',0,'2008-11-03 16:00:03'),(28472,4,'cpuusage',0,'2008-11-03 16:00:03'),(28478,4,'cpuusage',0,'2008-11-03 16:00:03'),(28484,4,'cpuusage',0,'2008-11-03 16:00:03'),(28489,4,'cpuusage',0,'2008-11-03 16:00:03'),(28495,4,'cpuusage',0,'2008-11-03 16:00:03'),(28501,4,'cpuusage',0,'2008-11-03 16:00:03'),(28507,4,'cpuusage',0,'2008-11-03 16:00:03'),(28514,4,'cpuusage',0,'2008-11-03 16:00:03'),(28519,4,'cpuusage',0,'2008-11-03 16:00:03'),(28525,4,'cpuusage',0,'2008-11-03 16:00:03'),(28532,4,'cpuusage',0,'2008-11-03 16:00:03'),(28538,4,'cpuusage',0,'2008-11-03 16:00:03'),(28544,4,'cpuusage',0,'2008-11-03 16:00:03'),(28550,4,'cpuusage',0,'2008-11-03 16:00:03'),(28556,4,'cpuusage',0,'2008-11-03 16:00:03'),(28561,4,'cpuusage',0,'2008-11-03 16:00:03'),(28567,4,'cpuusage',0,'2008-11-03 16:00:03'),(28573,4,'cpuusage',0,'2008-11-03 16:00:03'),(28579,4,'cpuusage',0,'2008-11-03 16:00:03'),(28585,4,'cpuusage',0,'2008-11-03 16:00:03'),(28591,4,'cpuusage',0,'2008-11-03 16:00:03'),(28598,4,'cpuusage',0,'2008-11-03 16:00:03'),(28603,4,'cpuusage',0,'2008-11-03 16:00:03'),(28610,4,'cpuusage',0,'2008-11-03 16:00:03'),(28616,4,'cpuusage',0,'2008-11-03 16:00:03'),(28622,4,'cpuusage',0,'2008-11-03 16:00:03'),(28628,4,'cpuusage',0,'2008-11-03 16:00:03'),(28633,4,'cpuusage',0,'2008-11-03 16:00:03'),(28640,4,'cpuusage',0,'2008-11-03 16:00:03'),(28646,4,'cpuusage',0,'2008-11-03 16:00:03'),(28652,4,'cpuusage',0,'2008-11-03 16:00:03'),(28657,4,'cpuusage',0,'2008-11-03 16:00:03'),(28664,4,'cpuusage',0,'2008-11-03 16:00:03'),(28669,4,'cpuusage',0,'2008-11-03 16:00:03'),(28676,4,'cpuusage',0,'2008-11-03 16:00:03'),(28682,4,'cpuusage',0,'2008-11-03 16:00:03'),(28687,4,'cpuusage',0,'2008-11-03 16:00:03'),(28694,4,'cpuusage',0,'2008-11-03 16:00:03'),(28700,4,'cpuusage',0,'2008-11-03 16:00:03'),(28706,4,'cpuusage',0,'2008-11-03 16:00:03'),(28711,4,'cpuusage',0,'2008-11-03 16:00:03'),(28718,4,'cpuusage',0,'2008-11-03 16:00:03'),(28724,4,'cpuusage',0,'2008-11-03 16:00:03'),(28730,4,'cpuusage',0,'2008-11-03 16:00:03'),(28736,4,'cpuusage',0,'2008-11-03 16:00:03'),(28742,4,'cpuusage',0,'2008-11-03 16:00:03'),(28748,4,'cpuusage',0,'2008-11-03 16:00:03'),(28754,4,'cpuusage',0,'2008-11-03 16:00:03'),(28760,4,'cpuusage',0,'2008-11-03 16:00:03'),(28766,4,'cpuusage',0,'2008-11-03 16:00:03'),(28772,4,'cpuusage',0,'2008-11-03 16:00:03'),(28778,4,'cpuusage',0,'2008-11-03 16:00:03'),(28783,4,'cpuusage',0,'2008-11-03 16:00:03'),(28790,4,'cpuusage',0,'2008-11-03 16:00:03'),(28796,4,'cpuusage',0,'2008-11-03 16:00:03'),(28801,4,'cpuusage',0,'2008-11-03 16:00:03'),(28808,4,'cpuusage',0,'2008-11-03 16:00:03'),(28814,4,'cpuusage',0,'2008-11-03 16:00:03'),(28819,4,'cpuusage',0,'2008-11-03 16:00:03'),(28826,4,'cpuusage',0,'2008-11-03 16:00:03'),(28832,4,'cpuusage',0,'2008-11-03 16:00:03'),(28837,4,'cpuusage',0,'2008-11-03 16:00:03'),(28844,4,'cpuusage',0,'2008-11-03 16:00:03'),(28850,4,'cpuusage',0,'2008-11-03 16:00:03'),(28856,4,'cpuusage',0,'2008-11-03 16:00:03'),(28862,4,'cpuusage',0,'2008-11-03 16:00:03'),(28868,4,'cpuusage',0,'2008-11-03 16:00:03'),(28874,4,'cpuusage',0,'2008-11-03 16:00:03'),(28880,4,'cpuusage',0,'2008-11-03 16:00:03'),(28885,4,'cpuusage',0,'2008-11-03 16:00:03'),(28891,4,'cpuusage',0,'2008-11-03 16:00:03'),(28897,4,'cpuusage',0,'2008-11-03 16:00:03'),(28904,4,'cpuusage',0,'2008-11-03 16:00:03'),(28910,4,'cpuusage',0,'2008-11-03 16:00:03'),(28916,4,'cpuusage',0,'2008-11-03 16:00:03'),(28922,4,'cpuusage',0,'2008-11-03 16:00:03'),(28928,4,'cpuusage',0,'2008-11-03 16:00:03'),(28933,4,'cpuusage',0,'2008-11-03 16:00:03'),(28940,4,'cpuusage',0,'2008-11-03 16:00:03'),(28946,4,'cpuusage',0,'2008-11-03 16:00:03'),(28952,4,'cpuusage',0,'2008-11-03 16:00:03'),(28958,4,'cpuusage',0,'2008-11-03 16:00:03'),(28963,4,'cpuusage',0,'2008-11-03 16:00:03'),(28970,4,'cpuusage',0,'2008-11-03 16:00:03'),(28975,4,'cpuusage',0,'2008-11-03 16:00:03'),(28982,4,'cpuusage',0,'2008-11-03 16:00:03'),(28988,4,'cpuusage',0,'2008-11-03 16:00:03'),(28994,4,'cpuusage',0,'2008-11-03 16:00:03'),(29000,4,'cpuusage',0,'2008-11-03 16:00:03'),(29006,4,'cpuusage',0,'2008-11-03 16:00:03'),(29012,4,'cpuusage',0,'2008-11-03 16:00:03'),(29018,4,'cpuusage',0,'2008-11-03 16:00:03'),(29024,4,'cpuusage',0,'2008-11-03 16:00:03'),(29030,4,'cpuusage',0,'2008-11-03 16:00:03'),(29036,4,'cpuusage',0,'2008-11-03 16:00:03'),(29042,4,'cpuusage',0,'2008-11-03 16:00:03'),(29048,4,'cpuusage',0,'2008-11-03 16:00:03'),(29053,4,'cpuusage',0,'2008-11-03 16:00:03'),(29059,4,'cpuusage',0,'2008-11-03 16:00:03'),(29065,4,'cpuusage',0,'2008-11-03 16:00:03'),(29072,4,'cpuusage',0,'2008-11-03 16:00:03'),(29077,4,'cpuusage',0,'2008-11-03 16:00:03'),(29083,4,'cpuusage',0,'2008-11-03 16:00:03'),(29090,4,'cpuusage',0,'2008-11-03 16:00:03'),(29096,4,'cpuusage',0,'2008-11-03 16:00:03'),(29102,4,'cpuusage',0,'2008-11-03 16:00:03'),(29107,4,'cpuusage',0,'2008-11-03 16:00:03'),(29113,4,'cpuusage',0,'2008-11-03 16:00:03'),(29119,4,'cpuusage',0,'2008-11-03 16:00:03'),(29126,4,'cpuusage',0,'2008-11-03 16:00:03'),(29132,4,'cpuusage',0,'2008-11-03 16:00:03'),(29138,4,'cpuusage',0,'2008-11-03 16:00:03'),(29144,4,'cpuusage',0,'2008-11-03 16:00:03'),(29149,4,'cpuusage',0,'2008-11-03 16:00:03'),(29155,4,'cpuusage',0,'2008-11-03 16:00:03'),(29162,4,'cpuusage',0,'2008-11-03 16:00:03'),(29168,4,'cpuusage',0,'2008-11-03 16:00:03'),(29174,4,'cpuusage',0,'2008-11-03 16:00:03'),(29180,4,'cpuusage',0,'2008-11-03 16:00:03'),(29186,4,'cpuusage',0,'2008-11-03 16:00:03'),(29191,4,'cpuusage',0,'2008-11-03 16:00:03'),(29198,4,'cpuusage',0,'2008-11-03 16:00:03'),(29203,4,'cpuusage',0,'2008-11-03 16:00:03'),(29210,4,'cpuusage',0,'2008-11-03 16:00:03'),(29215,4,'cpuusage',0,'2008-11-03 16:00:03'),(29222,4,'cpuusage',0,'2008-11-03 16:00:03'),(29228,4,'cpuusage',0,'2008-11-03 16:00:03'),(29234,4,'cpuusage',0,'2008-11-03 16:00:03'),(29240,4,'cpuusage',0,'2008-11-03 16:00:03'),(29246,4,'cpuusage',0,'2008-11-03 16:00:03'),(29251,4,'cpuusage',0,'2008-11-03 16:00:03'),(29257,4,'cpuusage',0,'2008-11-03 16:00:03'),(29264,4,'cpuusage',0,'2008-11-03 16:00:03'),(29270,4,'cpuusage',0,'2008-11-03 16:00:03'),(29276,4,'cpuusage',0,'2008-11-03 16:00:03'),(29282,4,'cpuusage',0,'2008-11-03 16:00:03'),(29288,4,'cpuusage',0,'2008-11-03 16:00:03'),(29294,4,'cpuusage',0,'2008-11-03 16:00:03'),(29299,4,'cpuusage',0,'2008-11-03 16:00:03'),(29306,4,'cpuusage',0,'2008-11-03 16:00:03'),(29311,4,'cpuusage',0,'2008-11-03 16:00:03'),(29318,4,'cpuusage',0,'2008-11-03 16:00:03'),(29324,4,'cpuusage',0,'2008-11-03 16:00:03'),(29329,4,'cpuusage',0,'2008-11-03 16:00:03'),(29336,4,'cpuusage',0,'2008-11-03 16:00:03'),(29341,4,'cpuusage',0,'2008-11-03 16:00:03'),(29347,4,'cpuusage',0,'2008-11-03 16:00:03'),(29353,4,'cpuusage',0,'2008-11-03 16:00:03'),(29360,4,'cpuusage',0,'2008-11-03 16:00:03'),(29366,4,'cpuusage',0,'2008-11-03 16:00:03'),(29372,4,'cpuusage',0,'2008-11-03 16:00:03'),(29378,4,'cpuusage',0,'2008-11-03 16:00:03'),(29384,4,'cpuusage',0,'2008-11-03 16:00:03'),(29390,4,'cpuusage',0,'2008-11-03 16:00:03'),(29396,4,'cpuusage',0,'2008-11-03 16:00:03'),(29401,4,'cpuusage',0,'2008-11-03 16:00:03'),(29408,4,'cpuusage',0,'2008-11-03 16:00:03'),(29414,4,'cpuusage',0,'2008-11-03 16:00:03'),(29419,4,'cpuusage',0,'2008-11-03 16:00:03'),(29426,4,'cpuusage',0,'2008-11-03 16:00:03'),(29431,4,'cpuusage',0,'2008-11-03 16:00:03'),(29437,4,'cpuusage',0,'2008-11-03 16:00:03'),(29443,4,'cpuusage',0,'2008-11-03 16:00:03'),(29450,4,'cpuusage',0,'2008-11-03 16:00:03'),(29456,4,'cpuusage',0,'2008-11-03 16:00:03'),(29462,4,'cpuusage',0,'2008-11-03 16:00:03'),(29468,4,'cpuusage',0,'2008-11-03 16:00:03'),(29474,4,'cpuusage',0,'2008-11-03 16:00:03'),(29479,4,'cpuusage',0,'2008-11-03 16:00:03'),(29486,4,'cpuusage',0,'2008-11-03 16:00:03'),(29492,4,'cpuusage',0,'2008-11-03 16:00:03'),(29497,4,'cpuusage',0,'2008-11-03 16:00:03'),(29504,4,'cpuusage',0,'2008-11-03 16:00:03'),(29510,4,'cpuusage',0,'2008-11-03 16:00:03'),(29516,4,'cpuusage',0,'2008-11-03 16:00:03'),(29522,4,'cpuusage',0,'2008-11-03 16:00:03'),(29528,4,'cpuusage',0,'2008-11-03 16:00:03'),(29534,4,'cpuusage',0,'2008-11-03 16:00:03'),(29539,4,'cpuusage',0,'2008-11-03 16:00:03'),(29546,4,'cpuusage',0,'2008-11-03 16:00:03'),(29552,4,'cpuusage',0,'2008-11-03 16:00:03'),(29558,4,'cpuusage',0,'2008-11-03 16:00:03'),(29564,4,'cpuusage',0,'2008-11-03 16:00:03'),(29569,4,'cpuusage',0,'2008-11-03 16:00:03'),(29575,4,'cpuusage',0,'2008-11-03 16:00:03'),(29581,4,'cpuusage',0,'2008-11-03 16:00:03'),(29587,4,'cpuusage',0,'2008-11-03 16:00:03'),(29594,4,'cpuusage',0,'2008-11-03 16:00:03'),(29600,4,'cpuusage',0,'2008-11-03 16:00:03'),(29605,4,'cpuusage',0,'2008-11-03 16:00:03'),(29612,4,'cpuusage',0,'2008-11-03 16:00:03'),(29617,4,'cpuusage',0,'2008-11-03 16:00:03'),(29624,4,'cpuusage',0,'2008-11-03 16:00:03'),(29630,4,'cpuusage',0,'2008-11-03 16:00:03'),(29636,4,'cpuusage',0,'2008-11-03 16:00:03'),(29641,4,'cpuusage',0,'2008-11-03 16:00:03'),(29648,4,'cpuusage',0,'2008-11-03 16:00:03'),(29654,4,'cpuusage',0,'2008-11-03 16:00:03'),(29659,4,'cpuusage',0,'2008-11-03 16:00:03'),(29665,4,'cpuusage',0,'2008-11-03 16:00:03'),(29672,4,'cpuusage',0,'2008-11-03 16:00:03'),(29678,4,'cpuusage',0,'2008-11-03 16:00:03'),(29683,4,'cpuusage',0,'2008-11-03 16:00:03'),(29689,4,'cpuusage',0,'2008-11-03 16:00:03'),(29695,4,'cpuusage',0,'2008-11-03 16:00:03'),(29701,4,'cpuusage',0,'2008-11-03 16:00:03'),(29707,4,'cpuusage',0,'2008-11-03 16:00:03'),(29714,4,'cpuusage',0,'2008-11-03 16:00:03'),(29720,4,'cpuusage',0,'2008-11-03 16:00:03'),(29725,4,'cpuusage',0,'2008-11-03 16:00:03'),(29731,4,'cpuusage',0,'2008-11-03 16:00:03'),(29737,4,'cpuusage',0,'2008-11-03 16:00:03'),(29752,35,'uptime',4626194,'2008-10-21 20:40:19'),(29754,37,'uptime',4230998,'2008-11-03 16:00:18'),(29744,4,'cpuusage',0,'2008-11-03 16:00:03'),(29749,32,'uptime',6317582,'2008-11-03 16:00:19'),(29750,33,'uptime',489794,'2008-11-03 16:00:10'),(29751,34,'uptime',101341,'2008-10-28 22:26:00'); +/*!40000 ALTER TABLE `devices_attribs` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `devices_perms` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- +DROP TABLE IF EXISTS `devices_perms`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `devices_perms` ( `user_id` int(11) NOT NULL, `device_id` int(11) NOT NULL, - `access_level` int(4) NOT NULL default '0', - KEY `user_id` (`user_id`) + `access_level` int(4) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `devices_perms` +-- + +LOCK TABLES `devices_perms` WRITE; +/*!40000 ALTER TABLE `devices_perms` DISABLE KEYS */; +INSERT INTO `devices_perms` VALUES (4,4,0); +/*!40000 ALTER TABLE `devices_perms` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `entPhysical` -- --- Creation: Sep 07, 2008 at 10:26 PM --- Last update: Oct 29, 2008 at 06:50 PM --- +DROP TABLE IF EXISTS `entPhysical`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `entPhysical` ( `entPhysical_id` int(11) NOT NULL auto_increment, `device_id` int(11) NOT NULL, @@ -255,45 +345,61 @@ CREATE TABLE `entPhysical` ( `ifIndex` int(11) default NULL, PRIMARY KEY (`entPhysical_id`), KEY `device_id` (`device_id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=997 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `entPhysical` +-- + +LOCK TABLES `entPhysical` WRITE; +/*!40000 ALTER TABLE `entPhysical` DISABLE KEYS */; +INSERT INTO `entPhysical` VALUES (931,34,1001,'','','','','','',0,0,'',0),(932,34,1002,'','','','','','',0,0,'',0),(933,34,1003,'','','','','','',0,0,'',0),(934,34,1004,'','','','','','',0,0,'',0),(935,34,1005,'','','','','','',0,0,'',0),(936,34,1006,'','','','','','',0,0,'',0),(937,34,1007,'','','','','','',0,0,'',0),(938,34,1008,'','','','','','',0,0,'',0),(939,34,1009,'','','','','','',0,0,'',0),(940,34,1010,'','','','','','',0,0,'',0),(941,34,1011,'','','','','','',0,0,'',0),(942,34,1012,'','','','','','',0,0,'',0),(943,34,1013,'','','','','','',0,0,'',0),(944,34,1014,'','','','','','',0,0,'',0),(945,34,1015,'','','','','','',0,0,'',0),(946,34,1016,'','','','','','',0,0,'',0),(947,34,1017,'','','','','','',0,0,'',0),(948,34,1018,'','','','','','',0,0,'',0),(949,34,1019,'','','','','','',0,0,'',0),(950,34,1020,'','','','','','',0,0,'',0),(951,34,1021,'','','','','','',0,0,'',0),(952,34,1022,'','','','','','',0,0,'',0),(953,34,1023,'','','','','','',0,0,'',0),(954,34,1024,'','','','','','',0,0,'',0),(955,34,1025,'','','','','','',0,0,'',0),(956,34,1027,'','','','','','',0,0,'',0),(957,34,1029,'','','','','','',0,0,'',0),(958,34,1031,'','','','','','',0,0,'',0),(959,34,1033,'','','','','','',0,0,'',0),(960,34,1034,'','','','','','',0,0,'',0),(961,34,1035,'','','','','','',0,0,'',0),(962,34,1037,'','','','','','',0,0,'',0),(963,35,1001,'','','','','','',0,0,'',0),(964,35,1002,'','','','','','',0,0,'',0),(965,35,1003,'','','','','','',0,0,'',0),(966,35,1004,'','','','','','',0,0,'',0),(967,35,1005,'','','','','','',0,0,'',0),(968,35,1006,'','','','','','',0,0,'',0),(969,35,1007,'','','','','','',0,0,'',0),(970,35,1008,'','','','','','',0,0,'',0),(971,35,1009,'','','','','','',0,0,'',0),(972,35,1010,'','','','','','',0,0,'',0),(973,35,1011,'','','','','','',0,0,'',0),(974,35,1012,'','','','','','',0,0,'',0),(975,35,1013,'','','','','','',0,0,'',0),(976,35,1014,'','','','','','',0,0,'',0),(977,35,1015,'','','','','','',0,0,'',0),(978,35,1016,'','','','','','',0,0,'',0),(979,35,1017,'','','','','','',0,0,'',0),(980,35,1018,'','','','','','',0,0,'',0),(981,35,1019,'','','','','','',0,0,'',0),(982,35,1020,'','','','','','',0,0,'',0),(983,35,1021,'','','','','','',0,0,'',0),(984,35,1022,'','','','','','',0,0,'',0),(985,35,1023,'','','','','','',0,0,'',0),(986,35,1024,'','','','','','',0,0,'',0),(987,35,1025,'','','','','','',0,0,'',0),(988,35,1027,'','','','','','',0,0,'',0),(989,35,1029,'','','','','','',0,0,'',0),(990,35,1031,'','','','','','',0,0,'',0),(991,35,1033,'','','','','','',0,0,'',0),(992,35,1034,'','','','','','',0,0,'',0),(993,35,1035,'','','','','','',0,0,'',0),(994,35,1036,'','','','','','',0,0,'',0),(995,34,1040,'','','','','','',0,0,'',0),(996,34,1038,'','','','','','',0,0,'',0); +/*!40000 ALTER TABLE `entPhysical` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `eventlog` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 30, 2008 at 06:51 PM --- +DROP TABLE IF EXISTS `eventlog`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `eventlog` ( `id` int(11) NOT NULL default '0', `host` int(11) NOT NULL default '0', `interface` int(11) default NULL, `datetime` datetime NOT NULL default '0000-00-00 00:00:00', `message` text NOT NULL, - `type` int(11) NOT NULL, - KEY `host` (`host`) + `type` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `eventlog` +-- + +LOCK TABLES `eventlog` WRITE; +/*!40000 ALTER TABLE `eventlog` DISABLE KEYS */; +INSERT INTO `eventlog` VALUES (0,4,NULL,'2007-02-05 18:35:04','Changed location from to Telecity Hex, London, UK',0),(0,4,NULL,'2007-02-05 18:35:04','Changed version from to 2.6.15-23-server',0),(0,4,NULL,'2007-02-05 18:35:04','Changed features from to Ubuntu 6.06\n',0),(0,4,NULL,'2007-02-05 18:35:04','Changed hardware from to Generic x86',0),(0,4,37,'2007-02-05 18:35:12','Interface went down',0),(0,4,37,'2007-02-05 18:35:12','Interface disabled',0),(0,4,37,'2007-02-05 18:35:12','Duplex changed to unknown',0),(0,4,37,'2007-02-05 18:35:12','Type changed to tunnel',0),(0,4,37,'2007-02-05 18:35:12','MTU changed to 1480',0),(0,4,37,'2007-02-05 18:35:12','Speed changed from -> 0',0),(0,4,36,'2007-02-05 18:35:12','Interface went up',0),(0,4,36,'2007-02-05 18:35:12','Interface disabled',0),(0,4,36,'2007-02-05 18:35:12','Duplex changed to unknown',0),(0,4,36,'2007-02-05 18:35:12','Type changed to ethernetCsmacd',0),(0,4,36,'2007-02-05 18:35:12','MTU changed to 1500',0),(0,4,36,'2007-02-05 18:35:12','MAC changed to 0:4:61:43:d9:b1',0),(0,4,36,'2007-02-05 18:35:12','Speed changed from -> 10Mbps',0),(0,4,35,'2007-02-05 18:35:12','Interface went up',0),(0,4,35,'2007-02-05 18:35:12','Interface disabled',0),(0,4,35,'2007-02-05 18:35:12','Duplex changed to unknown',0),(0,4,35,'2007-02-05 18:35:12','Type changed to softwareLoopback',0),(0,4,35,'2007-02-05 18:35:12','MTU changed to 16436',0),(0,4,35,'2007-02-05 18:35:12','Speed changed from -> 10Mbps',0),(0,8,NULL,'2007-02-07 16:05:06','Changed location from to Science Park, Southampton, UK',0),(0,8,NULL,'2007-02-07 16:05:06','Changed version from to 1.23b3',0),(0,8,NULL,'2007-02-07 16:05:06','Changed features from to FreeBSD 4.11-RELEASE-p26',0),(0,8,NULL,'2007-02-07 16:05:06','Changed hardware from to net45xx (i386)',0),(0,8,42,'2007-02-07 16:05:16','Interface went up',0),(0,8,42,'2007-02-07 16:05:16','Interface disabled',0),(0,8,42,'2007-02-07 16:05:16','Duplex changed to unknown',0),(0,8,42,'2007-02-07 16:05:16','Type changed to ethernetCsmacd',0),(0,8,42,'2007-02-07 16:05:16','MTU changed to 1500',0),(0,8,42,'2007-02-07 16:05:16','Speed changed from -> 10Mbps',0),(0,8,43,'2007-02-07 16:05:16','Interface went up',0),(0,8,43,'2007-02-07 16:05:16','Interface disabled',0),(0,8,43,'2007-02-07 16:05:16','Duplex changed to unknown',0),(0,8,43,'2007-02-07 16:05:16','Type changed to ethernetCsmacd',0),(0,8,43,'2007-02-07 16:05:16','MTU changed to 1500',0),(0,8,43,'2007-02-07 16:05:16','Speed changed from -> 10Mbps',0),(0,8,44,'2007-02-07 16:05:16','Interface went up',0),(0,8,44,'2007-02-07 16:05:16','Interface disabled',0),(0,8,44,'2007-02-07 16:05:16','Duplex changed to unknown',0),(0,8,44,'2007-02-07 16:05:16','Type changed to ethernetCsmacd',0),(0,8,44,'2007-02-07 16:05:16','MTU changed to 1500',0),(0,8,44,'2007-02-07 16:05:16','Speed changed from -> 10Mbps',0),(0,8,45,'2007-02-07 16:05:16','Interface went up',0),(0,8,45,'2007-02-07 16:05:16','Interface disabled',0),(0,8,45,'2007-02-07 16:05:16','Duplex changed to unknown',0),(0,8,45,'2007-02-07 16:05:16','Type changed to softwareLoopback',0),(0,8,45,'2007-02-07 16:05:16','MTU changed to 16384',0),(0,8,45,'2007-02-07 16:05:16','Speed changed from -> 0',0),(0,8,NULL,'2007-02-10 08:31:11','Device status changed to Down',0),(0,8,NULL,'2007-02-10 08:31:44','Device status changed to Up',0),(0,8,NULL,'2007-02-10 08:48:21','Device status changed to Down',0),(0,8,NULL,'2007-02-10 08:50:02','Device status changed to Up',0),(0,4,NULL,'2007-04-24 04:45:08','Device status changed to Down',0),(0,4,NULL,'2007-04-24 04:48:46','Device status changed to Up',0),(0,4,NULL,'2007-04-24 04:50:18','Device status changed to Down',0),(0,4,NULL,'2007-04-24 04:50:50','Device status changed to Up',0),(0,4,NULL,'2007-04-30 09:30:27','Device status changed to Down',0),(0,4,NULL,'2007-04-30 09:30:44','sysDescr -> m0n0wall fw.alderwasley.org 1.23b3 net45xx FreeBSD 4.11-RELEASE-p26 i386',0),(0,4,NULL,'2007-04-30 09:35:03','Device status changed to Up',0),(0,4,NULL,'2007-04-30 09:35:20','sysDescr -> Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,4,NULL,'2007-04-30 09:45:15','Device status changed to Down',0),(0,4,NULL,'2007-04-30 09:50:37','Device status changed to Up',0),(0,4,NULL,'2007-04-30 09:50:43','sysDescr -> m0n0wall fw.alderwasley.org 1.23b3 net45xx FreeBSD 4.11-RELEASE-p26 i386',0),(0,4,NULL,'2007-04-30 09:55:15','sysDescr -> Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,4,NULL,'2007-04-30 10:05:17','Device status changed to Down',0),(0,4,NULL,'2007-04-30 10:05:33','sysDescr -> m0n0wall fw.alderwasley.org 1.23b3 net45xx FreeBSD 4.11-RELEASE-p26 i386',0),(0,4,NULL,'2007-04-30 10:20:14','Device status changed to Up',0),(0,4,NULL,'2007-04-30 10:20:26','sysDescr -> Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,8,44,'2007-02-13 19:55:22','Interface went down',0),(0,8,44,'2007-02-13 19:55:22','Interface disabled',0),(0,4,NULL,'2007-06-21 08:10:34','Device status changed to Up',0),(0,4,NULL,'2007-06-21 08:10:25','Device status changed to Down',0),(0,4,NULL,'2007-06-10 21:45:14','OS Features -> Ubuntu 6.06',0),(0,4,NULL,'2007-06-16 12:35:23','Device status changed to Down',0),(0,4,37,'2007-06-16 12:35:36','Desc -> lo0',0),(0,4,36,'2007-06-16 12:35:36','Desc -> lo0',0),(0,4,36,'2007-06-16 12:35:36','Interface went up',0),(0,4,36,'2007-06-16 12:35:36','Interface enabled',0),(0,4,35,'2007-06-16 12:35:36','Desc -> lo0',0),(0,4,NULL,'2007-06-16 12:35:37','Device status changed to Up',0),(0,4,37,'2007-06-16 12:40:38','Desc -> ',0),(0,4,37,'2007-06-16 12:40:38','Desc -> ',0),(0,4,36,'2007-06-16 12:40:38','Desc -> ',0),(0,4,36,'2007-06-16 12:40:38','Interface went down',0),(0,4,36,'2007-06-16 12:40:38','Interface disabled',0),(0,4,36,'2007-06-16 12:40:38','Desc -> ',0),(0,4,36,'2007-06-16 12:40:38','Interface went down',0),(0,4,36,'2007-06-16 12:40:38','Interface disabled',0),(0,4,35,'2007-06-16 12:40:38','Desc -> ',0),(0,4,35,'2007-06-16 12:40:38','Desc -> ',0),(0,4,NULL,'2007-06-18 00:15:51','Hardware -> Dell ',0),(0,4,NULL,'2007-06-18 00:25:35','Hardware -> Generic x86',0),(0,4,NULL,'2007-06-18 19:50:30','Device status changed to Down',0),(0,4,36,'2007-06-18 19:50:33','Interface went up',0),(0,4,36,'2007-06-18 19:50:33','Interface enabled',0),(0,4,NULL,'2007-06-18 19:55:19','Device status changed to Up',0),(0,4,36,'2007-06-18 19:55:31','Interface went down',0),(0,4,36,'2007-06-18 19:55:31','Interface disabled',0),(0,4,36,'2007-06-18 19:55:31','Interface went down',0),(0,4,36,'2007-06-18 19:55:31','Interface disabled',0),(0,9,NULL,'2007-02-15 09:25:07','Changed location from to Science Park, Southampton, UK',0),(0,9,NULL,'2007-02-15 09:25:07','Changed version from to 2.6.15-27-server',0),(0,9,NULL,'2007-02-15 09:25:07','Changed features from to Ubuntu 6.06\n',0),(0,9,NULL,'2007-02-15 09:25:07','Changed hardware from to Generic x86',0),(0,10,NULL,'2007-02-15 09:25:07','Changed location from to Science Park, Southampton, UK',0),(0,10,NULL,'2007-02-15 09:25:07','Changed version from to 2.6.15-27-386',0),(0,10,NULL,'2007-02-15 09:25:07','Changed features from to Ubuntu 6.06\n',0),(0,10,NULL,'2007-02-15 09:25:07','Changed hardware from to Generic x86',0),(0,11,NULL,'2007-02-15 09:25:08','Changed location from to Science Park, Southampton, UK',0),(0,11,NULL,'2007-02-15 09:25:08','Changed version from to 2.6.15-27-386',0),(0,11,NULL,'2007-02-15 09:25:08','Changed features from to Ubuntu 6.06\n',0),(0,11,NULL,'2007-02-15 09:25:08','Changed hardware from to Generic x86',0),(0,12,NULL,'2007-02-15 09:25:09','Changed location from to Science Park, Southampton, UK',0),(0,12,NULL,'2007-02-15 09:25:09','Changed version from to 2.6.15-26-386',0),(0,12,NULL,'2007-02-15 09:25:09','Changed features from to Ubuntu 6.06\n',0),(0,12,NULL,'2007-02-15 09:25:09','Changed hardware from to Generic x86',0),(0,13,NULL,'2007-02-15 09:25:10','Changed location from to Science Park, Southampton, UK',0),(0,13,NULL,'2007-02-15 09:25:10','Changed version from to 2.6.15-27-386',0),(0,13,NULL,'2007-02-15 09:25:10','Changed features from to Ubuntu 6.06\n',0),(0,13,NULL,'2007-02-15 09:25:10','Changed hardware from to Generic x86',0),(0,14,NULL,'2007-02-15 09:25:11','Changed location from to Science Park, Southampton, UK',0),(0,14,NULL,'2007-02-15 09:25:11','Changed version from to 2.6.15-27-386',0),(0,14,NULL,'2007-02-15 09:25:11','Changed features from to Ubuntu 6.06\n',0),(0,14,NULL,'2007-02-15 09:25:11','Changed hardware from to Generic x86',0),(0,15,NULL,'2007-02-15 09:25:12','Changed location from to Science Park, Southampton, UK',0),(0,15,NULL,'2007-02-15 09:25:12','Changed version from to 2.6.15-27-386',0),(0,15,NULL,'2007-02-15 09:25:12','Changed features from to Ubuntu 6.06\n',0),(0,15,NULL,'2007-02-15 09:25:12','Changed hardware from to Generic x86',0),(0,11,59,'2007-02-15 09:25:20','Interface went up',0),(0,11,59,'2007-02-15 09:25:20','Interface disabled',0),(0,11,59,'2007-02-15 09:25:20','Duplex changed to unknown',0),(0,11,59,'2007-02-15 09:25:20','Type changed to softwareLoopback',0),(0,11,59,'2007-02-15 09:25:20','MTU changed to 16436',0),(0,11,59,'2007-02-15 09:25:20','Speed changed from -> 10Mbps',0),(0,12,58,'2007-02-15 09:25:21','Interface went down',0),(0,12,58,'2007-02-15 09:25:21','Interface disabled',0),(0,12,58,'2007-02-15 09:25:21','Duplex changed to unknown',0),(0,12,58,'2007-02-15 09:25:21','Type changed to tunnel',0),(0,12,58,'2007-02-15 09:25:21','MTU changed to 1480',0),(0,12,58,'2007-02-15 09:25:21','Speed changed from -> 0',0),(0,12,57,'2007-02-15 09:25:21','Interface went down',0),(0,12,57,'2007-02-15 09:25:21','Interface disabled',0),(0,12,57,'2007-02-15 09:25:21','Duplex changed to unknown',0),(0,12,57,'2007-02-15 09:25:21','Type changed to ethernetCsmacd',0),(0,12,57,'2007-02-15 09:25:21','MTU changed to 1500',0),(0,12,57,'2007-02-15 09:25:21','MAC changed to 0:13:72:4d:96:7f',0),(0,12,57,'2007-02-15 09:25:21','Speed changed from -> 10Mbps',0),(0,13,52,'2007-02-15 09:25:21','Interface went up',0),(0,13,52,'2007-02-15 09:25:21','Interface disabled',0),(0,13,52,'2007-02-15 09:25:21','Duplex changed to unknown',0),(0,13,52,'2007-02-15 09:25:21','Type changed to softwareLoopback',0),(0,13,52,'2007-02-15 09:25:21','MTU changed to 16436',0),(0,13,52,'2007-02-15 09:25:21','Speed changed from -> 10Mbps',0),(0,13,53,'2007-02-15 09:25:21','Interface went up',0),(0,13,53,'2007-02-15 09:25:21','Interface disabled',0),(0,13,53,'2007-02-15 09:25:21','Duplex changed to unknown',0),(0,13,53,'2007-02-15 09:25:21','Type changed to ethernetCsmacd',0),(0,13,53,'2007-02-15 09:25:21','MTU changed to 1500',0),(0,13,53,'2007-02-15 09:25:21','MAC changed to 0:d:61:b2:60:36',0),(0,13,53,'2007-02-15 09:25:21','Speed changed from -> 10Mbps',0),(0,13,54,'2007-02-15 09:25:22','Interface went down',0),(0,13,54,'2007-02-15 09:25:22','Interface disabled',0),(0,13,54,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,13,54,'2007-02-15 09:25:22','Type changed to tunnel',0),(0,13,54,'2007-02-15 09:25:22','MTU changed to 1480',0),(0,13,54,'2007-02-15 09:25:22','Speed changed from -> 0',0),(0,12,55,'2007-02-15 09:25:22','Interface went up',0),(0,12,55,'2007-02-15 09:25:22','Interface disabled',0),(0,12,55,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,12,55,'2007-02-15 09:25:22','Type changed to softwareLoopback',0),(0,12,55,'2007-02-15 09:25:22','MTU changed to 16436',0),(0,12,55,'2007-02-15 09:25:22','Speed changed from -> 10Mbps',0),(0,14,51,'2007-02-15 09:25:22','Interface went down',0),(0,14,51,'2007-02-15 09:25:22','Interface disabled',0),(0,14,51,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,14,51,'2007-02-15 09:25:22','Type changed to tunnel',0),(0,14,51,'2007-02-15 09:25:22','MTU changed to 1480',0),(0,14,51,'2007-02-15 09:25:22','Speed changed from -> 0',0),(0,14,50,'2007-02-15 09:25:22','Interface went up',0),(0,14,50,'2007-02-15 09:25:22','Interface disabled',0),(0,14,50,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,14,50,'2007-02-15 09:25:22','Type changed to ethernetCsmacd',0),(0,14,50,'2007-02-15 09:25:22','MTU changed to 1500',0),(0,14,50,'2007-02-15 09:25:22','MAC changed to 0:d:61:b:8a:75',0),(0,14,50,'2007-02-15 09:25:22','Speed changed from -> 10Mbps',0),(0,15,46,'2007-02-15 09:25:22','Interface went up',0),(0,15,46,'2007-02-15 09:25:22','Interface disabled',0),(0,15,46,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,15,46,'2007-02-15 09:25:22','Type changed to softwareLoopback',0),(0,15,46,'2007-02-15 09:25:22','MTU changed to 16436',0),(0,15,46,'2007-02-15 09:25:22','Speed changed from -> 10Mbps',0),(0,15,47,'2007-02-15 09:25:22','Interface went up',0),(0,15,47,'2007-02-15 09:25:22','Interface disabled',0),(0,15,47,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,15,47,'2007-02-15 09:25:22','Type changed to ethernetCsmacd',0),(0,15,47,'2007-02-15 09:25:22','MTU changed to 1500',0),(0,15,47,'2007-02-15 09:25:22','MAC changed to 0:d:61:4:44:17',0),(0,15,47,'2007-02-15 09:25:22','Speed changed from -> 10Mbps',0),(0,15,48,'2007-02-15 09:25:22','Interface went down',0),(0,15,48,'2007-02-15 09:25:22','Interface disabled',0),(0,15,48,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,15,48,'2007-02-15 09:25:22','Type changed to tunnel',0),(0,15,48,'2007-02-15 09:25:22','MTU changed to 1480',0),(0,15,48,'2007-02-15 09:25:22','Speed changed from -> 0',0),(0,14,49,'2007-02-15 09:25:22','Interface went up',0),(0,14,49,'2007-02-15 09:25:22','Interface disabled',0),(0,14,49,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,14,49,'2007-02-15 09:25:22','Type changed to softwareLoopback',0),(0,14,49,'2007-02-15 09:25:22','MTU changed to 16436',0),(0,14,49,'2007-02-15 09:25:22','Speed changed from -> 10Mbps',0),(0,12,56,'2007-02-15 09:25:22','Interface went up',0),(0,12,56,'2007-02-15 09:25:22','Interface disabled',0),(0,12,56,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,12,56,'2007-02-15 09:25:22','Type changed to ethernetCsmacd',0),(0,12,56,'2007-02-15 09:25:22','MTU changed to 1500',0),(0,12,56,'2007-02-15 09:25:22','MAC changed to 0:13:72:4d:96:7e',0),(0,12,56,'2007-02-15 09:25:22','Speed changed from -> 10Mbps',0),(0,11,60,'2007-02-15 09:25:22','Interface went up',0),(0,11,60,'2007-02-15 09:25:22','Interface disabled',0),(0,11,60,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,11,60,'2007-02-15 09:25:22','Type changed to ethernetCsmacd',0),(0,11,60,'2007-02-15 09:25:22','MTU changed to 1500',0),(0,11,60,'2007-02-15 09:25:22','MAC changed to 0:d:61:35:b7:f7',0),(0,11,60,'2007-02-15 09:25:22','Speed changed from -> 10Mbps',0),(0,11,61,'2007-02-15 09:25:22','Interface went down',0),(0,11,61,'2007-02-15 09:25:22','Interface disabled',0),(0,11,61,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,11,61,'2007-02-15 09:25:22','Type changed to tunnel',0),(0,11,61,'2007-02-15 09:25:22','MTU changed to 1480',0),(0,11,61,'2007-02-15 09:25:22','Speed changed from -> 0',0),(0,10,62,'2007-02-15 09:25:22','Interface went up',0),(0,10,62,'2007-02-15 09:25:22','Interface disabled',0),(0,10,62,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,10,62,'2007-02-15 09:25:22','Type changed to softwareLoopback',0),(0,10,62,'2007-02-15 09:25:22','MTU changed to 16436',0),(0,10,62,'2007-02-15 09:25:22','Speed changed from -> 10Mbps',0),(0,10,63,'2007-02-15 09:25:22','Interface went up',0),(0,10,63,'2007-02-15 09:25:22','Interface disabled',0),(0,10,63,'2007-02-15 09:25:22','Duplex changed to unknown',0),(0,10,63,'2007-02-15 09:25:22','Type changed to ethernetCsmacd',0),(0,10,63,'2007-02-15 09:25:22','MTU changed to 1500',0),(0,10,63,'2007-02-15 09:25:22','MAC changed to 0:14:22:1f:3a:ca',0),(0,10,63,'2007-02-15 09:25:22','Speed changed from -> 10Mbps',0),(0,10,64,'2007-02-15 09:25:23','Interface went up',0),(0,10,64,'2007-02-15 09:25:23','Interface disabled',0),(0,10,64,'2007-02-15 09:25:23','Duplex changed to unknown',0),(0,10,64,'2007-02-15 09:25:23','Type changed to ethernetCsmacd',0),(0,10,64,'2007-02-15 09:25:23','MTU changed to 1500',0),(0,10,64,'2007-02-15 09:25:23','MAC changed to 0:14:22:1f:3a:cb',0),(0,10,64,'2007-02-15 09:25:23','Speed changed from -> 10Mbps',0),(0,10,65,'2007-02-15 09:25:23','Interface went down',0),(0,10,65,'2007-02-15 09:25:23','Interface disabled',0),(0,10,65,'2007-02-15 09:25:23','Duplex changed to unknown',0),(0,10,65,'2007-02-15 09:25:23','Type changed to tunnel',0),(0,10,65,'2007-02-15 09:25:23','MTU changed to 1480',0),(0,10,65,'2007-02-15 09:25:23','Speed changed from -> 0',0),(0,9,66,'2007-02-15 09:25:23','Interface went up',0),(0,9,66,'2007-02-15 09:25:23','Interface disabled',0),(0,9,66,'2007-02-15 09:25:23','Duplex changed to unknown',0),(0,9,66,'2007-02-15 09:25:23','Type changed to softwareLoopback',0),(0,9,66,'2007-02-15 09:25:23','MTU changed to 16436',0),(0,9,66,'2007-02-15 09:25:23','Speed changed from -> 10Mbps',0),(0,9,67,'2007-02-15 09:25:23','Interface went up',0),(0,9,67,'2007-02-15 09:25:23','Interface disabled',0),(0,9,67,'2007-02-15 09:25:23','Duplex changed to unknown',0),(0,9,67,'2007-02-15 09:25:23','Type changed to ethernetCsmacd',0),(0,9,67,'2007-02-15 09:25:23','MTU changed to 1500',0),(0,9,67,'2007-02-15 09:25:23','MAC changed to 0:11:43:f0:14:a',0),(0,9,67,'2007-02-15 09:25:23','Speed changed from -> 10Mbps',0),(0,9,68,'2007-02-15 09:25:23','Interface went down',0),(0,9,68,'2007-02-15 09:25:23','Interface disabled',0),(0,9,68,'2007-02-15 09:25:23','Duplex changed to unknown',0),(0,9,68,'2007-02-15 09:25:23','Type changed to ethernetCsmacd',0),(0,9,68,'2007-02-15 09:25:23','MTU changed to 1500',0),(0,9,68,'2007-02-15 09:25:23','MAC changed to 0:11:43:f0:14:b',0),(0,9,68,'2007-02-15 09:25:23','Speed changed from -> 10Mbps',0),(0,9,69,'2007-02-15 09:25:23','Interface went down',0),(0,9,69,'2007-02-15 09:25:23','Interface disabled',0),(0,9,69,'2007-02-15 09:25:23','Duplex changed to unknown',0),(0,9,69,'2007-02-15 09:25:23','Type changed to tunnel',0),(0,9,69,'2007-02-15 09:25:23','MTU changed to 1480',0),(0,9,69,'2007-02-15 09:25:23','Speed changed from -> 0',0),(0,4,NULL,'2007-03-31 14:00:21','New sysDescr - Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,4,NULL,'2007-03-31 14:05:10','New sysDescr - Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,4,NULL,'2007-03-31 14:10:21','New sysDescr - Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,8,NULL,'2007-02-15 19:35:06','Device status changed to Down',0),(0,8,NULL,'2007-02-15 19:40:02','Device status changed to Up',0),(0,8,44,'2007-02-16 14:45:21','Interface went up',0),(0,8,NULL,'2007-02-16 15:20:07','Changed version from 1.23b3 to 1.2.3-beta3',0),(0,8,NULL,'2007-02-16 15:20:07','Changed hardware from net45xx (i386) to wrap (i386)',0),(0,8,44,'2007-02-16 15:20:23','Interface disabled',0),(0,8,NULL,'2007-02-16 15:50:06','Device status changed to Down',0),(0,8,NULL,'2007-02-16 15:55:02','Device status changed to Up',0),(0,8,NULL,'2007-02-16 15:55:06','Changed version from 1.2.3-beta3 to 1.2.3',0),(0,8,NULL,'2007-02-16 15:55:06','Changed features from FreeBSD 4.11-RELEASE-p26 to beta3',0),(0,8,NULL,'2007-02-16 15:55:06','Changed hardware from wrap (i386) to Generic x86',0),(0,4,NULL,'2007-04-08 16:30:19','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:30:59','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:32:23','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:33:46','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:33:50','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:35:05','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:40:15','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:41:46','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:45:06','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:50:14','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:55:05','Device status changed to Down',0),(0,4,NULL,'2007-04-08 17:00:14','Device status changed to Down',0),(0,4,NULL,'2007-04-08 17:05:04','Device status changed to Down',0),(0,4,NULL,'2007-04-08 21:21:29','Device status changed to Down',0),(0,4,NULL,'2007-11-21 14:45:04','Contact -> Adam Armstrong ',0),(0,4,37,'2007-11-21 14:47:16','Name -> sit0',0),(0,4,37,'2007-11-21 14:47:16','Type -> tunnel',0),(0,4,37,'2007-11-21 14:47:16','MTU -> 1480',0),(0,4,37,'2007-11-21 14:47:16','Speed -> -',0),(0,4,36,'2007-11-21 14:47:16','Name -> eth0',0),(0,4,36,'2007-11-21 14:47:16','Type -> ethernetCsmacd',0),(0,4,36,'2007-11-21 14:47:16','MTU -> 1500',0),(0,4,36,'2007-11-21 14:47:16','Speed -> 10Mbps',0),(0,4,NULL,'2007-11-21 14:50:06','Contact -> Adam Armstrong ',0),(0,4,NULL,'2007-11-21 14:55:04','Contact -> Adam Armstrong ',0),(0,4,NULL,'2007-11-21 15:00:06','Contact -> Adam Armstrong ',0),(0,4,NULL,'2008-07-15 19:05:37','Device status changed to Up',0),(0,4,NULL,'2008-07-15 19:00:29','Device status changed to Down',0),(0,4,NULL,'2008-07-14 16:05:07','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-14 16:00:48','Hardware -> Dell ',0),(0,4,NULL,'2008-07-10 13:10:28','Device status changed to Down',0),(0,4,NULL,'2008-07-10 13:20:21','Device status changed to Up',0),(0,4,NULL,'2008-07-10 12:25:35','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-10 12:15:35','Hardware -> Dell ',0),(0,4,NULL,'2008-07-10 12:00:49','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-10 11:55:41','Hardware -> Dell ',0),(0,4,NULL,'2008-07-10 10:05:31','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-10 01:36:27','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-10 10:00:54','Hardware -> Dell ',0),(0,4,NULL,'2008-07-10 01:31:04','Hardware -> Dell ',0),(0,4,NULL,'2008-07-08 02:40:58','Device status changed to Up',0),(0,4,NULL,'2008-07-08 01:31:04','Hardware -> Dell ',0),(0,4,NULL,'2008-07-08 01:35:23','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-08 02:36:45','Device status changed to Down',0),(0,4,NULL,'2007-11-21 15:05:04','Contact -> Adam Armstrong ',0),(0,4,NULL,'2008-07-07 06:35:12','Device status changed to Up',0),(0,4,NULL,'2008-07-07 06:30:25','Device status changed to Down',0),(0,4,NULL,'2008-07-05 02:46:20','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-05 02:40:46','Hardware -> Dell ',0),(0,4,NULL,'2008-07-05 02:35:24','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-05 02:31:55','Hardware -> Dell ',0),(0,4,NULL,'2008-07-05 01:45:24','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-05 01:40:52','Hardware -> Dell ',0),(0,4,NULL,'2008-07-04 19:35:15','Device status changed to Up',0),(0,4,NULL,'2008-07-04 19:30:36','Device status changed to Down',0),(0,4,NULL,'2008-07-03 22:35:42','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-03 22:30:55','Hardware -> Dell ',0),(0,4,NULL,'2008-07-03 19:55:30','Device status changed to Up',0),(0,4,NULL,'2008-07-03 19:50:32','Device status changed to Down',0),(0,4,NULL,'2008-07-02 18:45:30','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-02 18:40:42','Hardware -> Dell ',0),(0,4,NULL,'2008-07-01 02:25:56','Hardware -> Generic x86',0),(0,4,NULL,'2008-07-01 02:22:44','Hardware -> Dell ',0),(0,4,NULL,'2007-12-18 14:35:05','Device status changed to Down',0),(0,4,NULL,'2007-12-18 14:40:05','Device status changed to Up',0),(0,4,NULL,'2008-01-05 19:20:06','Device status changed to Down',0),(0,4,NULL,'2008-01-05 19:25:03','Device status changed to Up',0),(0,4,NULL,'2008-01-17 13:20:51','Hardware -> Dell ',0),(0,4,NULL,'2008-01-17 13:25:05','Hardware -> Generic x86',0),(0,4,NULL,'2008-01-17 14:05:33','Hardware -> Dell ',0),(0,4,NULL,'2008-01-17 14:10:05','Hardware -> Generic x86',0),(0,4,NULL,'2008-01-23 19:10:14','Device status changed to Down',0),(0,4,NULL,'2008-01-23 19:15:03','Device status changed to Up',0),(0,4,NULL,'2008-02-12 13:45:06','Device status changed to Down',0),(0,4,NULL,'2008-02-12 14:20:29','Device status changed to Up',0),(0,4,NULL,'2008-02-12 14:30:05','Device status changed to Down',0),(0,4,NULL,'2008-02-12 14:50:04','Device status changed to Up',0),(0,34,265,'2008-10-28 18:47:12','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-28 19:20:06','Device status changed to Down',0),(0,34,NULL,'2008-10-28 19:20:14','Device status changed to Down',0),(0,33,NULL,'2008-10-28 19:25:03','Device status changed to Up',0),(0,34,NULL,'2008-10-28 19:25:13','Device status changed to Up',0),(0,34,282,'2008-10-28 19:40:20','Interface went up',0),(0,34,289,'2008-10-28 19:40:23','Interface went down',0),(0,34,282,'2008-10-28 19:45:21','Interface went down',0),(0,34,289,'2008-10-28 19:45:23','Interface went up',0),(0,33,NULL,'2008-10-28 21:50:05','Device status changed to Down',0),(0,34,NULL,'2008-10-28 21:50:14','Device status changed to Down',0),(0,33,NULL,'2008-10-28 21:55:04','Device status changed to Up',0),(0,34,NULL,'2008-10-28 21:55:13','Device status changed to Up',0),(0,34,274,'2008-10-28 22:00:22','Interface went up',0),(0,34,280,'2008-10-28 22:00:23','Interface went up',0),(0,34,289,'2008-10-28 22:00:27','Interface went down',0),(0,34,274,'2008-10-28 22:25:19','Interface went down',0),(0,34,288,'2008-10-28 22:25:54','Desc -> ',0),(0,34,289,'2008-10-28 22:26:00','Desc -> ',0),(0,34,NULL,'2008-10-28 22:30:29','Device status changed to Down',0),(0,33,NULL,'2008-10-28 23:55:05','Device status changed to Down',0),(0,33,NULL,'2008-10-29 00:00:04','Device status changed to Up',0),(0,33,260,'2008-10-29 00:47:04','Speed -> 100Mbps',0),(0,33,NULL,'2008-10-29 04:25:05','Device status changed to Down',0),(0,33,NULL,'2008-10-29 04:30:04','Device status changed to Up',0),(0,32,NULL,'2008-10-29 19:50:07','Device status changed to Down',0),(0,32,NULL,'2008-10-29 19:55:13','Device status changed to Up',0),(0,32,NULL,'2008-11-02 08:15:07','Device status changed to Down',0),(0,32,NULL,'2008-11-02 08:20:05','Device status changed to Up',0),(0,4,NULL,'2008-02-16 15:35:06','Device status changed to Down',0),(0,34,265,'2008-10-28 12:47:12','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-27 23:55:05','Device status changed to Down',0),(0,33,NULL,'2008-10-28 00:00:04','Device status changed to Up',0),(0,34,265,'2008-10-28 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-28 06:47:12','VLAN Vlan -> ',0),(0,4,NULL,'2008-02-16 16:10:04','Device status changed to Up',0),(0,35,290,'2008-10-03 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-03 06:47:25','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-02 16:55:05','Device status changed to Down',0),(0,34,NULL,'2008-10-02 16:55:13','Device status changed to Up',0),(0,33,NULL,'2008-10-02 17:00:05','Device status changed to Up',0),(0,35,NULL,'2008-10-02 17:00:08','Device status changed to Up',0),(0,35,290,'2008-10-02 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-02 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-03 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-10-03 00:47:27','VLAN Vlan -> ',0),(0,4,NULL,'2008-02-25 22:00:05','Device status changed to Down',0),(0,34,NULL,'2008-10-02 16:50:15','Device status changed to Down',0),(0,34,NULL,'2008-10-02 16:45:15','Device status changed to Up',0),(0,33,NULL,'2008-10-02 16:50:06','Device status changed to Up',0),(0,35,NULL,'2008-10-02 16:50:10','Device status changed to Down',0),(0,4,NULL,'2008-02-25 22:05:03','Device status changed to Up',0),(0,35,NULL,'2008-10-02 16:45:08','Device status changed to Up',0),(0,34,NULL,'2008-10-02 15:10:14','Device status changed to Up',0),(0,33,NULL,'2008-10-02 16:40:06','Device status changed to Down',0),(0,35,NULL,'2008-10-02 16:40:10','Device status changed to Down',0),(0,34,NULL,'2008-10-02 16:40:14','Device status changed to Down',0),(0,35,290,'2008-10-02 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-02 12:47:24','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-02 15:05:16','Device status changed to Down',0),(0,35,290,'2008-10-02 06:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-10-02 06:47:26','VLAN Vlan -> ',0),(0,34,265,'2008-10-01 18:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-10-02 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-10-02 00:47:26','VLAN Vlan -> ',0),(0,4,NULL,'2008-06-25 23:55:18','Hardware -> Generic x86',0),(0,4,NULL,'2008-06-25 23:51:03','Hardware -> Dell ',0),(0,4,NULL,'2008-03-01 16:50:14','Device status changed to Down',0),(0,4,NULL,'2008-03-01 16:55:03','Device status changed to Up',0),(0,4,NULL,'2008-03-02 00:55:38','Hardware -> Dell ',0),(0,4,NULL,'2008-03-02 01:00:06','Hardware -> Generic x86',0),(0,4,NULL,'2008-03-02 01:15:18','Hardware -> Dell ',0),(0,4,NULL,'2008-03-02 01:20:09','Hardware -> Generic x86',0),(0,4,NULL,'2008-03-02 01:25:13','Device status changed to Down',0),(0,4,NULL,'2008-03-02 01:30:04','Device status changed to Up',0),(0,4,NULL,'2008-03-02 01:35:03','sysDescr -> Linux alpha.pimpmynetwork.org 2.6.15-51-server #1 SMP Tue Feb 12 17:12:18 UTC 2008 i686',0),(0,4,NULL,'2008-03-02 01:35:03','OS Version -> 2.6.15-51-server',0),(0,4,NULL,'2008-03-02 21:35:23','Hardware -> Dell ',0),(0,4,NULL,'2008-03-02 21:40:05','Hardware -> Generic x86',0),(0,4,NULL,'2008-03-05 14:10:15','Hardware -> Dell ',0),(0,4,NULL,'2008-03-05 14:15:04','Hardware -> Generic x86',0),(0,4,NULL,'2008-06-24 12:25:17','Hardware -> Generic x86',0),(0,4,NULL,'2008-06-19 09:30:07','Device status changed to Up',0),(0,4,NULL,'2008-06-24 12:20:59','Hardware -> Dell ',0),(0,4,NULL,'2008-06-19 09:25:33','Device status changed to Down',0),(0,4,NULL,'2008-03-08 01:10:02','Device status changed to Down',0),(0,35,290,'2008-10-01 18:47:13','VLAN Vlan -> ',0),(0,4,NULL,'2008-03-08 01:40:04','Device status changed to Up',0),(0,35,290,'2008-09-18 06:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-09-18 06:47:22','VLAN Vlan -> ',0),(0,35,290,'2008-09-18 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-18 12:47:23','VLAN Vlan -> ',0),(0,37,335,'2008-09-18 15:57:52','Interface went down',0),(0,37,335,'2008-09-18 15:57:52','Interface disabled',0),(0,37,336,'2008-09-18 15:57:52','Interface went up',0),(0,37,336,'2008-09-18 15:57:52','Interface enabled',0),(0,37,337,'2008-09-18 15:57:52','Interface went down',0),(0,37,337,'2008-09-18 15:57:52','Interface disabled',0),(0,37,338,'2008-09-18 15:57:52','Interface went up',0),(0,37,338,'2008-09-18 15:57:52','Interface disabled',0),(0,37,339,'2008-09-18 15:57:52','Interface went down',0),(0,37,339,'2008-09-18 15:57:52','Interface disabled',0),(0,37,340,'2008-09-18 15:57:53','Interface went down',0),(0,37,340,'2008-09-18 15:57:53','Interface disabled',0),(0,37,341,'2008-09-18 15:57:53','Interface went down',0),(0,37,341,'2008-09-18 15:57:53','Interface disabled',0),(0,37,342,'2008-09-18 15:57:53','Interface went down',0),(0,37,342,'2008-09-18 15:57:53','Interface disabled',0),(0,37,343,'2008-09-18 15:57:53','Interface went up',0),(0,37,343,'2008-09-18 15:57:53','Interface enabled',0),(0,37,344,'2008-09-18 15:57:53','Interface went down',0),(0,37,344,'2008-09-18 15:57:53','Interface disabled',0),(0,37,345,'2008-09-18 15:57:53','Interface went down',0),(0,37,345,'2008-09-18 15:57:53','Interface disabled',0),(0,37,346,'2008-09-18 15:57:53','Interface went down',0),(0,37,346,'2008-09-18 15:57:53','Interface disabled',0),(0,37,347,'2008-09-18 15:57:53','Interface went down',0),(0,37,347,'2008-09-18 15:57:53','Interface disabled',0),(0,37,NULL,'2008-09-18 15:57:53','Contact -> Winweb ',0),(0,37,NULL,'2008-09-18 15:57:53','sysDescr -> SSG5-Serial version 6.0.0r4.0 (SN: 0162062008008757, Firewall+VPN)',0),(0,37,NULL,'2008-09-18 15:57:53','Location -> Star Suite, Telehouse North, UK',0),(0,37,NULL,'2008-09-18 15:57:53','OS Version -> 6.0.0r4.0',0),(0,37,NULL,'2008-09-18 15:57:53','OS Features -> Firewall+VPN',0),(0,37,NULL,'2008-09-18 15:57:53','Hardware -> Juniper Netscreen SSG5-Serial',0),(0,33,NULL,'2008-09-18 17:10:06','Device status changed to Down',0),(0,34,NULL,'2008-09-18 17:10:15','Device status changed to Down',0),(0,33,NULL,'2008-09-18 17:15:03','Device status changed to Up',0),(0,34,NULL,'2008-09-18 17:15:14','Device status changed to Up',0),(0,37,347,'2008-09-18 18:47:01','Name -> Vlan1',0),(0,37,347,'2008-09-18 18:47:01','Duplex -> unknown',0),(0,37,347,'2008-09-18 18:47:01','Type -> ethernetCsmacd',0),(0,37,347,'2008-09-18 18:47:01','MTU -> 1500',0),(0,37,347,'2008-09-18 18:47:01','MAC -> 0:21:59:34:eb:4f',0),(0,37,347,'2008-09-18 18:47:01','Speed -> -',0),(0,37,346,'2008-09-18 18:47:01','Duplex -> unknown',0),(0,37,346,'2008-09-18 18:47:01','Type -> propVirtual',0),(0,37,346,'2008-09-18 18:47:01','MTU -> 1500',0),(0,37,346,'2008-09-18 18:47:01','MAC -> 0:21:59:34:eb:4e',0),(0,37,346,'2008-09-18 18:47:01','Speed -> 1Gbps',0),(0,37,345,'2008-09-18 18:47:01','Duplex -> unknown',0),(0,37,345,'2008-09-18 18:47:01','Type -> propVirtual',0),(0,37,345,'2008-09-18 18:47:01','MTU -> 1500',0),(0,37,345,'2008-09-18 18:47:01','MAC -> 0:21:59:34:eb:4d',0),(0,37,345,'2008-09-18 18:47:01','Speed -> 1Gbps',0),(0,37,344,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,344,'2008-09-18 18:47:02','Type -> propVirtual',0),(0,37,344,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,344,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:4c',0),(0,37,344,'2008-09-18 18:47:02','Speed -> 1Gbps',0),(0,37,343,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,343,'2008-09-18 18:47:02','Type -> propVirtual',0),(0,37,343,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,343,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:4b',0),(0,37,343,'2008-09-18 18:47:02','Speed -> 100Mbps',0),(0,37,342,'2008-09-18 18:47:02','Name -> Ethernet0/6',0),(0,37,342,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,342,'2008-09-18 18:47:02','Type -> ethernetCsmacd',0),(0,37,342,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,342,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:4a',0),(0,37,342,'2008-09-18 18:47:02','Speed -> 100Mbps',0),(0,37,341,'2008-09-18 18:47:02','Name -> Ethernet0/5',0),(0,37,341,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,341,'2008-09-18 18:47:02','Type -> ethernetCsmacd',0),(0,37,341,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,341,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:49',0),(0,37,341,'2008-09-18 18:47:02','Speed -> 100Mbps',0),(0,37,340,'2008-09-18 18:47:02','Name -> Ethernet0/4',0),(0,37,340,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,340,'2008-09-18 18:47:02','Type -> ethernetCsmacd',0),(0,37,340,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,340,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:48',0),(0,37,340,'2008-09-18 18:47:02','Speed -> 100Mbps',0),(0,37,339,'2008-09-18 18:47:02','Name -> Ethernet0/3',0),(0,37,339,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,339,'2008-09-18 18:47:02','Type -> ethernetCsmacd',0),(0,37,339,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,339,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:47',0),(0,37,339,'2008-09-18 18:47:02','Speed -> 100Mbps',0),(0,37,338,'2008-09-18 18:47:02','Name -> Ethernet0/2',0),(0,37,338,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,338,'2008-09-18 18:47:02','Type -> ethernetCsmacd',0),(0,37,338,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,338,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:46',0),(0,37,338,'2008-09-18 18:47:02','Speed -> 100Mbps',0),(0,37,337,'2008-09-18 18:47:02','Name -> Ethernet0/1',0),(0,37,337,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,337,'2008-09-18 18:47:02','Type -> ethernetCsmacd',0),(0,37,337,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,337,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:45',0),(0,37,337,'2008-09-18 18:47:02','Speed -> 100Mbps',0),(0,37,336,'2008-09-18 18:47:02','Name -> Ethernet0/0',0),(0,37,336,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,336,'2008-09-18 18:47:02','Type -> ethernetCsmacd',0),(0,37,336,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,336,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:40',0),(0,37,336,'2008-09-18 18:47:02','Speed -> 100Mbps',0),(0,37,335,'2008-09-18 18:47:02','Name -> Serial0/0',0),(0,37,335,'2008-09-18 18:47:02','Duplex -> unknown',0),(0,37,335,'2008-09-18 18:47:02','Type -> modem',0),(0,37,335,'2008-09-18 18:47:02','MTU -> 1500',0),(0,37,335,'2008-09-18 18:47:02','MAC -> 0:21:59:34:eb:55',0),(0,37,335,'2008-09-18 18:47:02','Speed -> 92000',0),(0,35,290,'2008-09-18 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-18 18:47:24','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-18 23:05:05','Device status changed to Down',0),(0,33,NULL,'2008-09-18 23:10:03','Device status changed to Up',0),(0,35,290,'2008-09-19 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-19 00:47:23','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-19 05:25:05','Device status changed to Down',0),(0,33,NULL,'2008-09-19 05:30:04','Device status changed to Up',0),(0,33,NULL,'2008-09-19 06:15:06','Device status changed to Down',0),(0,33,NULL,'2008-09-19 06:20:03','Device status changed to Up',0),(0,35,290,'2008-09-19 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-19 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-19 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-19 12:47:24','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-19 16:20:06','Device status changed to Down',0),(0,35,NULL,'2008-09-19 16:20:10','Device status changed to Down',0),(0,34,NULL,'2008-09-19 16:20:13','Device status changed to Down',0),(0,33,NULL,'2008-09-19 16:25:03','Device status changed to Up',0),(0,35,NULL,'2008-09-19 16:25:06','Device status changed to Up',0),(0,34,NULL,'2008-09-19 16:25:14','Device status changed to Up',0),(0,35,290,'2008-09-19 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-19 18:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-09-20 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-20 00:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-09-20 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-20 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-20 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-20 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-20 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-20 18:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-21 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-21 00:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-21 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-21 06:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-21 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-21 12:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-09-21 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-21 18:47:25','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-21 19:40:05','Device status changed to Down',0),(0,33,NULL,'2008-09-21 19:45:03','Device status changed to Up',0),(0,35,290,'2008-09-22 00:47:16','VLAN Vlan -> ',0),(0,34,265,'2008-09-22 00:47:29','VLAN Vlan -> ',0),(0,4,NULL,'2008-09-22 02:31:24','Hardware -> Dell ',0),(0,4,NULL,'2008-09-22 02:36:06','Hardware -> Generic x86',0),(0,33,NULL,'2008-09-22 02:55:20','Device status changed to Down',0),(0,35,NULL,'2008-09-22 02:55:24','Device status changed to Down',0),(0,33,NULL,'2008-09-22 03:00:35','Device status changed to Up',0),(0,35,NULL,'2008-09-22 03:00:45','Device status changed to Up',0),(0,35,290,'2008-09-22 06:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-22 06:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-09-22 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-22 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-22 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-22 18:47:25','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-22 23:45:05','Device status changed to Down',0),(0,34,NULL,'2008-09-22 23:45:14','Device status changed to Down',0),(0,33,NULL,'2008-09-22 23:50:03','Device status changed to Up',0),(0,34,NULL,'2008-09-22 23:50:14','Device status changed to Up',0),(0,35,290,'2008-09-23 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-23 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-23 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-23 06:47:24','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-23 12:10:05','Device status changed to Down',0),(0,34,NULL,'2008-09-23 12:10:15','Device status changed to Down',0),(0,33,NULL,'2008-09-23 12:15:03','Device status changed to Up',0),(0,34,NULL,'2008-09-23 12:15:14','Device status changed to Up',0),(0,35,290,'2008-09-23 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-23 12:47:24','VLAN Vlan -> ',0),(0,34,NULL,'2008-09-23 13:30:21','Device status changed to Down',0),(0,35,291,'2008-09-23 13:30:30','Desc -> ',0),(0,35,292,'2008-09-23 13:30:36','Desc -> ',0),(0,35,293,'2008-09-23 13:30:42','Desc -> ',0),(0,35,298,'2008-09-23 13:31:13','Desc -> ',0),(0,35,299,'2008-09-23 13:31:19','Desc -> ',0),(0,35,291,'2008-09-23 13:35:11','Desc -> connection ssg-a into trusted port 0/0',0),(0,35,292,'2008-09-23 13:35:12','Desc -> connection ssg-b into trusted port 0/0',0),(0,35,293,'2008-09-23 13:35:12','Desc -> back door connecton to dns.winweb.net 10.44.255.196',0),(0,34,NULL,'2008-09-23 13:35:14','Device status changed to Up',0),(0,35,298,'2008-09-23 13:35:15','Desc -> interconnect to SSG-A',0),(0,35,299,'2008-09-23 13:35:15','Desc -> interconnect to SSG-B',0),(0,33,NULL,'2008-09-23 15:20:05','Device status changed to Down',0),(0,34,NULL,'2008-09-23 15:20:14','Device status changed to Down',0),(0,33,NULL,'2008-09-23 15:25:03','Device status changed to Up',0),(0,34,NULL,'2008-09-23 15:25:14','Device status changed to Up',0),(0,33,NULL,'2008-09-23 16:45:05','Device status changed to Down',0),(0,34,NULL,'2008-09-23 16:45:14','Device status changed to Down',0),(0,33,NULL,'2008-09-23 16:50:04','Device status changed to Up',0),(0,34,NULL,'2008-09-23 16:50:13','Device status changed to Up',0),(0,35,290,'2008-09-23 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-23 18:47:24','VLAN Vlan -> ',0),(0,37,NULL,'2008-09-23 19:15:24','Device status changed to Down',0),(0,37,NULL,'2008-09-23 19:20:20','Device status changed to Up',0),(0,35,290,'2008-09-24 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-24 00:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-09-24 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-24 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-24 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-24 12:47:23','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-24 17:05:05','Device status changed to Down',0),(0,34,NULL,'2008-09-24 17:05:15','Device status changed to Down',0),(0,33,NULL,'2008-09-24 17:10:04','Device status changed to Up',0),(0,34,NULL,'2008-09-24 17:10:15','Device status changed to Up',0),(0,35,290,'2008-09-24 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-24 18:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-09-25 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-25 00:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-09-25 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-25 06:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-09-25 12:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-25 12:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-09-25 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-25 18:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-09-26 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-26 00:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-26 06:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-26 06:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-26 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-26 12:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-09-26 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-26 18:47:27','VLAN Vlan -> ',0),(0,37,NULL,'2008-09-26 22:10:26','Device status changed to Down',0),(0,37,NULL,'2008-09-26 22:30:28','Device status changed to Up',0),(0,35,290,'2008-09-27 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-27 00:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-27 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-27 06:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-09-27 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-27 12:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-27 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-27 18:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-09-28 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-28 00:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-28 06:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-28 06:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-28 12:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-28 12:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-28 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-28 18:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-09-29 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-29 00:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-09-29 06:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-29 06:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-29 12:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-29 12:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-29 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-29 18:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-30 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-30 00:47:26','VLAN Vlan -> ',0),(0,34,NULL,'2008-09-30 01:45:17','Device status changed to Down',0),(0,34,NULL,'2008-09-30 01:50:15','Device status changed to Up',0),(0,35,290,'2008-09-30 06:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-30 06:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-30 12:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-30 12:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-09-30 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-30 18:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-10-01 00:47:15','VLAN Vlan -> ',0),(0,34,265,'2008-10-01 00:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-10-01 06:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-10-01 06:47:26','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-01 11:45:05','Device status changed to Down',0),(0,35,NULL,'2008-10-01 11:45:09','Device status changed to Down',0),(0,33,NULL,'2008-10-01 11:50:03','Device status changed to Up',0),(0,35,NULL,'2008-10-01 11:50:06','Device status changed to Up',0),(0,35,290,'2008-10-01 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-01 12:47:24','VLAN Vlan -> ',0),(0,34,285,'2008-10-01 15:00:40','Desc -> ',0),(0,34,288,'2008-10-01 15:00:59','Desc -> ',0),(0,34,289,'2008-10-01 15:01:05','Desc -> ',0),(0,34,285,'2008-10-01 15:05:22','Desc -> VPN Router 149.6.147.140',0),(0,34,288,'2008-10-01 15:05:23','Desc -> connection to backup cogent link',0),(0,34,289,'2008-10-01 15:05:23','Desc -> connection to primary cogent link - 149.6.147.137',0),(0,8,NULL,'2007-04-09 14:20:24','sysDescr -> NetBSD capsicum.loomroom.co.uk 3.0 NetBSD 3.0 (GENERIC) #0: Sun Dec 18 21:23:52 UTC 2005 builds@b3.netbsd.org:/home/builds/ab/netbsd-3-0-RELEASE/acorn32/200512182024Z-obj/home/builds/ab/netbsd-3-0-RELEASE/src/sys/arch/acorn32/compile/GENERIC acorn32',0),(0,8,NULL,'2007-04-09 14:50:12','Device status changed to Up',0),(0,8,NULL,'2007-04-09 14:50:24','sysDescr -> \"Voswall sotsci-fw.vostron.net 1.2.3-3.1 wrap FreeBSD 4.11-RELEASE-p26 i386\"',0),(0,33,NULL,'2008-09-18 05:40:04','Device status changed to Up',0),(0,34,NULL,'2008-09-18 05:40:14','Device status changed to Up',0),(0,34,NULL,'2008-09-18 05:35:14','Device status changed to Down',0),(0,34,NULL,'2008-09-16 19:00:28','Device status changed to Up',0),(0,35,290,'2008-09-17 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-17 00:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-09-17 06:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-09-17 06:47:22','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-17 07:55:06','Device status changed to Down',0),(0,33,NULL,'2008-09-17 08:00:04','Device status changed to Up',0),(0,34,285,'2008-09-17 10:31:26','Desc -> ',0),(0,34,288,'2008-09-17 10:31:44','Desc -> ',0),(0,34,289,'2008-09-17 10:31:51','Desc -> ',0),(0,34,285,'2008-09-17 10:35:20','Desc -> VPN Router 149.6.147.140',0),(0,34,288,'2008-09-17 10:35:21','Desc -> connection to backup cogent link',0),(0,34,289,'2008-09-17 10:35:22','Desc -> connection to primary cogent link - 149.6.147.137',0),(0,35,290,'2008-09-17 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-17 12:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-09-17 18:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-09-17 18:47:22','VLAN Vlan -> ',0),(0,35,290,'2008-09-18 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-18 00:47:24','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-18 05:35:06','Device status changed to Down',0),(0,35,290,'2008-09-14 06:47:10','VLAN Vlan -> ',0),(0,34,265,'2008-09-14 06:47:18','VLAN Vlan -> ',0),(0,35,290,'2008-09-14 12:47:09','VLAN Vlan -> ',0),(0,34,265,'2008-09-14 12:47:17','VLAN Vlan -> ',0),(0,35,290,'2008-09-14 18:47:08','VLAN Vlan -> ',0),(0,34,265,'2008-09-14 18:47:18','VLAN Vlan -> ',0),(0,35,290,'2008-09-15 00:47:17','VLAN Vlan -> ',0),(0,34,265,'2008-09-15 00:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-09-15 06:47:08','VLAN Vlan -> ',0),(0,34,265,'2008-09-15 06:47:18','VLAN Vlan -> ',0),(0,35,305,'2008-09-15 12:47:04','Speed -> 10Mbps',0),(0,35,303,'2008-09-15 12:47:05','Speed -> 10Mbps',0),(0,35,301,'2008-09-15 12:47:06','Speed -> 10Mbps',0),(0,35,290,'2008-09-15 12:47:09','VLAN Vlan -> ',0),(0,34,265,'2008-09-15 12:47:17','VLAN Vlan -> ',0),(0,35,305,'2008-09-15 18:47:06','Speed -> 1Gbps',0),(0,35,303,'2008-09-15 18:47:06','Speed -> 1Gbps',0),(0,35,301,'2008-09-15 18:47:07','Speed -> 1Gbps',0),(0,35,290,'2008-09-15 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-15 18:47:23','VLAN Vlan -> ',0),(0,35,294,'2008-09-15 19:40:13','Interface went up',0),(0,35,296,'2008-09-15 19:40:14','Interface went up',0),(0,35,296,'2008-09-16 00:47:10','Speed -> 1Gbps',0),(0,35,294,'2008-09-16 00:47:11','Speed -> 1Gbps',0),(0,35,290,'2008-09-16 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-16 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-16 06:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-09-16 06:47:22','VLAN Vlan -> ',0),(0,35,290,'2008-09-16 12:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-09-16 12:47:22','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-16 14:45:05','Device status changed to Down',0),(0,32,NULL,'2008-09-16 14:45:07','Device status changed to Down',0),(0,35,NULL,'2008-09-16 14:45:09','Device status changed to Down',0),(0,34,NULL,'2008-09-16 14:45:11','Device status changed to Down',0),(0,33,NULL,'2008-09-16 14:50:04','Device status changed to Up',0),(0,32,NULL,'2008-09-16 14:50:05','Device status changed to Up',0),(0,35,NULL,'2008-09-16 14:50:07','Device status changed to Up',0),(0,34,NULL,'2008-09-16 14:50:07','Device status changed to Up',0),(0,35,290,'2008-09-16 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-16 18:47:23','VLAN Vlan -> ',0),(0,34,NULL,'2008-09-16 18:55:29','Device status changed to Down',0),(0,33,NULL,'2008-09-12 05:15:04','Device status changed to Up',0),(0,35,290,'2008-09-12 06:47:08','VLAN Vlan -> ',0),(0,34,265,'2008-09-12 06:47:17','VLAN Vlan -> ',0),(0,35,290,'2008-09-12 12:47:08','VLAN Vlan -> ',0),(0,34,265,'2008-09-12 12:47:17','VLAN Vlan -> ',0),(0,35,290,'2008-09-12 18:47:10','VLAN Vlan -> ',0),(0,34,265,'2008-09-12 18:47:18','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-12 19:40:05','Device status changed to Down',0),(0,33,NULL,'2008-09-12 19:45:05','Device status changed to Up',0),(0,35,290,'2008-09-13 00:47:09','VLAN Vlan -> ',0),(0,34,265,'2008-09-13 00:47:17','VLAN Vlan -> ',0),(0,35,290,'2008-09-13 06:47:09','VLAN Vlan -> ',0),(0,34,265,'2008-09-13 06:47:17','VLAN Vlan -> ',0),(0,35,290,'2008-09-13 12:47:09','VLAN Vlan -> ',0),(0,34,265,'2008-09-13 12:47:18','VLAN Vlan -> ',0),(0,35,NULL,'2008-09-13 15:30:13','Device status changed to Down',0),(0,35,NULL,'2008-09-13 15:35:09','Device status changed to Up',0),(0,35,290,'2008-09-13 18:47:09','VLAN Vlan -> ',0),(0,34,265,'2008-09-13 18:47:17','VLAN Vlan -> ',0),(0,35,290,'2008-09-14 00:47:10','VLAN Vlan -> ',0),(0,34,265,'2008-09-14 00:47:19','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-12 05:10:05','Device status changed to Down',0),(0,34,265,'2008-09-12 00:47:17','VLAN Vlan -> ',0),(0,35,290,'2008-09-12 00:47:08','VLAN Vlan -> ',0),(0,34,265,'2008-09-11 18:47:17','VLAN Vlan -> ',0),(0,35,290,'2008-09-11 18:47:09','VLAN Vlan -> ',0),(0,34,265,'2008-09-11 12:47:18','VLAN Vlan -> ',0),(0,35,290,'2008-09-11 12:47:09','VLAN Vlan -> ',0),(0,34,265,'2008-09-11 06:47:18','VLAN Vlan -> ',0),(0,35,290,'2008-09-11 06:47:08','VLAN Vlan -> ',0),(0,34,265,'2008-09-11 00:47:17','VLAN Vlan -> ',0),(0,35,290,'2008-09-11 00:47:08','VLAN Vlan -> ',0),(0,34,265,'2008-09-10 18:47:16','VLAN Vlan -> ',0),(0,35,290,'2008-09-10 18:47:08','VLAN Vlan -> ',0),(0,34,265,'2008-09-10 12:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-09-10 12:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-09-10 06:47:22','VLAN Vlan -> ',0),(0,35,290,'2008-09-10 06:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-09-10 00:47:23','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-27 23:15:12','Device status changed to Up',0),(0,35,290,'2008-09-10 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-09 18:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-09-09 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-09 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-09 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-09 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-09 06:47:13','VLAN Vlan -> ',0),(0,37,NULL,'2008-10-27 23:15:08','Device status changed to Up',0),(0,33,NULL,'2008-10-27 23:15:03','Device status changed to Up',0),(0,34,265,'2008-09-09 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-09 00:47:13','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-27 23:10:14','Device status changed to Down',0),(0,37,NULL,'2008-10-27 23:10:14','Device status changed to Down',0),(0,33,NULL,'2008-10-27 23:10:06','Device status changed to Down',0),(0,34,265,'2008-10-27 18:47:12','VLAN Vlan -> ',0),(0,34,274,'2008-10-27 18:47:09','Speed -> 10Mbps',0),(0,34,NULL,'2008-10-27 18:20:13','Device status changed to Up',0),(0,34,265,'2008-09-08 18:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-09-08 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-08 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-08 18:47:13','VLAN Vlan -> ',0),(0,32,333,'2008-09-08 12:47:01','Speed -> 1Gbps',0),(0,32,333,'2008-09-08 12:47:01','MAC -> 0:1b:c0:53:b:2',0),(0,32,333,'2008-09-08 12:47:01','MTU -> 1500',0),(0,32,333,'2008-09-08 12:47:01','Type -> l2vlan',0),(0,32,333,'2008-09-08 12:47:01','Duplex -> unknown',0),(0,32,334,'2008-09-08 12:47:01','Speed -> 1Gbps',0),(0,32,334,'2008-09-08 12:47:01','MAC -> 0:1b:c0:53:b:2',0),(0,32,334,'2008-09-08 12:47:01','MTU -> 1500',0),(0,32,334,'2008-09-08 12:47:01','Type -> l2vlan',0),(0,32,334,'2008-09-08 12:47:01','Duplex -> unknown',0),(0,32,333,'2008-09-08 06:50:11','Interface enabled',0),(0,32,333,'2008-09-08 06:50:11','Interface went up',0),(0,32,333,'2008-09-08 06:50:11','Desc -> Managed Hosting VLAN 301',0),(0,32,334,'2008-09-08 06:50:10','Interface enabled',0),(0,32,334,'2008-09-08 06:50:10','Interface went up',0),(0,32,334,'2008-09-08 06:50:10','Desc -> Managed Hosting VLAN 303',0),(0,34,265,'2008-09-08 06:47:25','VLAN Vlan -> ',0),(0,34,265,'2008-09-08 00:47:23','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-27 18:20:04','Device status changed to Up',0),(0,34,NULL,'2008-10-27 18:05:15','Device status changed to Down',0),(0,33,NULL,'2008-10-27 18:05:06','Device status changed to Down',0),(0,34,265,'2008-10-27 12:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-09-08 06:47:13','VLAN Vlan -> ',0),(0,35,290,'2008-09-08 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-27 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-27 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-26 18:47:12','VLAN Vlan -> ',0),(0,32,NULL,'2008-10-26 18:40:04','Device status changed to Up',0),(0,32,NULL,'2008-10-26 18:35:07','Device status changed to Down',0),(0,34,265,'2008-10-26 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-07 18:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-09-07 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-07 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-07 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-07 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-07 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-26 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-26 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-25 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-25 12:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-09-05 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-05 18:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-25 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-25 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-24 18:47:12','VLAN Vlan -> ',0),(0,4,NULL,'2008-10-24 16:05:04','sysDescr -> Linux alpha.memetic.org 2.6.24-19-server #1 SMP Wed Aug 20 23:54:28 UTC 2008 i686',0),(0,35,290,'2008-09-06 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-06 00:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-09-06 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-06 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-06 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-06 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-06 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-06 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-07 00:47:15','VLAN Vlan -> ',0),(0,34,265,'2008-09-07 00:47:27','VLAN Vlan -> ',0),(0,4,NULL,'2008-10-24 15:05:56','Hardware -> Generic x86',0),(0,4,NULL,'2008-10-24 15:01:38','Hardware -> Dell ',0),(0,4,NULL,'2007-04-11 08:50:31','sysDescr -> \"m0n0wall fw.alderwasley.org 1.23b3 net45xx FreeBSD 4.11-RELEASE-p26 i386\"',0),(0,4,NULL,'2007-04-11 08:50:31','Device status changed to Down',0),(0,4,NULL,'2007-04-11 09:30:13','Device status changed to Up',0),(0,4,NULL,'2007-04-11 09:30:23','sysDescr -> Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,34,265,'2008-09-05 00:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-24 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-24 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-24 00:47:13','VLAN Vlan -> ',0),(0,32,348,'2008-10-24 00:47:01','Speed -> 1Gbps',0),(0,35,290,'2008-09-05 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-05 06:47:24','VLAN Vlan -> ',0),(0,32,348,'2008-10-24 00:47:01','MAC -> 0:1b:c0:53:b:2',0),(0,32,348,'2008-10-24 00:47:01','MTU -> 1500',0),(0,32,348,'2008-10-24 00:47:01','Type -> l2vlan',0),(0,32,348,'2008-10-24 00:47:01','Duplex -> unknown',0),(0,35,290,'2008-09-05 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-05 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-05 00:47:13','VLAN Vlan -> ',0),(0,32,348,'2008-10-23 18:50:11','Interface enabled',0),(0,34,NULL,'2008-09-01 18:15:36','Device status changed to Up',0),(0,33,NULL,'2008-09-01 18:20:09','Device status changed to Up',0),(0,34,NULL,'2008-09-01 18:30:49','Device status changed to Down',0),(0,34,NULL,'2008-09-01 18:35:45','Device status changed to Up',0),(0,35,NULL,'2008-09-01 18:40:24','Device status changed to Down',0),(0,35,NULL,'2008-09-01 18:45:23','Device status changed to Up',0),(0,35,290,'2008-09-01 18:47:18','VLAN Vlan -> ',0),(0,34,265,'2008-09-01 18:47:31','VLAN Vlan -> ',0),(0,34,NULL,'2008-09-01 18:51:12','Device status changed to Down',0),(0,33,NULL,'2008-09-01 19:00:21','Device status changed to Down',0),(0,34,NULL,'2008-09-01 19:01:24','Device status changed to Up',0),(0,33,NULL,'2008-09-01 19:05:35','Device status changed to Up',0),(0,34,NULL,'2008-09-01 19:25:55','Device status changed to Down',0),(0,34,NULL,'2008-09-01 19:31:08','Device status changed to Up',0),(0,33,NULL,'2008-09-01 19:35:20','Device status changed to Down',0),(0,33,NULL,'2008-09-01 19:40:10','Device status changed to Up',0),(0,32,348,'2008-10-23 18:50:11','Interface went up',0),(0,33,NULL,'2008-09-01 19:55:12','Device status changed to Down',0),(0,33,NULL,'2008-09-01 20:00:21','Device status changed to Up',0),(0,34,NULL,'2008-09-01 20:20:15','Device status changed to Down',0),(0,32,348,'2008-10-23 18:50:11','Desc -> Managed Hosting VLAN402',0),(0,34,NULL,'2008-09-01 20:35:14','Device status changed to Up',0),(0,35,NULL,'2008-09-01 20:40:12','Device status changed to Down',0),(0,35,NULL,'2008-09-01 20:45:12','Device status changed to Up',0),(0,33,NULL,'2008-09-01 20:50:05','Device status changed to Down',0),(0,33,NULL,'2008-09-01 20:55:04','Device status changed to Up',0),(0,33,NULL,'2008-09-01 21:35:05','Device status changed to Down',0),(0,33,NULL,'2008-09-01 21:40:05','Device status changed to Up',0),(0,34,265,'2008-10-23 18:47:12','VLAN Vlan -> ',0),(0,4,NULL,'2008-10-23 16:15:04','Device status changed to Up',0),(0,4,NULL,'2008-10-23 16:10:29','Device status changed to Down',0),(0,34,265,'2008-10-23 12:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-09-02 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-02 00:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-23 06:47:12','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-23 06:05:14','Device status changed to Up',0),(0,35,290,'2008-09-02 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-02 06:47:24','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-23 06:00:19','Device status changed to Down',0),(0,34,265,'2008-10-23 00:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-09-02 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-02 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-02 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-02 18:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-22 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-22 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-22 06:47:12','VLAN Vlan -> ',0),(0,33,259,'2008-10-22 00:47:13','Speed -> 100Mbps',0),(0,35,290,'2008-09-03 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-03 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-03 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-03 06:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-22 00:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-09-03 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-03 12:47:23','VLAN Vlan -> ',0),(0,32,NULL,'2008-09-03 15:50:07','Device status changed to Down',0),(0,32,NULL,'2008-09-03 16:20:05','Device status changed to Up',0),(0,32,248,'2008-09-03 16:25:46','Desc -> ',0),(0,32,250,'2008-09-03 16:25:58','Desc -> ',0),(0,32,248,'2008-09-03 16:30:20','Desc -> InterXion Management VLAN',0),(0,32,250,'2008-09-03 16:30:21','Desc -> Managed Hosting VLAN401',0),(0,35,290,'2008-09-03 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-03 18:47:24','VLAN Vlan -> ',0),(0,32,NULL,'2008-10-21 23:10:04','Device status changed to Up',0),(0,32,NULL,'2008-10-21 23:05:07','Device status changed to Down',0),(0,33,259,'2008-10-21 22:45:05','Interface went up',0),(0,33,251,'2008-10-21 22:35:04','Interface went testing',0),(0,35,NULL,'2008-10-21 21:45:12','Device status changed to Down',0),(0,33,259,'2008-10-21 21:45:06','Interface went down',0),(0,33,251,'2008-10-21 21:45:04','Interface went down',0),(0,34,265,'2008-10-21 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-21 18:47:13','VLAN Vlan -> ',0),(0,35,290,'2008-09-04 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-04 00:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-21 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-21 12:47:13','VLAN Vlan -> ',0),(0,35,290,'2008-09-04 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-04 06:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-21 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-21 06:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-09-04 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-09-04 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-09-04 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-09-04 18:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-21 00:47:24','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-01 17:50:05','Device status changed to Down',0),(0,33,NULL,'2008-09-01 17:55:04','Device status changed to Up',0),(0,34,NULL,'2008-09-01 18:10:46','Device status changed to Down',0),(0,33,NULL,'2008-09-01 18:15:13','Device status changed to Down',0),(0,33,NULL,'2008-09-01 17:40:05','Device status changed to Up',0),(0,34,NULL,'2008-09-01 17:30:19','Device status changed to Up',0),(0,34,NULL,'2008-09-01 17:20:15','Device status changed to Down',0),(0,33,NULL,'2008-09-01 17:20:06','Device status changed to Down',0),(0,34,NULL,'2008-09-01 17:10:15','Device status changed to Up',0),(0,34,NULL,'2008-09-01 17:00:22','Device status changed to Down',0),(0,35,NULL,'2008-09-01 15:35:09','Device status changed to Down',0),(0,33,NULL,'2008-09-01 15:40:04','Device status changed to Up',0),(0,35,NULL,'2008-09-01 15:40:09','Device status changed to Up',0),(0,34,NULL,'2008-09-01 15:40:14','Device status changed to Down',0),(0,33,NULL,'2008-09-01 15:45:05','Device status changed to Down',0),(0,35,NULL,'2008-09-01 15:45:09','Device status changed to Down',0),(0,33,NULL,'2008-09-01 15:50:04','Device status changed to Up',0),(0,33,NULL,'2008-09-01 15:55:05','Device status changed to Down',0),(0,33,NULL,'2008-09-01 16:05:05','Device status changed to Up',0),(0,33,NULL,'2008-09-01 16:15:05','Device status changed to Down',0),(0,35,NULL,'2008-09-01 16:15:10','Device status changed to Up',0),(0,34,NULL,'2008-09-01 16:15:13','Device status changed to Up',0),(0,33,NULL,'2008-09-01 16:25:06','Device status changed to Up',0),(0,33,NULL,'2008-09-01 16:30:06','Device status changed to Down',0),(0,35,NULL,'2008-09-01 16:30:10','Device status changed to Down',0),(0,34,NULL,'2008-09-01 16:35:14','Device status changed to Down',0),(0,33,NULL,'2008-09-01 16:40:05','Device status changed to Up',0),(0,34,NULL,'2008-09-01 16:40:13','Device status changed to Up',0),(0,35,NULL,'2008-09-01 16:45:12','Device status changed to Up',0),(0,13,53,'2007-02-20 11:05:25','Speed changed from 100Mbps -> 10Mbps',0),(0,13,53,'2007-02-20 11:02:42','Speed changed from 10Mbps -> 100Mbps',0),(0,15,NULL,'2007-02-20 11:01:13','Device status changed to Up',0),(0,15,NULL,'2007-02-20 11:01:01','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:10:14','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:11:25','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:15:25','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:20:14','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:23:02','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:25:05','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:25:34','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:28:49','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:30:13','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:35:05','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:35:32','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:36:35','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:37:24','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:38:53','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:40:13','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:40:14','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:45:05','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:50:15','Device status changed to Down',0),(0,4,NULL,'2007-04-08 15:55:04','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:00:14','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:05:04','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:10:14','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:15:04','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:20:15','Device status changed to Down',0),(0,4,NULL,'2007-04-08 16:25:05','Device status changed to Down',0),(0,4,36,'2007-03-18 22:45:15','Speed changed from 10Mbps -> 0',0),(0,4,36,'2007-03-18 22:45:15','MTU changed to 1480',0),(0,4,36,'2007-03-18 22:45:15','Type changed to tunnel',0),(0,4,36,'2007-03-18 22:45:15','Interface disabled',0),(0,4,36,'2007-03-18 22:45:15','Interface went down',0),(0,4,36,'2007-03-18 22:45:15','Name: eth0 -> sit0',0),(0,4,37,'2007-03-18 22:45:15','Speed changed from 0 -> 10Mbps',0),(0,4,37,'2007-03-18 22:45:15','MAC changed to 0:4:61:43:d9:b1',0),(0,4,37,'2007-03-18 22:45:15','MTU changed to 1500',0),(0,4,37,'2007-03-18 22:45:15','Type changed to ethernetCsmacd',0),(0,4,37,'2007-03-18 22:45:15','Interface disabled',0),(0,4,37,'2007-03-18 22:45:15','Interface went up',0),(0,4,37,'2007-03-18 22:45:15','Name: sit0 -> eth0',0),(0,4,NULL,'2007-03-18 22:45:09','Changed version from 2.6.15-27-server to 2.6.15-28-server',0),(0,4,NULL,'2007-03-18 22:45:03','Device status changed to Up',0),(0,4,NULL,'2007-03-17 13:15:07','Device status changed to Down',0),(0,8,NULL,'2007-03-14 13:20:02','Device status changed to Down',0),(0,8,NULL,'2007-03-14 10:10:10','Device status changed to Up',0),(0,8,NULL,'2007-03-14 03:55:10','Device status changed to Down',0),(0,8,NULL,'2007-03-14 02:55:02','Device status changed to Up',0),(0,8,NULL,'2007-03-14 01:50:10','Device status changed to Down',0),(0,8,NULL,'2007-03-14 00:50:02','Device status changed to Up',0),(0,8,NULL,'2007-03-13 23:50:02','Device status changed to Down',0),(0,8,NULL,'2007-03-13 20:45:10','Device status changed to Up',0),(0,8,NULL,'2007-03-13 18:45:01','Device status changed to Down',0),(0,8,NULL,'2007-03-13 17:40:11','Device status changed to Up',0),(0,8,NULL,'2007-03-13 17:40:11','Changed hardware from () to wrap (i386)',0),(0,8,NULL,'2007-03-13 17:40:11','Changed features from to FreeBSD 4.11-RELEASE-p26',0),(0,8,NULL,'2007-03-13 12:35:02','Device status changed to Down',0),(0,8,NULL,'2007-03-13 12:30:11','Changed hardware from wrap (i386) to ()',0),(0,8,NULL,'2007-03-13 12:30:11','Changed features from FreeBSD 4.11-RELEASE-p26 to ',0),(0,8,NULL,'2007-03-13 10:30:02','Device status changed to Up',0),(0,8,NULL,'2007-03-13 09:25:10','Device status changed to Down',0),(0,8,NULL,'2007-03-13 07:20:11','Device status changed to Up',0),(0,8,NULL,'2007-03-13 01:10:02','Device status changed to Down',0),(0,8,NULL,'2007-03-13 00:05:18','Device status changed to Up',0),(0,8,NULL,'2007-03-12 22:00:11','Device status changed to Down',0),(0,8,NULL,'2007-03-12 21:00:11','Device status changed to Up',0),(0,8,NULL,'2007-03-12 16:50:12','Device status changed to Down',0),(0,8,NULL,'2007-03-12 14:50:02','Device status changed to Up',0),(0,8,NULL,'2007-03-12 13:50:02','Device status changed to Down',0),(0,8,NULL,'2007-03-06 10:20:02','Device status changed to Up',0),(0,8,NULL,'2007-03-06 10:15:06','Device status changed to Down',0),(0,8,44,'2007-03-06 09:35:14','Interface disabled',0),(0,8,44,'2007-03-06 09:35:14','Interface went down',0),(0,4,NULL,'2007-03-05 12:40:05','Changed version from 2.6.15-23-server to 2.6.15-27-server',0),(0,4,NULL,'2007-03-31 14:15:10','New sysDescr - Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,4,37,'2008-04-09 06:47:03','Name -> ppp0',0),(0,4,37,'2008-04-09 06:47:03','Type -> ppp',0),(0,4,37,'2008-04-09 06:47:03','MTU -> 1496',0),(0,4,NULL,'2007-03-31 14:20:21','New sysDescr - Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,4,NULL,'2008-04-08 00:14:03','Device status changed to Up',0),(0,4,NULL,'2008-04-08 00:15:06','Contact -> Pimp My Network ',0),(0,4,NULL,'2008-04-08 00:15:06','sysDescr -> Linux alpha.pimpmynetwork.org 2.6.22-14-server #1 SMP Tue Feb 12 08:27:05 UTC 2008 i686',0),(0,4,NULL,'2008-04-08 00:15:06','Location -> France',0),(0,4,NULL,'2008-04-08 00:15:06','OS Version -> 2.6.22-14-server',0),(0,4,NULL,'2008-04-08 00:15:06','OS Features -> /usr/bin/distro: No such file or directory',0),(0,4,36,'2008-04-08 00:47:02','MAC -> 0:e0:4c:c3:a8:3e',0),(0,4,NULL,'2008-04-08 00:50:14','Device status changed to Down',0),(0,4,NULL,'2008-04-08 01:50:04','Contact -> Adam Armstrong ',0),(0,4,NULL,'2008-04-08 01:50:04','Location -> Science Park, Southampton, UK',0),(0,4,NULL,'2008-04-08 01:50:04','OS Features -> Ubuntu 7.10',0),(0,4,NULL,'2008-04-08 01:50:04','Device status changed to Up',0),(0,35,NULL,'2008-09-01 15:30:10','Device status changed to Up',0),(0,34,NULL,'2008-09-01 15:30:18','Device status changed to Up',0),(0,4,NULL,'2008-04-08 23:40:14','Device status changed to Down',0),(0,4,NULL,'2008-04-08 23:45:02','Device status changed to Up',0),(0,4,NULL,'2007-03-31 14:25:10','New sysDescr - Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,4,NULL,'2008-03-31 03:10:05','Device status changed to Up',0),(0,34,NULL,'2008-09-01 15:25:13','Device status changed to Down',0),(0,4,NULL,'2008-03-31 14:10:06','Device status changed to Down',0),(0,33,NULL,'2008-09-01 15:25:05','Device status changed to Down',0),(0,35,NULL,'2008-09-01 15:25:09','Device status changed to Down',0),(0,4,NULL,'2008-03-31 14:15:05','Device status changed to Up',0),(0,34,NULL,'2008-09-01 15:20:14','Device status changed to Up',0),(0,4,NULL,'2008-04-06 00:35:09','OS Features -> Ubuntu 6.10',0),(0,4,NULL,'2008-04-06 00:45:14','Device status changed to Down',0),(0,34,NULL,'2008-09-01 15:10:14','Device status changed to Down',0),(0,33,NULL,'2008-09-01 15:20:04','Device status changed to Up',0),(0,35,NULL,'2008-09-01 15:20:07','Device status changed to Up',0),(0,35,NULL,'2008-09-01 15:05:09','Device status changed to Up',0),(0,34,NULL,'2008-09-01 15:05:12','Device status changed to Up',0),(0,35,NULL,'2008-09-01 15:10:10','Device status changed to Down',0),(0,35,NULL,'2008-09-01 14:55:08','Device status changed to Up',0),(0,33,NULL,'2008-09-01 15:00:06','Device status changed to Down',0),(0,35,NULL,'2008-09-01 15:00:10','Device status changed to Down',0),(0,35,290,'2008-10-21 00:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-09-01 12:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-01 12:47:27','VLAN Vlan -> ',0),(0,33,NULL,'2008-09-01 14:10:05','Device status changed to Down',0),(0,33,NULL,'2008-09-01 14:15:05','Device status changed to Up',0),(0,34,NULL,'2008-09-01 14:15:15','Device status changed to Down',0),(0,35,NULL,'2008-09-01 14:25:13','Device status changed to Down',0),(0,34,NULL,'2008-09-01 14:25:14','Device status changed to Up',0),(0,35,NULL,'2008-09-01 14:30:17','Device status changed to Up',0),(0,35,NULL,'2008-09-01 14:35:15','Device status changed to Down',0),(0,33,NULL,'2008-09-01 14:40:05','Device status changed to Down',0),(0,35,NULL,'2008-09-01 14:40:08','Device status changed to Up',0),(0,34,NULL,'2008-09-01 14:40:14','Device status changed to Down',0),(0,35,NULL,'2008-09-01 14:50:09','Device status changed to Down',0),(0,33,NULL,'2008-09-01 14:55:05','Device status changed to Up',0),(0,4,NULL,'2007-03-31 14:30:21','New sysDescr - Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu Feb 1 16:58:14 UTC 2007 i686',0),(0,4,NULL,'2008-05-09 19:45:07','Hardware -> Generic x86',0),(0,4,NULL,'2008-05-09 19:40:33','Hardware -> Dell ',0),(0,4,NULL,'2008-05-03 14:35:19','Device status changed to Up',0),(0,4,NULL,'2008-05-03 14:30:24','Device status changed to Down',0),(0,4,NULL,'2008-03-31 03:05:06','Device status changed to Down',0),(0,35,302,'2008-08-29 18:45:15','Interface went down',0),(0,35,302,'2008-08-29 18:47:09','Speed -> 1Gbps',0),(0,35,290,'2008-08-29 18:47:14','VLAN Vlan -> ',0),(0,34,267,'2008-08-29 18:47:24','Speed -> 1Gbps',0),(0,34,265,'2008-08-29 18:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-30 00:47:17','VLAN Vlan -> ',0),(0,34,265,'2008-08-30 00:47:33','VLAN Vlan -> ',0),(0,35,290,'2008-08-30 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-30 06:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-30 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-30 12:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-30 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-30 18:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-31 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-31 00:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-31 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-31 06:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-31 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-31 12:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-31 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-31 18:47:26','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-20 23:20:08','Device status changed to Up',0),(0,37,NULL,'2008-10-20 23:20:08','Device status changed to Up',0),(0,35,290,'2008-09-01 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-01 00:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-09-01 06:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-09-01 06:47:27','VLAN Vlan -> ',0),(0,35,NULL,'2008-10-20 23:20:07','Device status changed to Up',0),(0,4,37,'2007-04-01 13:30:26','Speed changed from 10Mbps -> 100Mbps',0),(0,4,37,'2007-04-01 13:35:15','Speed changed from 100Mbps -> 10Mbps',0),(0,8,NULL,'2007-02-19 19:40:08','Changed version from 1.2.3-beta3 to 1.2.3-3.1',0),(0,4,NULL,'2008-03-29 01:45:06','Device status changed to Down',0),(0,34,274,'2008-08-29 16:35:16','Interface went down',0),(0,35,302,'2008-08-29 17:15:16','Interface went down',0),(0,35,302,'2008-08-29 17:30:19','Interface went up',0),(0,35,304,'2008-08-29 18:05:16','Interface went down',0),(0,34,267,'2008-08-29 16:35:14','Interface went up',0),(0,4,NULL,'2008-03-29 01:50:09','Device status changed to Up',0),(0,4,NULL,'2007-09-10 16:11:12','Hardware -> Dell ',0),(0,4,NULL,'2007-09-10 16:21:01','Hardware -> Generic x86',0),(0,4,NULL,'2007-09-10 02:46:00','Hardware -> Generic x86',0),(0,4,NULL,'2007-09-10 02:41:14','Hardware -> Dell ',0),(0,4,NULL,'2007-09-10 01:26:14','Hardware -> Dell ',0),(0,4,NULL,'2007-09-10 01:31:01','Hardware -> Generic x86',0),(0,4,NULL,'2007-09-07 13:46:13','Hardware -> Dell ',0),(0,4,NULL,'2007-09-07 13:51:01','Hardware -> Generic x86',0),(0,4,NULL,'2007-08-30 22:36:43','Hardware -> Dell ',0),(0,4,NULL,'2007-08-30 22:41:09','Hardware -> Generic x86',0),(0,4,NULL,'2007-08-28 01:26:18','Hardware -> Dell ',0),(0,4,NULL,'2007-08-28 01:31:05','Hardware -> Generic x86',0),(0,4,NULL,'2007-08-19 20:15:57','Hardware -> Generic x86',0),(0,4,NULL,'2007-08-19 20:11:05','Hardware -> Dell ',0),(0,4,NULL,'2007-08-19 19:56:10','Hardware -> Dell ',0),(0,4,NULL,'2007-08-19 20:00:58','Hardware -> Generic x86',0),(0,4,NULL,'2007-08-18 19:16:16','Hardware -> Dell ',0),(0,4,NULL,'2007-08-18 19:20:58','Hardware -> Generic x86',0),(0,35,304,'2008-08-29 13:20:17','Interface went down',0),(0,35,304,'2008-08-29 15:25:16','Interface went up',0),(0,35,302,'2008-08-29 16:10:16','Interface went up',0),(0,4,NULL,'2007-08-16 15:17:28','Device status changed to Up',0),(0,4,NULL,'2007-08-16 14:50:57','Device status changed to Down',0),(0,35,290,'2008-08-29 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-29 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-08-29 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-29 06:47:23','VLAN Vlan -> ',0),(0,33,NULL,'2008-08-29 07:35:05','Device status changed to Down',0),(0,35,NULL,'2008-08-29 07:35:09','Device status changed to Down',0),(0,34,NULL,'2008-08-29 07:35:13','Device status changed to Down',0),(0,33,NULL,'2008-08-29 08:40:03','Device status changed to Up',0),(0,35,NULL,'2008-08-29 08:40:06','Device status changed to Up',0),(0,34,NULL,'2008-08-29 08:40:13','Device status changed to Up',0),(0,35,302,'2008-08-29 09:30:20','Interface went up',0),(0,35,302,'2008-08-29 09:35:16','Interface went down',0),(0,35,302,'2008-08-29 09:45:15','Interface went up',0),(0,35,301,'2008-08-29 10:00:18','Interface went down',0),(0,35,303,'2008-08-29 10:00:19','Interface went down',0),(0,35,305,'2008-08-29 10:00:20','Interface went down',0),(0,35,NULL,'2008-08-29 10:15:13','Device status changed to Down',0),(0,35,NULL,'2008-08-29 10:20:11','Device status changed to Up',0),(0,35,301,'2008-08-29 10:25:16','Interface went up',0),(0,35,303,'2008-08-29 10:25:17','Interface went up',0),(0,35,305,'2008-08-29 10:25:18','Interface went up',0),(0,35,302,'2008-08-29 10:35:15','Interface went down',0),(0,35,302,'2008-08-29 12:47:07','Speed -> 100Mbps',0),(0,35,295,'2008-08-29 12:47:10','Speed -> 10Mbps',0),(0,35,290,'2008-08-29 12:47:12','VLAN Vlan -> ',0),(0,34,281,'2008-08-29 12:47:16','Speed -> 10Mbps',0),(0,34,265,'2008-08-29 12:47:23','VLAN Vlan -> ',0),(0,4,NULL,'2007-08-13 08:55:39','Device status changed to Up',0),(0,4,NULL,'2007-08-13 08:50:49','Device status changed to Down',0),(0,4,NULL,'2007-08-10 16:30:45','Device status changed to Up',0),(0,4,NULL,'2007-08-10 16:25:57','Device status changed to Down',0),(0,35,305,'2008-08-28 17:40:16','Interface went up',0),(0,35,302,'2008-08-28 17:45:15','Interface went up',0),(0,35,302,'2008-08-28 18:05:16','Interface went down',0),(0,35,304,'2008-08-28 18:05:16','Interface went up',0),(0,35,305,'2008-08-28 18:47:09','Speed -> 1Gbps',0),(0,35,303,'2008-08-28 18:47:09','Speed -> 1Gbps',0),(0,35,301,'2008-08-28 18:47:10','Speed -> 1Gbps',0),(0,35,290,'2008-08-28 18:47:16','VLAN Vlan -> ',0),(0,34,283,'2008-08-28 18:47:19','Speed -> 100Mbps',0),(0,34,265,'2008-08-28 18:47:28','VLAN Vlan -> ',0),(0,32,NULL,'2008-10-20 23:20:05','Device status changed to Up',0),(0,33,NULL,'2008-10-20 23:20:04','Device status changed to Up',0),(0,4,NULL,'2007-08-08 12:05:47','Device status changed to Up',0),(0,4,NULL,'2007-08-08 11:55:51','Device status changed to Down',0),(0,35,303,'2008-08-28 17:40:15','Interface went up',0),(0,34,285,'2008-08-28 12:47:16','Speed -> 100Mbps',0),(0,34,281,'2008-08-28 12:47:18','Speed -> 100Mbps',0),(0,34,265,'2008-08-28 12:47:25','VLAN Vlan -> ',0),(0,35,302,'2008-08-28 14:50:15','Interface went up',0),(0,34,283,'2008-08-28 14:50:19','Interface went up',0),(0,35,302,'2008-08-28 15:00:19','Interface went down',0),(0,35,302,'2008-08-28 15:05:15','Interface went up',0),(0,35,302,'2008-08-28 15:15:15','Interface went down',0),(0,35,302,'2008-08-28 15:30:18','Interface went up',0),(0,35,302,'2008-08-28 15:50:15','Interface went down',0),(0,35,304,'2008-08-28 15:55:15','Interface went down',0),(0,35,301,'2008-08-28 17:40:15','Interface went up',0),(0,35,302,'2008-08-28 12:47:09','Speed -> 1Gbps',0),(0,35,290,'2008-08-28 12:47:14','VLAN Vlan -> ',0),(0,4,218,'2008-08-25 14:50:08','Interface went down',0),(0,4,218,'2008-08-25 14:50:08','Interface disabled',0),(0,37,NULL,'2008-10-20 23:15:13','Device status changed to Down',0),(0,35,290,'2008-08-25 18:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-08-25 18:47:27','VLAN Vlan -> ',0),(0,4,332,'2008-08-25 18:50:11','Interface went down',0),(0,4,332,'2008-08-25 18:50:11','Interface disabled',0),(0,4,NULL,'2008-08-25 18:55:16','OS Features -> Ubuntu 8.04',0),(0,4,217,'2008-08-25 19:30:07','Interface went up',0),(0,4,217,'2008-08-25 19:30:07','Interface enabled',0),(0,4,218,'2008-08-25 19:30:07','Interface went up',0),(0,4,218,'2008-08-25 19:30:07','Interface enabled',0),(0,4,NULL,'2008-08-25 19:30:08','sysDescr -> Linux alpha.memetic.org 2.6.24-19-server #1 SMP Sat Jul 12 00:40:01 UTC 2008 i686',0),(0,4,NULL,'2008-08-25 19:30:08','OS Version -> 2.6.24-19-server',0),(0,4,332,'2008-08-26 00:47:01','Duplex -> unknown',0),(0,35,290,'2008-08-26 00:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-08-26 00:47:22','VLAN Vlan -> ',0),(0,35,290,'2008-08-26 06:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-08-26 06:47:22','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-20 23:15:11','Device status changed to Down',0),(0,35,NULL,'2008-10-20 23:15:09','Device status changed to Down',0),(0,32,NULL,'2008-10-20 23:15:07','Device status changed to Down',0),(0,33,NULL,'2008-10-20 23:15:05','Device status changed to Down',0),(0,35,290,'2008-08-26 12:47:17','VLAN Vlan -> ',0),(0,34,265,'2008-08-26 12:47:33','VLAN Vlan -> ',0),(0,35,NULL,'2008-08-26 14:45:16','Device status changed to Down',0),(0,35,NULL,'2008-08-26 14:50:13','Device status changed to Up',0),(0,35,290,'2008-08-26 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-26 18:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-27 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-27 00:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-20 18:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-20 18:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-08-27 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-27 06:47:25','VLAN Vlan -> ',0),(0,32,NULL,'2008-08-27 12:20:07','Device status changed to Down',0),(0,35,290,'2008-08-27 12:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-08-27 12:47:52','VLAN Vlan -> ',0),(0,32,NULL,'2008-08-27 13:20:06','Device status changed to Up',0),(0,32,NULL,'2008-10-20 15:50:05','Device status changed to Up',0),(0,32,NULL,'2008-10-20 15:45:07','Device status changed to Down',0),(0,34,265,'2008-10-20 12:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-20 12:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-08-27 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-27 18:47:26','VLAN Vlan -> ',0),(0,34,265,'2008-10-20 06:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-10-20 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-20 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-20 00:47:13','VLAN Vlan -> ',0),(0,35,290,'2008-08-28 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-28 00:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-08-28 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-28 06:47:23','VLAN Vlan -> ',0),(0,34,288,'2008-08-28 09:20:38','Desc -> ',0),(0,34,288,'2008-08-28 09:25:20','Desc -> connection to backup cogent link',0),(0,34,285,'2008-08-28 11:35:19','Interface went up',0),(0,34,281,'2008-08-28 11:40:18','Interface went up',0),(0,34,281,'2008-08-28 11:45:18','Interface went down',0),(0,35,302,'2008-08-28 11:55:15','Interface went up',0),(0,34,285,'2008-08-28 12:05:20','Desc -> VPN Router 149.6.147.140',0),(0,35,304,'2008-08-28 12:25:16','Interface went up',0),(0,35,302,'2008-08-28 12:30:18','Interface went down',0),(0,35,304,'2008-08-28 12:47:08','Speed -> 100Mbps',0),(0,4,217,'2008-08-25 14:50:08','Interface disabled',0),(0,34,265,'2008-08-25 12:47:31','VLAN Vlan -> ',0),(0,4,217,'2008-08-25 14:50:08','Interface went down',0),(0,34,265,'2008-08-25 06:47:29','VLAN Vlan -> ',0),(0,35,290,'2008-08-25 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-24 12:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-08-24 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-24 18:47:29','VLAN Vlan -> ',0),(0,35,290,'2008-08-25 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-25 00:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-08-25 06:47:13','VLAN Vlan -> ',0),(0,4,NULL,'2007-08-02 18:10:51','Device status changed to Up',0),(0,35,290,'2008-08-24 12:47:12','VLAN Vlan -> ',0),(0,4,NULL,'2008-03-29 00:00:12','Device status changed to Up',0),(0,35,290,'2008-08-24 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-24 06:47:30','VLAN Vlan -> ',0),(0,34,265,'2008-10-19 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-19 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-19 12:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-10-19 12:47:13','VLAN Vlan -> ',0),(0,35,290,'2008-08-24 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-24 00:47:30','VLAN Vlan -> ',0),(0,34,265,'2008-10-19 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-19 06:47:12','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-19 05:40:14','Device status changed to Up',0),(0,4,NULL,'2007-08-02 18:05:50','Device status changed to Down',0),(0,4,NULL,'2008-03-28 23:55:06','Device status changed to Down',0),(0,34,265,'2008-10-19 00:47:24','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-19 05:35:17','Device status changed to Down',0),(0,32,NULL,'2008-08-23 22:20:05','Device status changed to Up',0),(0,35,290,'2008-10-19 00:47:13','VLAN Vlan -> ',0),(0,4,217,'2008-04-12 00:50:03','Interface went up',0),(0,4,217,'2008-04-12 00:50:03','Interface enabled',0),(0,4,218,'2008-04-12 00:50:03','Interface went up',0),(0,4,218,'2008-04-12 00:50:03','Interface enabled',0),(0,4,218,'2008-04-12 06:47:01','Duplex -> unknown',0),(0,4,218,'2008-04-12 06:47:01','Type -> tunnel',0),(0,4,218,'2008-04-12 06:47:01','MTU -> 1480',0),(0,4,218,'2008-04-12 06:47:01','Speed -> -',0),(0,4,217,'2008-04-12 06:47:02','Duplex -> unknown',0),(0,4,217,'2008-04-12 06:47:02','Type -> tunnel',0),(0,4,217,'2008-04-12 06:47:02','MTU -> 1480',0),(0,4,217,'2008-04-12 06:47:02','Speed -> -',0),(0,34,265,'2008-08-23 18:47:27','VLAN Vlan -> ',0),(0,32,NULL,'2008-08-23 22:15:08','Device status changed to Down',0),(0,4,NULL,'2008-03-22 02:05:07','Device status changed to Down',0),(0,35,290,'2008-08-23 18:47:13','VLAN Vlan -> ',0),(0,4,NULL,'2008-03-22 02:10:08','Device status changed to Up',0),(0,34,265,'2008-10-18 18:47:24','VLAN Vlan -> ',0),(0,4,NULL,'2008-03-28 19:20:06','Device status changed to Down',0),(0,35,290,'2008-10-18 18:47:12','VLAN Vlan -> ',0),(0,4,NULL,'2008-03-28 19:25:07','Device status changed to Up',0),(0,34,265,'2008-08-23 12:47:27','VLAN Vlan -> ',0),(0,34,265,'2008-10-18 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-18 12:47:13','VLAN Vlan -> ',0),(0,4,NULL,'2007-07-31 08:12:30','Device status changed to Up',0),(0,4,NULL,'2007-07-31 07:20:57','Device status changed to Down',0),(0,34,265,'2008-08-23 00:47:28','VLAN Vlan -> ',0),(0,35,290,'2008-08-23 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-23 06:47:27','VLAN Vlan -> ',0),(0,34,265,'2008-10-18 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-18 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-18 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-18 00:47:13','VLAN Vlan -> ',0),(0,35,290,'2008-08-23 12:47:13','VLAN Vlan -> ',0),(0,32,NULL,'2008-08-22 13:55:08','Device status changed to Down',0),(0,32,NULL,'2008-08-22 14:10:06','Device status changed to Up',0),(0,35,290,'2008-08-22 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-22 18:47:30','VLAN Vlan -> ',0),(0,34,265,'2008-10-17 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-17 18:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-08-23 00:47:12','VLAN Vlan -> ',0),(0,4,NULL,'2007-07-31 06:56:31','Device status changed to Up',0),(0,4,NULL,'2007-07-31 06:46:32','Device status changed to Down',0),(0,32,NULL,'2008-08-22 13:50:05','Device status changed to Up',0),(0,4,NULL,'2007-07-31 06:41:11','Device status changed to Up',0),(0,4,NULL,'2007-07-31 06:40:54','Device status changed to Down',0),(0,34,265,'2008-10-17 12:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-22 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-22 06:47:30','VLAN Vlan -> ',0),(0,32,NULL,'2008-08-22 12:45:08','Device status changed to Down',0),(0,35,290,'2008-08-22 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-22 12:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-10-17 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-17 06:47:25','VLAN Vlan -> ',0),(0,34,265,'2008-08-21 18:47:28','VLAN Vlan -> ',0),(0,35,290,'2008-10-17 12:47:13','VLAN Vlan -> ',0),(0,35,290,'2008-08-22 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-22 00:47:27','VLAN Vlan -> ',0),(0,34,NULL,'2008-08-19 08:55:15','Device status changed to Up',0),(0,32,NULL,'2008-08-19 10:05:08','Device status changed to Down',0),(0,32,NULL,'2008-08-19 10:10:06','Device status changed to Up',0),(0,32,NULL,'2008-08-19 10:20:08','Device status changed to Down',0),(0,32,NULL,'2008-08-19 10:25:07','Device status changed to Up',0),(0,35,290,'2008-08-19 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-19 12:47:28','VLAN Vlan -> ',0),(0,35,290,'2008-08-19 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-08-19 18:47:28','VLAN Vlan -> ',0),(0,35,290,'2008-08-20 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-20 00:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-08-20 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-20 06:47:28','VLAN Vlan -> ',0),(0,35,290,'2008-08-20 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-20 12:47:29','VLAN Vlan -> ',0),(0,35,290,'2008-08-20 18:47:15','VLAN Vlan -> ',0),(0,34,265,'2008-08-20 18:47:29','VLAN Vlan -> ',0),(0,34,265,'2008-10-17 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-17 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-16 18:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-16 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-16 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-08-21 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-21 00:47:30','VLAN Vlan -> ',0),(0,35,290,'2008-08-21 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-21 06:47:29','VLAN Vlan -> ',0),(0,35,290,'2008-10-16 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-16 06:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-08-21 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-21 12:47:30','VLAN Vlan -> ',0),(0,35,290,'2008-08-21 18:47:13','VLAN Vlan -> ',0),(0,4,NULL,'2007-07-22 20:46:08','Hardware -> Dell ',0),(0,4,NULL,'2007-07-22 20:50:57','Hardware -> Generic x86',0),(0,33,NULL,'2008-08-19 08:55:04','Device status changed to Up',0),(0,34,NULL,'2008-08-19 07:45:21','Device status changed to Down',0),(0,33,NULL,'2008-08-19 07:45:05','Device status changed to Down',0),(0,32,NULL,'2008-08-18 18:25:06','Device status changed to Up',0),(0,35,290,'2008-08-18 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-18 18:47:27','VLAN Vlan -> ',0),(0,33,NULL,'2008-08-18 23:50:06','Device status changed to Down',0),(0,33,NULL,'2008-08-18 23:55:07','Device status changed to Up',0),(0,35,290,'2008-08-19 00:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-08-19 00:47:30','VLAN Vlan -> ',0),(0,35,290,'2008-08-19 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-19 06:47:28','VLAN Vlan -> ',0),(0,4,NULL,'2007-07-19 19:45:46','Device status changed to Up',0),(0,32,NULL,'2008-08-18 18:20:09','Device status changed to Down',0),(0,35,290,'2008-08-18 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-18 12:47:30','VLAN Vlan -> ',0),(0,35,290,'2008-10-16 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-16 00:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-10-16 06:47:13','VLAN Vlan -> ',0),(0,4,NULL,'2007-07-19 19:41:20','Device status changed to Down',0),(0,34,265,'2008-10-15 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-15 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-15 12:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-15 12:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-08-18 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-18 00:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-08-18 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-18 06:47:25','VLAN Vlan -> ',0),(0,34,265,'2008-10-15 06:47:24','VLAN Vlan -> ',0),(0,4,NULL,'2007-07-19 19:36:53','Device status changed to Up',0),(0,4,NULL,'2007-07-19 19:25:59','Device status changed to Down',0),(0,4,NULL,'2008-04-09 11:55:03','Location -> OVH, France',0),(0,34,NULL,'2008-10-14 11:05:15','Device status changed to Down',0),(0,35,290,'2008-08-17 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-17 00:47:29','VLAN Vlan -> ',0),(0,35,290,'2008-10-15 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-15 00:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-10-15 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-14 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-08-17 06:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-08-17 06:47:30','VLAN Vlan -> ',0),(0,35,290,'2008-10-14 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-14 12:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-08-17 12:47:15','VLAN Vlan -> ',0),(0,34,265,'2008-08-17 12:47:29','VLAN Vlan -> ',0),(0,35,290,'2008-08-17 18:47:16','VLAN Vlan -> ',0),(0,34,265,'2008-08-17 18:47:36','VLAN Vlan -> ',0),(0,35,290,'2008-10-14 12:47:12','VLAN Vlan -> ',0),(0,4,NULL,'2007-07-18 23:20:53','Device status changed to Up',0),(0,4,NULL,'2007-07-18 23:15:47','Device status changed to Down',0),(0,4,NULL,'2007-07-18 23:05:51','Device status changed to Up',0),(0,34,265,'2008-08-16 18:47:33','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-14 11:10:14','Device status changed to Up',0),(0,34,265,'2008-10-13 18:47:24','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-13 19:55:05','Device status changed to Down',0),(0,34,265,'2008-10-14 06:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-14 06:47:12','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-14 04:55:04','Device status changed to Up',0),(0,33,NULL,'2008-10-14 04:50:05','Device status changed to Down',0),(0,34,265,'2008-10-14 00:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-10-14 00:47:13','VLAN Vlan -> ',0),(0,35,290,'2008-08-16 12:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-08-16 12:47:32','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-13 20:00:21','Device status changed to Up',0),(0,33,NULL,'2008-10-13 20:00:05','Device status changed to Up',0),(0,35,290,'2008-08-16 18:47:15','VLAN Vlan -> ',0),(0,4,NULL,'2007-07-18 22:55:47','Device status changed to Down',0),(0,4,NULL,'2007-07-16 11:06:00','Device status changed to Up',0),(0,4,NULL,'2007-07-16 11:01:21','Device status changed to Down',0),(0,4,NULL,'2007-07-16 10:25:55','Device status changed to Up',0),(0,4,NULL,'2007-07-14 23:45:59','Device status changed to Down',0),(0,34,NULL,'2008-10-13 19:55:15','Device status changed to Down',0),(0,35,290,'2008-10-13 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-13 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-13 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-13 06:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-13 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-13 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-13 00:47:13','VLAN Vlan -> ',0),(0,37,NULL,'2008-10-12 21:45:22','Device status changed to Up',0),(0,37,NULL,'2008-10-12 21:40:24','Device status changed to Down',0),(0,34,265,'2008-10-12 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-12 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-12 12:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-10-12 12:47:13','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-12 10:10:14','Device status changed to Up',0),(0,33,NULL,'2008-10-12 10:10:03','Device status changed to Up',0),(0,34,NULL,'2008-10-12 10:05:16','Device status changed to Down',0),(0,33,NULL,'2008-10-12 10:05:06','Device status changed to Down',0),(0,34,NULL,'2008-10-12 08:50:14','Device status changed to Up',0),(0,35,NULL,'2008-10-12 08:50:06','Device status changed to Up',0),(0,33,NULL,'2008-10-12 08:50:03','Device status changed to Up',0),(0,34,NULL,'2008-10-12 08:45:15','Device status changed to Down',0),(0,35,NULL,'2008-10-12 08:45:10','Device status changed to Down',0),(0,33,NULL,'2008-10-12 08:45:05','Device status changed to Down',0),(0,34,265,'2008-10-12 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-12 06:47:12','VLAN Vlan -> ',0),(0,37,NULL,'2008-10-12 02:15:22','Device status changed to Up',0),(0,37,NULL,'2008-10-12 02:10:24','Device status changed to Down',0),(0,34,265,'2008-10-12 00:47:24','VLAN Vlan -> ',0),(0,4,NULL,'2008-03-16 13:45:10','Device status changed to Up',0),(0,4,NULL,'2008-03-16 13:40:06','Device status changed to Down',0),(0,4,NULL,'2007-07-08 01:06:16','Hardware -> Dell ',0),(0,4,NULL,'2007-07-08 01:11:06','Hardware -> Generic x86',0),(0,4,36,'2007-07-01 20:21:07','Interface enabled',0),(0,4,36,'2007-07-01 20:21:07','Interface went up',0),(0,4,37,'2007-07-01 20:21:06','Interface disabled',0),(0,4,37,'2007-07-01 20:21:06','Interface went down',0),(0,4,NULL,'2007-07-01 20:21:02','sysDescr -> Linux alpha.pimpmynetwork.org 2.6.15-28-server #1 SMP Thu May 10 10:40:27 UTC 2007 i686',0),(0,4,NULL,'2007-07-01 20:20:55','Device status changed to Up',0),(0,4,NULL,'2007-07-01 20:16:07','Device status changed to Down',0),(0,35,290,'2008-10-12 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-11 18:47:24','VLAN Vlan -> ',0),(0,34,265,'2008-10-11 12:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-11 18:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-10-11 12:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-08-15 18:47:15','VLAN Vlan -> ',0),(0,34,265,'2008-08-15 18:47:32','VLAN Vlan -> ',0),(0,34,265,'2008-10-11 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-11 06:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-08-16 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-16 00:47:29','VLAN Vlan -> ',0),(0,34,265,'2008-10-11 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-11 00:47:13','VLAN Vlan -> ',0),(0,35,290,'2008-08-16 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-16 06:47:30','VLAN Vlan -> ',0),(0,34,265,'2008-10-10 18:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-10 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-10 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-10 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-10 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-10 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-10 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-10 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-09 18:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-10-09 18:47:14','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-09 18:35:16','Device status changed to Up',0),(0,4,NULL,'2008-03-14 16:40:06','Device status changed to Down',0),(0,4,NULL,'2008-03-14 16:45:08','Device status changed to Up',0),(0,32,232,'2008-07-18 11:35:23','Interface went up',0),(0,32,232,'2008-07-18 11:35:23','Interface enabled',0),(0,32,223,'2008-07-18 11:35:23','Interface went up',0),(0,32,223,'2008-07-18 11:35:23','Interface enabled',0),(0,32,224,'2008-07-18 11:35:23','Interface went up',0),(0,32,224,'2008-07-18 11:35:23','Interface enabled',0),(0,32,225,'2008-07-18 11:35:23','Interface went up',0),(0,32,225,'2008-07-18 11:35:23','Interface enabled',0),(0,32,226,'2008-07-18 11:35:23','Interface went up',0),(0,32,226,'2008-07-18 11:35:23','Interface enabled',0),(0,32,227,'2008-07-18 11:35:24','Interface went up',0),(0,32,227,'2008-07-18 11:35:24','Interface enabled',0),(0,32,228,'2008-07-18 11:35:24','Interface went up',0),(0,32,228,'2008-07-18 11:35:24','Interface enabled',0),(0,32,229,'2008-07-18 11:35:24','Interface went up',0),(0,32,229,'2008-07-18 11:35:24','Interface enabled',0),(0,32,230,'2008-07-18 11:35:25','Interface went up',0),(0,32,230,'2008-07-18 11:35:25','Interface enabled',0),(0,32,231,'2008-07-18 11:35:25','Interface went up',0),(0,32,231,'2008-07-18 11:35:25','Interface enabled',0),(0,32,219,'2008-07-18 11:35:25','Interface went up',0),(0,32,219,'2008-07-18 11:35:25','Interface enabled',0),(0,32,220,'2008-07-18 11:35:26','Interface went up',0),(0,32,220,'2008-07-18 11:35:26','Interface enabled',0),(0,32,221,'2008-07-18 11:35:26','Interface went up',0),(0,32,221,'2008-07-18 11:35:26','Interface enabled',0),(0,32,222,'2008-07-18 11:35:26','Interface went up',0),(0,32,222,'2008-07-18 11:35:26','Interface enabled',0),(0,32,233,'2008-07-18 11:35:26','Interface went up',0),(0,32,233,'2008-07-18 11:35:26','Interface enabled',0),(0,32,234,'2008-07-18 11:35:26','Interface went up',0),(0,32,234,'2008-07-18 11:35:26','Interface enabled',0),(0,32,235,'2008-07-18 11:35:27','Interface went up',0),(0,32,235,'2008-07-18 11:35:27','Interface enabled',0),(0,32,236,'2008-07-18 11:35:27','Interface went up',0),(0,32,236,'2008-07-18 11:35:27','Interface enabled',0),(0,32,237,'2008-07-18 11:35:27','Interface went up',0),(0,32,237,'2008-07-18 11:35:27','Interface enabled',0),(0,32,238,'2008-07-18 11:35:27','Interface went up',0),(0,32,238,'2008-07-18 11:35:27','Interface enabled',0),(0,32,239,'2008-07-18 11:35:27','Interface went up',0),(0,32,239,'2008-07-18 11:35:27','Interface enabled',0),(0,32,240,'2008-07-18 11:35:28','Desc -> Cogent',0),(0,32,240,'2008-07-18 11:35:28','Interface went up',0),(0,32,240,'2008-07-18 11:35:28','Interface enabled',0),(0,32,241,'2008-07-18 11:35:28','Desc -> Internal LAN VLAN12',0),(0,32,241,'2008-07-18 11:35:28','Interface went up',0),(0,32,241,'2008-07-18 11:35:28','Interface enabled',0),(0,32,242,'2008-07-18 11:35:28','Interface went down',0),(0,32,242,'2008-07-18 11:35:28','Interface enabled',0),(0,32,243,'2008-07-18 11:35:28','Desc -> Connection to GSW03',0),(0,32,243,'2008-07-18 11:35:28','Interface went up',0),(0,32,243,'2008-07-18 11:35:28','Interface enabled',0),(0,32,244,'2008-07-18 11:35:28','Desc -> XOver to J03',0),(0,32,244,'2008-07-18 11:35:28','Interface went up',0),(0,32,244,'2008-07-18 11:35:28','Interface enabled',0),(0,32,245,'2008-07-18 11:35:29','Interface went up',0),(0,32,245,'2008-07-18 11:35:29','Interface enabled',0),(0,32,246,'2008-07-18 11:35:29','Interface went up',0),(0,32,246,'2008-07-18 11:35:29','Interface enabled',0),(0,32,247,'2008-07-18 11:35:29','Interface went up',0),(0,32,247,'2008-07-18 11:35:29','Interface enabled',0),(0,32,248,'2008-07-18 11:35:29','Desc -> InterXion Management VLAN',0),(0,32,248,'2008-07-18 11:35:29','Interface went up',0),(0,32,248,'2008-07-18 11:35:29','Interface enabled',0),(0,32,249,'2008-07-18 11:35:29','Interface went up',0),(0,32,249,'2008-07-18 11:35:29','Interface enabled',0),(0,32,250,'2008-07-18 11:35:30','Desc -> Managed Hosting VLAN401',0),(0,32,250,'2008-07-18 11:35:30','Interface went up',0),(0,32,250,'2008-07-18 11:35:30','Interface enabled',0),(0,32,NULL,'2008-07-18 11:35:30','Contact -> Alasdair Lumsden',0),(0,32,NULL,'2008-07-18 11:35:30','sysDescr -> J04 EveryCity Core Router',0),(0,32,NULL,'2008-07-18 11:35:30','Location -> Interxion LON1',0),(0,32,250,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,250,'2008-07-18 12:47:02','Type -> l2vlan',0),(0,32,250,'2008-07-18 12:47:02','MTU -> 1500',0),(0,32,250,'2008-07-18 12:47:02','MAC -> 0:1b:c0:53:b:2',0),(0,32,250,'2008-07-18 12:47:02','Speed -> 1Gbps',0),(0,32,249,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,249,'2008-07-18 12:47:02','Type -> l2vlan',0),(0,32,249,'2008-07-18 12:47:02','MTU -> 1518',0),(0,32,249,'2008-07-18 12:47:02','MAC -> 0:1b:c0:53:b:2',0),(0,32,249,'2008-07-18 12:47:02','Speed -> 1Gbps',0),(0,32,248,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,248,'2008-07-18 12:47:02','Type -> l2vlan',0),(0,32,248,'2008-07-18 12:47:02','MTU -> 1500',0),(0,32,248,'2008-07-18 12:47:02','MAC -> 0:1b:c0:53:b:2',0),(0,32,248,'2008-07-18 12:47:02','Speed -> 1Gbps',0),(0,32,247,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,247,'2008-07-18 12:47:02','Type -> propVirtual',0),(0,32,247,'2008-07-18 12:47:02','MTU -> 1500',0),(0,32,247,'2008-07-18 12:47:02','MAC -> 0:1b:c0:53:b:3',0),(0,32,247,'2008-07-18 12:47:02','Speed -> 1Gbps',0),(0,32,246,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,246,'2008-07-18 12:47:02','Type -> tunnel',0),(0,32,246,'2008-07-18 12:47:02','MTU -> 1500',0),(0,32,246,'2008-07-18 12:47:02','Speed -> 800000000',0),(0,32,245,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,245,'2008-07-18 12:47:02','Type -> propVirtual',0),(0,32,245,'2008-07-18 12:47:02','MTU -> 1500',0),(0,32,245,'2008-07-18 12:47:02','MAC -> 0:1b:c0:53:b:0',0),(0,32,245,'2008-07-18 12:47:02','Speed -> 100Mbps',0),(0,32,244,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,244,'2008-07-18 12:47:02','Type -> ethernetCsmacd',0),(0,32,244,'2008-07-18 12:47:02','MTU -> 1514',0),(0,32,244,'2008-07-18 12:47:02','MAC -> 0:1b:c0:53:b:3',0),(0,32,244,'2008-07-18 12:47:02','Speed -> 1Gbps',0),(0,32,243,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,243,'2008-07-18 12:47:02','Type -> ethernetCsmacd',0),(0,32,243,'2008-07-18 12:47:02','MTU -> 1518',0),(0,32,243,'2008-07-18 12:47:02','MAC -> 0:1b:c0:53:b:2',0),(0,32,243,'2008-07-18 12:47:02','Speed -> 1Gbps',0),(0,32,242,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,242,'2008-07-18 12:47:02','Type -> ethernetCsmacd',0),(0,32,242,'2008-07-18 12:47:02','MTU -> 1514',0),(0,32,242,'2008-07-18 12:47:02','MAC -> 0:1b:c0:53:b:1',0),(0,32,242,'2008-07-18 12:47:02','Speed -> 1Gbps',0),(0,32,241,'2008-07-18 12:47:02','Duplex -> unknown',0),(0,32,241,'2008-07-18 12:47:02','Type -> l2vlan',0),(0,32,241,'2008-07-18 12:47:02','MTU -> 1500',0),(0,32,241,'2008-07-18 12:47:02','MAC -> 0:1b:c0:53:b:2',0),(0,32,241,'2008-07-18 12:47:02','Speed -> 1Gbps',0),(0,32,240,'2008-07-18 12:47:03','Duplex -> unknown',0),(0,32,240,'2008-07-18 12:47:03','Type -> ethernetCsmacd',0),(0,32,240,'2008-07-18 12:47:03','MTU -> 1514',0),(0,32,240,'2008-07-18 12:47:03','MAC -> 0:1b:c0:53:b:0',0),(0,32,240,'2008-07-18 12:47:03','Speed -> 100Mbps',0),(0,32,239,'2008-07-18 12:47:03','Duplex -> unknown',0),(0,32,239,'2008-07-18 12:47:03','Type -> tunnel',0),(0,32,239,'2008-07-18 12:47:03','MTU -> 2147483647',0),(0,32,239,'2008-07-18 12:47:03','MAC -> 0:1b:c0:53:b:0',0),(0,32,239,'2008-07-18 12:47:03','Speed -> 800000000',0),(0,32,238,'2008-07-18 12:47:03','Duplex -> unknown',0),(0,32,238,'2008-07-18 12:47:03','Type -> tunnel',0),(0,32,238,'2008-07-18 12:47:03','MTU -> 2147483647',0),(0,32,238,'2008-07-18 12:47:03','Speed -> 800000000',0),(0,32,237,'2008-07-18 12:47:03','Duplex -> unknown',0),(0,32,237,'2008-07-18 12:47:03','Type -> pppMultilinkBundle',0),(0,32,237,'2008-07-18 12:47:03','MTU -> 1504',0),(0,32,237,'2008-07-18 12:47:03','Speed -> 622080000',0),(0,32,236,'2008-07-18 12:47:03','Duplex -> unknown',0),(0,32,236,'2008-07-18 12:47:03','Type -> tunnel',0),(0,32,236,'2008-07-18 12:47:03','MTU -> 2147483647',0),(0,32,236,'2008-07-18 12:47:03','Speed -> 800000000',0),(0,32,235,'2008-07-18 12:47:03','Duplex -> unknown',0),(0,32,235,'2008-07-18 12:47:03','Type -> tunnel',0),(0,32,235,'2008-07-18 12:47:03','MTU -> 2147483647',0),(0,32,235,'2008-07-18 12:47:03','Speed -> 800000000',0),(0,32,234,'2008-07-18 12:47:03','Duplex -> unknown',0),(0,32,234,'2008-07-18 12:47:03','Type -> tunnel',0),(0,32,234,'2008-07-18 12:47:03','MTU -> 2147483647',0),(0,32,234,'2008-07-18 12:47:03','Speed -> 800000000',0),(0,32,233,'2008-07-18 12:47:03','Duplex -> unknown',0),(0,32,233,'2008-07-18 12:47:03','Type -> tunnel',0),(0,32,233,'2008-07-18 12:47:03','MTU -> 2147483647',0),(0,32,233,'2008-07-18 12:47:03','Speed -> 800000000',0),(0,32,232,'2008-07-18 12:47:03','Duplex -> unknown',0),(0,32,232,'2008-07-18 12:47:03','Type -> other',0),(0,32,232,'2008-07-18 12:47:03','MTU -> 1532',0),(0,32,232,'2008-07-18 12:47:03','Speed -> -',0),(0,32,231,'2008-07-18 12:47:04','Duplex -> unknown',0),(0,32,231,'2008-07-18 12:47:04','Type -> softwareLoopback',0),(0,32,231,'2008-07-18 12:47:04','MTU -> 2147483647',0),(0,32,231,'2008-07-18 12:47:04','Speed -> -',0),(0,32,230,'2008-07-18 12:47:04','Duplex -> unknown',0),(0,32,230,'2008-07-18 12:47:04','Type -> propVirtual',0),(0,32,230,'2008-07-18 12:47:04','MTU -> 9192',0),(0,32,230,'2008-07-18 12:47:04','Speed -> 800000000',0),(0,32,229,'2008-07-18 12:47:04','Duplex -> unknown',0),(0,32,229,'2008-07-18 12:47:04','Type -> other',0),(0,32,229,'2008-07-18 12:47:04','MTU -> 9192',0),(0,32,229,'2008-07-18 12:47:04','Speed -> 800000000',0),(0,32,228,'2008-07-18 12:47:04','Duplex -> unknown',0),(0,32,228,'2008-07-18 12:47:04','Type -> softwareLoopback',0),(0,32,228,'2008-07-18 12:47:04','MTU -> 2147483647',0),(0,32,228,'2008-07-18 12:47:04','Speed -> -',0),(0,32,227,'2008-07-18 12:47:04','Duplex -> unknown',0),(0,32,227,'2008-07-18 12:47:04','Type -> tunnel',0),(0,32,227,'2008-07-18 12:47:04','MTU -> 2147483647',0),(0,32,227,'2008-07-18 12:47:04','Speed -> -',0),(0,32,226,'2008-07-18 12:47:04','Duplex -> unknown',0),(0,32,226,'2008-07-18 12:47:04','Type -> tunnel',0),(0,32,226,'2008-07-18 12:47:04','MTU -> 2147483647',0),(0,32,226,'2008-07-18 12:47:04','Speed -> -',0),(0,32,225,'2008-07-18 12:47:04','Duplex -> unknown',0),(0,32,225,'2008-07-18 12:47:04','Type -> tunnel',0),(0,32,225,'2008-07-18 12:47:04','MTU -> 2147483647',0),(0,32,225,'2008-07-18 12:47:04','Speed -> -',0),(0,32,224,'2008-07-18 12:47:04','Duplex -> unknown',0),(0,32,224,'2008-07-18 12:47:04','Type -> tunnel',0),(0,32,224,'2008-07-18 12:47:04','MTU -> 2147483647',0),(0,32,224,'2008-07-18 12:47:04','Speed -> -',0),(0,32,223,'2008-07-18 12:47:04','Duplex -> unknown',0),(0,32,223,'2008-07-18 12:47:04','Type -> tunnel',0),(0,32,223,'2008-07-18 12:47:04','MTU -> 2147483647',0),(0,32,223,'2008-07-18 12:47:04','Speed -> -',0),(0,32,222,'2008-07-18 12:47:05','Duplex -> unknown',0),(0,32,222,'2008-07-18 12:47:05','Type -> other',0),(0,32,222,'2008-07-18 12:47:05','MTU -> 2147483647',0),(0,32,222,'2008-07-18 12:47:05','Speed -> -',0),(0,32,221,'2008-07-18 12:47:05','Duplex -> unknown',0),(0,32,221,'2008-07-18 12:47:05','Type -> softwareLoopback',0),(0,32,221,'2008-07-18 12:47:05','MTU -> 2147483647',0),(0,32,221,'2008-07-18 12:47:05','Speed -> -',0),(0,32,220,'2008-07-18 12:47:05','Duplex -> unknown',0),(0,32,220,'2008-07-18 12:47:05','Type -> other',0),(0,32,220,'2008-07-18 12:47:05','MTU -> 2147483647',0),(0,32,220,'2008-07-18 12:47:05','Speed -> -',0),(0,32,219,'2008-07-18 12:47:05','Duplex -> unknown',0),(0,32,219,'2008-07-18 12:47:05','Type -> mplsTunnel',0),(0,32,219,'2008-07-18 12:47:05','MTU -> 1496',0),(0,32,219,'2008-07-18 12:47:05','Speed -> -',0),(0,32,NULL,'2008-07-18 12:50:09','OS Version -> HOST-RESOURCES-MIB::hrSWInstalledName.2 = STRING: JUNOS Software Release [9.1R2.10] (Export edition)\n',0),(0,32,NULL,'2008-07-18 12:50:09','Hardware -> SNMPv2-SMI::enterprises.2636.3.1.2.0 = STRING: Juniper J2350 Internet Router\n',0),(0,32,NULL,'2008-07-18 12:55:10','OS Version -> 9.1R2.10',0),(0,32,NULL,'2008-07-18 12:55:10','OS Features -> JUNOS Software Release [9.1R2.10] (Export edition)',0),(0,32,NULL,'2008-07-18 12:55:10','Hardware -> Juniper J2350 Internet Router',0),(0,32,NULL,'2008-07-18 12:58:56','OS Features -> Export edition',0),(0,32,NULL,'2008-07-18 18:50:08','Device status changed to Down',0),(0,32,NULL,'2008-07-18 19:00:07','Device status changed to Up',0),(0,4,36,'2008-07-23 13:30:05','Interface went down',0),(0,32,NULL,'2008-07-23 13:30:12','Device status changed to Down',0),(0,4,NULL,'2008-07-23 13:35:04','sysDescr -> Linux alpha.pimpmynetwork.org 2.6.22-15-server #1 SMP Tue Jun 10 09:50:08 UTC 2008 i686',0),(0,4,NULL,'2008-07-23 13:35:04','OS Version -> 2.6.22-15-server',0),(0,4,36,'2008-07-23 14:35:03','Interface went up',0),(0,32,NULL,'2008-07-23 14:35:05','Device status changed to Up',0),(0,32,NULL,'2008-07-24 18:15:25','Device status changed to Down',0),(0,32,NULL,'2008-07-24 18:20:09','Device status changed to Up',0),(0,32,NULL,'2008-07-24 18:40:07','Device status changed to Down',0),(0,32,NULL,'2008-07-24 18:45:05','Device status changed to Up',0),(0,32,NULL,'2008-07-25 09:00:09','Device status changed to Down',0),(0,32,NULL,'2008-07-25 09:05:04','Device status changed to Up',0),(0,32,NULL,'2008-07-25 09:50:07','Device status changed to Down',0),(0,32,NULL,'2008-07-25 09:55:05','Device status changed to Up',0),(0,32,NULL,'2008-07-25 18:45:07','Device status changed to Down',0),(0,32,NULL,'2008-07-25 18:50:05','Device status changed to Up',0),(0,32,240,'2008-07-25 22:01:05','Desc -> ',0),(0,32,241,'2008-07-25 22:01:11','Desc -> ',0),(0,32,243,'2008-07-25 22:01:23','Desc -> ',0),(0,32,244,'2008-07-25 22:01:29','Desc -> ',0),(0,32,240,'2008-07-25 22:05:08','Desc -> Cogent',0),(0,32,241,'2008-07-25 22:05:08','Desc -> Internal LAN VLAN12',0),(0,32,243,'2008-07-25 22:05:08','Desc -> Connection to GSW03',0),(0,32,244,'2008-07-25 22:05:08','Desc -> XOver to J03',0),(0,32,NULL,'2008-07-26 20:10:07','Device status changed to Down',0),(0,32,NULL,'2008-07-26 20:15:05','Device status changed to Up',0),(0,32,NULL,'2008-07-27 10:25:07','Device status changed to Down',0),(0,32,NULL,'2008-07-27 10:30:08','Device status changed to Up',0),(0,32,NULL,'2008-07-27 21:25:08','Device status changed to Down',0),(0,32,NULL,'2008-07-27 21:30:07','Device status changed to Up',0),(0,32,NULL,'2008-07-28 10:00:09','Device status changed to Down',0),(0,32,NULL,'2008-07-28 10:05:04','Device status changed to Up',0),(0,32,NULL,'2008-07-28 10:45:07','Device status changed to Down',0),(0,32,NULL,'2008-07-28 10:50:05','Device status changed to Up',0),(0,32,NULL,'2008-07-28 13:20:08','Device status changed to Down',0),(0,32,NULL,'2008-07-28 13:25:05','Device status changed to Up',0),(0,32,240,'2008-07-28 16:50:25','Desc -> ',0),(0,32,241,'2008-07-28 16:50:31','Desc -> ',0),(0,32,243,'2008-07-28 16:50:44','Desc -> ',0),(0,32,244,'2008-07-28 16:50:50','Desc -> ',0),(0,32,240,'2008-07-28 16:55:08','Desc -> Cogent',0),(0,32,241,'2008-07-28 16:55:08','Desc -> Internal LAN VLAN12',0),(0,32,243,'2008-07-28 16:55:08','Desc -> Connection to GSW03',0),(0,32,244,'2008-07-28 16:55:08','Desc -> XOver to J03',0),(0,32,NULL,'2008-08-01 00:05:07','Device status changed to Down',0),(0,32,NULL,'2008-08-01 00:10:05','Device status changed to Up',0),(0,32,NULL,'2008-08-01 00:15:07','Device status changed to Down',0),(0,32,NULL,'2008-08-01 00:20:04','Device status changed to Up',0),(0,32,240,'2008-08-04 23:15:44','Desc -> ',0),(0,32,241,'2008-08-04 23:15:50','Desc -> ',0),(0,32,243,'2008-08-04 23:16:02','Desc -> ',0),(0,32,244,'2008-08-04 23:16:08','Desc -> ',0),(0,32,240,'2008-08-04 23:20:08','Desc -> Cogent',0),(0,32,241,'2008-08-04 23:20:08','Desc -> Internal LAN VLAN12',0),(0,32,243,'2008-08-04 23:20:08','Desc -> Connection to GSW03',0),(0,32,244,'2008-08-04 23:20:08','Desc -> XOver to J03',0),(0,33,NULL,'2008-08-10 11:23:50','Contact -> Winweb ',0),(0,33,NULL,'2008-08-10 11:23:50','sysDescr -> SSG-240 version 6.0.0r4.0 (SN: 0185062008004501, Firewall+VPN)',0),(0,33,NULL,'2008-08-10 11:23:50','Location -> Telehouse North, London',0),(0,33,NULL,'2008-08-10 11:23:50','OS Version -> 6.0.0r4.0',0),(0,33,NULL,'2008-08-10 11:23:50','OS Features -> Firewall+VPN',0),(0,33,NULL,'2008-08-10 11:23:50','Hardware -> Juniper Netscreen SSG-240',0),(0,33,254,'2008-08-10 11:24:07','Interface went down',0),(0,33,254,'2008-08-10 11:24:07','Interface disabled',0),(0,33,251,'2008-08-10 11:24:07','Interface went testing',0),(0,33,251,'2008-08-10 11:24:07','Interface disabled',0),(0,33,252,'2008-08-10 11:24:08','Interface went down',0),(0,33,252,'2008-08-10 11:24:08','Interface disabled',0),(0,33,253,'2008-08-10 11:24:08','Interface went down',0),(0,33,253,'2008-08-10 11:24:08','Interface disabled',0),(0,33,255,'2008-08-10 11:24:08','Interface went down',0),(0,33,255,'2008-08-10 11:24:08','Interface disabled',0),(0,33,256,'2008-08-10 11:24:08','Interface went up',0),(0,33,256,'2008-08-10 11:24:08','Interface enabled',0),(0,33,257,'2008-08-10 11:24:09','Interface went down',0),(0,33,257,'2008-08-10 11:24:09','Interface disabled',0),(0,33,258,'2008-08-10 11:24:09','Interface went down',0),(0,33,258,'2008-08-10 11:24:09','Interface disabled',0),(0,33,259,'2008-08-10 11:24:09','Interface went up',0),(0,33,259,'2008-08-10 11:24:09','Interface enabled',0),(0,33,260,'2008-08-10 11:24:10','Interface went up',0),(0,33,260,'2008-08-10 11:24:10','Interface enabled',0),(0,33,261,'2008-08-10 11:24:10','Interface went down',0),(0,33,261,'2008-08-10 11:24:10','Interface disabled',0),(0,33,262,'2008-08-10 11:24:10','Interface went down',0),(0,33,262,'2008-08-10 11:24:10','Interface disabled',0),(0,33,263,'2008-08-10 11:24:11','Interface went down',0),(0,33,263,'2008-08-10 11:24:11','Interface disabled',0),(0,33,264,'2008-08-10 11:24:11','Interface went down',0),(0,33,264,'2008-08-10 11:24:11','Interface disabled',0),(0,33,NULL,'2008-08-10 11:55:05','Device status changed to Down',0),(0,33,NULL,'2008-08-10 12:30:04','Device status changed to Up',0),(0,33,264,'2008-08-10 12:47:06','Name -> Vlan1',0),(0,33,264,'2008-08-10 12:47:06','Duplex -> unknown',0),(0,33,264,'2008-08-10 12:47:06','Type -> ethernetCsmacd',0),(0,33,264,'2008-08-10 12:47:06','MTU -> 1500',0),(0,33,264,'2008-08-10 12:47:06','MAC -> 0:10:db:ff:20:f0',0),(0,33,264,'2008-08-10 12:47:06','Speed -> -',0),(0,33,263,'2008-08-10 12:47:07','Duplex -> unknown',0),(0,33,263,'2008-08-10 12:47:07','Type -> propVirtual',0),(0,33,263,'2008-08-10 12:47:07','MTU -> 1500',0),(0,33,263,'2008-08-10 12:47:07','MAC -> 0:10:db:ff:21:60',0),(0,33,263,'2008-08-10 12:47:07','Speed -> 1Gbps',0),(0,33,262,'2008-08-10 12:47:09','Duplex -> unknown',0),(0,33,262,'2008-08-10 12:47:09','Type -> propVirtual',0),(0,33,262,'2008-08-10 12:47:09','MTU -> 1500',0),(0,33,262,'2008-08-10 12:47:09','MAC -> 0:10:db:ff:21:50',0),(0,33,262,'2008-08-10 12:47:09','Speed -> 1Gbps',0),(0,33,261,'2008-08-10 12:47:09','Duplex -> unknown',0),(0,33,261,'2008-08-10 12:47:09','Type -> propVirtual',0),(0,33,261,'2008-08-10 12:47:09','MTU -> 1500',0),(0,33,261,'2008-08-10 12:47:09','MAC -> 0:10:db:ff:20:e0',0),(0,33,261,'2008-08-10 12:47:09','Speed -> 1Gbps',0),(0,33,260,'2008-08-10 12:47:10','Name -> Ethernet0/9',0),(0,33,260,'2008-08-10 12:47:10','Duplex -> unknown',0),(0,33,260,'2008-08-10 12:47:10','Type -> ethernetCsmacd',0),(0,33,260,'2008-08-10 12:47:10','MTU -> 1492',0),(0,33,260,'2008-08-10 12:47:10','MAC -> 0:10:db:ff:20:d0',0),(0,33,260,'2008-08-10 12:47:10','Speed -> 1Gbps',0),(0,33,259,'2008-08-10 12:47:10','Name -> Ethernet0/8',0),(0,33,259,'2008-08-10 12:47:10','Duplex -> unknown',0),(0,33,259,'2008-08-10 12:47:10','Type -> ethernetCsmacd',0),(0,33,259,'2008-08-10 12:47:10','MTU -> 1500',0),(0,33,259,'2008-08-10 12:47:10','MAC -> 0:10:db:ff:20:c0',0),(0,33,259,'2008-08-10 12:47:10','Speed -> 1Gbps',0),(0,33,258,'2008-08-10 12:47:10','Name -> Ethernet0/7',0),(0,33,258,'2008-08-10 12:47:10','Duplex -> unknown',0),(0,33,258,'2008-08-10 12:47:10','Type -> ethernetCsmacd',0),(0,33,258,'2008-08-10 12:47:10','MTU -> 1500',0),(0,33,258,'2008-08-10 12:47:10','MAC -> 0:10:db:ff:20:b0',0),(0,33,258,'2008-08-10 12:47:10','Speed -> 100Mbps',0),(0,33,257,'2008-08-10 12:47:10','Name -> Ethernet0/6',0),(0,33,257,'2008-08-10 12:47:10','Duplex -> unknown',0),(0,33,257,'2008-08-10 12:47:10','Type -> ethernetCsmacd',0),(0,33,257,'2008-08-10 12:47:10','MTU -> 1500',0),(0,33,257,'2008-08-10 12:47:10','MAC -> 0:10:db:ff:20:a0',0),(0,33,257,'2008-08-10 12:47:10','Speed -> 100Mbps',0),(0,33,256,'2008-08-10 12:47:11','Name -> Ethernet0/5',0),(0,33,256,'2008-08-10 12:47:11','Duplex -> unknown',0),(0,33,256,'2008-08-10 12:47:11','Type -> ethernetCsmacd',0),(0,33,256,'2008-08-10 12:47:11','MTU -> 1500',0),(0,33,256,'2008-08-10 12:47:11','MAC -> 0:21:59:13:32:89',0),(0,33,256,'2008-08-10 12:47:11','Speed -> 100Mbps',0),(0,33,255,'2008-08-10 12:47:11','Name -> Ethernet0/4',0),(0,33,255,'2008-08-10 12:47:11','Duplex -> unknown',0),(0,33,255,'2008-08-10 12:47:11','Type -> ethernetCsmacd',0),(0,33,255,'2008-08-10 12:47:11','MTU -> 1500',0),(0,33,255,'2008-08-10 12:47:11','MAC -> 0:10:db:ff:20:80',0),(0,33,255,'2008-08-10 12:47:11','Speed -> 100Mbps',0),(0,33,254,'2008-08-10 12:47:12','Name -> Ethernet0/3',0),(0,33,254,'2008-08-10 12:47:12','Duplex -> unknown',0),(0,33,254,'2008-08-10 12:47:12','Type -> ethernetCsmacd',0),(0,33,254,'2008-08-10 12:47:12','MTU -> 1500',0),(0,33,254,'2008-08-10 12:47:12','MAC -> 0:10:db:ff:20:70',0),(0,33,254,'2008-08-10 12:47:12','Speed -> 100Mbps',0),(0,33,253,'2008-08-10 12:47:14','Name -> Ethernet0/2',0),(0,33,253,'2008-08-10 12:47:14','Duplex -> unknown',0),(0,33,253,'2008-08-10 12:47:14','Type -> ethernetCsmacd',0),(0,33,253,'2008-08-10 12:47:14','MTU -> 1500',0),(0,33,253,'2008-08-10 12:47:14','MAC -> 0:10:db:ff:20:60',0),(0,33,253,'2008-08-10 12:47:14','Speed -> 100Mbps',0),(0,33,252,'2008-08-10 12:47:14','Name -> Ethernet0/1',0),(0,33,252,'2008-08-10 12:47:14','Duplex -> unknown',0),(0,33,252,'2008-08-10 12:47:14','Type -> ethernetCsmacd',0),(0,33,252,'2008-08-10 12:47:14','MTU -> 1500',0),(0,33,252,'2008-08-10 12:47:14','MAC -> 0:10:db:ff:20:50',0),(0,33,252,'2008-08-10 12:47:14','Speed -> 100Mbps',0),(0,33,251,'2008-08-10 12:47:14','Name -> Ethernet0/0',0),(0,33,251,'2008-08-10 12:47:14','Duplex -> unknown',0),(0,33,251,'2008-08-10 12:47:14','Type -> ethernetCsmacd',0),(0,33,251,'2008-08-10 12:47:14','MTU -> 1500',0),(0,33,251,'2008-08-10 12:47:14','MAC -> 0:10:db:ff:20:0',0),(0,33,251,'2008-08-10 12:47:14','Speed -> 100Mbps',0),(0,34,265,'2008-08-10 13:30:18','Interface went up',0),(0,34,265,'2008-08-10 13:30:18','Interface enabled',0),(0,34,266,'2008-08-10 13:30:18','Interface went down',0),(0,34,266,'2008-08-10 13:30:18','Interface enabled',0),(0,34,267,'2008-08-10 13:30:19','Interface went down',0),(0,34,267,'2008-08-10 13:30:19','Interface enabled',0),(0,34,268,'2008-08-10 13:30:19','Interface went down',0),(0,34,268,'2008-08-10 13:30:19','Interface enabled',0),(0,34,269,'2008-08-10 13:30:19','Interface went down',0),(0,34,269,'2008-08-10 13:30:19','Interface enabled',0),(0,34,270,'2008-08-10 13:30:19','Interface went down',0),(0,34,270,'2008-08-10 13:30:19','Interface enabled',0),(0,34,271,'2008-08-10 13:30:20','Interface went down',0),(0,34,271,'2008-08-10 13:30:20','Interface enabled',0),(0,34,272,'2008-08-10 13:30:20','Interface went down',0),(0,34,272,'2008-08-10 13:30:20','Interface enabled',0),(0,34,273,'2008-08-10 13:30:20','Interface went up',0),(0,34,273,'2008-08-10 13:30:20','Interface enabled',0),(0,34,274,'2008-08-10 13:30:21','Interface went up',0),(0,34,274,'2008-08-10 13:30:21','Interface enabled',0),(0,34,275,'2008-08-10 13:30:21','Interface went down',0),(0,34,275,'2008-08-10 13:30:21','Interface enabled',0),(0,34,276,'2008-08-10 13:30:22','Interface went down',0),(0,34,276,'2008-08-10 13:30:22','Interface enabled',0),(0,34,277,'2008-08-10 13:30:22','Interface went down',0),(0,34,277,'2008-08-10 13:30:22','Interface enabled',0),(0,34,278,'2008-08-10 13:30:22','Interface went down',0),(0,34,278,'2008-08-10 13:30:22','Interface enabled',0),(0,34,279,'2008-08-10 13:30:22','Interface went down',0),(0,34,279,'2008-08-10 13:30:22','Interface enabled',0),(0,34,280,'2008-08-10 13:30:22','Interface went down',0),(0,34,280,'2008-08-10 13:30:22','Interface enabled',0),(0,34,281,'2008-08-10 13:30:23','Interface went down',0),(0,34,281,'2008-08-10 13:30:23','Interface enabled',0),(0,34,282,'2008-08-10 13:30:23','Interface went down',0),(0,34,282,'2008-08-10 13:30:23','Interface enabled',0),(0,34,283,'2008-08-10 13:30:23','Interface went down',0),(0,34,283,'2008-08-10 13:30:23','Interface enabled',0),(0,34,284,'2008-08-10 13:30:23','Interface went down',0),(0,34,284,'2008-08-10 13:30:23','Interface enabled',0),(0,34,285,'2008-08-10 13:30:24','Interface went down',0),(0,34,285,'2008-08-10 13:30:24','Interface enabled',0),(0,34,286,'2008-08-10 13:30:24','Interface went down',0),(0,34,286,'2008-08-10 13:30:24','Interface enabled',0),(0,34,287,'2008-08-10 13:30:24','Interface went down',0),(0,34,287,'2008-08-10 13:30:24','Interface enabled',0),(0,34,288,'2008-08-10 13:30:24','Desc -> connection to backup cogent link',0),(0,34,288,'2008-08-10 13:30:24','Interface went down',0),(0,34,288,'2008-08-10 13:30:24','Interface enabled',0),(0,34,289,'2008-08-10 13:30:25','Desc -> connection to primary cogent link - 149.6.147.137',0),(0,34,289,'2008-08-10 13:30:25','Interface went up',0),(0,34,289,'2008-08-10 13:30:25','Interface enabled',0),(0,34,NULL,'2008-08-10 13:30:25','sysDescr -> Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(35)SE5, RELEASE SOFTWARE (fc1)\r',0),(0,34,NULL,'2008-08-10 13:30:25','OS Version -> 12.2(35)SE5',0),(0,34,NULL,'2008-08-10 13:30:25','OS Features -> Lan Base',0),(0,34,NULL,'2008-08-10 13:30:25','Hardware -> C2960',0),(0,35,290,'2008-08-10 13:33:50','Interface went up',0),(0,35,290,'2008-08-10 13:33:50','Interface enabled',0),(0,35,291,'2008-08-10 13:33:51','Desc -> connection ssg-a into trusted port 0/0',0),(0,35,291,'2008-08-10 13:33:51','Interface went up',0),(0,35,291,'2008-08-10 13:33:51','Interface enabled',0),(0,35,292,'2008-08-10 13:33:51','Desc -> connection ssg-b into trusted port 0/0',0),(0,35,292,'2008-08-10 13:33:51','Interface went up',0),(0,35,292,'2008-08-10 13:33:51','Interface enabled',0),(0,35,293,'2008-08-10 13:33:52','Desc -> back door connecton to dns.winweb.net 10.44.255.196',0),(0,35,293,'2008-08-10 13:33:52','Interface went up',0),(0,35,293,'2008-08-10 13:33:52','Interface enabled',0),(0,35,294,'2008-08-10 13:33:52','Interface went down',0),(0,35,294,'2008-08-10 13:33:52','Interface enabled',0),(0,35,295,'2008-08-10 13:33:52','Interface went down',0),(0,35,295,'2008-08-10 13:33:52','Interface enabled',0),(0,35,296,'2008-08-10 13:33:53','Interface went down',0),(0,35,296,'2008-08-10 13:33:53','Interface enabled',0),(0,35,297,'2008-08-10 13:33:53','Interface went down',0),(0,35,297,'2008-08-10 13:33:53','Interface enabled',0),(0,35,298,'2008-08-10 13:33:53','Desc -> interconnect to SSG-A',0),(0,35,298,'2008-08-10 13:33:53','Interface went up',0),(0,35,298,'2008-08-10 13:33:53','Interface enabled',0),(0,35,299,'2008-08-10 13:33:54','Desc -> interconnect to SSG-B',0),(0,35,299,'2008-08-10 13:33:54','Interface went up',0),(0,35,299,'2008-08-10 13:33:54','Interface enabled',0),(0,35,300,'2008-08-10 13:33:54','Interface went down',0),(0,35,300,'2008-08-10 13:33:54','Interface enabled',0),(0,35,301,'2008-08-10 13:33:54','Interface went down',0),(0,35,301,'2008-08-10 13:33:54','Interface enabled',0),(0,35,302,'2008-08-10 13:33:55','Interface went down',0),(0,35,302,'2008-08-10 13:33:55','Interface enabled',0),(0,35,303,'2008-08-10 13:33:55','Interface went down',0),(0,35,303,'2008-08-10 13:33:55','Interface enabled',0),(0,35,304,'2008-08-10 13:33:55','Interface went down',0),(0,35,304,'2008-08-10 13:33:55','Interface enabled',0),(0,35,305,'2008-08-10 13:33:55','Interface went down',0),(0,35,305,'2008-08-10 13:33:55','Interface enabled',0),(0,35,306,'2008-08-10 13:33:56','Interface went down',0),(0,35,306,'2008-08-10 13:33:56','Interface enabled',0),(0,35,307,'2008-08-10 13:33:56','Interface went down',0),(0,35,307,'2008-08-10 13:33:56','Interface enabled',0),(0,35,308,'2008-08-10 13:33:56','Interface went down',0),(0,35,308,'2008-08-10 13:33:56','Interface enabled',0),(0,35,309,'2008-08-10 13:33:56','Interface went down',0),(0,35,309,'2008-08-10 13:33:56','Interface enabled',0),(0,35,310,'2008-08-10 13:33:57','Desc -> connection to old 10 net switch - 10.44.255.251',0),(0,35,310,'2008-08-10 13:33:57','Interface went down',0),(0,35,310,'2008-08-10 13:33:57','Interface disabled',0),(0,35,311,'2008-08-10 13:33:57','Interface went down',0),(0,35,311,'2008-08-10 13:33:57','Interface enabled',0),(0,35,312,'2008-08-10 13:33:57','Interface went down',0),(0,35,312,'2008-08-10 13:33:57','Interface enabled',0),(0,35,313,'2008-08-10 13:33:57','Interface went down',0),(0,35,313,'2008-08-10 13:33:57','Interface enabled',0),(0,35,314,'2008-08-10 13:33:58','Interface went down',0),(0,35,314,'2008-08-10 13:33:58','Interface enabled',0),(0,35,NULL,'2008-08-10 13:33:58','sysDescr -> Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(35)SE5, RELEASE SOFTWARE (fc1)\r',0),(0,35,NULL,'2008-08-10 13:33:58','OS Version -> 12.2(35)SE5',0),(0,35,NULL,'2008-08-10 13:33:58','OS Features -> Lan Base',0),(0,35,NULL,'2008-08-10 13:33:58','Hardware -> C2960',0),(0,35,310,'2008-08-10 16:10:16','Interface enabled',0),(0,35,310,'2008-08-10 16:15:16','Interface went up',0),(0,35,314,'2008-08-10 18:47:02','VLAN Trunk -> 6',0),(0,35,314,'2008-08-10 18:47:02','VLAN Vlan -> 1',0),(0,35,314,'2008-08-10 18:47:02','Duplex -> unknown',0),(0,35,314,'2008-08-10 18:47:02','Type -> ethernetCsmacd',0),(0,35,314,'2008-08-10 18:47:02','MTU -> 1500',0),(0,35,314,'2008-08-10 18:47:02','MAC -> 0:21:a1:f5:38:98',0),(0,35,314,'2008-08-10 18:47:02','HW Type -> Gigabit Ethernet',0),(0,35,314,'2008-08-10 18:47:02','Speed -> 10Mbps',0),(0,35,313,'2008-08-10 18:47:02','VLAN Trunk -> 6',0),(0,35,313,'2008-08-10 18:47:02','VLAN Vlan -> 1',0),(0,35,313,'2008-08-10 18:47:02','Duplex -> unknown',0),(0,35,313,'2008-08-10 18:47:02','Type -> ethernetCsmacd',0),(0,35,313,'2008-08-10 18:47:02','MTU -> 1500',0),(0,35,313,'2008-08-10 18:47:02','MAC -> 0:21:a1:f5:38:97',0),(0,35,313,'2008-08-10 18:47:02','HW Type -> Gigabit Ethernet',0),(0,35,313,'2008-08-10 18:47:02','Speed -> 10Mbps',0),(0,35,312,'2008-08-10 18:47:03','VLAN Trunk -> 6',0),(0,35,312,'2008-08-10 18:47:03','VLAN Vlan -> 1',0),(0,35,312,'2008-08-10 18:47:03','Duplex -> unknown',0),(0,35,312,'2008-08-10 18:47:03','Type -> ethernetCsmacd',0),(0,35,312,'2008-08-10 18:47:03','MTU -> 1500',0),(0,35,312,'2008-08-10 18:47:03','MAC -> 0:21:a1:f5:38:96',0),(0,35,312,'2008-08-10 18:47:03','HW Type -> Gigabit Ethernet',0),(0,35,312,'2008-08-10 18:47:03','Speed -> 10Mbps',0),(0,35,311,'2008-08-10 18:47:03','VLAN Trunk -> 6',0),(0,35,311,'2008-08-10 18:47:03','VLAN Vlan -> 1',0),(0,35,311,'2008-08-10 18:47:03','Duplex -> unknown',0),(0,35,311,'2008-08-10 18:47:03','Type -> ethernetCsmacd',0),(0,35,311,'2008-08-10 18:47:03','MTU -> 1500',0),(0,35,311,'2008-08-10 18:47:03','MAC -> 0:21:a1:f5:38:95',0),(0,35,311,'2008-08-10 18:47:03','HW Type -> Gigabit Ethernet',0),(0,35,311,'2008-08-10 18:47:03','Speed -> 10Mbps',0),(0,35,310,'2008-08-10 18:47:03','VLAN Trunk -> 6',0),(0,35,310,'2008-08-10 18:47:03','VLAN Vlan -> 1',0),(0,35,310,'2008-08-10 18:47:03','Duplex -> unknown',0),(0,35,310,'2008-08-10 18:47:03','Type -> ethernetCsmacd',0),(0,35,310,'2008-08-10 18:47:03','MTU -> 1500',0),(0,35,310,'2008-08-10 18:47:03','MAC -> 0:21:a1:f5:38:94',0),(0,35,310,'2008-08-10 18:47:03','HW Type -> Gigabit Ethernet',0),(0,35,310,'2008-08-10 18:47:03','Speed -> 100Mbps',0),(0,35,309,'2008-08-10 18:47:04','VLAN Trunk -> 6',0),(0,35,309,'2008-08-10 18:47:04','VLAN Vlan -> 1',0),(0,35,309,'2008-08-10 18:47:04','Duplex -> unknown',0),(0,35,309,'2008-08-10 18:47:04','Type -> ethernetCsmacd',0),(0,35,309,'2008-08-10 18:47:04','MTU -> 1500',0),(0,35,309,'2008-08-10 18:47:04','MAC -> 0:21:a1:f5:38:93',0),(0,35,309,'2008-08-10 18:47:04','HW Type -> Gigabit Ethernet',0),(0,35,309,'2008-08-10 18:47:04','Speed -> 10Mbps',0),(0,35,308,'2008-08-10 18:47:04','VLAN Trunk -> 6',0),(0,35,308,'2008-08-10 18:47:04','VLAN Vlan -> 1',0),(0,35,308,'2008-08-10 18:47:04','Duplex -> unknown',0),(0,35,308,'2008-08-10 18:47:04','Type -> ethernetCsmacd',0),(0,35,308,'2008-08-10 18:47:04','MTU -> 1500',0),(0,35,308,'2008-08-10 18:47:04','MAC -> 0:21:a1:f5:38:92',0),(0,35,308,'2008-08-10 18:47:04','HW Type -> Gigabit Ethernet',0),(0,35,308,'2008-08-10 18:47:04','Speed -> 10Mbps',0),(0,35,307,'2008-08-10 18:47:05','VLAN Trunk -> 6',0),(0,35,307,'2008-08-10 18:47:05','VLAN Vlan -> 1',0),(0,35,307,'2008-08-10 18:47:05','Duplex -> unknown',0),(0,35,307,'2008-08-10 18:47:05','Type -> ethernetCsmacd',0),(0,35,307,'2008-08-10 18:47:05','MTU -> 1500',0),(0,35,307,'2008-08-10 18:47:05','MAC -> 0:21:a1:f5:38:91',0),(0,35,307,'2008-08-10 18:47:05','HW Type -> Gigabit Ethernet',0),(0,35,307,'2008-08-10 18:47:05','Speed -> 10Mbps',0),(0,35,306,'2008-08-10 18:47:05','VLAN Trunk -> 6',0),(0,35,306,'2008-08-10 18:47:05','VLAN Vlan -> 1',0),(0,35,306,'2008-08-10 18:47:05','Duplex -> unknown',0),(0,35,306,'2008-08-10 18:47:05','Type -> ethernetCsmacd',0),(0,35,306,'2008-08-10 18:47:05','MTU -> 1500',0),(0,35,306,'2008-08-10 18:47:05','MAC -> 0:21:a1:f5:38:90',0),(0,35,306,'2008-08-10 18:47:05','HW Type -> Gigabit Ethernet',0),(0,35,306,'2008-08-10 18:47:05','Speed -> 10Mbps',0),(0,35,305,'2008-08-10 18:47:05','VLAN Trunk -> 6',0),(0,35,305,'2008-08-10 18:47:05','VLAN Vlan -> 1',0),(0,35,305,'2008-08-10 18:47:05','Duplex -> unknown',0),(0,35,305,'2008-08-10 18:47:05','Type -> ethernetCsmacd',0),(0,35,305,'2008-08-10 18:47:05','MTU -> 1500',0),(0,35,305,'2008-08-10 18:47:05','MAC -> 0:21:a1:f5:38:8f',0),(0,35,305,'2008-08-10 18:47:05','HW Type -> Gigabit Ethernet',0),(0,35,305,'2008-08-10 18:47:05','Speed -> 10Mbps',0),(0,35,304,'2008-08-10 18:47:06','VLAN Trunk -> 6',0),(0,35,304,'2008-08-10 18:47:06','VLAN Vlan -> 1',0),(0,35,304,'2008-08-10 18:47:06','Duplex -> unknown',0),(0,35,304,'2008-08-10 18:47:06','Type -> ethernetCsmacd',0),(0,35,304,'2008-08-10 18:47:06','MTU -> 1500',0),(0,35,304,'2008-08-10 18:47:06','MAC -> 0:21:a1:f5:38:8e',0),(0,35,304,'2008-08-10 18:47:06','HW Type -> Gigabit Ethernet',0),(0,35,304,'2008-08-10 18:47:06','Speed -> 10Mbps',0),(0,35,303,'2008-08-10 18:47:06','VLAN Trunk -> 6',0),(0,35,303,'2008-08-10 18:47:06','VLAN Vlan -> 1',0),(0,35,303,'2008-08-10 18:47:06','Duplex -> unknown',0),(0,35,303,'2008-08-10 18:47:06','Type -> ethernetCsmacd',0),(0,35,303,'2008-08-10 18:47:06','MTU -> 1500',0),(0,35,303,'2008-08-10 18:47:06','MAC -> 0:21:a1:f5:38:8d',0),(0,35,303,'2008-08-10 18:47:06','HW Type -> Gigabit Ethernet',0),(0,35,303,'2008-08-10 18:47:06','Speed -> 10Mbps',0),(0,35,302,'2008-08-10 18:47:07','VLAN Trunk -> 6',0),(0,35,302,'2008-08-10 18:47:07','VLAN Vlan -> 1',0),(0,35,302,'2008-08-10 18:47:07','Duplex -> unknown',0),(0,35,302,'2008-08-10 18:47:07','Type -> ethernetCsmacd',0),(0,35,302,'2008-08-10 18:47:07','MTU -> 1500',0),(0,35,302,'2008-08-10 18:47:07','MAC -> 0:21:a1:f5:38:8c',0),(0,35,302,'2008-08-10 18:47:07','HW Type -> Gigabit Ethernet',0),(0,35,302,'2008-08-10 18:47:07','Speed -> 100Mbps',0),(0,35,301,'2008-08-10 18:47:07','VLAN Trunk -> 6',0),(0,35,301,'2008-08-10 18:47:07','VLAN Vlan -> 1',0),(0,35,301,'2008-08-10 18:47:07','Duplex -> unknown',0),(0,35,301,'2008-08-10 18:47:07','Type -> ethernetCsmacd',0),(0,35,301,'2008-08-10 18:47:07','MTU -> 1500',0),(0,35,301,'2008-08-10 18:47:07','MAC -> 0:21:a1:f5:38:8b',0),(0,35,301,'2008-08-10 18:47:07','HW Type -> Gigabit Ethernet',0),(0,35,301,'2008-08-10 18:47:07','Speed -> 10Mbps',0),(0,35,300,'2008-08-10 18:47:08','VLAN Trunk -> 6',0),(0,35,300,'2008-08-10 18:47:08','VLAN Vlan -> 1',0),(0,35,300,'2008-08-10 18:47:08','Duplex -> unknown',0),(0,35,300,'2008-08-10 18:47:08','Type -> ethernetCsmacd',0),(0,35,300,'2008-08-10 18:47:08','MTU -> 1500',0),(0,35,300,'2008-08-10 18:47:08','MAC -> 0:21:a1:f5:38:8a',0),(0,35,300,'2008-08-10 18:47:08','HW Type -> Gigabit Ethernet',0),(0,35,300,'2008-08-10 18:47:08','Speed -> 10Mbps',0),(0,35,299,'2008-08-10 18:47:08','VLAN Trunk -> 6',0),(0,35,299,'2008-08-10 18:47:08','VLAN Vlan -> 1',0),(0,35,299,'2008-08-10 18:47:08','Duplex -> unknown',0),(0,35,299,'2008-08-10 18:47:08','Type -> ethernetCsmacd',0),(0,35,299,'2008-08-10 18:47:08','MTU -> 1500',0),(0,35,299,'2008-08-10 18:47:08','MAC -> 0:21:a1:f5:38:89',0),(0,35,299,'2008-08-10 18:47:08','HW Type -> Gigabit Ethernet',0),(0,35,299,'2008-08-10 18:47:08','Speed -> 1Gbps',0),(0,35,298,'2008-08-10 18:47:08','VLAN Trunk -> 6',0),(0,35,298,'2008-08-10 18:47:08','VLAN Vlan -> 1',0),(0,35,298,'2008-08-10 18:47:08','Duplex -> unknown',0),(0,35,298,'2008-08-10 18:47:08','Type -> ethernetCsmacd',0),(0,35,298,'2008-08-10 18:47:08','MTU -> 1500',0),(0,35,298,'2008-08-10 18:47:08','MAC -> 0:21:a1:f5:38:88',0),(0,35,298,'2008-08-10 18:47:08','HW Type -> Gigabit Ethernet',0),(0,35,298,'2008-08-10 18:47:08','Speed -> 1Gbps',0),(0,35,297,'2008-08-10 18:47:09','VLAN Trunk -> 6',0),(0,35,297,'2008-08-10 18:47:09','VLAN Vlan -> 1',0),(0,35,297,'2008-08-10 18:47:09','Duplex -> unknown',0),(0,35,297,'2008-08-10 18:47:09','Type -> ethernetCsmacd',0),(0,35,297,'2008-08-10 18:47:09','MTU -> 1500',0),(0,35,297,'2008-08-10 18:47:09','MAC -> 0:21:a1:f5:38:87',0),(0,35,297,'2008-08-10 18:47:09','HW Type -> Gigabit Ethernet',0),(0,35,297,'2008-08-10 18:47:09','Speed -> 10Mbps',0),(0,35,296,'2008-08-10 18:47:09','VLAN Trunk -> 6',0),(0,35,296,'2008-08-10 18:47:09','VLAN Vlan -> 1',0),(0,35,296,'2008-08-10 18:47:09','Duplex -> unknown',0),(0,35,296,'2008-08-10 18:47:09','Type -> ethernetCsmacd',0),(0,35,296,'2008-08-10 18:47:09','MTU -> 1500',0),(0,35,296,'2008-08-10 18:47:09','MAC -> 0:21:a1:f5:38:86',0),(0,35,296,'2008-08-10 18:47:09','HW Type -> Gigabit Ethernet',0),(0,35,296,'2008-08-10 18:47:09','Speed -> 10Mbps',0),(0,35,295,'2008-08-10 18:47:10','VLAN Trunk -> 6',0),(0,35,295,'2008-08-10 18:47:10','VLAN Vlan -> 1',0),(0,35,295,'2008-08-10 18:47:10','Duplex -> unknown',0),(0,35,295,'2008-08-10 18:47:10','Type -> ethernetCsmacd',0),(0,35,295,'2008-08-10 18:47:10','MTU -> 1500',0),(0,35,295,'2008-08-10 18:47:10','MAC -> 0:21:a1:f5:38:85',0),(0,35,295,'2008-08-10 18:47:10','HW Type -> Gigabit Ethernet',0),(0,35,295,'2008-08-10 18:47:10','Speed -> 100Mbps',0),(0,35,294,'2008-08-10 18:47:10','VLAN Trunk -> 6',0),(0,35,294,'2008-08-10 18:47:10','VLAN Vlan -> 1',0),(0,35,294,'2008-08-10 18:47:10','Duplex -> unknown',0),(0,35,294,'2008-08-10 18:47:10','Type -> ethernetCsmacd',0),(0,35,294,'2008-08-10 18:47:10','MTU -> 1500',0),(0,35,294,'2008-08-10 18:47:10','MAC -> 0:21:a1:f5:38:84',0),(0,35,294,'2008-08-10 18:47:10','HW Type -> Gigabit Ethernet',0),(0,35,294,'2008-08-10 18:47:10','Speed -> 10Mbps',0),(0,35,293,'2008-08-10 18:47:10','VLAN Trunk -> 6',0),(0,35,293,'2008-08-10 18:47:10','VLAN Vlan -> 1',0),(0,35,293,'2008-08-10 18:47:10','Duplex -> unknown',0),(0,35,293,'2008-08-10 18:47:10','Type -> ethernetCsmacd',0),(0,35,293,'2008-08-10 18:47:10','MTU -> 1500',0),(0,35,293,'2008-08-10 18:47:10','MAC -> 0:21:a1:f5:38:83',0),(0,35,293,'2008-08-10 18:47:10','HW Type -> Gigabit Ethernet',0),(0,35,293,'2008-08-10 18:47:10','Speed -> 100Mbps',0),(0,35,292,'2008-08-10 18:47:11','VLAN Trunk -> 6',0),(0,35,292,'2008-08-10 18:47:11','VLAN Vlan -> 1',0),(0,35,292,'2008-08-10 18:47:11','Duplex -> unknown',0),(0,35,292,'2008-08-10 18:47:11','Type -> ethernetCsmacd',0),(0,35,292,'2008-08-10 18:47:11','MTU -> 1500',0),(0,35,292,'2008-08-10 18:47:11','MAC -> 0:21:a1:f5:38:82',0),(0,35,292,'2008-08-10 18:47:11','HW Type -> Gigabit Ethernet',0),(0,35,292,'2008-08-10 18:47:11','Speed -> 100Mbps',0),(0,35,291,'2008-08-10 18:47:11','VLAN Trunk -> 6',0),(0,35,291,'2008-08-10 18:47:11','VLAN Vlan -> 1',0),(0,35,291,'2008-08-10 18:47:11','Duplex -> unknown',0),(0,35,291,'2008-08-10 18:47:11','Type -> ethernetCsmacd',0),(0,35,291,'2008-08-10 18:47:11','MTU -> 1500',0),(0,35,291,'2008-08-10 18:47:11','MAC -> 0:21:a1:f5:38:81',0),(0,35,291,'2008-08-10 18:47:11','HW Type -> Gigabit Ethernet',0),(0,35,291,'2008-08-10 18:47:11','Speed -> 100Mbps',0),(0,35,290,'2008-08-10 18:47:12','VLAN Vlan -> ',0),(0,35,290,'2008-08-10 18:47:12','Duplex -> unknown',0),(0,35,290,'2008-08-10 18:47:12','Type -> propVirtual',0),(0,35,290,'2008-08-10 18:47:12','MTU -> 1500',0),(0,35,290,'2008-08-10 18:47:12','MAC -> 0:21:a1:f5:38:c0',0),(0,35,290,'2008-08-10 18:47:12','HW Type -> EtherSVI',0),(0,35,290,'2008-08-10 18:47:12','Speed -> 1Gbps',0),(0,34,289,'2008-08-10 18:47:12','VLAN Trunk -> 6',0),(0,34,289,'2008-08-10 18:47:12','VLAN Vlan -> 1',0),(0,34,289,'2008-08-10 18:47:12','Duplex -> unknown',0),(0,34,289,'2008-08-10 18:47:12','Type -> ethernetCsmacd',0),(0,34,289,'2008-08-10 18:47:12','MTU -> 1500',0),(0,34,289,'2008-08-10 18:47:12','MAC -> 0:21:a1:62:b7:18',0),(0,34,289,'2008-08-10 18:47:12','HW Type -> Gigabit Ethernet',0),(0,34,289,'2008-08-10 18:47:12','Speed -> 100Mbps',0),(0,34,288,'2008-08-10 18:47:12','VLAN Trunk -> 6',0),(0,34,288,'2008-08-10 18:47:12','VLAN Vlan -> 1',0),(0,34,288,'2008-08-10 18:47:12','Duplex -> unknown',0),(0,34,288,'2008-08-10 18:47:12','Type -> ethernetCsmacd',0),(0,34,288,'2008-08-10 18:47:12','MTU -> 1500',0),(0,34,288,'2008-08-10 18:47:12','MAC -> 0:21:a1:62:b7:17',0),(0,34,288,'2008-08-10 18:47:12','HW Type -> Gigabit Ethernet',0),(0,34,288,'2008-08-10 18:47:12','Speed -> 10Mbps',0),(0,34,287,'2008-08-10 18:47:13','VLAN Trunk -> 6',0),(0,34,287,'2008-08-10 18:47:13','VLAN Vlan -> 1',0),(0,34,287,'2008-08-10 18:47:13','Duplex -> unknown',0),(0,34,287,'2008-08-10 18:47:13','Type -> ethernetCsmacd',0),(0,34,287,'2008-08-10 18:47:13','MTU -> 1500',0),(0,34,287,'2008-08-10 18:47:13','MAC -> 0:21:a1:62:b7:16',0),(0,34,287,'2008-08-10 18:47:13','HW Type -> Gigabit Ethernet',0),(0,34,287,'2008-08-10 18:47:13','Speed -> 10Mbps',0),(0,34,286,'2008-08-10 18:47:13','VLAN Trunk -> 6',0),(0,34,286,'2008-08-10 18:47:13','VLAN Vlan -> 1',0),(0,34,286,'2008-08-10 18:47:13','Duplex -> unknown',0),(0,34,286,'2008-08-10 18:47:13','Type -> ethernetCsmacd',0),(0,34,286,'2008-08-10 18:47:13','MTU -> 1500',0),(0,34,286,'2008-08-10 18:47:13','MAC -> 0:21:a1:62:b7:15',0),(0,34,286,'2008-08-10 18:47:13','HW Type -> Gigabit Ethernet',0),(0,34,286,'2008-08-10 18:47:13','Speed -> 10Mbps',0),(0,34,285,'2008-08-10 18:47:14','VLAN Trunk -> 6',0),(0,34,285,'2008-08-10 18:47:14','VLAN Vlan -> 1',0),(0,34,285,'2008-08-10 18:47:14','Duplex -> unknown',0),(0,34,285,'2008-08-10 18:47:14','Type -> ethernetCsmacd',0),(0,34,285,'2008-08-10 18:47:14','MTU -> 1500',0),(0,34,285,'2008-08-10 18:47:14','MAC -> 0:21:a1:62:b7:14',0),(0,34,285,'2008-08-10 18:47:14','HW Type -> Gigabit Ethernet',0),(0,34,285,'2008-08-10 18:47:14','Speed -> 10Mbps',0),(0,34,284,'2008-08-10 18:47:14','VLAN Trunk -> 6',0),(0,34,284,'2008-08-10 18:47:14','VLAN Vlan -> 1',0),(0,34,284,'2008-08-10 18:47:14','Duplex -> unknown',0),(0,34,284,'2008-08-10 18:47:14','Type -> ethernetCsmacd',0),(0,34,284,'2008-08-10 18:47:14','MTU -> 1500',0),(0,34,284,'2008-08-10 18:47:14','MAC -> 0:21:a1:62:b7:13',0),(0,34,284,'2008-08-10 18:47:14','HW Type -> Gigabit Ethernet',0),(0,34,284,'2008-08-10 18:47:14','Speed -> 10Mbps',0),(0,34,283,'2008-08-10 18:47:14','VLAN Trunk -> 6',0),(0,34,283,'2008-08-10 18:47:14','VLAN Vlan -> 1',0),(0,34,283,'2008-08-10 18:47:14','Duplex -> unknown',0),(0,34,283,'2008-08-10 18:47:14','Type -> ethernetCsmacd',0),(0,34,283,'2008-08-10 18:47:14','MTU -> 1500',0),(0,34,283,'2008-08-10 18:47:14','MAC -> 0:21:a1:62:b7:12',0),(0,34,283,'2008-08-10 18:47:14','HW Type -> Gigabit Ethernet',0),(0,34,283,'2008-08-10 18:47:14','Speed -> 10Mbps',0),(0,34,282,'2008-08-10 18:47:15','VLAN Trunk -> 6',0),(0,34,282,'2008-08-10 18:47:15','VLAN Vlan -> 1',0),(0,34,282,'2008-08-10 18:47:15','Duplex -> unknown',0),(0,34,282,'2008-08-10 18:47:15','Type -> ethernetCsmacd',0),(0,34,282,'2008-08-10 18:47:15','MTU -> 1500',0),(0,34,282,'2008-08-10 18:47:15','MAC -> 0:21:a1:62:b7:11',0),(0,34,282,'2008-08-10 18:47:15','HW Type -> Gigabit Ethernet',0),(0,34,282,'2008-08-10 18:47:15','Speed -> 10Mbps',0),(0,34,281,'2008-08-10 18:47:16','VLAN Trunk -> 6',0),(0,34,281,'2008-08-10 18:47:16','VLAN Vlan -> 1',0),(0,34,281,'2008-08-10 18:47:16','Duplex -> unknown',0),(0,34,281,'2008-08-10 18:47:16','Type -> ethernetCsmacd',0),(0,34,281,'2008-08-10 18:47:16','MTU -> 1500',0),(0,34,281,'2008-08-10 18:47:16','MAC -> 0:21:a1:62:b7:10',0),(0,34,281,'2008-08-10 18:47:16','HW Type -> Gigabit Ethernet',0),(0,34,281,'2008-08-10 18:47:16','Speed -> 10Mbps',0),(0,34,280,'2008-08-10 18:47:16','VLAN Trunk -> 6',0),(0,34,280,'2008-08-10 18:47:16','VLAN Vlan -> 1',0),(0,34,280,'2008-08-10 18:47:16','Duplex -> unknown',0),(0,34,280,'2008-08-10 18:47:16','Type -> ethernetCsmacd',0),(0,34,280,'2008-08-10 18:47:16','MTU -> 1500',0),(0,34,280,'2008-08-10 18:47:16','MAC -> 0:21:a1:62:b7:f',0),(0,34,280,'2008-08-10 18:47:16','HW Type -> Gigabit Ethernet',0),(0,34,280,'2008-08-10 18:47:16','Speed -> 10Mbps',0),(0,34,279,'2008-08-10 18:47:17','VLAN Trunk -> 6',0),(0,34,279,'2008-08-10 18:47:17','VLAN Vlan -> 1',0),(0,34,279,'2008-08-10 18:47:17','Duplex -> unknown',0),(0,34,279,'2008-08-10 18:47:17','Type -> ethernetCsmacd',0),(0,34,279,'2008-08-10 18:47:17','MTU -> 1500',0),(0,34,279,'2008-08-10 18:47:17','MAC -> 0:21:a1:62:b7:e',0),(0,34,279,'2008-08-10 18:47:17','HW Type -> Gigabit Ethernet',0),(0,34,279,'2008-08-10 18:47:17','Speed -> 10Mbps',0),(0,34,278,'2008-08-10 18:47:17','VLAN Trunk -> 6',0),(0,34,278,'2008-08-10 18:47:17','VLAN Vlan -> 1',0),(0,34,278,'2008-08-10 18:47:17','Duplex -> unknown',0),(0,34,278,'2008-08-10 18:47:17','Type -> ethernetCsmacd',0),(0,34,278,'2008-08-10 18:47:17','MTU -> 1500',0),(0,34,278,'2008-08-10 18:47:17','MAC -> 0:21:a1:62:b7:d',0),(0,34,278,'2008-08-10 18:47:17','HW Type -> Gigabit Ethernet',0),(0,34,278,'2008-08-10 18:47:17','Speed -> 10Mbps',0),(0,34,277,'2008-08-10 18:47:18','VLAN Trunk -> 6',0),(0,34,277,'2008-08-10 18:47:18','VLAN Vlan -> 1',0),(0,34,277,'2008-08-10 18:47:18','Duplex -> unknown',0),(0,34,277,'2008-08-10 18:47:18','Type -> ethernetCsmacd',0),(0,34,277,'2008-08-10 18:47:18','MTU -> 1500',0),(0,34,277,'2008-08-10 18:47:18','MAC -> 0:21:a1:62:b7:c',0),(0,34,277,'2008-08-10 18:47:18','HW Type -> Gigabit Ethernet',0),(0,34,277,'2008-08-10 18:47:18','Speed -> 10Mbps',0),(0,34,276,'2008-08-10 18:47:19','VLAN Trunk -> 6',0),(0,34,276,'2008-08-10 18:47:19','VLAN Vlan -> 1',0),(0,34,276,'2008-08-10 18:47:19','Duplex -> unknown',0),(0,34,276,'2008-08-10 18:47:19','Type -> ethernetCsmacd',0),(0,34,276,'2008-08-10 18:47:19','MTU -> 1500',0),(0,34,276,'2008-08-10 18:47:19','MAC -> 0:21:a1:62:b7:b',0),(0,34,276,'2008-08-10 18:47:19','HW Type -> Gigabit Ethernet',0),(0,34,276,'2008-08-10 18:47:19','Speed -> 10Mbps',0),(0,34,275,'2008-08-10 18:47:20','VLAN Trunk -> 6',0),(0,34,275,'2008-08-10 18:47:20','VLAN Vlan -> 1',0),(0,34,275,'2008-08-10 18:47:20','Duplex -> unknown',0),(0,34,275,'2008-08-10 18:47:20','Type -> ethernetCsmacd',0),(0,34,275,'2008-08-10 18:47:20','MTU -> 1500',0),(0,34,275,'2008-08-10 18:47:20','MAC -> 0:21:a1:62:b7:a',0),(0,34,275,'2008-08-10 18:47:20','HW Type -> Gigabit Ethernet',0),(0,34,275,'2008-08-10 18:47:20','Speed -> 10Mbps',0),(0,34,274,'2008-08-10 18:47:20','VLAN Trunk -> 6',0),(0,34,274,'2008-08-10 18:47:20','VLAN Vlan -> 1',0),(0,34,274,'2008-08-10 18:47:20','Duplex -> unknown',0),(0,34,274,'2008-08-10 18:47:20','Type -> ethernetCsmacd',0),(0,34,274,'2008-08-10 18:47:20','MTU -> 1500',0),(0,34,274,'2008-08-10 18:47:20','MAC -> 0:21:a1:62:b7:9',0),(0,34,274,'2008-08-10 18:47:20','HW Type -> Gigabit Ethernet',0),(0,34,274,'2008-08-10 18:47:20','Speed -> 1Gbps',0),(0,34,273,'2008-08-10 18:47:21','VLAN Trunk -> 6',0),(0,34,273,'2008-08-10 18:47:21','VLAN Vlan -> 1',0),(0,34,273,'2008-08-10 18:47:21','Duplex -> unknown',0),(0,34,273,'2008-08-10 18:47:21','Type -> ethernetCsmacd',0),(0,34,273,'2008-08-10 18:47:21','MTU -> 1500',0),(0,34,273,'2008-08-10 18:47:21','MAC -> 0:21:a1:62:b7:8',0),(0,34,273,'2008-08-10 18:47:21','HW Type -> Gigabit Ethernet',0),(0,34,273,'2008-08-10 18:47:21','Speed -> 1Gbps',0),(0,34,272,'2008-08-10 18:47:22','VLAN Trunk -> 6',0),(0,34,272,'2008-08-10 18:47:22','VLAN Vlan -> 1',0),(0,34,272,'2008-08-10 18:47:22','Duplex -> unknown',0),(0,34,272,'2008-08-10 18:47:22','Type -> ethernetCsmacd',0),(0,34,272,'2008-08-10 18:47:22','MTU -> 1500',0),(0,34,272,'2008-08-10 18:47:22','MAC -> 0:21:a1:62:b7:7',0),(0,34,272,'2008-08-10 18:47:22','HW Type -> Gigabit Ethernet',0),(0,34,272,'2008-08-10 18:47:22','Speed -> 10Mbps',0),(0,34,271,'2008-08-10 18:47:23','VLAN Trunk -> 6',0),(0,34,271,'2008-08-10 18:47:23','VLAN Vlan -> 1',0),(0,34,271,'2008-08-10 18:47:23','Duplex -> unknown',0),(0,34,271,'2008-08-10 18:47:23','Type -> ethernetCsmacd',0),(0,34,271,'2008-08-10 18:47:23','MTU -> 1500',0),(0,34,271,'2008-08-10 18:47:23','MAC -> 0:21:a1:62:b7:6',0),(0,34,271,'2008-08-10 18:47:23','HW Type -> Gigabit Ethernet',0),(0,34,271,'2008-08-10 18:47:23','Speed -> 10Mbps',0),(0,34,270,'2008-08-10 18:47:23','VLAN Trunk -> 6',0),(0,34,270,'2008-08-10 18:47:23','VLAN Vlan -> 1',0),(0,34,270,'2008-08-10 18:47:23','Duplex -> unknown',0),(0,34,270,'2008-08-10 18:47:23','Type -> ethernetCsmacd',0),(0,34,270,'2008-08-10 18:47:23','MTU -> 1500',0),(0,34,270,'2008-08-10 18:47:23','MAC -> 0:21:a1:62:b7:5',0),(0,34,270,'2008-08-10 18:47:23','HW Type -> Gigabit Ethernet',0),(0,34,270,'2008-08-10 18:47:23','Speed -> 10Mbps',0),(0,34,269,'2008-08-10 18:47:24','VLAN Trunk -> 6',0),(0,34,269,'2008-08-10 18:47:24','VLAN Vlan -> 1',0),(0,34,269,'2008-08-10 18:47:24','Duplex -> unknown',0),(0,34,269,'2008-08-10 18:47:24','Type -> ethernetCsmacd',0),(0,34,269,'2008-08-10 18:47:24','MTU -> 1500',0),(0,34,269,'2008-08-10 18:47:24','MAC -> 0:21:a1:62:b7:4',0),(0,34,269,'2008-08-10 18:47:24','HW Type -> Gigabit Ethernet',0),(0,34,269,'2008-08-10 18:47:24','Speed -> 10Mbps',0),(0,34,268,'2008-08-10 18:47:25','VLAN Trunk -> 6',0),(0,34,268,'2008-08-10 18:47:25','VLAN Vlan -> 1',0),(0,34,268,'2008-08-10 18:47:25','Duplex -> unknown',0),(0,34,268,'2008-08-10 18:47:25','Type -> ethernetCsmacd',0),(0,34,268,'2008-08-10 18:47:25','MTU -> 1500',0),(0,34,268,'2008-08-10 18:47:25','MAC -> 0:21:a1:62:b7:3',0),(0,34,268,'2008-08-10 18:47:25','HW Type -> Gigabit Ethernet',0),(0,34,268,'2008-08-10 18:47:25','Speed -> 10Mbps',0),(0,34,267,'2008-08-10 18:47:26','VLAN Trunk -> 6',0),(0,34,267,'2008-08-10 18:47:26','VLAN Vlan -> 1',0),(0,34,267,'2008-08-10 18:47:26','Duplex -> unknown',0),(0,34,267,'2008-08-10 18:47:26','Type -> ethernetCsmacd',0),(0,34,267,'2008-08-10 18:47:26','MTU -> 1500',0),(0,34,267,'2008-08-10 18:47:26','MAC -> 0:21:a1:62:b7:2',0),(0,34,267,'2008-08-10 18:47:26','HW Type -> Gigabit Ethernet',0),(0,34,267,'2008-08-10 18:47:26','Speed -> 10Mbps',0),(0,34,266,'2008-08-10 18:47:27','VLAN Trunk -> 6',0),(0,34,266,'2008-08-10 18:47:27','VLAN Vlan -> 1',0),(0,34,266,'2008-08-10 18:47:27','Duplex -> unknown',0),(0,34,266,'2008-08-10 18:47:27','Type -> ethernetCsmacd',0),(0,34,266,'2008-08-10 18:47:27','MTU -> 1500',0),(0,34,266,'2008-08-10 18:47:27','MAC -> 0:21:a1:62:b7:1',0),(0,34,266,'2008-08-10 18:47:27','HW Type -> Gigabit Ethernet',0),(0,34,266,'2008-08-10 18:47:27','Speed -> 10Mbps',0),(0,34,265,'2008-08-10 18:47:27','VLAN Vlan -> ',0),(0,34,265,'2008-08-10 18:47:27','Duplex -> unknown',0),(0,34,265,'2008-08-10 18:47:27','Type -> propVirtual',0),(0,34,265,'2008-08-10 18:47:27','MTU -> 1500',0),(0,34,265,'2008-08-10 18:47:27','MAC -> 0:21:a1:62:b7:40',0),(0,34,265,'2008-08-10 18:47:27','HW Type -> EtherSVI',0),(0,34,265,'2008-08-10 18:47:27','Speed -> 1Gbps',0),(0,33,260,'2008-08-10 18:47:30','MTU -> 1500',0),(0,35,290,'2008-08-11 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-11 00:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-08-11 06:47:11','VLAN Vlan -> ',0),(0,34,265,'2008-08-11 06:47:27','VLAN Vlan -> ',0),(0,33,NULL,'2008-08-11 12:45:05','Device status changed to Down',0),(0,35,NULL,'2008-08-11 12:45:09','Device status changed to Down',0),(0,34,265,'2008-08-11 12:47:11','VLAN Vlan -> ',0),(0,35,291,'2008-10-09 18:35:11','Desc -> connection ssg-a into trusted port 0/0',0),(0,35,291,'2008-10-09 18:30:30','Desc -> ',0),(0,34,NULL,'2008-10-09 18:30:21','Device status changed to Down',0),(0,34,265,'2008-10-09 12:47:33','VLAN Vlan -> ',0),(0,35,290,'2008-10-09 12:47:17','VLAN Vlan -> ',0),(0,34,265,'2008-10-09 06:47:24','VLAN Vlan -> ',0),(0,33,NULL,'2008-08-11 13:30:05','Device status changed to Up',0),(0,35,NULL,'2008-08-11 13:30:09','Device status changed to Up',0),(0,35,290,'2008-10-09 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-09 00:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-10-09 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-08 18:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-10-08 18:47:13','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-08 17:45:10','Device status changed to Up',0),(0,33,NULL,'2008-10-08 17:35:05','Device status changed to Down',0),(0,34,265,'2008-10-08 12:47:34','VLAN Vlan -> ',0),(0,35,290,'2008-10-08 12:47:18','VLAN Vlan -> ',0),(0,34,NULL,'2008-10-08 10:30:21','Device status changed to Up',0),(0,33,NULL,'2008-10-08 10:30:04','Device status changed to Up',0),(0,34,NULL,'2008-10-08 10:25:15','Device status changed to Down',0),(0,33,NULL,'2008-10-08 10:25:06','Device status changed to Down',0),(0,34,265,'2008-10-08 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-08 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-08 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-08 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-07 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-07 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-07 12:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-10-07 12:47:12','VLAN Vlan -> ',0),(0,32,NULL,'2008-08-11 15:30:10','Device status changed to Down',0),(0,32,NULL,'2008-08-11 15:35:06','Device status changed to Up',0),(0,34,265,'2008-10-07 06:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-07 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-07 00:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-07 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-06 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-06 18:47:12','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-06 13:20:34','Device status changed to Up',0),(0,33,NULL,'2008-10-06 13:15:34','Device status changed to Down',0),(0,34,265,'2008-10-06 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-06 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-06 06:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-06 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-06 00:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-06 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-05 18:47:43','VLAN Vlan -> ',0),(0,35,290,'2008-10-05 18:47:31','VLAN Vlan -> ',0),(0,33,NULL,'2008-10-05 15:50:06','Device status changed to Up',0),(0,33,NULL,'2008-10-05 15:45:06','Device status changed to Down',0),(0,34,265,'2008-10-05 12:47:25','VLAN Vlan -> ',0),(0,35,290,'2008-10-05 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-05 06:47:26','VLAN Vlan -> ',0),(0,35,290,'2008-10-05 06:47:13','VLAN Vlan -> ',0),(0,35,291,'2008-10-05 06:20:11','Desc -> connection ssg-a into trusted port 0/0',0),(0,35,291,'2008-10-05 06:15:17','Desc -> ',0),(0,34,265,'2008-10-05 00:47:23','VLAN Vlan -> ',0),(0,35,290,'2008-10-05 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-04 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-04 18:47:13','VLAN Vlan -> ',0),(0,4,NULL,'2008-10-04 13:35:48','Hardware -> Generic x86',0),(0,4,NULL,'2008-10-04 13:30:52','Hardware -> Dell ',0),(0,34,265,'2008-10-04 12:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-04 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-10-04 06:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-04 06:47:13','VLAN Vlan -> ',0),(0,34,289,'2008-10-04 02:10:23','Desc -> connection to primary cogent link - 149.6.147.137',0),(0,35,290,'2008-08-11 18:47:14','VLAN Vlan -> ',0),(0,34,265,'2008-08-11 18:47:30','VLAN Vlan -> ',0),(0,34,288,'2008-10-04 02:10:22','Desc -> connection to backup cogent link',0),(0,34,289,'2008-10-04 02:05:42','Desc -> ',0),(0,35,290,'2008-08-12 00:47:16','VLAN Vlan -> ',0),(0,34,265,'2008-08-12 00:47:33','VLAN Vlan -> ',0),(0,34,288,'2008-10-04 02:05:35','Desc -> ',0),(0,34,265,'2008-10-04 00:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-08-12 06:47:15','VLAN Vlan -> ',0),(0,34,265,'2008-08-12 06:47:30','VLAN Vlan -> ',0),(0,35,290,'2008-10-04 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-03 18:47:24','VLAN Vlan -> ',0),(0,35,290,'2008-10-03 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-10-03 12:47:23','VLAN Vlan -> ',0),(0,35,293,'2008-08-12 11:15:15','Interface went down',0),(0,35,293,'2008-08-12 11:20:13','Interface went up',0),(0,35,293,'2008-08-12 12:05:12','Interface went down',0),(0,35,293,'2008-08-12 12:10:13','Interface went up',0),(0,35,293,'2008-08-12 12:45:14','Interface went down',0),(0,35,293,'2008-08-12 12:47:13','Interface went up',0),(0,35,290,'2008-08-12 12:47:15','VLAN Vlan -> ',0),(0,34,265,'2008-08-12 12:47:32','VLAN Vlan -> ',0),(0,35,293,'2008-08-12 12:50:12','Interface went down',0),(0,35,293,'2008-08-12 12:55:12','Interface went up',0),(0,35,293,'2008-08-12 13:30:17','Interface went down',0),(0,35,293,'2008-08-12 13:40:15','Interface went up',0),(0,35,293,'2008-08-12 14:15:54','Interface went down',0),(0,35,293,'2008-08-12 14:20:20','Interface went up',0),(0,35,290,'2008-10-03 12:47:12','VLAN Vlan -> ',0),(0,35,293,'2008-08-12 15:00:17','Interface went down',0),(0,35,293,'2008-08-12 15:10:12','Interface went up',0),(0,35,293,'2008-08-12 15:50:13','Interface went down',0),(0,35,293,'2008-08-12 15:55:13','Interface went up',0),(0,33,NULL,'2008-08-12 16:10:06','Device status changed to Down',0),(0,33,NULL,'2008-08-12 16:15:04','Device status changed to Up',0),(0,35,293,'2008-08-12 16:30:17','Interface went down',0),(0,35,293,'2008-08-12 16:40:12','Interface went up',0),(0,35,293,'2008-08-12 17:20:14','Interface went down',0),(0,35,293,'2008-08-12 17:25:14','Interface went up',0),(0,35,293,'2008-08-12 18:00:18','Interface went down',0),(0,35,293,'2008-08-12 18:10:12','Interface went up',0),(0,35,293,'2008-08-12 18:47:11','Interface went down',0),(0,35,290,'2008-08-12 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-12 18:47:27','VLAN Vlan -> ',0),(0,35,293,'2008-08-12 18:50:12','Interface went up',0),(0,35,293,'2008-08-12 18:55:12','Interface went down',0),(0,35,293,'2008-08-12 19:00:17','Interface went up',0),(0,35,293,'2008-08-12 19:40:12','Interface went down',0),(0,35,293,'2008-08-12 19:45:12','Interface went up',0),(0,35,293,'2008-08-12 20:25:12','Interface went down',0),(0,35,293,'2008-08-12 20:30:17','Interface went up',0),(0,35,293,'2008-08-12 21:10:13','Interface went down',0),(0,35,293,'2008-08-12 21:15:12','Interface went up',0),(0,35,293,'2008-08-12 21:55:12','Interface went down',0),(0,35,293,'2008-08-12 22:00:18','Interface went up',0),(0,35,293,'2008-08-12 22:40:12','Interface went down',0),(0,35,293,'2008-08-12 22:45:12','Interface went up',0),(0,35,293,'2008-08-12 23:25:12','Interface went down',0),(0,35,293,'2008-08-12 23:30:16','Interface went up',0),(0,35,290,'2008-08-13 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-13 00:47:27','VLAN Vlan -> ',0),(0,35,293,'2008-08-13 00:55:13','Interface went down',0),(0,35,293,'2008-08-13 01:00:17','Interface went up',0),(0,35,293,'2008-08-13 01:45:12','Interface went down',0),(0,35,293,'2008-08-13 01:50:12','Interface went up',0),(0,35,293,'2008-08-13 03:15:12','Interface went down',0),(0,35,293,'2008-08-13 03:20:12','Interface went up',0),(0,35,293,'2008-08-13 05:00:17','Interface went down',0),(0,35,293,'2008-08-13 05:10:12','Interface went up',0),(0,35,293,'2008-08-13 05:50:12','Interface went down',0),(0,35,293,'2008-08-13 05:55:12','Interface went up',0),(0,35,293,'2008-08-13 06:30:18','Interface went down',0),(0,35,293,'2008-08-13 06:40:12','Interface went up',0),(0,35,290,'2008-08-13 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-13 06:47:27','VLAN Vlan -> ',0),(0,35,293,'2008-08-13 07:20:12','Interface went down',0),(0,35,293,'2008-08-13 07:25:12','Interface went up',0),(0,35,293,'2008-08-13 08:00:17','Interface went down',0),(0,35,293,'2008-08-13 08:10:12','Interface went up',0),(0,35,293,'2008-08-13 08:55:12','Interface went down',0),(0,35,293,'2008-08-13 09:00:16','Interface went up',0),(0,35,293,'2008-08-13 09:40:12','Interface went down',0),(0,35,293,'2008-08-13 09:45:12','Interface went up',0),(0,35,293,'2008-08-13 11:45:13','Interface went down',0),(0,35,301,'2008-08-13 12:47:07','Speed -> 100Mbps',0),(0,35,290,'2008-08-13 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-13 12:47:27','VLAN Vlan -> ',0),(0,35,293,'2008-08-13 13:15:13','Interface went up',0),(0,35,293,'2008-08-13 13:40:12','Interface went down',0),(0,35,293,'2008-08-13 13:45:12','Interface went up',0),(0,35,303,'2008-08-13 18:47:06','Speed -> 100Mbps',0),(0,35,290,'2008-08-13 18:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-13 18:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-08-14 00:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-14 00:47:29','VLAN Vlan -> ',0),(0,35,290,'2008-08-14 06:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-14 06:47:25','VLAN Vlan -> ',0),(0,32,NULL,'2008-08-14 12:30:09','Device status changed to Down',0),(0,32,NULL,'2008-08-14 12:35:06','Device status changed to Up',0),(0,35,290,'2008-08-14 12:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-14 12:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-08-14 18:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-14 18:47:29','VLAN Vlan -> ',0),(0,35,290,'2008-08-15 00:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-15 00:47:27','VLAN Vlan -> ',0),(0,35,290,'2008-08-15 06:47:13','VLAN Vlan -> ',0),(0,34,265,'2008-08-15 06:47:29','VLAN Vlan -> ',0),(0,35,290,'2008-08-15 12:47:12','VLAN Vlan -> ',0),(0,34,265,'2008-08-15 12:47:27','VLAN Vlan -> ',0),(0,8,NULL,'2007-02-18 21:00:07','Changed version from 1.2.3 to 1.2.3-beta3',0),(0,8,NULL,'2007-02-18 21:00:07','Changed features from beta3 to FreeBSD 4.11-RELEASE-p26',0),(0,8,NULL,'2007-02-18 21:00:07','Changed hardware from Generic x86 to wrap (i386)',0); +/*!40000 ALTER TABLE `eventlog` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `interfaces` -- --- Creation: Sep 21, 2008 at 05:22 PM --- Last update: Oct 30, 2008 at 09:08 PM --- Last check: Sep 21, 2008 at 05:22 PM --- +DROP TABLE IF EXISTS `interfaces`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `interfaces` ( `interface_id` int(11) NOT NULL auto_increment, `device_id` int(11) NOT NULL default '0', - `ifDescr` varchar(64) NOT NULL, - `ifIndex` int(11) default '0', + `ifDescr` varchar(64) NOT NULL default '', + `ifIndex` int(11) NOT NULL default '0', `ifSpeed` text, - `ifOperStatus` varchar(16) default NULL, - `ifAdminStatus` varchar(16) default NULL, + `ifOperStatus` varchar(12) NOT NULL default '', + `ifAdminStatus` varchar(12) default NULL, `ifDuplex` varchar(12) default NULL, `ifMtu` int(11) default NULL, `ifType` text, @@ -301,48 +407,144 @@ CREATE TABLE `interfaces` ( `ifPhysAddress` text, `ifHardType` varchar(64) default NULL, `ifLastChange` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, - `ifVlan` varchar(8) NOT NULL default '', - `ifTrunk` varchar(8) default '', - `ifVrf` int(11) NOT NULL, + `ignore` tinyint(1) NOT NULL default '0', + `ifVlan` int(11) NOT NULL, + `ifTrunk` varchar(8) NOT NULL, `in_rate` int(11) NOT NULL, `out_rate` int(11) NOT NULL, - `counter_in` int(11) default NULL, - `counter_out` int(11) default NULL, + `counter_in` int(11) NOT NULL, + `counter_out` int(11) NOT NULL, `in_errors` int(11) NOT NULL, `out_errors` int(11) NOT NULL, - `ignore` tinyint(1) NOT NULL default '0', `detailed` tinyint(1) NOT NULL default '0', - `deleted` int(11) NOT NULL default '0', + `deleted` tinyint(1) NOT NULL, PRIMARY KEY (`interface_id`), KEY `host` (`device_id`), KEY `snmpid` (`ifIndex`), KEY `if_2` (`ifDescr`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=349 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `interfaces` +-- + +LOCK TABLES `interfaces` WRITE; +/*!40000 ALTER TABLE `interfaces` DISABLE KEYS */; +INSERT INTO `interfaces` VALUES (36,4,'eth0',2,'10000000','up','up','unknown',1500,'ethernetCsmacd','','0:e0:4c:c3:a8:3e',NULL,'2008-11-03 16:00:04',0,0,'',8451,13029,0,0,0,0,0,0),(35,4,'lo',1,'10000000','up','up','unknown',16436,'softwareLoopback','',NULL,NULL,'2008-11-03 16:00:04',0,0,'',2265,2265,0,0,0,0,0,0),(232,32,'pp0',24,'0','up','up','unknown',1532,'other',NULL,NULL,NULL,'2008-07-18 11:47:03',0,0,'',0,0,0,0,0,0,0,0),(217,4,'sit0',3,'0','up','up','unknown',1480,'tunnel',NULL,NULL,NULL,'2008-08-25 18:30:07',0,0,'',0,0,0,0,0,0,0,0),(223,32,'gre',8,'0','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-07-18 12:10:58',0,0,'',0,0,0,0,0,0,0,1),(224,32,'ipip',9,'0','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-07-18 12:10:58',0,0,'',0,0,0,0,0,0,0,1),(225,32,'pime',10,'0','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-07-18 12:10:58',0,0,'',0,0,0,0,0,0,0,1),(226,32,'pimd',11,'0','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-07-18 12:10:58',0,0,'',0,0,0,0,0,0,0,1),(227,32,'mtun',12,'0','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-07-18 12:10:58',0,0,'',0,0,0,0,0,0,0,1),(228,32,'lo0.0',16,'0','up','up','unknown',2147483647,'softwareLoopback',NULL,NULL,NULL,'2008-07-18 11:47:04',0,0,'',0,0,0,0,0,0,0,0),(229,32,'sp-0/0/0',21,'800000000','up','up','unknown',9192,'other',NULL,NULL,NULL,'2008-07-18 11:47:04',0,0,'',0,0,0,0,0,0,0,0),(230,32,'sp-0/0/0.16383',22,'800000000','up','up','unknown',9192,'propVirtual',NULL,NULL,NULL,'2008-07-18 11:47:04',0,0,'',0,0,0,0,0,0,0,0),(231,32,'lo0.16385',23,'0','up','up','unknown',2147483647,'softwareLoopback',NULL,NULL,NULL,'2008-07-18 11:47:04',0,0,'',0,0,0,0,0,0,0,0),(219,32,'lsi',4,'0','up','up','unknown',1496,'mplsTunnel',NULL,NULL,NULL,'2008-07-18 12:10:58',0,0,'',0,0,0,0,0,0,0,1),(220,32,'dsc',5,'0','up','up','unknown',2147483647,'other',NULL,NULL,NULL,'2008-07-18 12:10:58',0,0,'',0,0,0,0,0,0,0,1),(221,32,'lo0',6,'0','up','up','unknown',2147483647,'softwareLoopback',NULL,NULL,NULL,'2008-07-18 11:47:05',0,0,'',0,0,0,0,0,0,0,0),(222,32,'tap',7,'0','up','up','unknown',2147483647,'other',NULL,NULL,NULL,'2008-07-18 12:10:58',0,0,'',0,0,0,0,0,0,0,1),(218,4,'sit1',4,'0','up','up','unknown',1480,'tunnel',NULL,NULL,NULL,'2008-08-25 18:30:07',0,0,'',0,0,0,0,0,0,0,0),(233,32,'pd-0/0/0',25,'800000000','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-07-18 11:47:03',0,0,'',0,0,0,0,0,0,0,0),(234,32,'pe-0/0/0',26,'800000000','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-07-18 11:47:03',0,0,'',0,0,0,0,0,0,0,0),(235,32,'gr-0/0/0',27,'800000000','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-11-03 16:00:13',0,0,'',68,0,0,0,0,0,0,0),(236,32,'ip-0/0/0',28,'800000000','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-07-18 11:47:03',0,0,'',0,0,0,0,0,0,0,0),(237,32,'ls-0/0/0',29,'622080000','up','up','unknown',1504,'pppMultilinkBundle',NULL,NULL,NULL,'2008-07-18 11:47:03',0,0,'',0,0,0,0,0,0,0,0),(238,32,'mt-0/0/0',30,'800000000','up','up','unknown',2147483647,'tunnel',NULL,NULL,NULL,'2008-07-18 11:47:03',0,0,'',0,0,0,0,0,0,0,0),(239,32,'lt-0/0/0',31,'800000000','up','up','unknown',2147483647,'tunnel',NULL,'0:1b:c0:53:b:0',NULL,'2008-07-18 11:47:03',0,0,'',0,0,0,0,0,0,0,0),(240,32,'ge-0/0/0',34,'100000000','up','up','unknown',1514,'ethernetCsmacd','Cogent','0:1b:c0:53:b:0',NULL,'2008-11-03 16:00:14',0,0,'',68351,16721,0,0,0,0,0,0),(241,32,'ge-0/0/2.12',35,'1000000000','up','up','unknown',1500,'l2vlan','Internal LAN VLAN12','0:1b:c0:53:b:2',NULL,'2008-11-03 16:00:14',0,0,'',1726,7,0,0,0,0,0,0),(242,32,'ge-0/0/1',36,'1000000000','down','up','unknown',1514,'ethernetCsmacd',NULL,'0:1b:c0:53:b:1',NULL,'2008-07-18 11:47:02',0,0,'',0,0,0,0,0,0,0,0),(243,32,'ge-0/0/2',37,'1000000000','up','up','unknown',1518,'ethernetCsmacd','Connection to GSW03','0:1b:c0:53:b:2',NULL,'2008-11-03 16:00:15',0,0,'',4718,13451,0,0,299812,0,0,0),(244,32,'ge-0/0/3',38,'1000000000','up','up','unknown',1514,'ethernetCsmacd','XOver to J03','0:1b:c0:53:b:3',NULL,'2008-11-03 16:00:15',0,0,'',19315,58526,0,0,0,0,0,0),(245,32,'ge-0/0/0.0',49,'100000000','up','up','unknown',1500,'propVirtual',NULL,'0:1b:c0:53:b:0',NULL,'2008-11-03 16:00:16',0,0,'',66551,16672,0,0,0,0,0,0),(246,32,'gr-0/0/0.0',50,'800000000','up','up','unknown',1500,'tunnel',NULL,NULL,NULL,'2008-11-03 16:00:16',0,0,'',66,93,0,0,0,0,0,0),(247,32,'ge-0/0/3.0',51,'1000000000','up','up','unknown',1500,'propVirtual',NULL,'0:1b:c0:53:b:3',NULL,'2008-11-03 16:00:17',0,0,'',19271,53784,0,0,0,0,0,0),(248,32,'ge-0/0/2.400',66,'1000000000','up','up','unknown',1500,'l2vlan','InterXion Management VLAN','0:1b:c0:53:b:2',NULL,'2008-11-03 16:00:17',0,0,'',1982,12,0,0,0,0,0,0),(249,32,'ge-0/0/2.32767',67,'1000000000','up','up','unknown',1518,'l2vlan',NULL,'0:1b:c0:53:b:2',NULL,'2008-07-18 11:47:02',0,0,'',0,0,0,0,0,0,0,0),(250,32,'ge-0/0/2.401',68,'1000000000','up','up','unknown',1500,'l2vlan','Managed Hosting VLAN401','0:1b:c0:53:b:2',NULL,'2008-11-03 16:00:18',0,0,'',1455,9701,0,0,0,0,0,0),(254,33,'Ethernet0/3',4,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:70',NULL,'2008-08-10 11:47:12',0,0,'',0,0,0,0,0,0,0,0),(251,33,'Ethernet0/0',1,'100000000','testing','down','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:0',NULL,'2008-10-21 21:35:04',0,0,'',0,0,0,0,0,0,0,0),(252,33,'Ethernet0/1',2,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:50',NULL,'2008-08-10 11:47:14',0,0,'',0,0,0,0,0,0,0,0),(253,33,'Ethernet0/2',3,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:60',NULL,'2008-08-10 11:47:14',0,0,'',0,0,0,0,0,0,0,0),(255,33,'Ethernet0/4',5,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:80',NULL,'2008-08-10 11:47:11',0,0,'',0,0,0,0,0,0,0,0),(256,33,'Ethernet0/5',6,'100000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:59:13:32:89',NULL,'2008-11-03 16:00:06',0,0,'',1664,26827,0,0,0,0,0,0),(257,33,'Ethernet0/6',7,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:a0',NULL,'2008-08-10 11:47:10',0,0,'',0,0,0,0,0,0,0,0),(258,33,'Ethernet0/7',8,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:b0',NULL,'2008-08-10 11:47:10',0,0,'',0,0,0,0,0,0,0,0),(259,33,'Ethernet0/8',9,'100000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:c0',NULL,'2008-11-03 16:00:08',0,0,'',240813,31540,0,0,0,0,0,0),(260,33,'Ethernet0/9',10,'100000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:d0',NULL,'2008-11-03 16:00:09',0,0,'',33806,239310,0,0,0,0,0,0),(261,33,'bgroup0/0',11,'1000000000','down','down','unknown',1500,'propVirtual',NULL,'0:10:db:ff:20:e0',NULL,'2008-08-10 11:47:09',0,0,'',0,0,0,0,0,0,0,0),(262,33,'bgroup0/1',12,'1000000000','down','down','unknown',1500,'propVirtual',NULL,'0:10:db:ff:21:50',NULL,'2008-08-10 11:47:09',0,0,'',0,0,0,0,0,0,0,0),(263,33,'bgroup0/2',13,'1000000000','down','down','unknown',1500,'propVirtual',NULL,'0:10:db:ff:21:60',NULL,'2008-08-10 11:47:07',0,0,'',0,0,0,0,0,0,0,0),(264,33,'Vlan1',14,'4294967295','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:10:db:ff:20:f0',NULL,'2008-08-10 11:47:06',0,0,'',0,0,0,0,0,0,0,0),(265,34,'Vlan1',1,'1000000000','up','up','unknown',1500,'propVirtual',NULL,'0:21:a1:62:b7:40','EtherSVI','2008-10-28 22:25:16',0,0,'',526,232,0,0,0,0,0,0),(266,34,'GigabitEthernet0/1',10101,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:1','Gigabit Ethernet','2008-08-10 17:47:27',0,1,'6',0,0,0,0,0,0,0,0),(267,34,'GigabitEthernet0/2',10102,'1000000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:2','Gigabit Ethernet','2008-10-28 22:25:17',0,1,'6',37965,13402,0,0,0,0,0,0),(268,34,'GigabitEthernet0/3',10103,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:3','Gigabit Ethernet','2008-08-10 17:47:25',0,1,'6',0,0,0,0,0,0,0,0),(269,34,'GigabitEthernet0/4',10104,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:4','Gigabit Ethernet','2008-08-10 17:47:24',0,1,'6',0,0,0,0,0,0,0,0),(270,34,'GigabitEthernet0/5',10105,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:5','Gigabit Ethernet','2008-08-10 17:47:23',0,1,'6',0,0,0,0,0,0,0,0),(271,34,'GigabitEthernet0/6',10106,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:6','Gigabit Ethernet','2008-08-10 17:47:23',0,1,'6',0,0,0,0,0,0,0,0),(272,34,'GigabitEthernet0/7',10107,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:7','Gigabit Ethernet','2008-08-10 17:47:22',0,1,'6',0,0,0,0,0,0,0,0),(273,34,'GigabitEthernet0/8',10108,'1000000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:8','Gigabit Ethernet','2008-10-28 22:25:19',0,1,'6',0,742,0,0,0,0,0,0),(274,34,'GigabitEthernet0/9',10109,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:9','Gigabit Ethernet','2008-10-28 22:25:19',0,1,'6',713,627,0,0,0,0,0,0),(275,34,'GigabitEthernet0/10',10110,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:a','Gigabit Ethernet','2008-08-10 17:47:20',0,1,'6',0,0,0,0,0,0,0,0),(276,34,'GigabitEthernet0/11',10111,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:b','Gigabit Ethernet','2008-08-10 17:47:19',0,1,'6',0,0,0,0,0,0,0,0),(277,34,'GigabitEthernet0/12',10112,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:c','Gigabit Ethernet','2008-08-10 17:47:18',0,1,'6',0,0,0,0,0,0,0,0),(278,34,'GigabitEthernet0/13',10113,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:d','Gigabit Ethernet','2008-08-10 17:47:17',0,1,'6',0,0,0,0,0,0,0,0),(279,34,'GigabitEthernet0/14',10114,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:e','Gigabit Ethernet','2008-08-10 17:47:17',0,1,'6',0,0,0,0,0,0,0,0),(280,34,'GigabitEthernet0/15',10115,'10000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:f','Gigabit Ethernet','2008-10-28 22:25:22',0,1,'6',14315,40227,0,0,0,0,0,0),(281,34,'GigabitEthernet0/16',10116,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:10','Gigabit Ethernet','2008-08-29 11:47:16',0,1,'6',0,0,0,0,0,0,0,0),(282,34,'GigabitEthernet0/17',10117,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:11','Gigabit Ethernet','2008-10-28 19:45:21',0,1,'6',0,0,0,0,0,0,0,0),(283,34,'GigabitEthernet0/18',10118,'100000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:12','Gigabit Ethernet','2008-10-28 22:25:23',0,1,'6',828,1249,0,0,0,0,0,0),(284,34,'GigabitEthernet0/19',10119,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:13','Gigabit Ethernet','2008-08-10 17:47:14',0,1,'6',0,0,0,0,0,0,0,0),(285,34,'GigabitEthernet0/20',10120,'100000000','up','up','unknown',1500,'ethernetCsmacd','VPN Router 149.6.147.140','0:21:a1:62:b7:14','Gigabit Ethernet','2008-10-28 22:25:36',0,1,'6',891,1558,0,0,0,0,0,0),(286,34,'GigabitEthernet0/21',10121,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:15','Gigabit Ethernet','2008-08-10 17:47:13',0,1,'6',0,0,0,0,0,0,0,0),(287,34,'GigabitEthernet0/22',10122,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:62:b7:16','Gigabit Ethernet','2008-08-10 17:47:13',0,1,'6',0,0,0,0,0,0,0,0),(288,34,'GigabitEthernet0/23',10123,'10000000','down','up','unknown',1500,'ethernetCsmacd','','0:21:a1:62:b7:17','Gigabit Ethernet','2008-10-28 22:25:54',0,1,'6',0,0,0,0,0,0,0,0),(289,34,'GigabitEthernet0/24',10124,'100000000','down','up','unknown',1500,'ethernetCsmacd','','0:21:a1:62:b7:18','Gigabit Ethernet','2008-10-28 22:26:00',0,1,'6',0,0,0,0,0,0,0,0),(290,35,'Vlan1',1,'1000000000','up','up','unknown',1500,'propVirtual',NULL,'0:21:a1:f5:38:c0','EtherSVI','2008-10-21 20:40:11',0,0,'',1311,230,0,0,0,0,0,0),(291,35,'GigabitEthernet0/1',10101,'100000000','up','up','unknown',1500,'ethernetCsmacd','connection ssg-a into trusted port 0/0','0:21:a1:f5:38:81','Gigabit Ethernet','2008-10-21 20:40:11',0,1,'6',0,1618,0,0,0,0,0,0),(292,35,'GigabitEthernet0/2',10102,'100000000','up','up','unknown',1500,'ethernetCsmacd','connection ssg-b into trusted port 0/0','0:21:a1:f5:38:82','Gigabit Ethernet','2008-10-21 20:40:12',0,1,'6',0,1621,0,0,0,0,0,0),(293,35,'GigabitEthernet0/3',10103,'100000000','up','up','unknown',1500,'ethernetCsmacd','back door connecton to dns.winweb.net 10.44.255.196','0:21:a1:f5:38:83','Gigabit Ethernet','2008-10-21 20:40:12',0,1,'6',592,1954,0,0,0,0,0,0),(294,35,'GigabitEthernet0/4',10104,'1000000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:84','Gigabit Ethernet','2008-10-21 20:40:13',0,1,'6',203,1633,0,0,0,0,0,0),(295,35,'GigabitEthernet0/5',10105,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:85','Gigabit Ethernet','2008-08-29 11:47:10',0,1,'6',0,0,0,0,0,0,0,0),(296,35,'GigabitEthernet0/6',10106,'1000000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:86','Gigabit Ethernet','2008-10-21 20:40:13',0,1,'6',7,1628,0,0,0,0,0,0),(297,35,'GigabitEthernet0/7',10107,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:87','Gigabit Ethernet','2008-08-10 17:47:09',0,1,'6',0,0,0,0,0,0,0,0),(298,35,'GigabitEthernet0/8',10108,'1000000000','up','up','unknown',1500,'ethernetCsmacd','interconnect to SSG-A','0:21:a1:f5:38:88','Gigabit Ethernet','2008-10-21 20:40:14',0,1,'6',16074,48598,0,0,0,0,0,0),(299,35,'GigabitEthernet0/9',10109,'1000000000','up','up','unknown',1500,'ethernetCsmacd','interconnect to SSG-B','0:21:a1:f5:38:89','Gigabit Ethernet','2008-10-21 20:40:15',0,1,'6',0,1608,0,0,0,0,0,0),(300,35,'GigabitEthernet0/10',10110,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:8a','Gigabit Ethernet','2008-08-10 17:47:08',0,1,'6',0,0,0,0,0,0,0,0),(301,35,'GigabitEthernet0/11',10111,'1000000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:8b','Gigabit Ethernet','2008-10-21 20:40:15',0,1,'6',1247,1952,0,0,0,0,0,0),(302,35,'GigabitEthernet0/12',10112,'1000000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:8c','Gigabit Ethernet','2008-08-29 17:50:15',0,1,'6',0,0,0,0,0,0,0,0),(303,35,'GigabitEthernet0/13',10113,'1000000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:8d','Gigabit Ethernet','2008-10-21 20:40:16',0,1,'6',0,1624,0,0,0,0,0,0),(304,35,'GigabitEthernet0/14',10114,'100000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:8e','Gigabit Ethernet','2008-08-29 17:10:16',0,1,'6',0,0,0,0,0,0,0,0),(305,35,'GigabitEthernet0/15',10115,'1000000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:8f','Gigabit Ethernet','2008-10-21 20:40:17',0,1,'6',4374,8072,0,0,0,0,0,0),(306,35,'GigabitEthernet0/16',10116,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:90','Gigabit Ethernet','2008-08-10 17:47:05',0,1,'6',0,0,0,0,0,0,0,0),(307,35,'GigabitEthernet0/17',10117,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:91','Gigabit Ethernet','2008-08-10 17:47:05',0,1,'6',0,0,0,0,0,0,0,0),(308,35,'GigabitEthernet0/18',10118,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:92','Gigabit Ethernet','2008-08-10 17:47:04',0,1,'6',0,0,0,0,0,0,0,0),(309,35,'GigabitEthernet0/19',10119,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:93','Gigabit Ethernet','2008-08-10 17:47:04',0,1,'6',0,0,0,0,0,0,0,0),(310,35,'GigabitEthernet0/20',10120,'100000000','up','up','unknown',1500,'ethernetCsmacd','connection to old 10 net switch - 10.44.255.251','0:21:a1:f5:38:94','Gigabit Ethernet','2008-10-21 20:40:18',0,1,'6',47023,13081,0,0,0,0,0,0),(311,35,'GigabitEthernet0/21',10121,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:95','Gigabit Ethernet','2008-08-10 17:47:03',0,1,'6',0,0,0,0,0,0,0,0),(312,35,'GigabitEthernet0/22',10122,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:96','Gigabit Ethernet','2008-08-10 17:47:03',0,1,'6',0,0,0,0,0,0,0,0),(313,35,'GigabitEthernet0/23',10123,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:97','Gigabit Ethernet','2008-08-10 17:47:02',0,1,'6',0,0,0,0,0,0,0,0),(314,35,'GigabitEthernet0/24',10124,'10000000','down','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:a1:f5:38:98','Gigabit Ethernet','2008-08-10 17:47:02',0,1,'6',0,0,0,0,0,0,0,0),(334,32,'ge-0/0/2.303',70,'1000000000','up','up','unknown',1500,'l2vlan','Managed Hosting VLAN 303','0:1b:c0:53:b:2',NULL,'2008-11-03 16:00:18',0,0,'',1366,908,0,0,0,0,0,0),(333,32,'ge-0/0/2.301',69,'1000000000','up','up','unknown',1500,'l2vlan','Managed Hosting VLAN 301','0:1b:c0:53:b:2',NULL,'2008-11-03 16:00:18',0,0,'',774,2705,0,0,0,0,0,0),(348,32,'ge-0/0/2.402',71,'1000000000','up','up','unknown',1500,'l2vlan','Managed Hosting VLAN402','0:1b:c0:53:b:2',NULL,'2008-11-03 16:00:19',0,0,'',782,109,0,0,0,0,0,0),(335,37,'Serial0/0',1,'92000','down','down','unknown',1500,'modem',NULL,'0:21:59:34:eb:55',NULL,'2008-09-18 17:47:02',0,0,'',0,0,0,0,0,0,0,0),(336,37,'Ethernet0/0',2,'100000000','up','up','unknown',1500,'ethernetCsmacd',NULL,'0:21:59:34:eb:40',NULL,'2008-11-03 16:00:16',0,0,'',532,204,0,0,0,0,0,0),(337,37,'Ethernet0/1',3,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:21:59:34:eb:45',NULL,'2008-09-18 17:47:02',0,0,'',0,0,0,0,0,0,0,0),(338,37,'Ethernet0/2',4,'100000000','up','down','unknown',1500,'ethernetCsmacd',NULL,'0:21:59:34:eb:46',NULL,'2008-09-18 17:47:02',0,0,'',0,0,0,0,0,0,0,0),(339,37,'Ethernet0/3',5,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:21:59:34:eb:47',NULL,'2008-09-18 17:47:02',0,0,'',0,0,0,0,0,0,0,0),(340,37,'Ethernet0/4',6,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:21:59:34:eb:48',NULL,'2008-09-18 17:47:02',0,0,'',0,0,0,0,0,0,0,0),(341,37,'Ethernet0/5',7,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:21:59:34:eb:49',NULL,'2008-09-18 17:47:02',0,0,'',0,0,0,0,0,0,0,0),(342,37,'Ethernet0/6',8,'100000000','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:21:59:34:eb:4a',NULL,'2008-09-18 17:47:02',0,0,'',0,0,0,0,0,0,0,0),(343,37,'bgroup0',9,'100000000','up','up','unknown',1500,'propVirtual',NULL,'0:21:59:34:eb:4b',NULL,'2008-11-03 16:00:18',0,0,'',179,17,0,0,0,0,0,0),(344,37,'bgroup1',10,'1000000000','down','down','unknown',1500,'propVirtual',NULL,'0:21:59:34:eb:4c',NULL,'2008-09-18 17:47:02',0,0,'',0,0,0,0,0,0,0,0),(345,37,'bgroup2',11,'1000000000','down','down','unknown',1500,'propVirtual',NULL,'0:21:59:34:eb:4d',NULL,'2008-09-18 17:47:01',0,0,'',0,0,0,0,0,0,0,0),(346,37,'bgroup3',12,'1000000000','down','down','unknown',1500,'propVirtual',NULL,'0:21:59:34:eb:4e',NULL,'2008-09-18 17:47:01',0,0,'',0,0,0,0,0,0,0,0),(347,37,'Vlan1',13,'4294967295','down','down','unknown',1500,'ethernetCsmacd',NULL,'0:21:59:34:eb:4f',NULL,'2008-09-18 17:47:01',0,0,'',0,0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `interfaces` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `interfaces_perms` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- +DROP TABLE IF EXISTS `interfaces_perms`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `interfaces_perms` ( `user_id` int(11) NOT NULL, `interface_id` int(11) NOT NULL, `access_level` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `interfaces_perms` +-- + +LOCK TABLES `interfaces_perms` WRITE; +/*!40000 ALTER TABLE `interfaces_perms` DISABLE KEYS */; +/*!40000 ALTER TABLE `interfaces_perms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `ip6addr` +-- + +DROP TABLE IF EXISTS `ip6addr`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `ip6addr` ( + `id` int(11) NOT NULL auto_increment, + `addr` varchar(128) NOT NULL, + `comp_addr` text NOT NULL, + `cidr` smallint(6) NOT NULL default '0', + `origin` text NOT NULL, + `network` varchar(64) NOT NULL default '', + `interface_id` int(11) NOT NULL default '0', + PRIMARY KEY (`id`), + KEY `addr` (`addr`,`cidr`,`interface_id`) +) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `ip6addr` +-- + +LOCK TABLES `ip6addr` WRITE; +/*!40000 ALTER TABLE `ip6addr` DISABLE KEYS */; +INSERT INTO `ip6addr` VALUES (1,'0000:0000:0000:0000:0000:0000:5b79:01a3','::5b79:1a3',96,'manual','0:0:0:0:0:0:0:0/96',217),(2,'0000:0000:0000:0000:0000:0000:7f00:0001','::7f00:1',96,'manual','0:0:0:0:0:0:0:0/96',217),(3,'2001:0470:1f12:0204:0000:0000:0000:0002','2001:470:1f12:204::2',64,'manual','2001:470:1f12:204:0:0:0:0/64',218),(4,'2001:41d0:0001:54a3:0000:0000:0000:aaaa','2001:41d0:1:54a3::aaaa',56,'manual','2001:41d0:1:5400:0:0:0:0/56',36),(5,'fe80:0000:0000:0000:0000:0000:5b79:01a3','fe80::5b79:1a3',64,'linklayer','fe80:0:0:0:0:0:0:0/64',218),(6,'fe80:0000:0000:0000:02e0:4cff:fec3:a83e','fe80::2e0:4cff:fec3:a83e',64,'linklayer','fe80:0:0:0:0:0:0:0/64',36); +/*!40000 ALTER TABLE `ip6addr` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `ip6adjacencies` +-- + +DROP TABLE IF EXISTS `ip6adjacencies`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `ip6adjacencies` ( + `adj_id` int(11) NOT NULL auto_increment, + `network_id` int(11) NOT NULL default '0', + `interface_id` int(11) NOT NULL default '0', + PRIMARY KEY (`adj_id`) +) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `ip6adjacencies` +-- + +LOCK TABLES `ip6adjacencies` WRITE; +/*!40000 ALTER TABLE `ip6adjacencies` DISABLE KEYS */; +INSERT INTO `ip6adjacencies` VALUES (1,1,217),(2,2,218),(3,3,36),(4,4,218),(5,4,36); +/*!40000 ALTER TABLE `ip6adjacencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `ip6networks` +-- + +DROP TABLE IF EXISTS `ip6networks`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `ip6networks` ( + `id` int(11) NOT NULL auto_increment, + `cidr` varchar(32) NOT NULL default '', + PRIMARY KEY (`id`), + UNIQUE KEY `cidr` (`cidr`) +) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `ip6networks` +-- + +LOCK TABLES `ip6networks` WRITE; +/*!40000 ALTER TABLE `ip6networks` DISABLE KEYS */; +INSERT INTO `ip6networks` VALUES (1,'0:0:0:0:0:0:0:0/96'),(2,'2001:470:1f12:204:0:0:0:0/64'),(3,'2001:41d0:1:5400:0:0:0:0/56'),(4,'fe80:0:0:0:0:0:0:0/64'); +/*!40000 ALTER TABLE `ip6networks` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `ipaddr` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 29, 2008 at 07:09 PM --- +DROP TABLE IF EXISTS `ipaddr`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `ipaddr` ( `id` int(11) NOT NULL auto_increment, `addr` varchar(32) NOT NULL default '', @@ -351,17 +553,26 @@ CREATE TABLE `ipaddr` ( `interface_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `addr` (`addr`,`cidr`,`interface_id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=468 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `ipaddr` +-- + +LOCK TABLES `ipaddr` WRITE; +/*!40000 ALTER TABLE `ipaddr` DISABLE KEYS */; +INSERT INTO `ipaddr` VALUES (454,'149.6.147.138',29,'149.6.147.136',260),(440,'87.98.250.63',32,'',36),(449,'149.6.2.102',30,'149.6.2.100',245),(450,'172.16.0.4',32,'',228),(451,'172.16.1.4',24,'172.16.1.0',246),(452,'10.44.0.1',16,'10.44.0.0',259),(453,'149.6.147.139',29,'149.6.147.136',260),(444,'91.194.74.157',27,'91.194.74.128',248),(445,'91.194.74.189',27,'91.194.74.160',250),(446,'91.194.75.254',30,'91.194.75.252',247),(447,'128.0.0.1',32,'',231),(448,'128.0.1.16',32,'',231),(31,'127.0.0.1',8,'127.0.0.0',35),(462,'91.194.75.242',30,'91.194.75.240',246),(439,'91.121.1.163',24,'91.121.1.0',36),(443,'10.2.2.4',16,'10.2.0.0',241),(441,'10.0.0.1',32,'',231),(442,'10.0.0.16',32,'',231),(467,'91.194.74.221',27,'91.194.74.192',348),(456,'10.44.255.253',16,'10.44.0.0',290),(455,'149.6.147.139',29,'149.6.147.136',265),(463,'91.194.75.93',27,'91.194.75.64',333),(464,'91.194.75.157',27,'91.194.75.128',334),(465,'10.45.255.254',24,'10.45.255.0',343),(466,'212.115.44.34',27,'212.115.44.32',336); +/*!40000 ALTER TABLE `ipaddr` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `links` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 30, 2008 at 12:55 AM --- +DROP TABLE IF EXISTS `links`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `links` ( `id` int(11) NOT NULL auto_increment, `src_if` int(11) default NULL, @@ -369,33 +580,50 @@ CREATE TABLE `links` ( `active` tinyint(4) NOT NULL default '1', `cdp` int(11) default NULL, PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `links` +-- + +LOCK TABLES `links` WRITE; +/*!40000 ALTER TABLE `links` DISABLE KEYS */; +/*!40000 ALTER TABLE `links` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `networks` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 27, 2008 at 12:47 PM --- +DROP TABLE IF EXISTS `networks`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `networks` ( `id` int(11) NOT NULL auto_increment, `cidr` varchar(32) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `cidr` (`cidr`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `networks` +-- + +LOCK TABLES `networks` WRITE; +/*!40000 ALTER TABLE `networks` DISABLE KEYS */; +INSERT INTO `networks` VALUES (1,'89.21.224.88/29'),(2,'127.0.0.0/8'),(3,'172.22.0.0/24'),(4,'89.21.226.252/30'),(5,'192.168.100.0/24'),(6,'89.21.224.32/27'),(7,'172.22.1.0/24'),(8,'192.168.1.0/24'),(9,'89.21.224.16/28'),(10,'89.21.227.0/26'),(11,'10.10.10.0/24'),(12,'213.253.1.0/24'),(13,'213.253.1.130/32'),(14,'213.253.1.131/32'),(15,'213.253.1.132/32'),(16,'213.253.1.133/32'),(17,'213.253.1.134/32'),(18,'213.253.1.135/32'),(19,'213.253.1.136/32'),(20,'213.253.1.137/32'),(21,'213.253.1.138/32'),(22,'213.253.1.139/32'),(23,'213.253.1.140/32'),(24,'83.104.146.0/24'),(25,'192.168.0.0/24'),(26,'62.49.248.112/28'),(27,'127.0.0.0/24'),(28,'80.176.234.0/24'),(29,'80.176.234.37/32'),(30,''),(31,'91.121.1.0/24'),(32,'87.98.250.63/32'),(33,'10.0.0.1/32'),(34,'10.0.0.16/32'),(35,'10.2.0.0/16'),(36,'91.194.74.128/27'),(37,'91.194.74.160/27'),(38,'91.194.75.252/30'),(39,'128.0.0.1/32'),(40,'128.0.1.16/32'),(41,'149.6.2.100/30'),(42,'172.16.0.4/32'),(43,'172.16.1.0/24'),(44,'10.44.0.0/16'),(45,'149.6.147.136/29'),(46,'212.9.27.245/32'),(47,'91.194.75.240/30'),(48,'91.194.75.64/27'),(49,'91.194.75.128/27'),(50,'10.45.255.0/24'),(51,'212.115.44.32/27'),(52,'91.194.74.192/27'); +/*!40000 ALTER TABLE `networks` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `port_in_measurements` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- +DROP TABLE IF EXISTS `port_in_measurements`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `port_in_measurements` ( `port_id` int(11) NOT NULL, `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, @@ -403,16 +631,25 @@ CREATE TABLE `port_in_measurements` ( `delta` bigint(11) NOT NULL, KEY `port_id` (`port_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `port_in_measurements` +-- + +LOCK TABLES `port_in_measurements` WRITE; +/*!40000 ALTER TABLE `port_in_measurements` DISABLE KEYS */; +INSERT INTO `port_in_measurements` VALUES (36,'2008-11-03 13:25:02',31727379634,0),(36,'2008-11-03 13:30:02',31727658513,278879),(36,'2008-11-03 13:35:02',31728083933,425420),(36,'2008-11-03 13:40:01',31733509103,5425170),(36,'2008-11-03 13:45:02',31735115791,1606688),(36,'2008-11-03 13:50:02',31735469795,354004),(36,'2008-11-03 13:55:02',31735795780,325985),(36,'2008-11-03 14:00:02',31735983519,187739),(36,'2008-11-03 14:05:02',31736232278,248759),(36,'2008-11-03 14:10:02',31736589061,356783),(36,'2008-11-03 14:15:02',31742021272,5432211),(36,'2008-11-03 14:20:01',31742179153,157881),(36,'2008-11-03 14:25:02',31742474188,295035),(36,'2008-11-03 14:30:02',31742758110,283922),(36,'2008-11-03 14:35:02',31742907523,149413),(36,'2008-11-03 14:40:01',31743112875,205352),(36,'2008-11-03 14:45:02',31743311718,198843),(36,'2008-11-03 14:50:02',31743550912,239194),(36,'2008-11-03 14:55:02',31743982556,431644),(36,'2008-11-03 15:00:02',31744561775,579219),(36,'2008-11-03 15:05:02',31744986705,424930),(36,'2008-11-03 15:10:01',31747920884,2934179),(36,'2008-11-03 15:15:01',31751766442,3845558),(36,'2008-11-03 15:20:02',31755470506,3704064),(36,'2008-11-03 15:25:02',31756190951,720445),(36,'2008-11-03 15:30:02',31756485217,294266),(36,'2008-11-03 15:35:02',31756794463,309246),(36,'2008-11-03 15:40:02',31757061427,266964),(36,'2008-11-03 15:45:02',31757308692,247265),(36,'2008-11-03 15:50:02',31757513071,204379),(36,'2008-11-03 15:55:01',31757988514,475443),(36,'2008-11-03 16:00:03',31758305898,317384); +/*!40000 ALTER TABLE `port_in_measurements` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `port_out_measurements` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- +DROP TABLE IF EXISTS `port_out_measurements`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `port_out_measurements` ( `port_id` int(11) NOT NULL, `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, @@ -420,85 +657,91 @@ CREATE TABLE `port_out_measurements` ( `delta` bigint(11) NOT NULL, KEY `port_id` (`port_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; - --- -------------------------------------------------------- +SET character_set_client = @saved_cs_client; -- --- Table structure for table `pseudowires` --- --- Creation: Oct 28, 2008 at 03:44 PM --- Last update: Oct 29, 2008 at 12:52 PM +-- Dumping data for table `port_out_measurements` -- -CREATE TABLE `pseudowires` ( - `pseudowire_id` int(11) NOT NULL auto_increment, - `interface_id` int(11) NOT NULL, - `peer_device_id` int(11) NOT NULL, - `peer_ldp_id` int(11) NOT NULL, - `cpwVcID` int(11) NOT NULL, - `cpwOid` int(11) NOT NULL, - PRIMARY KEY (`pseudowire_id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; - --- -------------------------------------------------------- +LOCK TABLES `port_out_measurements` WRITE; +/*!40000 ALTER TABLE `port_out_measurements` DISABLE KEYS */; +INSERT INTO `port_out_measurements` VALUES (36,'2008-11-03 13:25:02',194118060420,0),(36,'2008-11-03 13:30:02',194118844179,783759),(36,'2008-11-03 13:35:02',194120371931,1527752),(36,'2008-11-03 13:40:01',194122071807,1699876),(36,'2008-11-03 13:45:02',194123812546,1740739),(36,'2008-11-03 13:50:02',194125966112,2153566),(36,'2008-11-03 13:55:02',194131596830,5630718),(36,'2008-11-03 14:00:02',194132146228,549398),(36,'2008-11-03 14:05:02',194132801376,655148),(36,'2008-11-03 14:10:02',194133986406,1185030),(36,'2008-11-03 14:15:02',194134953757,967351),(36,'2008-11-03 14:20:01',194135646615,692858),(36,'2008-11-03 14:25:02',194136594876,948261),(36,'2008-11-03 14:30:02',194137854993,1260117),(36,'2008-11-03 14:35:02',194138492222,637229),(36,'2008-11-03 14:40:01',194140694180,2201958),(36,'2008-11-03 14:45:02',194141384485,690305),(36,'2008-11-03 14:50:02',194141990790,606305),(36,'2008-11-03 14:55:02',194143343671,1352881),(36,'2008-11-03 15:00:02',194144702042,1358371),(36,'2008-11-03 15:05:02',194146253065,1551023),(36,'2008-11-03 15:10:01',194261858145,115605080),(36,'2008-11-03 15:15:01',194420202222,158344077),(36,'2008-11-03 15:20:02',194578444430,158242208),(36,'2008-11-03 15:25:02',194599825039,21380609),(36,'2008-11-03 15:30:02',194600494020,668981),(36,'2008-11-03 15:35:02',194602122624,1628604),(36,'2008-11-03 15:40:02',194602597679,475055),(36,'2008-11-03 15:45:02',194602878355,280676),(36,'2008-11-03 15:50:02',194603201200,322845),(36,'2008-11-03 15:55:01',194603769639,568439),(36,'2008-11-03 16:00:03',194604260342,490703); +/*!40000 ALTER TABLE `port_out_measurements` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `services` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 03, 2008 at 08:42 PM --- +DROP TABLE IF EXISTS `services`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `services` ( `service_id` int(11) NOT NULL auto_increment, - `service_host` int(11) NOT NULL, - `service_ip` text NOT NULL, - `service_type` varchar(16) NOT NULL, + `service_host` int(11) NOT NULL default '0', + `service_ip` text, + `service_type` text NOT NULL, `service_desc` text NOT NULL, `service_param` text NOT NULL, - `service_ignore` tinyint(1) NOT NULL, - `service_status` tinyint(4) NOT NULL default '0', - `service_checked` int(11) NOT NULL default '0', - `service_changed` int(11) NOT NULL default '0', + `service_status` tinyint(4) NOT NULL default '2', `service_message` text NOT NULL, - `service_disabled` tinyint(1) NOT NULL default '0', + `service_changed` int(11) NOT NULL default '0', + `service_checked` int(11) NOT NULL default '0', + `service_ignore` tinyint(4) NOT NULL default '0', PRIMARY KEY (`service_id`), KEY `service_host` (`service_host`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `services` +-- + +LOCK TABLES `services` WRITE; +/*!40000 ALTER TABLE `services` DISABLE KEYS */; +INSERT INTO `services` VALUES (1,11,'89.21.224.39','SSH','','',1,'SSH OK - OpenSSH_4.2p1 Debian-7ubuntu3.1 (protocol 2.0)\n',1172436903,1172601615,0),(2,4,'213.253.1.129','HTTP','','',1,'HTTP OK HTTP/1.1 200 OK - 1061 bytes in 0.031 seconds ',1219688706,1225728002,0),(32,4,'','ftp','','',1,'FTP OK - 0.006 second response time on port 21 [220 Welcome to Alpha]',1219672204,1225728002,0),(4,4,'213.253.1.129','SSH','','',1,'SSH OK - OpenSSH_4.7p1 Debian-8ubuntu1.2 (protocol 2.0)\n',1223255701,1225728002,0),(5,4,'213.253.1.129','DNS','','ns1.vostron.net',1,'DNS OK: 0.032 seconds response time -s returns 91.121.1.163',1216368902,1225728002,0),(6,4,'213.253.1.129','SMTP','','',1,'SMTP OK - 0.004 sec. response time',1225704904,1225728002,0),(22,15,'','','','',2,'',0,0,0),(25,0,'','http','','-p 8080 -e 401',2,'',0,0,0); +/*!40000 ALTER TABLE `services` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `storage` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 30, 2008 at 09:07 PM --- +DROP TABLE IF EXISTS `storage`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `storage` ( `storage_id` int(11) NOT NULL auto_increment, - `host_id` int(11) NOT NULL, - `hrStorageIndex` int(11) NOT NULL, + `host_id` int(11) NOT NULL default '0', + `hrStorageIndex` int(11) NOT NULL default '0', `hrStorageDescr` text NOT NULL, - `hrStorageSize` int(11) NOT NULL, - `hrStorageAllocationUnits` int(11) NOT NULL, + `hrStorageSize` int(11) NOT NULL default '0', + `hrStorageAllocationUnits` int(11) NOT NULL default '0', `hrStorageUsed` int(11) NOT NULL, `storage_perc` text NOT NULL, PRIMARY KEY (`storage_id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `storage` +-- + +LOCK TABLES `storage` WRITE; +/*!40000 ALTER TABLE `storage` DISABLE KEYS */; +INSERT INTO `storage` VALUES (9,9,4,'/',34470068,4096,0,'0'),(10,10,4,'/',8374729,4096,0,'0'),(11,11,4,'/',9483592,4096,0,'0'),(12,12,4,'/',8374729,4096,0,'0'),(13,13,4,'/',9218835,4096,0,'0'),(14,14,4,'/',4605388,4096,0,'0'),(15,15,4,'/',4605388,4096,0,'0'),(46,0,8,'/mnt/fictitious',58204467,2048,0,'0'),(45,0,6,'/usr',15250502,2048,0,'0'),(44,0,5,'/var',5083583,2048,0,'0'),(43,0,7,'/mnt/array',40198914,4096,0,'0'),(42,0,4,'/',9523242,4096,0,'0'),(47,0,9,'/kern',2,512,0,'0'),(54,4,31,'/',59839744,4096,51586176,'86.21'); +/*!40000 ALTER TABLE `storage` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `syslog` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 30, 2008 at 11:46 AM --- +DROP TABLE IF EXISTS `syslog`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `syslog` ( - `host` varchar(64) NOT NULL, - `device_id` int(11) default NULL, + `host` int(11) default NULL, `facility` varchar(10) default NULL, `priority` varchar(10) default NULL, `level` varchar(10) default NULL, @@ -509,61 +752,84 @@ CREATE TABLE `syslog` ( `seq` bigint(20) unsigned NOT NULL auto_increment, `processed` tinyint(1) NOT NULL default '0', PRIMARY KEY (`seq`), - KEY `datetime` (`datetime`), - KEY `device_id` (`device_id`), - KEY `processed` (`processed`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; + KEY `host` (`host`), + KEY `datetime` (`datetime`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `syslog` +-- + +LOCK TABLES `syslog` WRITE; +/*!40000 ALTER TABLE `syslog` DISABLE KEYS */; +/*!40000 ALTER TABLE `syslog` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `temperature` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Oct 30, 2008 at 09:08 PM --- +DROP TABLE IF EXISTS `temperature`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `temperature` ( `temp_id` int(11) NOT NULL auto_increment, `temp_host` int(11) NOT NULL default '0', `temp_oid` varchar(64) NOT NULL, `temp_descr` varchar(32) NOT NULL default '', - `temp_tenths` int(1) NOT NULL default '0', + `temp_tenths` tinyint(1) NOT NULL default '0', `temp_current` tinyint(4) NOT NULL default '0', - `temp_limit` tinyint(4) NOT NULL default '60', - PRIMARY KEY (`temp_id`), - KEY `temp_host` (`temp_host`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; + `temp_limit` tinyint(4) NOT NULL default '70', + PRIMARY KEY (`temp_id`) +) ENGINE=MyISAM AUTO_INCREMENT=18927 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `temperature` +-- + +LOCK TABLES `temperature` WRITE; +/*!40000 ALTER TABLE `temperature` DISABLE KEYS */; +INSERT INTO `temperature` VALUES (18926,32,'1.3.6.1.4.1.2636.3.1.13.1.7.9.1.0.0','Routing Engine',0,40,70); +/*!40000 ALTER TABLE `temperature` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `users` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 22, 2008 at 03:46 PM --- +DROP TABLE IF EXISTS `users`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `users` ( `user_id` int(11) NOT NULL auto_increment, `username` char(30) NOT NULL, - `password` char(32) NOT NULL, - `realname` text NOT NULL, - `descr` char(30) NOT NULL, + `password` char(32) NOT NULL default '', + `descr` char(30) NOT NULL default '', `level` tinyint(4) NOT NULL default '0', PRIMARY KEY (`user_id`), UNIQUE KEY `username` (`username`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; --- -------------------------------------------------------- +-- +-- Dumping data for table `users` +-- + +LOCK TABLES `users` WRITE; +/*!40000 ALTER TABLE `users` DISABLE KEYS */; +INSERT INTO `users` VALUES (1,'adama','47f709c1454db770995d717fe649777c','Adam Armstrong',10),(4,'demo','fe01ce2a7fbac8fafaed7c982a04e229','',1); +/*!40000 ALTER TABLE `users` ENABLE KEYS */; +UNLOCK TABLES; -- -- Table structure for table `vlans` -- --- Creation: Sep 03, 2008 at 08:42 PM --- Last update: Sep 08, 2008 at 06:39 PM --- +DROP TABLE IF EXISTS `vlans`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; CREATE TABLE `vlans` ( `vlan_id` int(11) NOT NULL auto_increment, `device_id` int(11) default NULL, @@ -572,24 +838,26 @@ CREATE TABLE `vlans` ( `vlan_descr` text, PRIMARY KEY (`vlan_id`), KEY `device_id` (`device_id`,`vlan_vlan`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; - --- -------------------------------------------------------- +) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; +SET character_set_client = @saved_cs_client; -- --- Table structure for table `vrfs` --- --- Creation: Oct 28, 2008 at 09:44 PM --- Last update: Oct 29, 2008 at 06:50 PM +-- Dumping data for table `vlans` -- -CREATE TABLE `vrfs` ( - `vrf_id` int(11) NOT NULL auto_increment, - `vrf_oid` varchar(64) NOT NULL, - `vrf_name` varchar(32) NOT NULL, - `mplsVpnVrfRouteDistinguisher` varchar(16) NOT NULL, - `device_id` int(11) NOT NULL, - PRIMARY KEY (`vrf_id`), - KEY `device_id` (`device_id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; +LOCK TABLES `vlans` WRITE; +/*!40000 ALTER TABLE `vlans` DISABLE KEYS */; +INSERT INTO `vlans` VALUES (1,34,1,'','default'),(2,34,1002,'','fddi-default'),(3,34,1003,'','token-ring-default'),(4,34,1004,'','fddinet-default'),(5,34,1005,'','trnet-default'),(6,35,1,'','default'),(7,35,1002,'','fddi-default'),(8,35,1003,'','token-ring-default'),(9,35,1004,'','fddinet-default'),(10,35,1005,'','trnet-default'); +/*!40000 ALTER TABLE `vlans` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2008-11-03 16:00:44