Ad Widget

Collapse

[ZabbixDBA] Perl plugin to monitor RDBMS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • al.netrusov
    Junior Member
    • Jun 2015
    • 14

    #1

    [ZabbixDBA] Perl plugin to monitor RDBMS

    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.
  • al.netrusov
    Junior Member
    • Jun 2015
    • 14

    #2
    Added ability to create discovery rules.
    Tablespace discovery is already included both in template and query props file.
    Zabbix template is attached to the project.

    Thanks.

    Comment

    Working...