A new version of DBforBIX is available for download here:
Now DB2 is again back fully supported!
We need feedbacks on this release then please feel free to share it and comment this post!
This version is a quite different version and even the configuration files are now changed unfortunately is not 100% compatible with DBforBIX 0.6.
NOTE: it is a BETA version not yet production ready and not fully tested, then please let me know in case of issues.
The download is dbforbix-0.6.1.zip yet
Does it support discovery?
yes now discovery is fully supported
sorry you’ve downloaded the 0.6.1 version that one don’t support discovery, only DBforBIX 2 support the discovery items
Thanks for your work
I made it work for DB2 by change something like
public static final String DB2 = “DB2”;
public static final String DB2_VALIDATION_QUERY = “SELECT 1 FROM SYSIBM.DUAL”;
public static final String DB2_WHOAMI_QUERY = “SELECT SYSTEM_USER FROM SYSIBM.DUAL”;
public static final String DB2_DBNAME_QUERY = “SELECT DB_NAME FROM TABLE(SNAP_GET_DB(”,-1))”;
public static final String DB2_DRIVER = “com.ibm.db2.jcc.DB2Driver”;
and just one item
QueryList=lock_timeouts
#statistic of database
lock_timeouts.Query=SELECT LOCK_TIMEOUTS FROM sysibmadm.snapdb WHERE DB_NAME LIKE UPPER(‘%sample%’)
Thank you for your feedback!!
Actually every improvement is more than welcome!
if you have some more suggestion please feel free to write me at info (at) smartmarmot.com