pgsnmpd - pgsnmpd: Add ability to read from YAML config file.

From: eggyknap(at)pgfoundry(dot)org (User Eggyknap)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsnmpd - pgsnmpd: Add ability to read from YAML config file.
Date: 2009-08-16 05:57:13
Message-ID: 20090816055713.079E51071B67@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add ability to read from YAML config file. Adds requirement for libyaml

TODO: clean out the code that the YAML reader renders obsolete (i.e. code to support hardcoded test queries)

Modified Files:
--------------
pgsnmpd:
Makefile (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/Makefile?r1=1.22&r2=1.23)
customquery.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/customquery.c?r1=1.5&r2=1.6)
customquery.h (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/customquery.h?r1=1.1&r2=1.2)

Added Files:
-----------
pgsnmpd:
query_reader.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/query_reader.c?rev=1.1&content-type=text/x-cvsweb-markup)
query_reader.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/query_reader.h?rev=1.1&content-type=text/x-cvsweb-markup)
test.yaml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/test.yaml?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-08-16 18:14:34 pgsql: Fix incorrect encoding-aware name truncation in
Previous Message David Fetter 2009-08-16 00:47:18 Re: [COMMITTERS] pgsql: Remove tabs from SGML.