admin on October 6th, 2010

I’m happy to announce that Orabbix has received another AWARD!!!

This time from FamousWhy.com:

Famouswhy Award

Congratulations!

Your product “Orabbix (http://download.famouswhy.com/orabbix/)” has been granted the “Famous Software Award” byDownload.FamousWhy.com.

Tags: ,

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 = f.tablespace_name(+)
AND NOT (d.extent_management like ‘LOCAL’ AND d.contents like ‘TEMPORARY’);

and DBFileSize

select sum(bytes/1024/1024/10) retvalue
FROM dba_data_files;

There is a lack on export of items on template of mine so you can download now the 1.0.4 release of Orabbix
or add those two Items:

  1. dbsize
  2. dbfilesize

inside oracle template on zabbix as numeric

Tags: , ,

admin on September 24th, 2010

Orabbix LogoSoftpedia Logo

Orabbix 1.0.4 is out

about this release:
  1. Improved dynamic rebuild of databaselist
  2. Correct a critical bug in some case can Orabbix send wrong values now send always right values
  3. Correct template to easy import

more news are coming stay tuned!

you can download here Orabbix

Tags: , ,

admin on September 17th, 2010
If you are using this plugin on your company, I kindly ask if I could put the company logo on “Success Stories” and a link to the company on my website.
This is just to let to know to other people how many happy user there are. Please don’t forget that Orabbix and Postbix are opensource and doing so you can help me to improve my success story and in some way is a good feedback.
You can contact me here

Thanks in advance

Andrea



admin on August 31st, 2010

Orabbix LogoSoftpedia Logo

Orabbix 1.0.3 is out

On this release i’ve added:
  1. one items dbsize that shows the size of database in MB
  2. one item for db files size that graphs the size of files in MB
  3. added more log information on error
  4. correct archivelog query to run on every databases
  5. added a default value for uptime when Oracle is not available
for the items of above i’ve added the relatives graphs like this one:
DB Size/DB File Size

Tags: , , ,

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