Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon
Commits
e97604f9
Commit
e97604f9
authored
Oct 27, 2014
by
rwerquin
Browse files
not a radio button
parent
4f891f98
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/install/sql/centreon/Update-DB-2.5.2_to_2.5.3.sql
View file @
e97604f9
UPDATE
cb_field
SET
external
=
'T=options:C=value:CK=key:K=index_data'
WHERE
cb_field_id
=
43
;
UPDATE
cb_field
SET
external
=
'T=options:C=value:CK=key:K=index_data'
,
fieldtype
=
'text'
WHERE
cb_field_id
=
43
;
INSERT
cb_field
(
`cb_field_id`
,
`fieldname`
,
`displayname`
,
`description`
,
`fieldtype`
,
`external`
)
VALUES
(
49
,
'cleanup_check_interval'
,
"Cleanup check interval"
,
"Interval in seconds before delete data from deleted pollers."
,
'int'
,
NULL
),
(
50
,
'instance_timeout'
,
"Instance timeout"
,
"Interval in seconds before change status of resources from a disconnected poller"
,
"int"
,
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment