Project

General

Profile

Revision 5763b516

ID5763b51624a00d34efe2df8635312cabd5f0f399
Parent 4d783824
Child bfd8ead8

Added by Francois POIROTTE over 14 years ago

Nettoyage des fichiers de VigiBoard (READMEs devenus obsolètes, scripts SQL plus à jour depuis longtemps, script obsolète pour pylint).
Déplacement de vigiboard/README/HowTo vers glue/HowTo car il contient des informations
intéressantes pour les autres applications utilisant TurboGears 2.0.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@1852 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

README.txt
1
Vigiboard Module
README/README.txt
1
########################
2
#    SVN
3
########################
4

  
5
Révision SVN juste avant la séparation entre vigiboard et vigiboard : 346 
6

  
7
########################
8
#    Désactiver l'environnement virtuel
9
########################
10

  
11
Editer le fichier apache/vigiboard.wsgi et commenter la section 3
12

  
13
########################
14
#    Configuration de l'application
15
########################
16

  
17
Les variables de configuration de l'application (par exemple les liens externes)
18
sont dans le fichier vigiboard/config/vigiboard.py
19

  
20
########################
21
#    Installation des Eggs - précision
22
########################
23

  
24
Pour JQuery, pour avoir UI.Dialog, il faut :
25

  
26
1 ) Ajouter la ligne suivante au fichier /path/to/lib/python2.6/site-packages/tw.jquery-0.9.4.5-py2.6.egg/tw/jquery/__init__.py
27
from tw.jquery.ui_dialog import JQueryUIDialog
28
2 ) Copier le fichier README_jquery/ui_dialog.py vers /path/to/lib/python2.6/site-packages/tw.jquery-0.9.4.5-py2.6.egg/tw/jquery/ui_dialog.py
29
3 ) Copier les fichiers README_jquery/static/css vers /path/to/lib/python2.6/site-packages/tw.jquery-0.9.4.5-py2.6.egg/tw/jquery/static/css
30

  
31
Ticket sur ToscaWidgets : http://toscawidgets.org/trac/tw.jquery/ticket/4
README/README_jquery/static/css/ui.accordion.css
1
/* Accordion
2
----------------------------------*/
3
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
4
.ui-accordion .ui-accordion-li-fix { display: inline; }
5
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
6
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
7
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
8
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
9
.ui-accordion .ui-accordion-content-active { display: block; }
README/README_jquery/static/css/ui.all.css
1
@import "ui.base.css";
2
@import "ui.theme.css";
README/README_jquery/static/css/ui.base.css
1
@import url("ui.core.css");
2
@import url("ui.resizable.css");
3
@import url("ui.dialog.css");@import url("ui.core.css");
4
@import url("ui.resizable.css");
5
@import url("ui.dialog.css");
README/README_jquery/static/css/ui.core.css
1
/*
2
* jQuery UI CSS Framework
3
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
4
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
5
*/
6

  
7
/* Layout helpers
8
----------------------------------*/
9
.ui-helper-hidden { display: none; }
10
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
11
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
12
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
13
.ui-helper-clearfix { display: inline-block; }
14
/* required comment for clearfix to work in Opera \*/
15
* html .ui-helper-clearfix { height:1%; }
16
.ui-helper-clearfix { display:block; }
17
/* end clearfix */
18
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
19

  
20

  
21
/* Interaction Cues
22
----------------------------------*/
23
.ui-state-disabled { cursor: default !important; }
24

  
25

  
26
/* Icons
27
----------------------------------*/
28

  
29
/* states and images */
30
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
31

  
32

  
33
/* Misc visuals
34
----------------------------------*/
35

  
36
/* Overlays */
37
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
README/README_jquery/static/css/ui.datepicker.css
1
/* Main Style Sheet for jQuery UI date picker */
2
#datepicker_div, .datepicker_inline {
3
	font-family: Arial, Helvetica, sans-serif;
4
	font-size: 14px;
5
	padding: 0;
6
	margin: 0;
7
	background: #ddd;
8
	width: 185px;
9
}
10
#datepicker_div {
11
	display: none;
12
	border: 1px solid #777;
13
	z-index: 9999; /*must have*/
14
}
15
.datepicker_inline {
16
	float: left;
17
	display: block;
18
	border: 0;
19
}
20
.datepicker_rtl {
21
	direction: rtl;
22
}
23
.datepicker_dialog {
24
	padding: 5px !important;
25
	border: 4px ridge #ddd !important;
26
}
27
button.datepicker_trigger {
28
	width: 25px;
29
}
30
img.datepicker_trigger {
31
	margin: 2px;
32
	vertical-align: middle;
33
}
34
.datepicker_prompt {
35
	float: left;
36
	padding: 2px;
37
	background: #ddd;
38
	color: #000;
39
}
40
* html .datepicker_prompt {
41
	width: 185px;
42
}
43
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
44
	clear: both;
45
	float: left;
46
	width: 100%;
47
	color: #fff;
48
}
49
.datepicker_control {
50
	background: #400;
51
	padding: 2px 0px;
52
}
53
.datepicker_links {
54
	background: #000;
55
	padding: 2px 0px;
56
}
57
.datepicker_control, .datepicker_links {
58
	font-weight: bold;
59
	font-size: 80%;
60
	letter-spacing: 1px;
61
}
62
.datepicker_links label { /* disabled links */
63
	padding: 2px 5px;
64
	color: #888;
65
}
66
.datepicker_clear, .datepicker_prev {
67
	float: left;
68
	width: 34%;
69
}
70
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
71
	float: right;
72
	text-align: right;
73
}
74
.datepicker_current {
75
	float: left;
76
	width: 30%;
77
	text-align: center;
78
}
79
.datepicker_close, .datepicker_next {
80
	float: right;
81
	width: 34%;
82
	text-align: right;
83
}
84
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
85
	float: left;
86
	text-align: left;
87
}
88
.datepicker_header {
89
	padding: 1px 0 3px;
90
	background: #333;
91
	text-align: center;
92
	font-weight: bold;
93
	height: 1.3em;
94
}
95
.datepicker_header select {
96
	background: #333;
97
	color: #fff;
98
	border: 0px;
99
	font-weight: bold;
100
}
101
.datepicker {
102
	background: #ccc;
103
	text-align: center;
104
	font-size: 100%;
105
}
106
.datepicker a {
107
	display: block;
108
	width: 100%;
109
}
110
.datepicker_titleRow {
111
	background: #777;
112
}
113
.datepicker_daysRow {
114
	background: #eee;
115
	color: #666;
116
}
117
.datepicker_weekCol {
118
	background: #777;
119
	color: #fff;
120
}
121
.datepicker_daysCell {
122
	color: #000;
123
	border: 1px solid #ddd;
124
}
125
.datepicker_daysCell a{
126
	display: block;
127
}
128
.datepicker_weekEndCell {
129
	background: #ddd;
130
}
131
.datepicker_titleRow .datepicker_weekEndCell {
132
	background: #777;
133
}
134
.datepicker_daysCellOver {
135
	background: #fff;
136
	border: 1px solid #777;
137
}
138
.datepicker_unselectable {
139
	color: #888;
140
}
141
.datepicker_today {
142
	background: #fcc !important;
143
}
144
.datepicker_currentDay {
145
	background: #999 !important;
146
}
147
.datepicker_status {
148
	background: #ddd;
149
	width: 100%;
150
	font-size: 80%;
151
	text-align: center;
152
}
153

  
154
/* ________ Datepicker Links _______
155

  
156
** Reset link properties and then override them with !important */
157
#datepicker_div a, .datepicker_inline a {
158
	cursor: pointer;
159
	margin: 0;
160
	padding: 0;
161
	background: none;
162
	color: #000;
