install unixODBC & PostgreSQL

yum install unixODBC unixODBC-devel postgresql-odbc

=== /etc/odbc.ini ===
[ISSUE_NAME]
Description = connect to {{ item.name }} database
Driver = PostgreSQL
Database = {{ item.name }}
Servername = 10.18.69.52
UserName = {{ monit_user }}
Password = {{ monit_password }}
Port = 5432
Protocol = 9.2
ReadOnly = No
RowVersioning = No
ShowSystemTables = No
ShowOidColumn = No
FakeOidIndex = No
#Fetch = Yes
#BoolsAsChar = Yes
#SSLmode = Yes
ConnSettings =