Monitoring and restarting Open-Xchange

Monitoring and restarting Open-Xchange

I started using monit for monitoring and automatically restaring process on some linux servers. That is working quite well and you can find an easy setup guide here. This is my setup in the /etc/monit/monitrc config file, to monitor and restart an open xchange server.   check system localhost     if loadavg (1min) >…

Skinning Open Xchange

Skinning Open Xchange

So, when you are up to have your own Open Xchange site you might want to do some basic skinning. This includes The colour TopBar The Logo This is being done in 4 simple steps: Define the Topbar colour in the default themes .less* file: /opt/open-xchange/appsuite/apps/themes/defintions.less @topbar-background: #your colour Define the Logo in /opt/open-xchange/appsuite/apps/themes/components/topbar.less background-image: url(‚/appsuite/apps/themes/default/my-small-logo.png‘); Place…

Close