0%

capacity

network

0%

loading

servers

0%

capacity

databases

0

connections

application

Server Performance

  

Network Status

0%

health

network

0%

health

servers

0%

health

databases

Monitoring Alerts

Alert Analysis

New Server provisioning wizard

      Server Details

      Server Environment

      Network Details

Thank you for your server request,
which will be provisioned within 24 hours.

Github Issues (open)

# Title Category
#28 Fix frontpage javascript syntax Website
#32 Upgrade to latest bootstrap Website
#38 Find missing monitoring alerts Network
#45 Investigate high bandwidth usage Network
#49 Determine why servers keep melting Servers
#55 Reduce server power usage Servers
#75 Reduce replication lag Databases

Github Pull Requests (to merge)

# Title Category
#30 Fix for broken frontpage javascript syntax Website
#35 Update bootstrap to 3.3.6 Website
#40 Found missing alerts with odd socks, attempt fix Network

Development (current team coding project)

 
me.handler_sidemenu_resize = function() {
	if (parent.helpers.viewport().width <= 768) {
	  parent.run('sidemenu_setstate', {
		state: 'closed',
	  });
	} else if (parent.helpers.viewport().width > 768) {
	  var state = parent.helpers.browserData.get('sidemenu') ? parent.helpers.browserData.get('sidemenu') : 'full';
	  parent.run('sidemenu_setstate', {
		state: state,
	  });
	}
 };