diff --git a/source/vendor/deciso/images/OPNcentral_hosts.png b/source/vendor/deciso/images/OPNcentral_hosts.png index 5072dba3..ce9ee12f 100644 Binary files a/source/vendor/deciso/images/OPNcentral_hosts.png and b/source/vendor/deciso/images/OPNcentral_hosts.png differ diff --git a/source/vendor/deciso/opncentral.rst b/source/vendor/deciso/opncentral.rst index b544e906..16bd557c 100644 --- a/source/vendor/deciso/opncentral.rst +++ b/source/vendor/deciso/opncentral.rst @@ -41,6 +41,17 @@ the url from the machine and the API key and secret generated above. :width: 100% +.. raw:: html + + Icons
+ Group membership
+ Download configuration (or all as a zip file)
+ Edit host configuration
+ Clone host configuration
+ Delete host configuration

+ + + Alter generic host settings .................................. @@ -52,9 +63,32 @@ The second tab in the screen contains the setting page which configures defaults ================================= =============================================================================================================================================== Interfaces Select the interfaces of the central node that would be used when merging settings on the remote firewall, only applicable on part of the configuration sections (such as the firewall). See the provisioning section for more details. +Enable backups Enable centralized backups. +#Backups to preserve Number of backups to preserve per remote host on this machine ================================= =============================================================================================================================================== +Centralized backups +---------------------------- + +When "Enable backups" is checked in the generic host settings tab OPNcentral will perform a nighly backup of all configured +hosts. The host overview (:menuselection:`Management-->Host configuration`) shows the number of backups +with their related size and last modification date for each host. + +.. Note:: + + The modification date defines the last time the remote host was changed, so if a host hasn't been changed + for a longer period of time this value would show an older date. + +.. Tip:: + It is possible to execute the backup manually from the gui. In order to do that, go + to :menuselection:`Management-->Host configuration` and press the :code:`Execute backup` button. + +.. Tip:: + If more frequent backups are desired, just add a cron job in :menuselection:`System-->Settings-->Cron` + for the task :code:`OPNcentral - backup remote hosts`. + + Multi tenancy using host groups ----------------------------------