check_backend.sh
Another bash script to monitor if there were any failed connections to the backend’s. It is a simple aproach using the command: varnishstat -1 -f…
System Administrator Blog
Another bash script to monitor if there were any failed connections to the backend’s. It is a simple aproach using the command: varnishstat -1 -f…
We need to know if varnish is caching hit ratio is as it should. So I wrote this simple bash plugin for nagios.
A bash script to get the CPU usage by process usage: nohup ./check_proc bwengine 70 & bwegnine is the process name we want to monitor…
This is a bash script to get Google Analytics Data, in this case A total day Pageviews. Here is the code:
How to configure jenkins to run under different user other then tomcat6 account. I configured it to run a bash script using: sudo -u ubuntu…
Yet another log monitoring script.. The date field is very specific for each system and I keep having to refix each time.
Varnish pointing to a Amazon ELB (elastic load balance) does not work. Error: Backend host “XXXXXXXXXXX-123456789.us-east-1.elb.amazonaws.com”: resolves to multiple IPv4 addresses. Only one address is…
Script to count how many files exists in directory and subdirectories based on Gerd Stammwitz original script.
This can help if you are creating any kind of auto scale on Amazon AWS. It is not a 100% automatic, as you will need…
Not so generic way to check ‘any’ logfile for erros I have written at least about 5 variations of this same script. Some more flexible…