ruslan-ohitin / drexel-university

This is a list of scripts I created while formerly working at Drexel University. These scripts were released with permission.

Home Page:http://www.drexel.edu/irt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drexel-university

This is a list of scripts I created while working at Drexel University. All licensed under the MIT license.

List of README files.

Generate bullet list of readme files:

find | grep -i readme | while read x;do readme="$(echo $x | sed 's#^\.##' | sed 's#^/##')";echo "* [$readme]($readme)";done

./appserver-scripts/

Some of these scripts help me automate deployments to app servers.

./bin/

This is user bin scripts I put in my ~/bin directory.

./dotfiles/

Some common dotfiles which I personally like to customize.

./icinga/

Lists some Nagios/Icinga scripts which I maintain and use within our monitoring system, Icinga.

./init.d/

These are a set of service/daemon scripts I wrote for different software. Things like tomcat startup scripts and JBoss startup scripts (or any software) will be in here.

./live_trends/

I wrote a set of scripts to record live performance data of a system using simple bash scripts (or any language). I did this because I needed something which was better than munin as munin only recorded once every 5 minutes.

./munin/

Scripts which I've written or maintained for munin monitoring at Drexel. We use munin for performance trending.

About

This is a list of scripts I created while formerly working at Drexel University. These scripts were released with permission.

http://www.drexel.edu/irt/

License:Other


Languages

Language:Shell 50.2%Language:Python 47.2%Language:Vim Script 1.4%Language:Perl 0.8%Language:Java 0.4%