ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. pingpong93
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 2
    • Controversial 0
    • Groups 0

    pingpong93

    @pingpong93

    4
    Reputation
    141
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    pingpong93 Unfollow Follow

    Best posts made by pingpong93

    • RE: Zabbix 3.0 + GC Cloud SQL : PGSQL v9.6 DB : ERROR CONNECTING TO DATABASE

      Hello Guys

      Thanks for the advice.

      It is working now

      0_1524015956668_Screenshot_1.png

      What I did was change the information inside "/etc/zabbix/zabbix_server.cnf" as follows:

      DBHost=35.200.156.83 (The PGSQL IP)
      DBUser=zabbix
      DBName=zabbix
      DBPassword=password
      DBPort=5432

      And change localhost in the installation page to the pgsql IP as well and it works.

      Thanks Guys

      posted in IT Discussion
      P
      pingpong93
    • RE: If you are new drop in say hello and introduce yourself please!

      Thanks for the welcome Guys!!!

      posted in Water Closet
      P
      pingpong93

    Latest posts made by pingpong93

    • RE: If you are new drop in say hello and introduce yourself please!

      Thanks for the welcome Guys!!!

      posted in Water Closet
      P
      pingpong93
    • RE: Zabbix 3.0 + GC Cloud SQL : PGSQL v9.6 DB : ERROR CONNECTING TO DATABASE

      Hello Guys

      Thanks for the advice.

      It is working now

      0_1524015956668_Screenshot_1.png

      What I did was change the information inside "/etc/zabbix/zabbix_server.cnf" as follows:

      DBHost=35.200.156.83 (The PGSQL IP)
      DBUser=zabbix
      DBName=zabbix
      DBPassword=password
      DBPort=5432

      And change localhost in the installation page to the pgsql IP as well and it works.

      Thanks Guys

      posted in IT Discussion
      P
      pingpong93
    • Zabbix 3.0 + GC Cloud SQL : PGSQL v9.6 DB : ERROR CONNECTING TO DATABASE

      Hello

      I am not sure if anyone have try this before.

      Currently, I'm trying to create a Zabbix 3.0 Server inside my Google Cloud (GC) Compute Engine. The DB will be using a PostgreSQL v9.6 DB instances that is created inside GC Cloud SQL.

      Soo basically, there is two server. One for Zabbix Server and One for the PostgreSQL DB instances.

      The zabbix server can connect to the server just fine by using the following command:

      • psql -h <PGSQL IP> -U postgres

      I have created a zabbix user, zabbix db inside the postgresql instances. I have also run

      • zcat create.sql.gz | psql -h 35.200.156.83 -U zabbix -d zabbix

      inside

      • /usr/share/doc/zabbix-server-pgsql-3.0.4/

      My config in "/etc/zabbix/zabbix_server.conf" is pretty much the basic setup which is:

      DBHost=localhost
      DBUser=zabbix
      DBName=zabbix
      DBPassword=password
      DBPort=5432

      Then I try to go into browser and initialize the installation process via the "zabbix_server_ip/zabbix" and it all goes well until I get the following error:

      0_1523954652622_Screenshot_7.png

      Soo my question is, does anyone know what is wrong? Is it because my DB is not inside the Zabbix Server itself?
      Also, have anyone try this before?

      Thanks

      posted in IT Discussion
      P
      pingpong93