Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 397 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 397 Bytes

Zabbix-live Postgresql Components

Create trigger and notification function in Zabbix Postgresql database.

Function and trigger definitions are in triggers.sql.

Client

Test notification channel with nodejs client utility.

Install

npm i

Create .enf file

DB_NAME=zabbix
DB_USER=zabbix
DB_PASSWORD=...
DB_HOST=...
DB_PORT=...

Run

node index.js