An open API service indexing awesome lists of open source software.

https://github.com/samrocketman/drexel-university

This is a list of scripts I created while formerly working at Drexel University. These scripts were released with permission.
https://github.com/samrocketman/drexel-university

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.

* [bin/README.md](bin/README.md)
* [icinga/plugins/jvm_health/README.md](icinga/plugins/jvm_health/README.md)
* [icinga/README.md](icinga/README.md)
* [live_trends/README](live_trends/README)
* [munin/plugins/README.md](munin/plugins/README.md)

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.