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.
- Host: GitHub
- URL: https://github.com/samrocketman/drexel-university
- Owner: samrocketman
- License: other
- Created: 2012-11-08T16:52:32.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T07:11:59.000Z (over 5 years ago)
- Last Synced: 2025-04-02T06:12:11.615Z (over 1 year ago)
- Language: Shell
- Homepage: http://www.drexel.edu/irt/
- Size: 139 KB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.