adventuresindevops.co.uk adventuresindevops.co.uk

adventuresindevops.co.uk

Adventures in DevOps

Puppet runs 'syncing' up. So Recently we have had a weird issue at $work with puppet where the puppet runs on quite a lot of servers have appeared to all bunch up and run at the same time. Like this video, but instead of metronomes you have 1800 servers that were once staggered all…. Adventures with loadbalanced multimaster puppet. Blocking wordpress/joomla brute force attempts on cPanel. Currently it's a manual process to sign a hosts certificate request on our puppetmaster, which is fine for normal ser...

http://adventuresindevops.co.uk/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ADVENTURESINDEVOPS.CO.UK

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.8 out of 5 with 12 reviews
5 star
9
4 star
3
3 star
0
2 star
0
1 star
0

Hey there! Start your review of adventuresindevops.co.uk

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

3.8 seconds

CONTACTS AT ADVENTURESINDEVOPS.CO.UK

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Adventures in DevOps | adventuresindevops.co.uk Reviews
<META>
DESCRIPTION
Puppet runs 'syncing' up. So Recently we have had a weird issue at $work with puppet where the puppet runs on quite a lot of servers have appeared to all bunch up and run at the same time. Like this video, but instead of metronomes you have 1800 servers that were once staggered all…. Adventures with loadbalanced multimaster puppet. Blocking wordpress/joomla brute force attempts on cPanel. Currently it's a manual process to sign a hosts certificate request on our puppetmaster, which is fine for normal ser...
<META>
KEYWORDS
1 adventures in devops
2 autosigning puppet certs
3 coupons
4 reviews
5 scam
6 fraud
7 hoax
8 genuine
9 deals
10 traffic
CONTENT
Page content here
KEYWORDS ON
PAGE
adventures in devops,autosigning puppet certs
SERVER
nginx/1.0.15
POWERED BY
Express
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Adventures in DevOps | adventuresindevops.co.uk Reviews

https://adventuresindevops.co.uk

Puppet runs 'syncing' up. So Recently we have had a weird issue at $work with puppet where the puppet runs on quite a lot of servers have appeared to all bunch up and run at the same time. Like this video, but instead of metronomes you have 1800 servers that were once staggered all…. Adventures with loadbalanced multimaster puppet. Blocking wordpress/joomla brute force attempts on cPanel. Currently it's a manual process to sign a hosts certificate request on our puppetmaster, which is fine for normal ser...

INTERNAL PAGES

adventuresindevops.co.uk adventuresindevops.co.uk
1

Adventures in DevOps

http://adventuresindevops.co.uk/page/2

Currently it's a manual process to sign a hosts certificate request on our puppetmaster, which is fine for normal server installations but as I have been automating more of our cPanel VDS setups there ends up being a bunch of certs that need to signed, which then get forgotten as…. Am I in screen? Patching OpenSSL's heartbleed with puppet. I figured now that we have most systems added to puppet that we should probably be monitoring the puppet agent to make sure it's actually running after encounting a fe...

2

Blocking wordpress/joomla brute force attempts on cPanel.

http://adventuresindevops.co.uk/blocking-wordpressjoomla-brute-force-attempts-on-cpanel

