All Projects → netrusov → Zabbixdba

netrusov / Zabbixdba

Licence: mit
Zabbix Database Monitoring Service (Oracle, Pg, MySQL, MS SQL, DB2, etc.)

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Zabbixdba

Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+3151.47%)
Mutual labels:  oracle, database, mysql, postgresql
Eosio sql plugin
EOSIO sql database plugin
Stars: ✭ 21 (-69.12%)
Mutual labels:  oracle, odbc, mysql, postgresql
Aioodbc
aioodbc - is a library for accessing a ODBC databases from the asyncio
Stars: ✭ 206 (+202.94%)
Mutual labels:  oracle, odbc, mysql, postgresql
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+19297.06%)
Mutual labels:  oracle, database, mysql, postgresql
Jooq
jOOQ is the best way to write SQL in Java
Stars: ✭ 4,695 (+6804.41%)
Mutual labels:  oracle, database, mysql, postgresql
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (+86.76%)
Mutual labels:  oracle, database, mysql, postgresql
Soci
Official repository of the SOCI - The C++ Database Access Library
Stars: ✭ 960 (+1311.76%)
Mutual labels:  oracle, odbc, mysql, postgresql
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+1763.24%)
Mutual labels:  database, mysql, postgresql, rdbms
Symmetric Ds
SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.
Stars: ✭ 450 (+561.76%)
Mutual labels:  oracle, database, mysql, postgresql
Dbeaver
Free universal database tool and SQL client
Stars: ✭ 23,752 (+34829.41%)
Mutual labels:  oracle, database, mysql, postgresql
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (+50%)
Mutual labels:  oracle, database, mysql, postgresql
Dbshield
Database firewall written in Go
Stars: ✭ 620 (+811.76%)
Mutual labels:  oracle, database, mysql, postgresql
Qtl
A friendly and lightweight C++ database library for MySQL, PostgreSQL, SQLite and ODBC.
Stars: ✭ 92 (+35.29%)
Mutual labels:  odbc, database, mysql, postgresql
Sqlcheck
Automatically identify anti-patterns in SQL queries
Stars: ✭ 2,062 (+2932.35%)
Mutual labels:  oracle, database, mysql, postgresql
Temboard
PostgreSQL Remote Control
Stars: ✭ 218 (+220.59%)
Mutual labels:  database, postgresql, rdbms, monitoring
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (+255.88%)
Mutual labels:  oracle, database, mysql, postgresql
Freesql
🦄 .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, Click house orm, MsAccess orm.
Stars: ✭ 3,077 (+4425%)
Mutual labels:  oracle, odbc, mysql, postgresql
Typeorm
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Stars: ✭ 26,559 (+38957.35%)
Mutual labels:  oracle, database, mysql, postgresql
Blog
Everything about database,business.(Most for PostgreSQL).
Stars: ✭ 6,330 (+9208.82%)
Mutual labels:  oracle, database, mysql, postgresql
Pgtune
Pgtune - tuning PostgreSQL config by your hardware
Stars: ✭ 1,078 (+1485.29%)
Mutual labels:  database, postgresql, rdbms

ZabbixDBA - Zabbix Database Monitoring Service

Description

ZabbixDBA is fast and flexible service to monitor your RDBMS.

ZabbixDBA uses threading of DBI connections which is good for monitoring of multiple database instances simultaneously. Just configure it, run daemon and it will do all the job. Currently there are template and query set only for Oracle database, but Perl DBI supports any type of RDBMS:

  • Oracle
  • MySQL
  • MS SQL
  • PostgreSQL
  • DB2, etc.

You can find full list of DBD modules here: https://metacpan.org/search?q=DBD

The code has been tested with Oracle, PostgreSQL, and MySQL, and it's 100% compatible with them (but be sure to install appropriate drivers and DBD::... module)

Feel free to fork and contribute!

Documentation

See Wiki for documentation

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/netrusov/ZabbixDBA.

License

The code is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].