One of the key point of Agile driven development is an infrastructure to seamlessly build, test and deploy the software at every commit.
Although lot of framework exists in the Java world, there is less available pointers on this topic with Perl. The aim of this post if to give a few practical hints on how we set up our continuous testing and deployment system using Husdon for multiple, dependent perl distributions.
Be ready, it's easy!
Showing posts with label perl. Show all posts
Showing posts with label perl. Show all posts
Tuesday, December 13, 2011
Sunday, October 2, 2011
A Perl URL checker
URL::Check : yet another URL check system
You want to get notified is something goes weird on a web site you develop and that should be running 24/7?
Given a list of url, you want to check if they exist and send receive an email in case of trouble.
The problem is so common and hundreds of solutions exists on the web, from simple crontab shell to more complex system (hyperic & co).
We propose here one more system. The constraints were:
You want to get notified is something goes weird on a web site you develop and that should be running 24/7?
Given a list of url, you want to check if they exist and send receive an email in case of trouble.
The problem is so common and hundreds of solutions exists on the web, from simple crontab shell to more complex system (hyperic & co).
We propose here one more system. The constraints were:
- check availability of url, response time or contents,
- get email to be notified in case of failure,
- a simple configuration system.
Subscribe to:
Posts (Atom)