PgSNMP
March 11th, 2009
This is the same tools than MySNMP, but for postgresql.
http://jym.free.fr/files/pgsnmp-0.9.tar.gz
Currently, it doesn’t return all available postgres data. Available OID are:
“xact_commit”,
“xact_rollback”,
“blks_read”,
“blks_hit”,
“tup_returned”,
“tup_fetched”,
“tup_inserted”,
“tup_updated”,
“tup_deleted”,
“heap_blks_read”,
“heap_blks_hit”,
“idx_blks_read”,
“idx_blks_hit”,
“toast_blks_read”,
“toast_blks_hit”,
“tidx_blks_read”,
“tidx_blks_hit”,
“seq_scan”,
“seq_tup_read”,
“idx_scan”,
“idx_tup_fetch”,
“n_tup_ins”,
“n_tup_upd”,
“n_tup_del”,
“n_tup_hot_upd”,
“n_live_tup”,
“n_dead_tup”,
“seq_blks_read”,
“seq_blks_hit”,
“idx_blks_read”,
“idx_blks_hit”,