From: Michael P. <mic...@gm...> - 2012-07-18 06:08:02
|
(Moving to dev...) On Wed, Jul 18, 2012 at 3:04 PM, Ashutosh Bapat < ash...@en...> wrote: > Hi Suzuki-san, > Thanks for this commit. Hope people configuring HA find it useful. > > It will also be helpful, to add documentation as to how to configure and > use this utility. How to specify which nodes it should monitor and if there > are any options in monitoring. If it allows various modes of notifying > failure, how to use those, etc. > Some docs have been written but Suzuki-san forgot to include them in the commit. He is just adding them now. > > On Wed, Jul 18, 2012 at 11:27 AM, Koichi Suzuki < > koi...@us...> wrote: > >> Project "Postgres-XC". >> >> The branch, master has been updated >> via f6bbc44a1afefd56fb7c7d54d7a921cc648d45c3 (commit) >> from 4371aadf993ff4fce458362b0de8d848bbe96e4a (commit) >> >> >> - Log ----------------------------------------------------------------- >> >> http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f6bbc44a1afefd56fb7c7d54d7a921cc648d45c3 >> >> commit f6bbc44a1afefd56fb7c7d54d7a921cc648d45c3 >> Author: Koichi Suzuki <koi...@gm...> >> Date: Wed Jul 18 14:59:24 2012 +0900 >> >> This commit adds pgxc_monitor utility used to check each Postgres-XC >> node is up and running. >> >> A contrib/pgxc_monitor/Makefile >> A contrib/pgxc_monitor/mcxt.c >> A contrib/pgxc_monitor/pgxc_monitor.c >> M doc-xc/src/sgml/contrib.sgmlin >> M doc-xc/src/sgml/filelist.sgmlin >> >> ----------------------------------------------------------------------- >> >> Summary of changes: >> contrib/{pgxc_clean => pgxc_monitor}/Makefile | 11 +- >> contrib/pgxc_monitor/mcxt.c | 77 +++++++++ >> contrib/pgxc_monitor/pgxc_monitor.c | 211 >> +++++++++++++++++++++++++ >> doc-xc/src/sgml/contrib.sgmlin | 1 + >> doc-xc/src/sgml/filelist.sgmlin | 3 + >> 5 files changed, 298 insertions(+), 5 deletions(-) >> copy contrib/{pgxc_clean => pgxc_monitor}/Makefile (78%) >> create mode 100644 contrib/pgxc_monitor/mcxt.c >> create mode 100644 contrib/pgxc_monitor/pgxc_monitor.c >> >> >> hooks/post-receive >> -- >> Postgres-XC >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Postgres-xc-committers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers >> > > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Enterprise Postgres Company > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > > -- Michael Paquier http://michael.otacoo.com |