birm / dbops

growing python and bash library for database operations tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbops

PyPI version Build Status

A collection of tools for managing database servers. (http://www.rbirm.us/dbops/)

Python Tools:

WhereLives

quickly determine which host a database is on, or which databases are on a host. Command line: ''python -m dbops.WhereLives (search key) (hostlist file) (permissions file) (server type) (reverse mode)''

DiskCheck

get a report on which hosts are low on disk space Use full mode to get more detailed information about errors and successes, including md raid Command line: ''python -m dbops.DiskCheck (warn threshold, gb) (hostlist file) (username) (full mode)''

Bash Tools/Interfaces:

wl.sh

an interface for WhereLives, simplified further.

daud.sh

a wrapper for common audit procedures using pt-toolkit.

More Tools coming.

About

growing python and bash library for database operations tasks

License:GNU General Public License v3.0


Languages

Language:Python 93.3%Language:Shell 6.4%Language:Makefile 0.3%