Blocking wordpress/joomla brute force attempts on cPanel. As $work is a hosting provider we have lots of cPanel servers, so naturally they come under bruteforce attempts by bots/hacked sites. At first I wanted to create a script to monitor how many IPs were attempting to bruceforce login pages of sites on our shared servers, but it was soon changed to deny IPs with over a set number of connections (with csf. The script runs every 5 minutes via cron (puppet ensured! The log entries look like so:. 156 188&...

3

Patching OpenSSL's heartbleed with puppet.

http://adventuresindevops.co.uk/patching-openssls-heartbleed-with-puppet

Patching OpenSSL's heartbleed with puppet. Everyone is aware of the heartbleed. Exploit for OpenSSL, since it's been all over the news/tech sites so I won't ramble on about it. I'm just going to show how I used puppet to patch our vunerable servers. We currently have over 1500 hosts on puppet, of which the majority are cPanel servers and run CentOS. Thankfully less than 40% run CentOS6, which was affected by the exploit. So if the OS release number is 6 (using the fact from the awesome facter.

4

Am I in screen?

http://adventuresindevops.co.uk/am-i-in-screen

Am I in screen? I keep having the issue of accidently attaching another screen session inside of an already attached screen session on my bouncebox at work (which has about 19 screen sessions running.) and because just doing screen -ls and looking for which one is Attached is too much common sense I wrote a little script to tell me, it also has the super handy feature of telling me which session I am in. You are in screen session: 22704.vds. Proudly published with Ghost.

5

Puppet runs 'syncing' up.

http://adventuresindevops.co.uk/puppet-runs-syncing-up

Puppet runs 'syncing' up. So Recently we have had a weird issue at $work with puppet where the puppet runs on quite a lot of servers have appeared to all bunch up and run at the same time. Like this video, but instead of metronomes you have 1800 servers that were once staggered all deciding to request their catalogs from the puppetmasters. This can been be seen in the network graph for one of the puppetmasters. You can see the different in network usage after all the agents were changed to cron. After ad...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL PAGES IN THIS WEBSITE

6

LINKS TO THIS WEBSITE

adventuresindevops.com adventuresindevops.com

Patching OpenSSL's heartbleed with puppet.

http://www.adventuresindevops.com/patching-openssls-heartbleed-with-puppet

Patching OpenSSL's heartbleed with puppet. Everyone is aware of the heartbleed. Exploit for OpenSSL, since it's been all over the news/tech sites so I won't ramble on about it. I'm just going to show how I used puppet to patch our vunerable servers. We currently have over 1500 hosts on puppet, of which the majority are cPanel servers and run CentOS. Thankfully less than 40% run CentOS6, which was affected by the exploit. So if the OS release number is 6 (using the fact from the awesome facter.

adventuresindevops.com adventuresindevops.com

Blocking wordpress/joomla brute force attempts on cPanel.

http://www.adventuresindevops.com/blocking-wordpressjoomla-brute-force-attempts-on-cpanel

Blocking wordpress/joomla brute force attempts on cPanel. As $work is a hosting provider we have lots of cPanel servers, so naturally they come under bruteforce attempts by bots/hacked sites. At first I wanted to create a script to monitor how many IPs were attempting to bruceforce login pages of sites on our shared servers, but it was soon changed to deny IPs with over a set number of connections (with csf. The script runs every 5 minutes via cron (puppet ensured! The log entries look like so:. 156 188&...

adventuresindevops.com adventuresindevops.com

Nagios: check_puppetagent

http://www.adventuresindevops.com/nagios-check_puppetagent

It's deployed to every server with our monitoring module:. And I have added an exec to our monitoring module to ensure that the nagios user has the correct permissions in sudoers to execute the plugin:. Then finally the line in the nrpe config looks like:. Proudly published with Ghost.

adventuresindevops.com adventuresindevops.com

Am I in screen?

http://www.adventuresindevops.com/am-i-in-screen

Am I in screen? I keep having the issue of accidently attaching another screen session inside of an already attached screen session on my bouncebox at work (which has about 19 screen sessions running.) and because just doing screen -ls and looking for which one is Attached is too much common sense I wrote a little script to tell me, it also has the super handy feature of telling me which session I am in. You are in screen session: 22704.vds. Proudly published with Ghost.

blog.ab5w.com blog.ab5w.com

about

http://blog.ab5w.com/about

Fixes and misc blog. Proudly published with Ghost.

adventuresindevops.com adventuresindevops.com

Adventures with loadbalanced multimaster puppet.

http://www.adventuresindevops.com/adventures-with-loadbalanced-multimaster-puppet

Adventures with loadbalanced multimaster puppet. At $work we use glorious puppet for our configuration management needs. The first version of our puppetmaster was a xen virtual machine with 2 cores, 8GB RAM and 60GB diskspace. This was fine for a while. However soon it started struggling under the load as the amount of servers managed increased, so the puppetmaster was upgraded to a Dell R320 with 12 cores, 32GB RAM and two 240GB SSDs in RAID1. However that's not what happened, instead we had what I will...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL LINKS TO THIS WEBSITE

6

SOCIAL ENGAGEMENT



OTHER SITES

adventuresindeutschland-chris.blogspot.com adventuresindeutschland-chris.blogspot.com

Adventures in Deutschland!

Wednesday, April 8, 2009. So many excursions, so little time. It has been many moons since my last blog entry, and to all my adoring fans, I apologize. I last left you with a description of my pending adventure to Ludwigsburg, where we saw a castle, and Esslingen, where we went wine tasting. Unfortunately, the weather left a little to be desired, but it was nonetheless a lovely trip. Our first stop was the castle in Ludwigsburg. Including marble statuettes of naked children wearing solid gold scarves.

adventuresindeveloping.blogspot.com adventuresindeveloping.blogspot.com

Adventures in Developing

I work full time as a SharePoint consultant/developer, and I hope to use this blog to provide value through insight on various development challenges I face along the way. Wednesday, March 6, 2013. SharePoint Excel Services Application Error - Compatibility Range mismatch between the Web server and database. WebApp = Get-SPWebApplication http:/ webappurl. Hope this helps someone out there! Monday, November 5, 2012. Setting "In the top-level folder" Programatically. I dug through the JavaScript on the Vie...

adventuresindevelopment.blogspot.com adventuresindevelopment.blogspot.com

Adventures in Development

The random ramblings of a software engineer. Tuesday, June 19, 2012. T-SQL: Get XML element names. The following little code snippet retrieves the XML element names of the nodes at the respective levels. The first query returns the root node name, and the second the root child node name. Saturday, May 26, 2012. Entity Framework: Invalid column name 'xxx'. I was busy toying with Entity Framework (EF) and some SQL change scripts when I received this error:. Unfortunately, I don't have the time to figure th...

adventuresindevelopment.com adventuresindevelopment.com

Web Development Resources & Tools @ Adventures in Development

Web Development Tools, Ideas, Techniques and Resources. Alabama House Approves Drastic Regulations That Would Eliminate a Financial Lifeline and an Entire Industry. Posted at April 27, 2015. April 27, 2015. Eric Schuller, President ARC. Alabama House Approves Drastic Regulations That Would Eliminate a Financial Lifeline and an Entire Industry. HB 160 Removes Key Finance Option from Working Class Families Injured in Accidents. Full story at this address: bit.ly/1JyUysP. There is proof that drastically har...

adventuresindevon.blogspot.com adventuresindevon.blogspot.com

Adventures in Devon

Two Canucks alone in Blighty. Thursday, 7 June 2012. Summer is here (or it was, for a week, in mid May). Highlight of the season is of course Casper celebrating his 4th birthday with friends at the village hall. I made a car cake that looked more like the base of an upright hoover but I tried! He had a lovely time and was very pleased to oversee the festivities and tell me what he wanted, when and with whom! Excellent for the kids (and adults) and was a real break. Cannot wait to head back there soon.

adventuresindevops.co.uk adventuresindevops.co.uk

Adventures in DevOps

Puppet runs 'syncing' up. So Recently we have had a weird issue at $work with puppet where the puppet runs on quite a lot of servers have appeared to all bunch up and run at the same time. Like this video, but instead of metronomes you have 1800 servers that were once staggered all…. Adventures with loadbalanced multimaster puppet. Blocking wordpress/joomla brute force attempts on cPanel. Currently it's a manual process to sign a hosts certificate request on our puppetmaster, which is fine for normal ser...

adventuresindevops.com adventuresindevops.com

Adventures in DevOps

Adventures with loadbalanced multimaster puppet. At $work we use glorious puppet for our configuration management needs. The first version of our puppetmaster was a xen virtual machine with 2 cores, 8GB RAM and 60GB diskspace. This was fine for a while. However soon it started struggling under the load as the amount of servers managed…. Blocking wordpress/joomla brute force attempts on cPanel. Am I in screen? I keep having the issue of accidently attaching another screen session inside of an already atta...

adventuresindhaka.blogspot.com adventuresindhaka.blogspot.com

Dhaka Diary

An account- every once and a while- of my time in Dhaka, Bangladesh. Monday, December 15, 2008. Out and About in Bangladesh. Almost immediately following my return from Kathmandu, I was back on the road in Bangladesh for a pre-election reporting trip. My travels took me to the northern Chittagong districts of Comilla. Katy and the Bangladeshis (My driver is on the right in the white shirt.). I loved this teenager. I wonder if someone has told him what the phrase on his shirt means? My driver was also kin...

adventuresindia.net adventuresindia.net

Adventuresindia Backoffice

adventuresindiabetes.com adventuresindiabetes.com

Coming Soon - Future home of something quite cool

Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor. Please check back soon.

adventuresindiabetesparenting.blogspot.com adventuresindiabetesparenting.blogspot.com

Adventures in Diabetes Parenting

Adventures in Diabetes Parenting. After over 11 years of parenting a child with Type 1 Diabetes, I have some stories to share. Please realize that what you'll read here is not intended as medical advice; it's just the ramblings of a sleep-deprived mom. Always consult your medical team about your treatment options, but stop here from time to time for a bit of perspective. Wednesday, July 29, 2015. Perhaps the layer of sand which had somehow accumulated under the tape was the final straw? This summer marks...