pgsnmpd - pgsnmpd: - Create pgsnmpdObjects with pgsnmpdConnectionsTable

From: eggyknap(at)pgfoundry(dot)org (User Eggyknap)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsnmpd - pgsnmpd: - Create pgsnmpdObjects with pgsnmpdConnectionsTable
Date: 2007-10-30 11:44:41
Message-ID: 20071030114441.51CED2172C0@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
- Create pgsnmpdObjects with pgsnmpdConnectionsTable child to track connections and act as a reference for the pgsqlCatalogTables' connID field
- Rework index columns in each pgsqlCatalogTables table, referencing connID (now pgsnmpdConnectionID) to the new pgsnmpdConnectionsTable, and changing databaseOID to rdbmsDbIndex imported from RDBMS-MIB
- Modify pgsqlMibWriter.pl to rename entryOID in the index declaration to the appropriate table-specific name
- Create template code for pgsnmpdConnectionsTable, and directory structure for pgsqlCatalogTables

Modified Files:
--------------
pgsnmpd:
TODO.txt (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/TODO.txt.diff?r1=1.13&r2=1.14)
pgsqlMibWriter.pl (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsqlMibWriter.pl.diff?r1=1.3&r2=1.4)
pgsnmpd/pgsql_mib_pieces:
a_PGSQL_MIB_header.mib (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/a_PGSQL_MIB_header.mib.diff?r1=1.3&r2=1.4)
pg_aggregate.mib (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_aggregate.mib.diff?r1=1.3&r2=1.4)
pg_aggregate.tbldef (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_aggregate.tbldef.diff?r1=1.3&r2=1.4)
pg_am.mib (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_am.mib.diff?r1=1.3&r2=1.4)
pg_am.tbldef (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_am.tbldef.diff?r1=1.3&r2=1.4)
pg_amop.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_amop.mib.diff?r1=1.2&r2=1.3)
pg_amop.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_amop.tbldef.diff?r1=1.2&r2=1.3)
pg_amproc.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_amproc.mib.diff?r1=1.2&r2=1.3)
pg_amproc.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_amproc.tbldef.diff?r1=1.2&r2=1.3)
pg_attrdef.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_attrdef.mib.diff?r1=1.2&r2=1.3)
pg_attrdef.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_attrdef.tbldef.diff?r1=1.2&r2=1.3)
pg_attribute.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_attribute.mib.diff?r1=1.2&r2=1.3)
pg_attribute.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_attribute.tbldef.diff?r1=1.2&r2=1.3)
pg_auth_members.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_auth_members.mib.diff?r1=1.2&r2=1.3)
pg_auth_members.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_auth_members.tbldef.diff?r1=1.2&r2=1.3)
pg_authid.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_authid.mib.diff?r1=1.2&r2=1.3)
pg_authid.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_authid.tbldef.diff?r1=1.2&r2=1.3)
pg_autovacuum.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_autovacuum.mib.diff?r1=1.2&r2=1.3)
pg_autovacuum.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_autovacuum.tbldef.diff?r1=1.2&r2=1.3)
pg_cast.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_cast.mib.diff?r1=1.2&r2=1.3)
pg_cast.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_cast.tbldef.diff?r1=1.2&r2=1.3)
pg_class.mib (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_class.mib.diff?r1=1.3&r2=1.4)
pg_class.tbldef (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_class.tbldef.diff?r1=1.3&r2=1.4)
pg_constraint.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_constraint.mib.diff?r1=1.1&r2=1.2)
pg_constraint.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_constraint.tbldef.diff?r1=1.1&r2=1.2)
pg_conversion.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_conversion.mib.diff?r1=1.1&r2=1.2)
pg_conversion.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_conversion.tbldef.diff?r1=1.1&r2=1.2)
pg_database.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_database.mib.diff?r1=1.1&r2=1.2)
pg_database.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_database.tbldef.diff?r1=1.1&r2=1.2)
pg_depend.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_depend.mib.diff?r1=1.1&r2=1.2)
pg_depend.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_depend.tbldef.diff?r1=1.1&r2=1.2)
pg_description.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_description.mib.diff?r1=1.1&r2=1.2)
pg_description.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_description.tbldef.diff?r1=1.1&r2=1.2)
pg_index.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_index.mib.diff?r1=1.1&r2=1.2)
pg_index.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_index.tbldef.diff?r1=1.1&r2=1.2)
pg_inherits.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_inherits.mib.diff?r1=1.1&r2=1.2)
pg_inherits.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_inherits.tbldef.diff?r1=1.1&r2=1.2)
pg_language.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_language.mib.diff?r1=1.1&r2=1.2)
pg_language.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_language.tbldef.diff?r1=1.1&r2=1.2)
pg_largeobject.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_largeobject.mib.diff?r1=1.1&r2=1.2)
pg_largeobject.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_largeobject.tbldef.diff?r1=1.1&r2=1.2)
pg_listener.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_listener.mib.diff?r1=1.1&r2=1.2)
pg_listener.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_listener.tbldef.diff?r1=1.1&r2=1.2)
pg_namespace.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_namespace.mib.diff?r1=1.1&r2=1.2)
pg_namespace.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_namespace.tbldef.diff?r1=1.1&r2=1.2)
pg_opclass.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_opclass.mib.diff?r1=1.1&r2=1.2)
pg_opclass.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_opclass.tbldef.diff?r1=1.1&r2=1.2)
pg_operator.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_operator.mib.diff?r1=1.2&r2=1.3)
pg_operator.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_operator.tbldef.diff?r1=1.2&r2=1.3)
pg_pltemplate.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_pltemplate.mib.diff?r1=1.1&r2=1.2)
pg_pltemplate.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_pltemplate.tbldef.diff?r1=1.1&r2=1.2)
pg_proc.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_proc.mib.diff?r1=1.1&r2=1.2)
pg_proc.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_proc.tbldef.diff?r1=1.1&r2=1.2)
pg_rewrite.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_rewrite.mib.diff?r1=1.1&r2=1.2)
pg_rewrite.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_rewrite.tbldef.diff?r1=1.1&r2=1.2)
pg_shdepend.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_shdepend.mib.diff?r1=1.1&r2=1.2)
pg_shdepend.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_shdepend.tbldef.diff?r1=1.1&r2=1.2)
pg_shdescription.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_shdescription.mib.diff?r1=1.1&r2=1.2)
pg_shdescription.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_shdescription.tbldef.diff?r1=1.1&r2=1.2)
pg_statistic.mib (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_statistic.mib.diff?r1=1.2&r2=1.3)
pg_statistic.tbldef (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_statistic.tbldef.diff?r1=1.2&r2=1.3)
pg_tablespace.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_tablespace.mib.diff?r1=1.1&r2=1.2)
pg_tablespace.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_tablespace.tbldef.diff?r1=1.1&r2=1.2)
pg_trigger.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_trigger.mib.diff?r1=1.1&r2=1.2)
pg_trigger.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_trigger.tbldef.diff?r1=1.1&r2=1.2)
pg_type.mib (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_type.mib.diff?r1=1.1&r2=1.2)
pg_type.tbldef (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_type.tbldef.diff?r1=1.1&r2=1.2)

