Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
centreon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
centreon
Commits
e97604f9
Commit
e97604f9
authored
Oct 27, 2014
by
rwerquin
Browse files
Options
Downloads
Patches
Plain Diff
not a radio button
parent
4f891f98
Branches
Branches containing commit
Tags
2.5.3
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/install/sql/centreon/Update-DB-2.5.2_to_2.5.3.sql
+1
-1
1 addition, 1 deletion
www/install/sql/centreon/Update-DB-2.5.2_to_2.5.3.sql
with
1 addition
and
1 deletion
www/install/sql/centreon/Update-DB-2.5.2_to_2.5.3.sql
+
1
−
1
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
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
),
(
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
);
(
50
,
'instance_timeout'
,
"Instance timeout"
,
"Interval in seconds before change status of resources from a disconnected poller"
,
"int"
,
NULL
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment