Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/den-is/zbx_oracle_odbc
Zabbix template for Oracle databases monitoring via odbc.
https://github.com/den-is/zbx_oracle_odbc
Last synced: about 1 month ago
JSON representation
Zabbix template for Oracle databases monitoring via odbc.
- Host: GitHub
- URL: https://github.com/den-is/zbx_oracle_odbc
- Owner: den-is
- License: gpl-3.0
- Created: 2014-11-24T06:47:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T06:11:45.000Z (almost 4 years ago)
- Last Synced: 2023-02-27T02:26:42.149Z (almost 2 years ago)
- Size: 24.4 KB
- Stars: 11
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Zabbix template for Oracle databases monitoring via ODBC
This template monitors Oracle database health, performance, security audit, etc.
This is kinda fork of [Orabbix](http://www.smartmarmot.com/product/orabbix/) probes.
Please report any problems, suggest items, fork and so on.
### Currently supports
* 57 items
* 15 triggers
* 11 graphs### Requirements
* Zabbix 2.0+
* Oracle client software
* unixODBC configured with proper driver(s) and DSN(s)### Installation
* Import template. "Template Oracle ODBC"
* Add to oracle host 3 macroses with known values:
- **{$DSN}** - your DSN for oracle database You have configured in odbc.ini
- **{$ORA_USER}** - database user
- **{$ORA_PASS}** - database password### Known issues
* **Audit** item returns "empty" result. *Disabled by default*.
* **Locks** item returns "empty" result. *Disabled by default*.
* **Tablespaces** item returns "empty" result. *Disabled by default*.
* **Users Locked** item returns "empty" result. Fixed for now with SQL by itself. *Enabled by default*.