MySQLBix
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.
I’ve wrote MySQLBix as a fork of Orabbix this mean that MySQLBix has the same features of Orabbix: Connection Pooling Multithread No limits on number of monitored databases Is opensource and released under GPL and all the other features that every Orabbix user know It’s just a pre-release so be patience with him (and me of course [...]
Continue reading about MySQLBix: the easy way to monitor MySQL with Zabbix

sending...