163
}
164
.datepicker_inline .datepicker_links a {
165
	padding: 0 5px !important;
166
}
167
.datepicker_control a, .datepicker_links a {
168
	padding: 2px 5px !important;
169
	color: #eee !important;
170
}
171
.datepicker_titleRow a {
172
	color: #eee !important;
173
}
174
.datepicker_control a:hover {
175
	background: #fdd !important;
176
	color: #333 !important;
177
}
178
.datepicker_links a:hover, .datepicker_titleRow a:hover {
179
	background: #ddd !important;
180
	color: #333 !important;
181
}
182

  
183
/* ___________ MULTIPLE MONTHS _________*/
184

  
185
.datepicker_multi .datepicker {
186
	border: 1px solid #777;
187
}
188
.datepicker_oneMonth {
189
	float: left;
190
	width: 185px;
191
}
192
.datepicker_newRow {
193
	clear: left;
194
}
195

  
196
/* ___________ IE6 IFRAME FIX ________ */
197

  
198
.datepicker_cover {
199
    display: none; /*sorry for IE5*/
200
    display/**/: block; /*sorry for IE5*/
201
    position: absolute; /*must have*/
202
    z-index: -1; /*must have*/
203
    filter: mask(); /*must have*/
204
    top: -4px; /*must have*/
205
    left: -4px; /*must have*/
206
    width: 200px; /*must have*/
207
    height: 200px; /*must have*/
208
}
README/README_jquery/static/css/ui.dialog.css
1
/* Dialog
2
----------------------------------*/
3
.ui-dialog { position: relative; padding: .2em; width: 300px; }
4
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
5
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
6
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
7
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
8
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
9
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
10
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
11
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
12
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
13
.ui-draggable .ui-dialog-titlebar { cursor: move; }
README/README_jquery/static/css/ui.progressbar.css
1
/* Progressbar
2
----------------------------------*/
3
.ui-progressbar { height:2em; text-align: left; }
4
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
README/README_jquery/static/css/ui.resizable.css
1
/* Resizable
2
----------------------------------*/
3
.ui-resizable { position: relative;}
4
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
5
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
6
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
7
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
8
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
9
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
10
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
11
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
12
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
13
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
README/README_jquery/static/css/ui.slider.css
1
/* Slider
2
----------------------------------*/
3
.ui-slider { position: relative; text-align: left; }
4
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
5
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
6

  
7
.ui-slider-horizontal { height: .8em; }
8
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
9
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
10
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
11
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
12

  
13
.ui-slider-vertical { width: .8em; height: 100px; }
14
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
15
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
16
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
17
.ui-slider-vertical .ui-slider-range-max { top: 0; }
README/README_jquery/static/css/ui.tabs.css
1
/* Tabs
2
----------------------------------*/
3
.ui-tabs { padding: .2em; zoom: 1; }
4
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
5
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
6
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
7
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
8
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
9
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
10
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
11
.ui-tabs .ui-tabs-hide { display: none !important; }
README/README_jquery/static/css/ui.theme.css
1

  
2

  
3

  
4

  
5
/*
6
* jQuery UI CSS Framework
7
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
8
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
9
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
10
*/
11

  
12

  
13
/* Component containers
14
----------------------------------*/
15
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
16
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
17
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
18
.ui-widget-content a { color: #333333; }
19
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
20
.ui-widget-header a { color: #ffffff; }
21

  
22
/* Interaction states
23
----------------------------------*/
24
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; }
25
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
26
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; outline: none; }
27
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
28
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; outline: none; }
29
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }
30

  
31
/* Interaction Cues
32
----------------------------------*/
33
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
34
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
35
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
36
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
37
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
38
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
39
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
40
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
41

  
42
/* Icons
43
----------------------------------*/
44

  
45
/* states and images */
46
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
47
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
48
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
49
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
50
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
51
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
52
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
53
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }
54

  
55
/* positioning */
56
.ui-icon-carat-1-n { background-position: 0 0; }
57
.ui-icon-carat-1-ne { background-position: -16px 0; }
58
.ui-icon-carat-1-e { background-position: -32px 0; }
59
.ui-icon-carat-1-se { background-position: -48px 0; }
60
.ui-icon-carat-1-s { background-position: -64px 0; }
61
.ui-icon-carat-1-sw { background-position: -80px 0; }
62
.ui-icon-carat-1-w { background-position: -96px 0; }
63
.ui-icon-carat-1-nw { background-position: -112px 0; }
64
.ui-icon-carat-2-n-s { background-position: -128px 0; }
65
.ui-icon-carat-2-e-w { background-position: -144px 0; }
66
.ui-icon-triangle-1-n { background-position: 0 -16px; }
67
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
68
.ui-icon-triangle-1-e { background-position: -32px -16px; }
69
.ui-icon-triangle-1-se { background-position: -48px -16px; }
70
.ui-icon-triangle-1-s { background-position: -64px -16px; }
71
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
72
.ui-icon-triangle-1-w { background-position: -96px -16px; }
73
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
74
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
75
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
76
.ui-icon-arrow-1-n { background-position: 0 -32px; }
77
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
78
.ui-icon-arrow-1-e { background-position: -32px -32px; }
79
.ui-icon-arrow-1-se { background-position: -48px -32px; }
80
.ui-icon-arrow-1-s { background-position: -64px -32px; }
81
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
82
.ui-icon-arrow-1-w { background-position: -96px -32px; }
83
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
84
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
85
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
86
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
87
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
88
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
89
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
90
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
91
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
92
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
93
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
94
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
95
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
96
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
97
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
98
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
99
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
100
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
101
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
102
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
103
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
104
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
105
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
106
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
107
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
108
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
109
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
110
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
111
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
112
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
113
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
114
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
115
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
116
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
117
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
118
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
119
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
120
.ui-icon-arrow-4 { background-position: 0 -80px; }
121
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
122
.ui-icon-extlink { background-position: -32px -80px; }
123
.ui-icon-newwin { background-position: -48px -80px; }
124
.ui-icon-refresh { background-position: -64px -80px; }
125
.ui-icon-shuffle { background-position: -80px -80px; }
126
.ui-icon-transfer-e-w { background-position: -96px -80px; }
127
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
128
.ui-icon-folder-collapsed { background-position: 0 -96px; }
129
.ui-icon-folder-open { background-position: -16px -96px; }
130
.ui-icon-document { background-position: -32px -96px; }
131
.ui-icon-document-b { background-position: -48px -96px; }
132
.ui-icon-note { background-position: -64px -96px; }
133
.ui-icon-mail-closed { background-position: -80px -96px; }
134
.ui-icon-mail-open { background-position: -96px -96px; }
135
.ui-icon-suitcase { background-position: -112px -96px; }
136
.ui-icon-comment { background-position: -128px -96px; }
137
.ui-icon-person { background-position: -144px -96px; }
138
.ui-icon-print { background-position: -160px -96px; }
139
.ui-icon-trash { background-position: -176px -96px; }
140
.ui-icon-locked { background-position: -192px -96px; }
141
.ui-icon-unlocked { background-position: -208px -96px; }
142
.ui-icon-bookmark { background-position: -224px -96px; }
143
.ui-icon-tag { background-position: -240px -96px; }
144
.ui-icon-home { background-position: 0 -112px; }
145
.ui-icon-flag { background-position: -16px -112px; }
146
.ui-icon-calendar { background-position: -32px -112px; }
147
.ui-icon-cart { background-position: -48px -112px; }
148
.ui-icon-pencil { background-position: -64px -112px; }
149
.ui-icon-clock { background-position: -80px -112px; }
150
.ui-icon-disk { background-position: -96px -112px; }
151
.ui-icon-calculator { background-position: -112px -112px; }
152
.ui-icon-zoomin { background-position: -128px -112px; }
153
.ui-icon-zoomout { background-position: -144px -112px; }
154
.ui-icon-search { background-position: -160px -112px; }
155
.ui-icon-wrench { background-position: -176px -112px; }
156
.ui-icon-gear { background-position: -192px -112px; }
157
.ui-icon-heart { background-position: -208px -112px; }
158
.ui-icon-star { background-position: -224px -112px; }
159
.ui-icon-link { background-position: -240px -112px; }
160
.ui-icon-cancel { background-position: 0 -128px; }
161
.ui-icon-plus { background-position: -16px -128px; }
162
.ui-icon-plusthick { background-position: -32px -128px; }
163
.ui-icon-minus { background-position: -48px -128px; }
164
.ui-icon-minusthick { background-position: -64px -128px; }
165
.ui-icon-close { background-position: -80px -128px; }
166
.ui-icon-closethick { background-position: -96px -128px; }
167
.ui-icon-key { background-position: -112px -128px; }
168
.ui-icon-lightbulb { background-position: -128px -128px; }
169
.ui-icon-scissors { background-position: -144px -128px; }
170
.ui-icon-clipboard { background-position: -160px -128px; }
171
.ui-icon-copy { background-position: -176px -128px; }
172
.ui-icon-contact { background-position: -192px -128px; }
173
.ui-icon-image { background-position: -208px -128px; }
174
.ui-icon-video { background-position: -224px -128px; }
175
.ui-icon-script { background-position: -240px -128px; }
176
.ui-icon-alert { background-position: 0 -144px; }
177
.ui-icon-info { background-position: -16px -144px; }
178
.ui-icon-notice { background-position: -32px -144px; }
179
.ui-icon-help { background-position: -48px -144px; }
180
.ui-icon-check { background-position: -64px -144px; }
181
.ui-icon-bullet { background-position: -80px -144px; }
182
.ui-icon-radio-off { background-position: -96px -144px; }
183
.ui-icon-radio-on { background-position: -112px -144px; }
184
.ui-icon-pin-w { background-position: -128px -144px; }
185
.ui-icon-pin-s { background-position: -144px -144px; }
186
.ui-icon-play { background-position: 0 -160px; }
187
.ui-icon-pause { background-position: -16px -160px; }
188
.ui-icon-seek-next { background-position: -32px -160px; }
189
.ui-icon-seek-prev { background-position: -48px -160px; }
190
.ui-icon-seek-end { background-position: -64px -160px; }
191
.ui-icon-seek-first { background-position: -80px -160px; }
192
.ui-icon-stop { background-position: -96px -160px; }
193
.ui-icon-eject { background-position: -112px -160px; }
194
.ui-icon-volume-off { background-position: -128px -160px; }
195
.ui-icon-volume-on { background-position: -144px -160px; }
196
.ui-icon-power { background-position: 0 -176px; }
197
.ui-icon-signal-diag { background-position: -16px -176px; }
198
.ui-icon-signal { background-position: -32px -176px; }
199
.ui-icon-battery-0 { background-position: -48px -176px; }
200
.ui-icon-battery-1 { background-position: -64px -176px; }
201
.ui-icon-battery-2 { background-position: -80px -176px; }
202
.ui-icon-battery-3 { background-position: -96px -176px; }
203
.ui-icon-circle-plus { background-position: 0 -192px; }
204
.ui-icon-circle-minus { background-position: -16px -192px; }
205
.ui-icon-circle-close { background-position: -32px -192px; }
206
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
207
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
208
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
209
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
210
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
211
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
212
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
213
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
214
.ui-icon-circle-zoomin { background-position: -176px -192px; }
215
.ui-icon-circle-zoomout { background-position: -192px -192px; }
216
.ui-icon-circle-check { background-position: -208px -192px; }
217
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
218
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
219
.ui-icon-circlesmall-close { background-position: -32px -208px; }
220
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
221
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
222
.ui-icon-squaresmall-close { background-position: -80px -208px; }
223
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
224
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
225
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
226
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
227
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
228
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
229

  
230

  
231
/* Misc visuals
232
----------------------------------*/
233

  
234
/* Corner radius */
235
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
236
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
237
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
238
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
239
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
240
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
241
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
242
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
243
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
244

  
245
/* Overlays */
246
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
247
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }
README/README_jquery/static/css/validation_form.css
1
* { 
2
	font-family: Verdana; 
3
	font-size: 96%; 
4
}
5
label { 
6
	width: 10em; 
7
	float: left; 
8
}
9
label.error { 
10
	float: none; 
11
	color: red; 
12
	padding-left: .5em; 
13
	vertical-align: top; 
14
}
15
p { 
16
	clear: both; 
17
}
18
.submit { 
19
	margin-left: 12em; 
20
}
21
em { 
22
	font-weight: bold; 
23
	padding-right: 1em; 
24
	vertical-align: top; 
25
}
26

  
README/README_jquery/ui_dialog.py
1
# -*- coding: utf-8 -*-
2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
"""JQuery UI Dialog"""
4

  
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
6
# of this software and associated documentation files (the "Software"), to deal
7
# in the Software without restriction, including without limitation the rights
8
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
# copies of the Software, and to permit persons to whom the Software is
10
# furnished to do so, subject to the following conditions:
11
#
12
# The above copyright notice and this permission notice shall be included in
13
# all copies or substantial portions of the Software.
14
#
15
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
# THE SOFTWARE.
22

  
23
from tw.api import Widget, CSSLink, js_function
24
from tw.jquery.direction import jquery_direction_js
25
from ui_core import jquery_ui_core_js
26
from ui import ui_dialog_js , ui_draggable_js, ui_resizable_js
27

  
28
__all__ = ["jquery_ui_dialog_js"]
29

  
30
jquery_ui_dialog_css    = CSSLink(modname=__name__,
31
		filename='static/css/ui.all.css')
