Skip to content

Role to install the mysqlbix application to monitor MySQL databases

License

Notifications You must be signed in to change notification settings

ericsysmin/ansible-role-mysqlbix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysqlbix

This role configures, and deploys the MySQLBix service which is used with Zabbix to gather database information.

Build Status

Build Status

Requirements

CentOS 7, EL 7 Supported Only at this time.

Role Variables

Please see the defaults/main.yml file.

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - ericsysmin.mysqlbix
       zabbix_serverlist:
         - name: 'zabbixserver01'
           ip: '127.0.0.1'
           port: '10051'
       mysqlbix_databaselist:
         - name: db1
           database: db1
           dbhost: localhost
           port: 3304
           user: zabbix
           password: password
           querylistfile: ./conf/query.props

License

GPLv2

Author Information

Eric Anderson ( ericsysmin.com )

About

Role to install the mysqlbix application to monitor MySQL databases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages