General

New features added on this release: Added support for Sybase Anywhere Added support HP Allbase databases those two point are made with the effort of: Andreas Pohl Andreas thank you for all your work!!! fixed other issue introduced by a refactoring. The complete diagram of the supported platform is the following: Please referred to the […]

Continue reading about DBforBIX 0.6 has been released! Now DBforBIX support HP ALLBASE and Sybase Anywhere

I’ve made a script  to create an Orabbix/DBforBIX user with the minimum grants available. CREATE USER ZABBIX IDENTIFIED BY <REPLACE WITH PASSWORD> DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP PROFILE DEFAULT ACCOUNT UNLOCK; GRANT ALTER SESSION TO ZABBIX; GRANT CREATE SESSION TO ZABBIX; GRANT CONNECT TO ZABBIX; ALTER USER ZABBIX DEFAULT ROLE ALL; GRANT SELECT ON […]

Continue reading about How-To create on Oracle an Orabbix/DBforBIX user with the minimum privileges.

admin on February 15th, 2012

I’ve received from Johan Nilsson a nice way to check   the failed scheduled jobs . He sent to me a nice query to do that, the query is the following: For Oracle 10g and Oracle 11i: broken_jobs.Query=select * from (  select job_name, count(*) “failures” ,status from dba_scheduler_job_log where log_date > sysdate-1 and status != ‘SUCCEEDED’ […]

Continue reading about How-to track failed scheduled jobs with Orabbix/DBforBIX

I’ve fixed an issue notified from Ehartmann and tested from Tiagosoares thank you to all my follower for all the help received! Please download and use DBforBIX 0.5.1      

Continue reading about DBforBIX 0.5.1 has been released! please use this version!

admin on January 23rd, 2012

David Rooke has kindly notified to me an issue on DBforBIX’s templates. The issue it’s about “alive”. The item key should be: DBforBIX.[PostgreSQL|Oracle|MySQL|DB2|MSSQL].alive I’ve modified the template and reposted the package. You can modify your own template or download DBforBIX 0.5            

Continue reading about DBforBIX 0.5 reloaded, fixed an issue on templates

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this. To know all the policy detais click here.

Close