You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(2) |
3
(2) |
4
(2) |
5
|
6
(4) |
7
|
8
|
9
(2) |
10
(1) |
11
(3) |
12
(10) |
13
(2) |
14
|
15
|
16
|
17
(2) |
18
(3) |
19
|
20
|
21
|
22
|
23
(3) |
24
(1) |
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: Koichi S. <koi...@us...> - 2012-07-18 06:18:56
|
Project "Postgres-XC". The branch, master has been updated via d8fc6215ef228112ec49f1d3e8b919856c5266c1 (commit) from f6bbc44a1afefd56fb7c7d54d7a921cc648d45c3 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d8fc6215ef228112ec49f1d3e8b919856c5266c1 commit d8fc6215ef228112ec49f1d3e8b919856c5266c1 Author: Koichi Suzuki <koi...@gm...> Date: Wed Jul 18 15:20:20 2012 +0900 This commit adds missing file "pgxc_monitor.sgmlin" to the last one. A doc-xc/src/sgml/pgxcmonitor.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/pgxcmonitor.sgmlin | 141 ++++++++++++++++++++++++++++++++++++ 1 files changed, 141 insertions(+), 0 deletions(-) create mode 100644 doc-xc/src/sgml/pgxcmonitor.sgmlin hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@en...> - 2012-07-18 06:04:27
|
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. 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 |
From: Koichi S. <koi...@us...> - 2012-07-18 05:57:27
|
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 |