32

  
33
jquery = js_function('jQuery')
34

  
35
class JQueryUIDialog(Widget):
36
    
37
    """Generate an instance for an UI Dialog"""
38

  
39
    javascript = [ui_dialog_js, ui_draggable_js, jquery_ui_core_js,
40
		    jquery_direction_js, ui_resizable_js]
41
    css = [jquery_ui_dialog_css]
42
    
43
    params = ['autoOpen', 'bgiframe', 'buttons', 'closeOnEscape', 'dialogClass'
44
	'draggable', 'height', 'hide', 'maxHeight', 'maxWidht', 'minHeight', 'minWidth'
45
	'modal', 'position', 'resizable', 'show', 'stack', 'title', 'width', 'zindex' ]
46
   
47
    autoOpen = True
48
    bgiframe = False
49
    buttons = {}
50
    closeOnEscape = True 
51
    dialogClass = ""
52
    draggable = True
53
    height = "auto"
54
    hide = None
55
    maxHeight = False
56
    maxWidth = False
57
    minHeight = 15
58
    minWidth = 15
59
    modal = False
60
    position = "center"
61
    resizable = False
62
    show = None
63
    stack = True
64
    title = ''
65
    width = "auto"
66
    zindex = 1000
67

  
68
    def update_params(self, dparm):
69
        
70
        """Allow the user to update the UI Dialog parameters"""
71

  
72
        super(JQueryUIDialog, self).update_params(dparm)
73
        
74
        if not getattr(dparm, "id", None):
75
            raise ValueError, "JQueryUIDialog is supposed to have id"
76
    	
77
        dialog_params = dict (     autoOpen = self.autoOpen,
78
			bgiframe = self.bgiframe,
79
			buttons = self.buttons,
80
			closeOnEscape = self.closeOnEscape,
81
			dialogClass = self.dialogClass,
82
			draggable = self.draggable,
83
			height = self.height,
84
			hide = self.hide,
85
			maxHeight = self.maxHeight,
86
			maxWidth = self.maxWidth,
87
			minHeight = self.minHeight,
88
			minWidth = self.minWidth,
89
			modal = self.modal,
90
			position = self.position,
91
			resizable = self.resizable,
92
			show = self.show,
93
			stack = self.stack,
94
			title = self.title,
95
			width = self.width,
96
			zindex = self.zindex
97

  
98
			)
99
        self.add_call(jquery("#%s" % dparm.id).dialog(dialog_params))
