├── LICENSE.md ├── README.md ├── baddisks ├── check-zone-transfer.py ├── create-seccomp-profile ├── create-solaris-zone ├── dnstest ├── fcstat.py ├── fmadmnotifier ├── git-pre-commit-hook ├── http-ping.pl ├── ldap-gather.pl ├── ldap-ping.pl ├── ldap-stats.pl ├── mod-deflate-states.pl ├── nbstatus ├── nfsrwstat ├── nfstrace ├── om-repo-builder ├── rescan-mapper-device ├── ssl-service-check ├── stat.pl ├── strace-line-combiner.py ├── vxvmstatus └── yumnotifier /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # misc-shell-scripts -------------------------------------------------------------------------------- /baddisks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/baddisks -------------------------------------------------------------------------------- /check-zone-transfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/check-zone-transfer.py -------------------------------------------------------------------------------- /create-seccomp-profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/create-seccomp-profile -------------------------------------------------------------------------------- /create-solaris-zone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/create-solaris-zone -------------------------------------------------------------------------------- /dnstest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/dnstest -------------------------------------------------------------------------------- /fcstat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/fcstat.py -------------------------------------------------------------------------------- /fmadmnotifier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/fmadmnotifier -------------------------------------------------------------------------------- /git-pre-commit-hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/git-pre-commit-hook -------------------------------------------------------------------------------- /http-ping.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/http-ping.pl -------------------------------------------------------------------------------- /ldap-gather.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/ldap-gather.pl -------------------------------------------------------------------------------- /ldap-ping.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/ldap-ping.pl -------------------------------------------------------------------------------- /ldap-stats.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/ldap-stats.pl -------------------------------------------------------------------------------- /mod-deflate-states.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/mod-deflate-states.pl -------------------------------------------------------------------------------- /nbstatus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/nbstatus -------------------------------------------------------------------------------- /nfsrwstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/nfsrwstat -------------------------------------------------------------------------------- /nfstrace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/nfstrace -------------------------------------------------------------------------------- /om-repo-builder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/om-repo-builder -------------------------------------------------------------------------------- /rescan-mapper-device: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/rescan-mapper-device -------------------------------------------------------------------------------- /ssl-service-check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/ssl-service-check -------------------------------------------------------------------------------- /stat.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/stat.pl -------------------------------------------------------------------------------- /strace-line-combiner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/strace-line-combiner.py -------------------------------------------------------------------------------- /vxvmstatus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/vxvmstatus -------------------------------------------------------------------------------- /yumnotifier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matty9191/misc-shell-scripts/HEAD/yumnotifier --------------------------------------------------------------------------------