Tim Igoe's Web Design, Development and Hosting Blog

Category Archives: Servers

← Older posts

New Servers – Costing them Out.

Posted on by TimIgoe

When planning server upgrades and features, cost is always high on my personal consideration list. This isn’t just an upfront cost or a monthly cost but what gets called the total cost of ownership. What you pay over the life … Continue reading

Posted in Servers | Leave a comment

Monit Rules

Posted on by TimIgoe

As a follow on from my post on Monit, I have compiled a selection of rules that can be used to monitor various services on your server. check process sshd with pidfile /var/run/sshd.pid start programĀ  “/etc/init.d/sshd start” stop programĀ  “/etc/init.d/sshd … Continue reading

Posted in Linux, Servers | Tagged , , , , | Leave a comment

Monit – Keeping Servers running even while asleep

Posted on by TimIgoe

One of the downsides to working on the internet, is that it never stops – it is a 24 hour a day, 365 day a year system. There is not ‘break’ in it, no time to rest. When you run … Continue reading

Posted in Linux, Servers | Tagged , , | Leave a comment

Important Hosting Considerations

Posted on by TimIgoe

“It is really important to spend time considering all the options when picking a web host for your shiny new website. When you launch your site, the last thing you want to happen is for it to go down due … Continue reading

Posted in Servers | Tagged , , , , | Leave a comment

Automatic Backup Scripts

Posted on by TimIgoe

This assumes that you have 2 Linux machines / servers – one to backup to the other. To enable the script to automatically login to the destination server you will need to enabled ssh key based logins. First off, create … Continue reading

Posted in Servers | Tagged , , | Leave a comment ← Older posts