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
98b1f616
Commit
98b1f616
authored
May 27, 2013
by
Sylvestre Ho
Browse files
refs #4412; + retention after all
parent
40be5105
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/install/var/baseconf/centreon-broker.sql
View file @
98b1f616
...
...
@@ -164,7 +164,7 @@ INSERT INTO `cfg_centreonbroker_info` (`config_id`, `config_key`, `config_value`
INSERT
INTO
`cfg_centreonbroker_info`
(
`config_id`
,
`config_key`
,
`config_value`
,
`config_group`
,
`config_group_id`
)
VALUES
(
2
,
'type'
,
'rrd'
,
'output'
,
1
);
INSERT
INTO
`cfg_centreonbroker_info`
(
`config_id`
,
`config_key`
,
`config_value`
,
`config_group`
,
`config_group_id`
)
VALUES
(
2
,
'blockId'
,
'1_13'
,
'output'
,
1
);
INSERT
INTO
`cfg_centreonbroker_info`
(
`config_id`
,
`config_key`
,
`config_value`
,
`config_group`
,
`config_group_id`
)
VALUES
(
2
,
'name'
,
'central-rrd-output-master-failover'
,
'output'
,
2
);
INSERT
INTO
`cfg_centreonbroker_info`
(
`config_id`
,
`config_key`
,
`config_value`
,
`config_group`
,
`config_group_id`
)
VALUES
(
2
,
'path'
,
''
,
'output'
,
2
);
INSERT
INTO
`cfg_centreonbroker_info`
(
`config_id`
,
`config_key`
,
`config_value`
,
`config_group`
,
`config_group_id`
)
VALUES
(
2
,
'path'
,
'
@CENTREONBROKER_VARLIB@/central-rrd-master.retention
'
,
'output'
,
2
);
INSERT
INTO
`cfg_centreonbroker_info`
(
`config_id`
,
`config_key`
,
`config_value`
,
`config_group`
,
`config_group_id`
)
VALUES
(
2
,
'buffering_timeout'
,
''
,
'output'
,
2
);
INSERT
INTO
`cfg_centreonbroker_info`
(
`config_id`
,
`config_key`
,
`config_value`
,
`config_group`
,
`config_group_id`
)
VALUES
(
2
,
'protocol'
,
'ndo'
,
'output'
,
2
);
INSERT
INTO
`cfg_centreonbroker_info`
(
`config_id`
,
`config_key`
,
`config_value`
,
`config_group`
,
`config_group_id`
)
VALUES
(
2
,
'retry_interval'
,
''
,
'output'
,
2
);
...
...
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