This is a bash script to get Google Analytics Data, in this case A total day Pageviews. Here is the code: #!/bin/bash # Get google anlytics pageview results # by Felipe Ferreira Dec 17 2013 # v1 #todo: get REAL […]
check how many files in a directory
Script to count how many files exists in directory and subdirectories based on Gerd Stammwitz original script. It is helpfull in some cases, just to find out how many files you have recursive in a directory
Monitor Varnish with Nagios
Varnish is an amazing reverse proxy product and it does its job very well, but how can we know that? Or even better how can we know it detected problems in the backed? Currently I monitor those server using hit/ratio […]