I added a line like
into my zabbix_agentd.conf
If I test it with zabbix_agent -p it appears but zabbix server is telling me that the item is not supported. Anybody an idea where I can double check for a reason for that?
UserParameter=psql.idle_in_transaction,psql -U zabbix -t -c "select count(*) from pg_stat_activity where current_query='<IDLE> in transaction';"
If I test it with zabbix_agent -p it appears but zabbix server is telling me that the item is not supported. Anybody an idea where I can double check for a reason for that?
Comment