bdd_vigiboard_data.sql
1
--
2
-- PostgreSQL database dump
3
--
4

  
5
SET client_encoding = 'SQL_ASCII';
6
SET standard_conforming_strings = off;
7
SET check_function_bodies = false;
8
SET client_min_messages = warning;
9
SET escape_string_warning = off;
10

  
11
SET search_path = public, pg_catalog;
12

  
13
--
14
-- Name: event_history_idhistory_seq; Type: SEQUENCE SET; Schema: public; Owner: vigiboard
15
--
16

  
17
SELECT pg_catalog.setval('event_history_idhistory_seq', 322801, true);
18

  
19

  
20
--
21
-- Name: events_idevent_seq; Type: SEQUENCE SET; Schema: public; Owner: vigiboard
22
--
23

  
24
SELECT pg_catalog.setval('events_idevent_seq', 28, true);
25

  
26

  
27
--
28
-- Name: state_idstat_seq; Type: SEQUENCE SET; Schema: public; Owner: vigiboard
29
--
30

  
31
SELECT pg_catalog.setval('state_idstat_seq', 47, true);
32

  
33

  
34
--
35
-- Name: tg_group_group_id_seq; Type: SEQUENCE SET; Schema: public; Owner: vigiboard
36
--
37

  
38
SELECT pg_catalog.setval('tg_group_group_id_seq', 2, true);
39

  
40

  
41
--
42
-- Name: tg_permission_permission_id_seq; Type: SEQUENCE SET; Schema: public; Owner: vigiboard
43
--
44

  
45
SELECT pg_catalog.setval('tg_permission_permission_id_seq', 2, true);
46

  
47

  
48
--
49
-- Name: tg_user_user_id_seq; Type: SEQUENCE SET; Schema: public; Owner: vigiboard
50
--
51

  
52
SELECT pg_catalog.setval('tg_user_user_id_seq', 2, true);
53

  
54

  
55

  
56

  
57
--
58
-- Data for Name: graph; Type: TABLE DATA; Schema: public; Owner: vigiboard
59
--
60

  
61

  
62

  
63
--
64
-- Data for Name: graphgroups; Type: TABLE DATA; Schema: public; Owner: vigiboard
65
--
66

  
67

  
68

  
69
--
70
-- Data for Name: graphtogroups; Type: TABLE DATA; Schema: public; Owner: vigiboard
71
--
72

  
73

  
74
--
75
-- Data for Name: host; Type: TABLE DATA; Schema: public; Owner: vigiboard
76
--
77

  
78
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('ajc.fw.1', 'check1', 'com1', 'fqhn1', 'tpl1', '192.168.0.1', 1, 1, '1');
79
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('ajc.linux1', 'check2', 'com2', 'fqhn2', 'tpl2', '192.168.0.2', 2, 2, '2');
80
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('ajc.sw.1', 'check3', 'com3', 'fqhn3', 'tpl3', '192.168.0.3', 3, 3, '3');
81
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('bdx.fw.1', 'check4', 'com4', 'fqhn4', 'tpl4', '192.168.0.4', 4, 4, '4');
82
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('bdx.linux1', 'check5', 'com5', 'fqhn5', 'tpl5', '192.168.0.5', 5, 5, '5');
83
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('brouteur', 'check6', 'com6', 'fqhn6', 'tpl6', '192.168.0.6', 6, 6, '6');
84
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('bst.fw.1', 'check7', 'com7', 'fqhn7', 'tpl7', '192.168.0.7', 7, 7, '7');
85
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('bst.unix0', 'check8', 'com8', 'fqhn8', 'tpl8', '192.168.0.8', 8, 8, '8');
86
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('bst.unix1', 'check9', 'com9', 'fqhn9', 'tpl9', '192.168.0.9', 9, 9, '9');
87
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('bst.win0', 'check10', 'com10', 'fqhn10', 'tpl10', '192.168.0.10', 10, 10, '10');
88
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('messagerie', 'check11', 'com11', 'fqhn11', 'tpl11', '192.168.0.11', 11, 11, '11');
89
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('par.fw.1', 'check12', 'com12', 'fqhn12', 'tpl12', '192.168.0.12', 12, 12, '12');
90
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('par.linux0', 'check13', 'com13', 'fqhn13', 'tpl13', '192.168.0.13', 13, 13, '13');
91
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('par.linux1', 'check14', 'com14', 'fqhn14', 'tpl14', '192.168.0.14', 14, 14, '14');
92
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('par.unix0', 'check15', 'com15', 'fqhn15', 'tpl15', '192.168.0.15', 15, 15, '15');
93
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('proto4', 'check16', 'com16', 'fqhn16', 'tpl16', '192.168.0.16', 16, 16, '16');
94
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('server.mails', 'check17', 'com17', 'fqhn17', 'tpl17', '192.168.0.17', 17, 17, '17');
95
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('testaix', 'check18', 'com18', 'fqhn18', 'tpl18', '192.168.0.18', 18, 18, '18');
96
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('testnortel', 'check19', 'com19', 'fqhn19', 'tpl19', '192.168.0.19', 19, 19, '19');
97
INSERT INTO host (name, checkhostcmd, community, fqhn, hosttpl, mainip, port, snmpoidsperpdu, snmpversion) VALUES ('testsolaris', 'check20', 'com20', 'fqhn20', 'tpl20', '192.168.0.20', 20, 20, '20');
98

  
99
--
100
-- Data for Name: service; Type: TABLE DATA; Schema: public; Owner: vigiboard
101
--
102

  
103
INSERT INTO service (name, type, command) VALUES ('Charge 01', '1', 'cmd1');
104
INSERT INTO service (name, type, command) VALUES ('Charge 05', '2', 'cmd2');
105
INSERT INTO service (name, type, command) VALUES ('Charge 15', '3', 'cmd3');
106
INSERT INTO service (name, type, command) VALUES ('Collector', '4', 'cmd4');
107
INSERT INTO service (name, type, command) VALUES ('CPU', '5', 'cmd5');
108
INSERT INTO service (name, type, command) VALUES ('Entrees / Sorties', '6', 'cmd6');
109
INSERT INTO service (name, type, command) VALUES ('FakeSNMPVal', '7', 'cmd7');
110
INSERT INTO service (name, type, command) VALUES ('FakeSNMPVal2', '8', 'cmd8');
111
INSERT INTO service (name, type, command) VALUES ('Partition Donnees', '9', 'cmd9');
112
INSERT INTO service (name, type, command) VALUES ('Partition Fausse part', '10', 'cmd10');
113
INSERT INTO service (name, type, command) VALUES ('Partition Root', '11', 'cmd11');
114
INSERT INTO service (name, type, command) VALUES ('Processes', '12', 'cmd12');
115
INSERT INTO service (name, type, command) VALUES ('Processus: cleanup', '13', 'cmd13');
116
INSERT INTO service (name, type, command) VALUES ('Processus: pop3d', '14', 'cmd14');
117
INSERT INTO service (name, type, command) VALUES ('Synchro NTP', '15', 'cmd15');
118
INSERT INTO service (name, type, command) VALUES ('TCP connections', '16', 'cmd16');
119
INSERT INTO service (name, type, command) VALUES ('Temperature mb_p0_t_core', '17', 'cmd17');
120
INSERT INTO service (name, type, command) VALUES ('UpTime', '18', 'cmd18');
121
INSERT INTO service (name, type, command) VALUES ('Ventilateur mb_p0_f0_rs', '19', 'cmd19');
122

  
123
--
124
-- Data for Name: groups; Type: TABLE DATA; Schema: public; Owner: vigiboard
125
--
126

  
127
INSERT INTO groups (name, parent) VALUES ('bla1', NULL);
128
INSERT INTO groups (name, parent) VALUES ('bla2', 'bla1');
129

  
130

  
131

  
132
--
133
-- Data for Name: grouppermissions; Type: TABLE DATA; Schema: public; Owner: vigiboard
134
--
135

  
136
INSERT INTO grouppermissions (groupname, idpermission) VALUES ('bla1', 1);
137
INSERT INTO grouppermissions (groupname, idpermission) VALUES ('bla2', 2);
138

  
139

  
140
--
141
-- Data for Name: hostgroups; Type: TABLE DATA; Schema: public; Owner: vigiboard
142
--
143

  
144
INSERT INTO hostgroups (hostname, groupname) VALUES ('ajc.fw.1', 'bla1');
145
INSERT INTO hostgroups (hostname, groupname) VALUES ('ajc.linux1', 'bla1');
146
INSERT INTO hostgroups (hostname, groupname) VALUES ('ajc.sw.1', 'bla1');
147
INSERT INTO hostgroups (hostname, groupname) VALUES ('bdx.fw.1', 'bla1');
148
INSERT INTO hostgroups (hostname, groupname) VALUES ('bdx.linux1', 'bla1');
149
INSERT INTO hostgroups (hostname, groupname) VALUES ('brouteur', 'bla1');
150
INSERT INTO hostgroups (hostname, groupname) VALUES ('bst.fw.1', 'bla1');
151
INSERT INTO hostgroups (hostname, groupname) VALUES ('bst.unix0', 'bla1');
152
INSERT INTO hostgroups (hostname, groupname) VALUES ('bst.unix1', 'bla1');
153
INSERT INTO hostgroups (hostname, groupname) VALUES ('bst.win0', 'bla2');
154
INSERT INTO hostgroups (hostname, groupname) VALUES ('messagerie', 'bla2');
155
INSERT INTO hostgroups (hostname, groupname) VALUES ('par.fw.1', 'bla2');
156
INSERT INTO hostgroups (hostname, groupname) VALUES ('par.linux0', 'bla2');
157
INSERT INTO hostgroups (hostname, groupname) VALUES ('par.linux1', 'bla2');
158
INSERT INTO hostgroups (hostname, groupname) VALUES ('par.unix0', 'bla2');
159
INSERT INTO hostgroups (hostname, groupname) VALUES ('proto4', 'bla2');
160
INSERT INTO hostgroups (hostname, groupname) VALUES ('server.mails', 'bla2');
161
INSERT INTO hostgroups (hostname, groupname) VALUES ('testaix', 'bla2');
162
INSERT INTO hostgroups (hostname, groupname) VALUES ('testnortel', 'bla2');
163
INSERT INTO hostgroups (hostname, groupname) VALUES ('testsolaris', 'bla2');
164

  
165

  
166
--
167
-- Data for Name: perfdatasource; Type: TABLE DATA; Schema: public; Owner: vigiboard
168
--
169

  
170

  
171

  
172

  
173

  
174
--
175
-- Data for Name: servicegroups; Type: TABLE DATA; Schema: public; Owner: vigiboard
176
--
177

  
178
INSERT INTO servicegroups (servicename, groupname) VALUES ('Charge 01', 'bla1');
179
INSERT INTO servicegroups (servicename, groupname) VALUES ('Charge 05', 'bla1');
180
INSERT INTO servicegroups (servicename, groupname) VALUES ('Charge 15', 'bla1');
181
INSERT INTO servicegroups (servicename, groupname) VALUES ('Collector', 'bla1');
182
INSERT INTO servicegroups (servicename, groupname) VALUES ('CPU', 'bla1');
183
INSERT INTO servicegroups (servicename, groupname) VALUES ('Entrees / Sorties', 'bla1');
184
INSERT INTO servicegroups (servicename, groupname) VALUES ('FakeSNMPVal', 'bla1');
185
INSERT INTO servicegroups (servicename, groupname) VALUES ('FakeSNMPVal2', 'bla1');
186
INSERT INTO servicegroups (servicename, groupname) VALUES ('Partition Donnees', 'bla1');
187
INSERT INTO servicegroups (servicename, groupname) VALUES ('Partition Fausse part', 'bla1');
188
INSERT INTO servicegroups (servicename, groupname) VALUES ('Partition Root', 'bla1');
189
INSERT INTO servicegroups (servicename, groupname) VALUES ('Processes', 'bla1');
190
INSERT INTO servicegroups (servicename, groupname) VALUES ('Processus: cleanup', 'bla1');
191
INSERT INTO servicegroups (servicename, groupname) VALUES ('Processus: pop3d', 'bla1');
192
INSERT INTO servicegroups (servicename, groupname) VALUES ('Synchro NTP', 'bla1');
193
INSERT INTO servicegroups (servicename, groupname) VALUES ('TCP connections', 'bla1');
194
INSERT INTO servicegroups (servicename, groupname) VALUES ('Temperature mb_p0_t_core', 'bla1');
195
INSERT INTO servicegroups (servicename, groupname) VALUES ('UpTime', 'bla1');
196
INSERT INTO servicegroups (servicename, groupname) VALUES ('Ventilateur mb_p0_f0_rs', 'bla1');
197

  
198

  
199
--
200
-- Data for Name: servicehautniveau; Type: TABLE DATA; Schema: public; Owner: vigiboard
201
--
202

  
203
INSERT INTO servicehautniveau (servicename, servicename_dep) VALUES ('Charge 01', 'Charge 15');
204
INSERT INTO servicehautniveau (servicename, servicename_dep) VALUES ('Charge 05', 'Charge 15');
205
INSERT INTO servicehautniveau (servicename, servicename_dep) VALUES ('Charge 15', 'UpTime');
206
INSERT INTO servicehautniveau (servicename, servicename_dep) VALUES ('CPU', 'UpTime');
207

  
208

  
209
--
210
-- Data for Name: servicetopo; Type: TABLE DATA; Schema: public; Owner: vigiboard
211
--
212

  
213

  
214

  
215
--
216
-- Data for Name: state; Type: TABLE DATA; Schema: public; Owner: vigiboard
217
--
218

  
219
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (36, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
220
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (37, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
221
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (38, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
222
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (39, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
223
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (41, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
224
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (42, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
225
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (43, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
226
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (44, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
227
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (45, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
228
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (46, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
229
INSERT INTO state (idstat, hostname, servicename, ip, "timestamp", statename, type, attempt, message) VALUES (47, 'ajc.fw.1', 'Processes', '192.168.1.1', '2009-04-07 13:33:26', 'WARNING', 'SOFT', 2, 'WARNING: Charge 01 average is above 4 (4.5)');
230

  
231

  
232
--
233
-- Data for Name: tg_group; Type: TABLE DATA; Schema: public; Owner: vigiboard
234
--
235

  
236
INSERT INTO tg_group (group_id, group_name, display_name, created) VALUES (1, 'managers', 'Managers Group', '2009-07-30 11:41:53.827429');
237
INSERT INTO tg_group (group_id, group_name, display_name, created) VALUES (2, 'editors', 'Editors Group', '2009-07-30 11:41:53.830247');
238

  
239
--
240
-- Data for Name: tg_permission; Type: TABLE DATA; Schema: public; Owner: vigiboard
241
--
242

  
243
INSERT INTO tg_permission (permission_id, permission_name, description) VALUES (1, 'manage', 'This permission give an administrative right to the bearer');
244
INSERT INTO tg_permission (permission_id, permission_name, description) VALUES (2, 'edit', 'This permission give an Editor the right to edit');
245

  
246

  
247
--
248
-- Data for Name: tg_group_permission; Type: TABLE DATA; Schema: public; Owner: vigiboard
249
--
250

  
251
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
252
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (2, 2);
253
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (2, 2);
254
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
255
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
256
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
257
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
258
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
259
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
260
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
261
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
262
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
263
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
264
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (2, 2);
265
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
266
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
267
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
268
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
269
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
270
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
271
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
272
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
273
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
274
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
275
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (2, 2);
276
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
277
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
278
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
279
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
280
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
281
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
282
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
283
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
284
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
285
INSERT INTO tg_group_permission (group_id, permission_id) VALUES (1, 1);
286

  
287

  
288

  
289
--
290
-- Data for Name: tg_user; Type: TABLE DATA; Schema: public; Owner: vigiboard
291
--
292

  
293
INSERT INTO tg_user (user_id, user_name, email_address, display_name, password, created) VALUES (1, 'manager', 'manager@somedomain.com', 'Example manager', '3ee2d6b235795773c40dcd7dd992a00a481a712a6c04d6d18c3c4feab1705fc6692cf0408f330c44', '2009-07-30 11:41:53.840328');
294
INSERT INTO tg_user (user_id, user_name, email_address, display_name, password, created) VALUES (2, 'editor', 'editor@somedomain.com', 'Example editor', '84983f2f7c2e67a65e7dbd200f91caf000845334ff81c9e449ffc7392e71bcc2738f0b3eb1c6ba16', '2009-07-30 11:41:53.843094');
295

  
296

  
297
--
298
-- Data for Name: tg_user_group; Type: TABLE DATA; Schema: public; Owner: vigiboard
299
--
300

  
301
INSERT INTO tg_user_group (user_id, group_id) VALUES (2, 2);
302
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
303
INSERT INTO tg_user_group (user_id, group_id) VALUES (2, 2);
304
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
305
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
306
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
307
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
308
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
309
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
310
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
311
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
312
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
313
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
314
INSERT INTO tg_user_group (user_id, group_id) VALUES (2, 2);
315
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
316
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
317
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
318
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
319
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
320
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
321
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
322
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
323
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
324
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
325
INSERT INTO tg_user_group (user_id, group_id) VALUES (2, 2);
326
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
327
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
328
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
329
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
330
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
331
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
332
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
333
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
334
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
335
INSERT INTO tg_user_group (user_id, group_id) VALUES (1, 1);
336

  
337

  
338
--
339
-- Data for Name: version; Type: TABLE DATA; Schema: public; Owner: vigiboard
340
--
341

  
342
INSERT INTO version (name, version) VALUES ('vigiboard', '0.1');
343

  
344

  
345
--
346
-- Data for Name: events; Type: TABLE DATA; Schema: public; Owner: vigiboard
347
--
348

  
349
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (23, 'ajc.fw.1', 'Charge 01', 7, 'None', true, '2009-04-07 13:33:26', 'CRITICAL: Charge 01 average is above 5 (5.2)', '2009-08-03 15:52:23.906009', NULL, 2, NULL, 'CRITICAL');
350
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (24, 'ajc.fw.1', 'Charge 01', 7, 'None', true, '2009-04-07 13:33:26', 'WARNING: Charge 01 average is above 4 (4.5)', '2009-08-03 15:52:23.906009', NULL, 2, 130, 'WARNING');
351
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (25, 'ajc.fw.1', 'Charge 01', 7, 'None', true, '2009-04-07 13:33:26', 'WARNING: Charge 01 average is above 4 (4.5)', '2009-08-03 15:52:23.906009', NULL, 2, 130, 'WARNING');
352
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7076, 'brouteur', 'Temperature mb_p0_t_core', 1, 'Acknowledged', true, '2008-06-17 17:19:19', 'WARNING: Temperature: 63.00 Celsius degrees', '2008-06-17 17:19:19', NULL, 1, NULL, NULL);
353
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7077, 'par.linux1', 'Partition Fausse part', 2, 'None', true, '2008-06-17 17:19:34', 'WARNING: Usage: 8.12 MB (85.95%)', '2008-06-17 17:30:34', NULL, 3, NULL, NULL);
354
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7078, 'messagerie', 'Partition Root', 3, 'None', true, '2008-06-17 17:19:58', 'WARNING: Usage: 859.78 MB (85.30%)', '2008-06-17 17:19:58', NULL, 1, NULL, NULL);
355
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7079, 'messagerie', 'Processes', 4, 'None', true, '2008-06-17 17:19:58', 'WARNING: 823 processus en cours', '2008-07-10 11:57:56', NULL, 170, NULL, NULL);
356
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7080, 'testsolaris', 'Temperature mb_p0_t_core', 5, 'Acknowledged', false, '2008-06-17 17:20:04', 'WARNING: Temperature: 61.00 Celsius degrees', '2008-07-04 08:20:12', NULL, 9, NULL, NULL);
357
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7081, 'bdx.linux1', 'Collector', 6, 'None', true, '2008-06-17 17:21:16', 'WARNING2: SNMP error: No response from remote host 172.17.103.144', '2008-06-17 17:21:16', '', 1, NULL, NULL);
358
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7082, 'testsolaris', 'Ventilateur mb_p0_f0_rs', 7, 'AAClosed', false, '2008-06-17 17:21:20', 'CRITICAL: Vitesse : 0 tours/min', '2008-06-17 17:21:20', NULL, 1, NULL, NULL);
359
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7083, 'messagerie', 'Charge 01', 1, 'Acknowledged', false, '2008-06-17 17:25:58', 'WARNING: Charge : 10.03', '2008-06-24 16:47:17', '2', 138, NULL, NULL);
360
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7084, 'messagerie', 'Processus: pop3d', 2, 'Acknowledged', false, '2008-06-17 17:27:58', 'CRITICAL: 0 instances de pop3d trouvees', '2008-07-04 15:38:24', NULL, 2668, NULL, NULL);
361
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7085, 'par.linux1', 'Partition Fausse part', 3, 'Acknowledged', false, '2008-06-17 17:35:50', 'WARNING: Usage: 8.12 MB (85.95%)', '2008-06-17 17:55:34', NULL, 2, NULL, NULL);
362
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7086, 'testaix', 'FakeSNMPVal', 4, 'Acknowledged', false, '2008-06-17 17:40:13', 'WARNING: Fake sine Value: 533', '2008-07-03 17:09:21', NULL, 780, NULL, NULL);
363
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7087, 'proto4', 'FakeSNMPVal', 5, 'Acknowledged', false, '2008-06-17 17:40:13', 'WARNING: Fake sine Value: 527', '2008-06-24 16:28:56', NULL, 361, NULL, NULL);
364
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7088, 'bdx.fw.1', 'FakeSNMPVal', 6, 'Acknowledged', false, '2008-06-17 17:53:52', 'WARNING: Fake sine Value: 4689', '2008-07-30 08:53:44', NULL, 2165, NULL, NULL);
365
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7089, 'bst.unix1', 'FakeSNMPVal', 7, 'None', false, '2008-06-17 17:54:34', 'WARNING: Fake sine Value: 4687', '2008-07-30 08:53:44', '12', 2165, NULL, NULL);
366
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7090, 'par.linux1', 'Partition Donnees', 1, 'AAClosed', true, '2008-06-17 17:57:41', 'WARNING: Usage: 8.12 MB (85.95%)', '2008-06-17 18:06:41', NULL, 3, NULL, NULL);
367
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7091, 'ajc.fw.1', 'FakeSNMPVal', 2, 'AAClosed', true, '2008-06-17 18:01:23', 'WARNING: Fake sine Value: 641', '2008-07-10 15:04:02', NULL, 1140, NULL, NULL);
368
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7092, 'bst.fw.1', 'FakeSNMPVal', 3, 'AAClosed', true, '2008-06-17 18:01:26', 'WARNING: Fake sine Value: 641', '2008-07-10 15:04:02', NULL, 1140, NULL, NULL);
369
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7093, 'par.fw.1', 'FakeSNMPVal', 4, 'AAClosed', true, '2008-06-17 18:01:53', 'WARNING: Fake sine Value: 5360', '2008-07-30 08:40:39', NULL, 2163, NULL, NULL);
370
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7094, 'par.linux1', 'Partition Donnees', 5, 'AAClosed', false, '2008-06-17 18:11:57', 'WARNING: Usage: 8.44 MB (89.36%)', '2008-06-20 11:29:51', NULL, 6, NULL, NULL);
371
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7095, 'proto4', 'FakeSNMPVal2', 6, 'AAClosed', true, '2008-06-17 19:14:20', 'WARNING: Fake sine Value: 5480', '2008-06-24 08:28:56', NULL, 42, NULL, NULL);
372
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7096, 'messagerie', 'Charge 05', 7, 'AAClosed', true, '2008-06-18 07:51:15', 'WARNING: Charge: 10.02', '2008-06-24 15:32:17', NULL, 53, NULL, NULL);
373
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7097, 'messagerie', 'Charge 15', 1, 'AAClosed', false, '2008-06-18 07:58:15', 'WARNING: Charge: 8.21', '2008-06-24 11:46:17', NULL, 21, NULL, NULL);
374
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7098, 'messagerie', 'TCP connections', 2, 'AAClosed', false, '2008-06-18 11:22:18', 'WARNING: 1014 connexions TCP etablies', '2008-07-04 11:34:38', NULL, 20, NULL, NULL);
375
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7100, 'messagerie', 'Processus: cleanup', 3, 'AAClosed', false, '2008-06-18 21:21:15', 'CRITICAL: 0 instances de cleanup trouvees', '2008-07-03 03:56:14', NULL, 269, NULL, NULL);
376
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7101, 'messagerie', 'Entrees / Sorties', 4, 'AAClosed', false, '2008-06-19 00:02:07', 'CRITICAL: Ecritures a 15ko/s', '2008-06-19 00:02:10', NULL, 2, NULL, NULL);
377
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7102, 'testnortel', 'CPU', 5, 'AAClosed', false, '2008-06-19 10:45:06', 'CRITICAL: CPU : 92%', '2008-06-19 10:45:06', NULL, 1, NULL, NULL);
378
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7103, 'brouteur', 'Synchro NTP', 5, 'AAClosed', false, '2008-06-20 05:31:34', 'NTP CRITICAL: No response from NTP server', '2008-06-23 09:56:04', NULL, 4, NULL, NULL);
379
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7104, 'testaix', 'Synchro NTP', 7, 'AAClosed', false, '2008-06-20 05:31:45', 'CHECK_NRPE: Socket timeout after 10 seconds.', '2008-06-20 16:08:23', NULL, 2, NULL, NULL);
380
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7105, 'testsolaris', 'Synchro NTP', 6, 'None', true, '2008-06-20 05:32:19', 'NTP CRITICAL: No response from NTP server', '2008-07-04 05:32:57', NULL, 5, NULL, NULL);
381
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7109, 'bst.win0', 'Collector', 6, 'None', true, '2008-06-20 15:13:35', 'CRITICAL: No response (timeout)', '2008-06-23 09:28:26', NULL, 27, NULL, NULL);
382
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7207, 'par.linux1', 'UpTime', 6, 'None', true, '2008-07-01 13:59:56', 'WARNING: sysUpTime is 7 minutes, 10.16 (430 s)', '2008-07-03 21:02:42', NULL, 8, NULL, NULL);
383
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7208, 'ajc.fw.1', 'UpTime', 6, 'None', true, '2008-07-01 13:59:56', 'WARNING: sysUpTime is 7 minutes, 10.13 (430 s)', '2008-07-03 21:02:42', '2', 8, NULL, NULL);
384
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (26, 'ajc.fw.1', 'Charge 01', 7, 'None', true, '2009-04-07 13:33:26', 'WARNING: Charge 01 average is above 4 (4.5)', '2009-08-03 15:53:25.230363', NULL, 2, 130, 'WARNING');
385
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (27, 'ajc.fw.1', 'Charge 01', 7, 'None', true, '2009-04-07 13:33:26', 'WARNING: Charge 01 average is above 4 (4.5)', '2009-08-03 15:53:25.230363', NULL, 2, 130, 'WARNING');
386
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (28, 'ajc.fw.1', 'Charge 01', 7, 'None', true, '2009-04-07 13:33:26', 'CRITICAL: Charge 01 average is above 5 (5.2)', '2009-08-03 15:53:25.230363', NULL, 2, 130, 'CRITICAL');
387
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7209, 'par.linux0', 'UpTime', 6, 'None', true, '2008-07-01 13:59:56', 'WARNING: sysUpTime is 7 minutes, 42.57 (462 s)', '2008-07-03 21:03:17', NULL, 8, NULL, NULL);
388
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7210, 'server.mails', 'UpTime', 6, 'None', true, '2008-07-01 13:59:56', 'WARNING: sysUpTime is 7 minutes, 19.85 (439 s)', '2008-07-09 10:11:28', NULL, 16, NULL, NULL);
389
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7211, 'bst.unix0', 'UpTime', 6, 'None', true, '2008-07-01 13:59:56', 'WARNING: sysUpTime is 7 minutes, 10.33 (430 s)', '2008-07-03 21:02:42', NULL, 8, NULL, NULL);
390
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7212, 'bdx.fw.1', 'UpTime', 6, 'None', true, '2008-07-01 13:59:56', 'WARNING: sysUpTime is 7 minutes, 42.35 (462 s)', '2008-07-03 21:03:17', '2', 8, NULL, NULL);
391
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7213, 'bst.fw.1', 'UpTime', 7, 'Acknowledged', true, '2008-07-01 13:59:56', 'WARNING: sysUpTime is 7 minutes, 43.61 (463 s)', '2008-07-03 21:03:19', NULL, 8, NULL, NULL);
392
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7215, 'testsolaris', 'Collector', 7, 'AAClosed', true, '2008-07-01 14:38:22', 'WARNING2: SNMP error: No response from remote host 172.17.103.139', '2008-07-01 14:38:22', NULL, 1, NULL, NULL);
393
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7216, 'bdx.fw.1', 'Synchro NTP', 7, 'Acknowledged', true, '2008-07-01 18:19:28', 'CHECK_NRPE: Socket timeout after 10 seconds.', '2008-07-03 20:51:26', '4', 2, NULL, NULL);
394
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7217, 'ajc.sw.1', 'Synchro NTP', 5, 'None', true, '2008-07-01 18:19:28', 'CHECK_NRPE: Socket timeout after 10 seconds.', '2008-07-03 20:51:26', NULL, 2, NULL, NULL);
395
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7218, 'bdx.linux1', 'Synchro NTP', 5, 'None', true, '2008-07-01 18:19:28', 'CHECK_NRPE: Socket timeout after 10 seconds.', '2008-07-03 20:51:26', NULL, 2, NULL, NULL);
396
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7219, 'par.fw.1', 'Synchro NTP', 5, 'None', true, '2008-07-01 18:19:34', 'CHECK_NRPE: Socket timeout after 10 seconds.', '2008-07-03 20:51:26', NULL, 2, NULL, NULL);
397
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7220, 'server.mails', 'Synchro NTP', 5, 'None', true, '2008-07-01 18:19:34', 'CHECK_NRPE: Socket timeout after 10 seconds.', '2008-07-08 13:28:46', NULL, 4, NULL, NULL);
398
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7221, 'par.unix0', 'Synchro NTP', 5, 'None', true, '2008-07-01 18:19:34', 'CHECK_NRPE: Socket timeout after 10 seconds.', '2008-07-03 20:51:26', NULL, 2, NULL, NULL);
399
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7222, 'ajc.linux1', 'Synchro NTP', 5, 'None', true, '2008-07-01 18:19:37', 'CHECK_NRPE: Socket timeout after 10 seconds.', '2008-07-03 20:51:26', NULL, 2, NULL, NULL);
400
INSERT INTO events (idevent, hostname, servicename, severity, status, active, "timestamp", output, timestamp_active, trouble_ticket, occurence, impact, rawstate) VALUES (7214, 'testsolaris', 'UpTime', 7, 'None', true, '2008-07-01 14:04:13', 'WARNING: sysUpTime is 6 minutes, 58.81 (418 s)', '2008-07-03 21:00:06', '1', 4, NULL, NULL);
401
--
402
-- Data for Name: event_history; Type: TABLE DATA; Schema: public; Owner: vigiboard
403
--
404

  
405
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (322800, 'Ticket change', 7214, '', '', '2009-07-09 09:29:23.449422', 'manager');
406
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (322801, 'Ticket change', 7214, '', '', '2009-07-09 14:28:35.759311', 'manager');
407
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (1, 'Nagios update state', 7087, '6', 'PROBLEM WARNING: Fake sine Value: 5452', '2008-06-19 09:56:30', NULL);
408
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (2, 'Acknowlegement change state', 7087, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 09:56:30', 'nagios_system');
409
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (3, 'Nagios update state', 7086, '6', 'PROBLEM WARNING: Fake sine Value: 5452', '2008-06-19 09:56:30', NULL);
410
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (4, 'Acknowlegement change state', 7086, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 09:56:30', 'nagios_system');
411
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (5, 'Nagios update state', 7086, '7', 'PROBLEM CRITICAL: Fake sine Value: 5481', '2008-06-19 09:59:46', NULL);
412
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (6, 'Acknowlegement change state', 7086, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 09:59:46', 'nagios_system');
413
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (7, 'Nagios update state', 7087, '7', 'PROBLEM CRITICAL: Fake sine Value: 5481', '2008-06-19 09:59:46', NULL);
414
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (8, 'Acknowlegement change state', 7087, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 09:59:46', 'nagios_system');
415
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (9, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 10:00:15', NULL);
416
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (10, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:00:15', 'nagios_system');
417
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (11, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 1 instances de pop3d trouvees ', '2008-06-19 10:00:17', NULL);
418
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (12, 'Nagios update state', 7101, '6', 'PROBLEM CRITICAL: Ecritures a 15ko/s', '2008-06-19 10:05:07', NULL);
419
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (13, 'Nagios update state', 7083, '6', 'PROBLEM WARNING: Charge : 11.44', '2008-06-19 10:05:15', NULL);
420
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (14, 'Acknowlegement change state', 7083, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:05:15', 'nagios_system');
421
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (15, 'Nagios update state', 7087, '6', 'PROBLEM WARNING: Fake sine Value: 5474', '2008-06-19 10:05:30', NULL);
422
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (16, 'Acknowlegement change state', 7087, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:05:30', 'nagios_system');
423
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (17, 'Nagios update state', 7086, '6', 'PROBLEM WARNING: Fake sine Value: 5474', '2008-06-19 10:05:30', NULL);
424
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (18, 'Acknowlegement change state', 7086, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:05:30', 'nagios_system');
425
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (19, 'Nagios update state', 7101, '7', 'PROBLEM CRITICAL: Ecritures a 15ko/s', '2008-06-19 10:05:45', NULL);
426
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (20, 'Acknowlegement change state', 7101, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:05:45', 'nagios_system');
427
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (21, 'Nagios update state', 7097, '6', 'PROBLEM WARNING: Charge: 8.52', '2008-06-19 10:07:15', NULL);
428
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (22, 'Acknowlegement change state', 7097, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:07:15', 'nagios_system');
429
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (23, 'Nagios update state', 7096, '6', 'PROBLEM WARNING: Charge: 14.33', '2008-06-19 10:07:15', NULL);
430
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (24, 'Acknowlegement change state', 7096, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:07:15', 'nagios_system');
431
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (25, 'Nagios update state', 7086, '0', 'RECOVERY OK: Fake sine Value: 5440', '2008-06-19 10:07:30', NULL);
432
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (26, 'Nagios update state', 7087, '0', 'RECOVERY OK: Fake sine Value: 5440', '2008-06-19 10:07:30', NULL);
433
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (27, 'Nagios update state', 7079, '6', 'Volatile WARNING: 931 processus en cours', '2008-06-19 10:08:15', NULL);
434
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (28, 'Nagios update state', 7083, '6', 'Volatile WARNING: Charge : 16.00', '2008-06-19 10:08:15', NULL);
435
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (29, 'Nagios update state', 7083, '0', 'RECOVERY OK: Charge : 7.85', '2008-06-19 10:09:15', NULL);
436
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (30, 'Nagios update state', 7097, '0', 'RECOVERY OK: Charge: 7.84', '2008-06-19 10:10:15', NULL);
437
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (31, 'Nagios update state', 7096, '0', 'RECOVERY OK: Charge: 8.97', '2008-06-19 10:11:15', NULL);
438
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (32, 'Nagios update state', 7093, '6', 'PROBLEM WARNING: Fake sine Value: 994', '2008-06-19 10:18:03', NULL);
439
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (33, 'Acknowlegement change state', 7093, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:18:03', 'nagios_system');
440
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (34, 'Nagios update state', 7088, '6', 'PROBLEM WARNING: Fake sine Value: 988', '2008-06-19 10:18:09', NULL);
441
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (35, 'Acknowlegement change state', 7088, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:18:09', 'nagios_system');
442
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (36, 'Nagios update state', 7091, '6', 'PROBLEM WARNING: Fake sine Value: 968', '2008-06-19 10:18:33', NULL);
443
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (37, 'Acknowlegement change state', 7091, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:18:33', 'nagios_system');
444
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (38, 'Nagios update state', 7092, '6', 'PROBLEM WARNING: Fake sine Value: 964', '2008-06-19 10:18:36', NULL);
445
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (39, 'Acknowlegement change state', 7092, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:18:36', 'nagios_system');
446
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (40, 'Nagios update state', 7089, '6', 'PROBLEM WARNING: Fake sine Value: 951', '2008-06-19 10:18:51', NULL);
447
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (41, 'Acknowlegement change state', 7089, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:18:51', 'nagios_system');
448
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (42, 'Nagios update state', 7088, '7', 'PROBLEM CRITICAL: Fake sine Value: 745', '2008-06-19 10:24:25', NULL);
449
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (43, 'Acknowlegement change state', 7088, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:24:25', 'nagios_system');
450
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (44, 'Nagios update state', 7089, '7', 'PROBLEM CRITICAL: Fake sine Value: 719', '2008-06-19 10:25:07', NULL);
451
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (45, 'Acknowlegement change state', 7089, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:25:07', 'nagios_system');
452
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (46, 'Nagios update state', 7091, '7', 'PROBLEM CRITICAL: Fake sine Value: 599', '2008-06-19 10:28:49', NULL);
453
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (47, 'Acknowlegement change state', 7091, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:28:49', 'nagios_system');
454
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (48, 'Nagios update state', 7092, '7', 'PROBLEM CRITICAL: Fake sine Value: 597', '2008-06-19 10:28:52', NULL);
455
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (49, 'Acknowlegement change state', 7092, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:28:52', 'nagios_system');
456
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (50, 'Nagios update state', 7093, '7', 'PROBLEM CRITICAL: Fake sine Value: 586', '2008-06-19 10:29:19', NULL);
457
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (51, 'Acknowlegement change state', 7093, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:29:19', 'nagios_system');
458
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (52, 'Nagios update state', 7096, '6', 'PROBLEM WARNING: Charge: 11.88', '2008-06-19 10:31:15', NULL);
459
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (53, 'Acknowlegement change state', 7096, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:31:15', 'nagios_system');
460
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (54, 'Nagios update state', 7097, '6', 'PROBLEM WARNING: Charge: 9.60', '2008-06-19 10:32:18', NULL);
461
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (55, 'Acknowlegement change state', 7097, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:32:18', 'nagios_system');
462
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (56, 'Nagios update state', 7079, '7', 'PROBLEM CRITICAL: 1313 processus en cours', '2008-06-19 10:32:31', NULL);
463
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (57, 'Acknowlegement change state', 7079, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:32:31', 'nagios_system');
464
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (58, 'Nagios update state', 7083, '7', 'PROBLEM CRITICAL: Charge : 29.56', '2008-06-19 10:32:31', NULL);
465
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (59, 'Acknowlegement change state', 7083, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:32:31', 'nagios_system');
466
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (60, 'Nagios update state', 7079, '6', 'PROBLEM WARNING: 1000 processus en cours', '2008-06-19 10:34:15', NULL);
467
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (61, 'Acknowlegement change state', 7079, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:34:15', 'nagios_system');
468
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (62, 'Nagios update state', 7083, '6', 'PROBLEM WARNING: Charge : 12.41', '2008-06-19 10:34:15', NULL);
469
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (63, 'Acknowlegement change state', 7083, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:34:15', 'nagios_system');
470
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (64, 'Nagios update state', 7083, '0', 'RECOVERY OK: Charge : 6.89', '2008-06-19 10:35:15', NULL);
471
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (65, 'Acknowlegement change state', 7101, '2', '', '2008-06-19 10:36:44', '');
472
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (66, 'Ticket change', 7101, '35', '', '2008-06-19 10:36:44', '');
473
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (67, 'Nagios update state', 7096, '0', 'RECOVERY OK: Charge: 8.48', '2008-06-19 10:40:15', NULL);
474
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (68, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 10:42:15', NULL);
475
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (69, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:42:15', 'nagios_system');
476
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (70, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 1 instances de pop3d trouvees ', '2008-06-19 10:42:17', NULL);
477
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (71, 'Nagios update state', 7092, '6', 'PROBLEM WARNING: Fake sine Value: 601', '2008-06-19 10:42:36', NULL);
478
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (72, 'Acknowlegement change state', 7092, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:42:36', 'nagios_system');
479
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (73, 'Nagios update state', 7093, '6', 'PROBLEM WARNING: Fake sine Value: 613', '2008-06-19 10:43:03', NULL);
480
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (74, 'Acknowlegement change state', 7093, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:43:03', 'nagios_system');
481
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (75, 'Nagios update state', 7091, '6', 'PROBLEM WARNING: Fake sine Value: 627', '2008-06-19 10:43:33', NULL);
482
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (76, 'Acknowlegement change state', 7091, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:43:33', 'nagios_system');
483
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (77, 'Nagios update state', 7102, '7', 'PROBLEM CRITICAL: CPU : 92%', '2008-06-19 10:45:06', NULL);
484
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (78, 'Nagios update state', 7102, '0', 'RECOVERY FLAPPING OK: CPU : 1% ', '2008-06-19 10:45:08', NULL);
485
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (79, 'Nagios update state', 7088, '6', 'PROBLEM WARNING: Fake sine Value: 757', '2008-06-19 10:47:09', NULL);
486
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (80, 'Acknowlegement change state', 7088, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:47:09', 'nagios_system');
487
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (81, 'Nagios update state', 7089, '6', 'PROBLEM WARNING: Fake sine Value: 785', '2008-06-19 10:47:51', NULL);
488
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (82, 'Acknowlegement change state', 7089, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:47:51', 'nagios_system');
489
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (83, 'Nagios update state', 7097, '0', 'RECOVERY OK: Charge: 7.98', '2008-06-19 10:49:15', NULL);
490
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (84, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 10:49:15', NULL);
491
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (85, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:49:15', 'nagios_system');
492
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (86, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 2 instances de pop3d trouvees ', '2008-06-19 10:49:17', NULL);
493
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (87, 'Nagios update state', 7088, '0', 'RECOVERY OK: Fake sine Value: 1003', '2008-06-19 10:52:09', NULL);
494
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (88, 'Nagios update state', 7091, '0', 'RECOVERY OK: Fake sine Value: 1024', '2008-06-19 10:52:33', NULL);
495
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (89, 'Nagios update state', 7092, '0', 'RECOVERY OK: Fake sine Value: 1028', '2008-06-19 10:52:36', NULL);
496
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (90, 'Nagios update state', 7089, '0', 'RECOVERY OK: Fake sine Value: 1042', '2008-06-19 10:52:51', NULL);
497
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (91, 'Nagios update state', 7093, '0', 'RECOVERY OK: Fake sine Value: 1055', '2008-06-19 10:53:03', NULL);
498
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (92, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 10:55:15', NULL);
499
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (93, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:55:15', 'nagios_system');
500
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (94, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 1 instances de pop3d trouvees ', '2008-06-19 10:55:17', NULL);
501
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (95, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 10:58:15', NULL);
502
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (96, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 10:58:15', 'nagios_system');
503
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (97, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 1 instances de pop3d trouvees ', '2008-06-19 10:58:17', NULL);
504
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (98, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 11:00:15', NULL);
505
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (99, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:00:15', 'nagios_system');
506
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (100, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 1 instances de pop3d trouvees ', '2008-06-19 11:00:17', NULL);
507
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (101, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 11:06:15', NULL);
508
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (102, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:06:15', 'nagios_system');
509
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (103, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 6 instances de pop3d trouvees ', '2008-06-19 11:06:17', NULL);
510
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (104, 'Nagios update state', 7094, '0', 'RECOVERY OK: Usage: 0.09 MB (0.95%)', '2008-06-19 11:14:51', NULL);
511
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (105, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 11:18:31', NULL);
512
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (106, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:18:31', 'nagios_system');
513
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (107, 'Nagios update state', 7084, '0', 'RECOVERY OK: 1 instances de pop3d trouvees', '2008-06-19 11:19:15', NULL);
514
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (108, 'Nagios update state', 7087, '6', 'PROBLEM WARNING: Fake sine Value: 536', '2008-06-19 11:20:30', NULL);
515
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (109, 'Acknowlegement change state', 7087, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:20:30', 'nagios_system');
516
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (110, 'Nagios update state', 7086, '6', 'PROBLEM WARNING: Fake sine Value: 536', '2008-06-19 11:20:30', NULL);
517
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (111, 'Acknowlegement change state', 7086, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:20:30', 'nagios_system');
518
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (112, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 11:22:15', NULL);
519
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (113, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:22:15', 'nagios_system');
520
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (114, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 3 instances de pop3d trouvees ', '2008-06-19 11:22:17', NULL);
521
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (115, 'Nagios update state', 7086, '7', 'PROBLEM CRITICAL: Fake sine Value: 511', '2008-06-19 11:23:46', NULL);
522
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (116, 'Acknowlegement change state', 7086, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:23:46', 'nagios_system');
523
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (117, 'Nagios update state', 7087, '7', 'PROBLEM CRITICAL: Fake sine Value: 511', '2008-06-19 11:23:46', NULL);
524
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (118, 'Acknowlegement change state', 7087, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:23:46', 'nagios_system');
525
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (119, 'Nagios update state', 7096, '6', 'PROBLEM WARNING: Charge: 11.12', '2008-06-19 11:26:15', NULL);
526
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (120, 'Acknowlegement change state', 7096, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:26:15', 'nagios_system');
527
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (121, 'Nagios update state', 7098, '6', 'PROBLEM WARNING: 1008 connexions TCP etablies', '2008-06-19 11:27:15', NULL);
528
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (122, 'Acknowlegement change state', 7098, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:27:15', 'nagios_system');
529
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (123, 'Nagios update state', 7097, '6', 'PROBLEM WARNING: Charge: 9.24', '2008-06-19 11:27:15', NULL);
530
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (124, 'Acknowlegement change state', 7097, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:27:15', 'nagios_system');
531
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (125, 'Nagios update state', 7083, '7', 'PROBLEM CRITICAL: Charge : 22.83', '2008-06-19 11:27:31', NULL);
532
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (126, 'Acknowlegement change state', 7083, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:27:31', 'nagios_system');
533
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (127, 'Nagios update state', 7098, '0', 'RECOVERY OK: 927 connexions TCP etablies', '2008-06-19 11:28:15', NULL);
534
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (128, 'Nagios update state', 7079, '6', 'Volatile WARNING: 962 processus en cours', '2008-06-19 11:28:15', NULL);
535
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (129, 'Nagios update state', 7083, '6', 'PROBLEM WARNING: Charge : 15.07', '2008-06-19 11:28:15', NULL);
536
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (130, 'Acknowlegement change state', 7083, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:28:15', 'nagios_system');
537
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (131, 'Nagios update state', 7087, '6', 'PROBLEM WARNING: Fake sine Value: 521', '2008-06-19 11:28:30', NULL);
538
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (132, 'Acknowlegement change state', 7087, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:28:30', 'nagios_system');
539
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (133, 'Nagios update state', 7086, '6', 'PROBLEM WARNING: Fake sine Value: 521', '2008-06-19 11:28:30', NULL);
540
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (134, 'Acknowlegement change state', 7086, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:28:30', 'nagios_system');
541
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (135, 'Nagios update state', 7083, '0', 'RECOVERY OK: Charge : 6.32', '2008-06-19 11:30:15', NULL);
542
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (136, 'Nagios update state', 7087, '0', 'RECOVERY OK: Fake sine Value: 552', '2008-06-19 11:30:30', NULL);
543
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (137, 'Nagios update state', 7086, '0', 'RECOVERY OK: Fake sine Value: 552', '2008-06-19 11:30:30', NULL);
544
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (138, 'Nagios update state', 7096, '0', 'RECOVERY OK: Charge: 8.97', '2008-06-19 11:33:15', NULL);
545
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (139, 'Nagios update state', 7089, '6', 'PROBLEM WARNING: Fake sine Value: 4504', '2008-06-19 11:33:51', NULL);
546
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (140, 'Acknowlegement change state', 7089, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:33:51', 'nagios_system');
547
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (141, 'Nagios update state', 7088, '6', 'PROBLEM WARNING: Fake sine Value: 4530', '2008-06-19 11:34:09', NULL);
548
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (142, 'Acknowlegement change state', 7088, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:34:09', 'nagios_system');
549
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (143, 'Nagios update state', 7097, '0', 'RECOVERY OK: Charge: 8.00', '2008-06-19 11:35:15', NULL);
550
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (144, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 11:35:15', NULL);
551
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (145, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:35:15', 'nagios_system');
552
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (146, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 1 instances de pop3d trouvees ', '2008-06-19 11:35:17', NULL);
553
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (147, 'Nagios update state', 7084, '7', 'PROBLEM CRITICAL: 0 instances de pop3d trouvees', '2008-06-19 11:37:15', NULL);
554
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (148, 'Acknowlegement change state', 7084, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:37:15', 'nagios_system');
555
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (149, 'Nagios update state', 7084, '0', 'RECOVERY FLAPPING OK: 6 instances de pop3d trouvees ', '2008-06-19 11:37:17', NULL);
556
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (150, 'Nagios update state', 7089, '7', 'PROBLEM CRITICAL: Fake sine Value: 4787', '2008-06-19 11:39:07', NULL);
557
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (151, 'Acknowlegement change state', 7089, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:39:07', 'nagios_system');
558
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (152, 'Nagios update state', 7088, '7', 'PROBLEM CRITICAL: Fake sine Value: 4809', '2008-06-19 11:39:25', NULL);
559
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (153, 'Acknowlegement change state', 7088, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:39:25', 'nagios_system');
560
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (154, 'Nagios update state', 7083, '6', 'PROBLEM WARNING: Charge : 13.22', '2008-06-19 11:41:15', NULL);
561
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (155, 'Acknowlegement change state', 7083, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:41:15', 'nagios_system');
562
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (156, 'Nagios update state', 7091, '6', 'PROBLEM WARNING: Fake sine Value: 5013', '2008-06-19 11:41:33', NULL);
563
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (157, 'Acknowlegement change state', 7091, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:41:33', 'nagios_system');
564
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (158, 'Nagios update state', 7092, '6', 'PROBLEM WARNING: Fake sine Value: 5017', '2008-06-19 11:41:36', NULL);
565
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (159, 'Acknowlegement change state', 7092, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:41:36', 'nagios_system');
566
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (160, 'Nagios update state', 7093, '6', 'PROBLEM WARNING: Fake sine Value: 5041', '2008-06-19 11:42:03', NULL);
567
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (161, 'Acknowlegement change state', 7093, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:42:03', 'nagios_system');
568
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (162, 'Nagios update state', 7097, '6', 'PROBLEM WARNING: Charge: 8.59', '2008-06-19 11:42:15', NULL);
569
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (163, 'Acknowlegement change state', 7097, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:42:15', 'nagios_system');
570
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (164, 'Nagios update state', 7079, '6', 'Volatile WARNING: 990 processus en cours', '2008-06-19 11:42:15', NULL);
571
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (165, 'Nagios update state', 7096, '6', 'PROBLEM WARNING: Charge: 10.13', '2008-06-19 11:42:15', NULL);
572
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (166, 'Acknowlegement change state', 7096, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:42:15', 'nagios_system');
573
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (167, 'Nagios update state', 7096, '0', 'RECOVERY OK: Charge: 8.99', '2008-06-19 11:43:15', NULL);
574
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (168, 'Nagios update state', 7083, '0', 'RECOVERY OK: Charge : 7.84', '2008-06-19 11:43:15', NULL);
575
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (169, 'Nagios update state', 7083, '6', 'PROBLEM WARNING: Charge : 12.83', '2008-06-19 11:44:15', NULL);
576
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (170, 'Acknowlegement change state', 7083, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:44:15', 'nagios_system');
577
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (171, 'Nagios update state', 7096, '6', 'PROBLEM WARNING: Charge: 10.57', '2008-06-19 11:44:15', NULL);
578
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (172, 'Acknowlegement change state', 7096, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:44:15', 'nagios_system');
579
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (173, 'Nagios update state', 7083, '0', 'RECOVERY OK: Charge : 7.53', '2008-06-19 11:45:15', NULL);
580
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (174, 'Nagios update state', 7083, '6', 'PROBLEM WARNING: Charge : 10.07', '2008-06-19 11:46:18', NULL);
581
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (175, 'Acknowlegement change state', 7083, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:46:18', 'nagios_system');
582
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (176, 'Nagios update state', 7096, '0', 'RECOVERY OK: Charge: 8.98', '2008-06-19 11:47:15', NULL);
583
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (177, 'Nagios update state', 7083, '0', 'RECOVERY OK: Charge : 7.35', '2008-06-19 11:47:15', NULL);
584
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (178, 'Nagios update state', 7097, '0', 'RECOVERY OK: Charge: 7.98', '2008-06-19 11:50:15', NULL);
585
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (179, 'Nagios update state', 7094, '6', 'PROBLEM WARNING: Usage: 8.13 MB (86.02%)', '2008-06-19 11:50:51', NULL);
586
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (180, 'Acknowlegement change state', 7094, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:50:51', 'nagios_system');
587
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (181, 'Nagios update state', 7093, '7', 'PROBLEM CRITICAL: Fake sine Value: 5405', '2008-06-19 11:52:19', NULL);
588
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (182, 'Acknowlegement change state', 7093, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:52:19', 'nagios_system');
589
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (183, 'Nagios update state', 7091, '7', 'PROBLEM CRITICAL: Fake sine Value: 5417', '2008-06-19 11:52:49', NULL);
590
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (184, 'Acknowlegement change state', 7091, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:52:49', 'nagios_system');
591
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (185, 'Nagios update state', 7092, '7', 'PROBLEM CRITICAL: Fake sine Value: 5419', '2008-06-19 11:52:52', NULL);
592
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (186, 'Acknowlegement change state', 7092, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:52:52', 'nagios_system');
593
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (187, 'Nagios update state', 7097, '6', 'PROBLEM WARNING: Charge: 8.26', '2008-06-19 11:54:15', NULL);
594
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (188, 'Acknowlegement change state', 7097, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:54:15', 'nagios_system');
595
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (189, 'Nagios update state', 7083, '6', 'PROBLEM WARNING: Charge : 11.66', '2008-06-19 11:54:15', NULL);
596
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (190, 'Acknowlegement change state', 7083, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:54:15', 'nagios_system');
597
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (191, 'Nagios update state', 7083, '0', 'RECOVERY OK: Charge : 9.32', '2008-06-19 11:55:15', NULL);
598
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (192, 'Nagios update state', 7094, '7', 'PROBLEM CRITICAL: Usage: 9.13 MB (96.65%)', '2008-06-19 11:57:07', NULL);
599
INSERT INTO event_history (idhistory, type_action, idevent, value, text, "timestamp", username) VALUES (193, 'Acknowlegement change state', 7094, '1', 'System forced treatment to None.<BR>Reason: Event was reactivated due to new outage.', '2008-06-19 11:57:07', 'nagios_system');
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff