lesovsky / zabbix-extensions

Zabbix additional monitoring modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL: number of running processes postgres always 0

thetemplateblog opened this issue · comments

See subject, Any idea why this would be the case? postgresql-9.3 & zabbix 2.2

Thanks

Resolved this by using 'postmaster'

If your processes are not showing try the following:

execute 'ps -ef --forest' and note the parent process
    eg: 'postmaster' is the parent process of 'postgres'

verify with 'zabbix_agentd -t proc.num[postmaster]'