Hey, guys,
Just wanted you to test and feedback my DB plugin for Zabbix.
I've migrated our monitoring system to Zabbix and the main argument was ability to monitor databases using Orabbix.
The reason to write my own plugin was that Orabbix properties file is hard to maintain and read: newlines must be terminated with backslash (which makes me angry for long queries), nested entries are not available, etc.
The cons of my plugin is that DBI and DBD modules must be installed.
I hope it will be helpful for someone. Well, at least it is helpful for me.
Link to Github project: https://github.com/anetrusov/ZabbixDBA
Thanks.
Just wanted you to test and feedback my DB plugin for Zabbix.
I've migrated our monitoring system to Zabbix and the main argument was ability to monitor databases using Orabbix.
The reason to write my own plugin was that Orabbix properties file is hard to maintain and read: newlines must be terminated with backslash (which makes me angry for long queries), nested entries are not available, etc.
The cons of my plugin is that DBI and DBD modules must be installed.
I hope it will be helpful for someone. Well, at least it is helpful for me.
Link to Github project: https://github.com/anetrusov/ZabbixDBA
Thanks.
Comment