In June we rolled out a brand new metrics interface for Cloud Containers, and now the same upgrade has reached all managed servers. Dedicated Servers, Virtual Servers, High Performance VMs - if they're managed by us, you can now see a lot more data about server load, CPU usage, RAM usage, database disk usage and more. Once the data is collected, you'll be able to select periods from 5 minutes to a year. The Knowledge Base explains how to find and filter your data.
Some people appreciate a lot of notice before their domains expire, while others would rather not have quite so many reminders fill up their inbox. So warnings when there are 1, 15, and 60 days to go are all now optional. If you auto-renew domains, another new setting lets you decide whether to receive an email 7 days beforehand. Find all of this under Account > Preferences, and read more in the Knowledge Base.
View any Cloud Container or Cloud Container Server through the SiteHost Control Panel, and you'll see a new metrics widget near the top of screen. Take a quick glance at CPU, memory, disk and load, or click the widget to open your full Metrics suite in a new tab. (This update removes the old "Graphs" tab.) Catch up on the launch of this new Metrics interface in the blog.
A boost to the Control Panel's accessibility and usability, thanks to improved colour contrast in elements like the navigation, buttons, and tiles.
Take a look at your list of Cloud Container SSH users and you'll notice that it's had a bit of a tidy-up. As well as visual changes, like switching the 'User Type' to an icon, we've added more details. Now you can see the keys that each user has, without having to click into each one. We've had a lot of requests for this update so we're stoked to deliver it.
If you manage DNS Zones via the SiteHost Control Panel, DNS changes will now show under Account > Activity Logs. There's a full run-down of DNS management in the Knowledge Base.
Got a lot of NZ domains with another registrar? You can now transfer them all to us in one fell swoop. If convenience has been putting off your switch, now is a good time! The Knowledge Base explains how it works.
A little known fact is the Control Panel is eventually consistent for Cloud Containers. That means if a change is made directly on your server (like a container shuts down) or a job takes longer than we expect, that change will appear in the Control Panel soon(ish). We've now made this process much faster (push vs pull) – so the rare scenario where information might not have been quite up-to-date is now even rarer!
Managing a lot of domains? Now you can select as many of them as you like, and then renew them all at once. This time-saver has been requested a lot, and we're looking forward to seeing it get plenty of use.
A few updates for users of the SiteHost API, mostly concerning dates on container end points. First, you can now see the created
and date_updated
information for container servers via the cloud/server/list_all
endpoint. Secondly, the cloud/server/list_all
, cloud/stack/list_all
and cloud/stack/image/list_all
endpoints now let you pass an updated_since
parameter to only return items that have been modified on or after the specified date. All these changes are noted in our API documentation which has also had a once-over to fix some mistakes and clarify example code.