Mac OS X: Sync Gateway remote monitor

已查看 12 次
跳至第一个未读帖子

parvez....@decurtis.com

未读,
2018年5月21日 14:12:082018/5/21
收件人 Couchbase Mobile
For an iOS project that is having multiple sync replication to different buckets, is it possible to create a mac os x service that monitors all sync gateway replications being used in the iOS project. The Couchbase server is on a remote machine. By having a mac os x service/process/daemon we can monitor all sync gateway replication and can log errors through CBLManager class's logging methods.
Is it possible to create such mac os x service/process/deaemon?

If we opt for mac os x command line tool such that it will take sync-gateway url and its credentials as input and start monitoring for replication, is it possible?

Note: The purpose of this monitor is to be able to see the sync gateway status at any point without running the respective iOS application and checking through logs.

Thanks

Traun Leyden

未读,
2018年5月21日 18:05:432018/5/21
收件人 Couchbase Mobile

Sync Gateway has a REST API, and so if your CLI application has the same Sync Gateway credentials as the iOS app, it can detect when new changes appear on Sync Gateway, which would tell you when you need to open the iOS app to pull new information.  

parvez....@decurtis.com

未读,
2018年5月22日 01:48:482018/5/22
收件人 Couchbase Mobile
Thanks for the reply.
Basically I am not interested in changes but instead want to monitor sync gateway replication for errors. Keeping in mind, checking for errors is the motive to create this monitor.

Traun Leyden

未读,
2018年5月22日 13:15:002018/5/22
收件人 mobile-c...@googlegroups.com
In the Couchbase Lite SDK there is a callback function you can register that will be invoked on replication errors.  Will that work for your use case?

--
You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobile-couchbase+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/ba03e484-1b8c-432a-899f-e6ac3f121160%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Parvez Qureshi

未读,
2018年5月22日 14:02:152018/5/22
收件人 mobile-c...@googlegroups.com
Replication change progress notification not always fire even when their are errors in sync replication.




Sent: Tuesday, May 22, 2018 5:14:55 PM
Subject: Re: Mac OS X: Sync Gateway remote monitor
 
In the Couchbase Lite SDK there is a callback function you can register that will be invoked on replication errors.  Will that work for your use case?

On Mon, May 21, 2018 at 10:48 PM, <parvez....@decurtis.com> wrote:
Thanks for the reply.
Basically I am not interested in changes but instead want to monitor sync gateway replication for errors. Keeping in mind, checking for errors is the motive to create this monitor.

On Tuesday, May 22, 2018 at 3:35:43 AM UTC+5:30, Traun Leyden wrote:

Sync Gateway has a REST API, and so if your CLI application has the same Sync Gateway credentials as the iOS app, it can detect when new changes appear on Sync Gateway, which would tell you when you need to open the iOS app to pull new information.  


On Monday, May 21, 2018 at 11:12:08 AM UTC-7, parvez....@decurtis.com wrote:
For an iOS project that is having multiple sync replication to different buckets, is it possible to create a mac os x service that monitors all sync gateway replications being used in the iOS project. The Couchbase server is on a remote machine. By having a mac os x service/process/daemon we can monitor all sync gateway replication and can log errors through CBLManager class's logging methods.
Is it possible to create such mac os x service/process/deaemon?

If we opt for mac os x command line tool such that it will take sync-gateway url and its credentials as input and start monitoring for replication, is it possible?

Note: The purpose of this monitor is to be able to see the sync gateway status at any point without running the respective iOS application and checking through logs.

Thanks
--
You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobile-couchba...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Couchbase Mobile" group.
To unsubscribe from this group and all its topics, send an email to mobile-couchba...@googlegroups.com.
回复全部
回复作者
转发
0 个新帖子