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…
System Administrator
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…
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 /opt/script
NOTE: inside the script …
Yet another log monitoring script..
The date field is very specific for each system and I keep having to refix each time.
I like this one about the way it …
When monitoring a server process/services using check_procs plugin
On new servers x64 many times you will get this error
# ./check_procs
-bash: ./check_procs: /lib/ld-linux.so.2: bad ELF interpreter: No such file …