How to copy your local BI structure to a remote site:
- You need to copy/move your hosts to the remote site if you want to use them there
- Copy the bi config
For Checkmk 1.6
Copy the bi config from the target site to the remote site.
Code Block |
---|
|
cp /omd/sites/at/etc/check_mk/multisite.d/wato/bi.mk /omd/sites/bi1/etc/check_mk/multisite.d/wato |
Change the ownership of the file.
Code Block |
---|
|
chown bi1. bi.mk |
Code Block |
---|
language | bash |
---|
theme | RDark |
---|
linenumbers | true |
---|
|
# please copy the bi config from target site to the remote site
# please
chown bi1. bi.mk
# please remove the BI Cache directory
rm -r ~/tmp/check_mk/bi_cache
# Reload the site
OMD[bi1]:~$ cmk -O |
For Checkmk 2.0 / 2.1
Code Block |
---|
language | bash |
---|
theme | RDark |
---|
linenumbers | true |
---|
|
# please copy the bi config from target site to the remote site
cp /omd/sites/at/etc/check_mk/multisite.d/wato/bi_config.bi /omd/sites/bi1/etc/check_mk/multisite.d/wato
# please change ownership of the file
chown bi1. bi_config.bi
# please remove the BI Cache directory
rm -r ~/tmp/check_mk/bi_cache
# Reload the site
OMD[bi1]:~$ cmk -O |
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | KB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label = "businessintelligence" and type = "page" and space = "KB" |
---|
labels | businessintelligence |
---|
|