Added Files:
-----------
pgsnmpd/PGSQL-MIB_src/pgsnmpdTables:
default-node-pgsnmpdConnDbName.m2d (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/default-node-pgsnmpdConnDbName.m2d?rev=1.1&content-type=text/x-cvsweb-markup)
default-node-pgsnmpdConnHost.m2d (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/default-node-pgsnmpdConnHost.m2d?rev=1.1&content-type=text/x-cvsweb-markup)
default-node-pgsnmpdConnID.m2d (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/default-node-pgsnmpdConnID.m2d?rev=1.1&content-type=text/x-cvsweb-markup)
default-node-pgsnmpdConnPort.m2d (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/default-node-pgsnmpdConnPort.m2d?rev=1.1&content-type=text/x-cvsweb-markup)
default-table-pgsnmpdConnectionsTable.m2d (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/default-table-pgsnmpdConnectionsTable.m2d?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable.c?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable.h?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable_data_access.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_data_access.h?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable_data_get.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_data_get.c?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable_data_get.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_data_get.h?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable_data_set.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_data_set.c?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable_data_set.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_data_set.h?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable_enums.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_enums.h?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable_interface.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_interface.c?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable_interface.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_interface.h?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpdConnectionsTable_oids.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_oids.h?rev=1.1&content-type=text/x-cvsweb-markup)
pgsnmpd/pgsql_mib_pieces:
PGSQL-MIB (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/PGSQL-MIB?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Eggyknap 2007-10-30 12:00:08 pllolcode - pllolcode: More documentation
Previous Message User Eggyknap 2007-10-30 11:39:59 pgsnmpd - pgsnmpd: New Directory