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!
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
DBforBIX 0.5 has been released! on this release : some minor improvement on documentation fixed an issue with “AddSpace” parameter set fixed other minor issue this software lacks of: query for MSSQL Server query for DB2 THIS IS A PREVIEW RELEASE AND IS NOT FULLY TESTED AS A STABLE PRODUCTION RELEASE You can […]
I am happy to announce that we have a new wiki! Currently only Orabbix‘s manual has been updated and is almost completed, the rest is still a work in progress but it is a good place where start. On the wiki is also a first version of the manual and DBforBIX PostBIX Stay tuned! The […]