laradji / zabbix

Zabbix chef cookbook
Apache License 2.0
91 stars 125 forks source link

Very basic Oracle support for Zabbix server. #135

Closed ftclausen closed 10 years ago

ftclausen commented 10 years ago

Hello,

Intro

We have a need to connect to an Oracle database since most of our DBAs know Oracle - it is the most supported RDBMS for us to use. I have modified the cookbook to support connecting as an oracle client only. These changes make no attempt whatsoever to configure the Oracle server (yet - maybe in a future PR).

I accept this may not be merge worthy as it currently stands but I thought I'd pass it along to the community in case someone else finds it useful.

This is all not heavily tested outside of our environment so feedback welcome.

Prerequisites

As alluded to above - this requires the following

laradji commented 10 years ago

Hi @ftclausen ,

This looks good to me, @guilhem can you give a +1 too ?

laradji commented 10 years ago

oh and thank you @ftclausen :)

guilhem commented 10 years ago

sorry my bad

ftclausen commented 10 years ago

Great! Let me know if you guys have any further questions. In time I would like to fork the Opscode database cookbook in order to add a proper Oracle provider. Once that is done and merged we can look at extending the provider here to actually support creating the schema, user, tablespaces and so on.

guilhem commented 10 years ago

it doesn't merge anymore.

Can you rebase it?

ftclausen commented 10 years ago

I did the following

Let me know if the result is merge-able or if I can do anything differently.