I'm very tired
Bef : Template tooling version used: 0.39
New : Template tooling version used: 0.41
2. Download template for PostgreSQL.
3. Import new template "PostgreSQL by Zabbix agent"
2. vi /var/lib/zabbix/.pgpass
3. vi pg_hba.conf
Mark System Techno LLC
- Case
Code:
psql: FATAL: database "zbx_monitor" does not exist' psql: FATAL: password authentication failed for user "zbx_monitor"
- Cause
Bef : Template tooling version used: 0.39
New : Template tooling version used: 0.41
- Solution
2. Download template for PostgreSQL.
3. Import new template "PostgreSQL by Zabbix agent"
- remarks setting
2. vi /var/lib/zabbix/.pgpass
Code:
127.0.0.1:5432:postgres:zbx_monitor:<passwd>
Code:
host all all 127.0.0.1/32 md5
Comment