Private GIT

Skip to content
Snippets Groups Projects
Commit f6640678 authored by Laurent Pinsivy's avatar Laurent Pinsivy
Browse files

Add list of items not exported by CLAPI

parent 00ac8898
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,16 @@ Import/Export
Export
------
At some point, you might need to export all of the object configuration parameters (with the exception of escalation) into a plain text file, either for synchronizing or backuping purpose.
At some point, you might need to export all of the object configuration parameters
into a plain text file, either for synchronizing or backuping purpose.
The following items will not be exported:
* Escalation
* ACL (ACL Groups, ACL Resources, ACL actions)
* LDAP settings
* Global Centreon settings
This export feature is ran like this::
[root@centreon ~]# ./centreon -u admin -p centreon -e > /tmp/clapi-export.txt
......
......@@ -4,7 +4,16 @@ Import/Export
Export
------
At some point, you might need to export all of the object configuration parameters (with the exception of escalation) into a plain text file, either for synchronizing or backuping purpose.
At some point, you might need to export all of the object configuration parameters
into a plain text file, either for synchronizing or backuping purpose.
The following items will not be exported:
* Escalation
* ACL (ACL Groups, ACL Resources, ACL actions)
* LDAP settings
* Global Centreon settings
This export feature is ran like this::
[root@centreon ~]# ./centreon -u admin -p centreon -e > /tmp/clapi-export.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment