Orabbix

admin on October 25th, 2010

NOTE: THIS IS A CANDIDATE RELEASE PLEASE DON’T USE ON PRODUCTION Orabbix 1.1.0-RC1 is available for download here Main features added on  this release: I’ve modified query according to post http://www.zabbix.com/forum/showpost.php?p=73509&postcount=122 and as suggestet from Brian H. resultset is protected from null values Thank you Brian for your detailed analysis Added parameter <QueryName>.Active=[true|false] if true [...]

Continue reading about Orabbix 1.1.0-RC1

admin on October 19th, 2010

Some time ago I’ve received a “strange” mail concerning a request to being added on “famouswhy“, well few days ago, with my great pleasure I’ve received this interview and now It’s been published. Where? on famouswhy of course! an then for all the curious follower of my website the complete interview is available here: http://download.famouswhy.com/publisher/andrea_dalle_vacche/

Continue reading about What an honor! Thank you Famouswhy!

admin on October 6th, 2010

I’m happy to announce that Orabbix has received another AWARD!!! This time from FamousWhy.com: Congratulations! Your product “Orabbix (http://download.famouswhy.com/orabbix/)” has been granted the “Famous Software Award” byDownload.FamousWhy.com.

Continue reading about Orabbix has received another AWARD!!!

admin on September 30th, 2010

Time ago I’ve added two Items: DBFileSize DBSize Those two items are calculated with those following query DBSize SELECT sum(  NVL(a.bytes/1024/1024/10 – NVL(f.bytes/1024/1024/10, 0), 0)) retvalue FROM sys.dba_tablespaces d, (SELECT  tablespace_name, sum(bytes) bytes FROM  dba_data_files GROUP BY tablespace_name) a, (SELECT  tablespace_name, sum(bytes) bytes FROM  dba_free_space GROUP BY tablespace_name) f WHERE d.tablespace_name = a.tablespace_name(+) AND d.tablespace_name [...]

Continue reading about Orabbix 1.0.4 two missing items

admin on August 31st, 2010

Orabbix 1.0.3 is out On this release i’ve added: one items dbsize that shows the size of database in MB one item for db files size that graphs the size of files in MB added more log information on error correct archivelog query to run on every databases added a default value for uptime when [...]

Continue reading about Orabbix 1.0.3 is OUT!