search for: health_check

Displaying 13 results from an estimated 13 matches for "health_check".

2019 Nov 24
2
Health check curl example
...NG. But how do I do a curl to this 5001 port? Tried something like this: bash-5.0# curl http://localhost:5001/ curl: (56) Recv failure: Connection reset by peer bash-5.0# curl http://localhost:5001/PING curl: (56) Recv failure: Connection reset by peer [1] https://doc.dovecot.org/admin_manual/health_check/
2019 Nov 24
2
Health check curl example
...do I do a curl to this 5001 port? Tried something like this: bash-5.0# curl http://localhost:5001/ curl: (56) Recv failure: Connection reset by peer bash-5.0# curl http://localhost:5001/PING curl: (56) Recv failure: Connection reset by peer [1] https://doc.dovecot.org/admin_manual/health_check/ --- Aki Tuomi
2019 Nov 25
2
Health check curl example
...ash-5.0# curl http://localhost:5001/ > > curl: (56) Recv failure: Connection reset by peer > > > > bash-5.0# curl http://localhost:5001/PING > > curl: (56) Recv failure: Connection reset by peer > > > > [1] > > https://doc.dovecot.org/admin_manual/health_check/ > > > > > > --- > > Aki Tuomi > > > > > > --- > > Aki Tuomi > > > >
2019 Nov 25
1
Health check curl example
...e----- Subject: RE: Health check curl example No worries. Now you are not using the passthrough(-p) mode. That is why dovecot is telling you that your client is not compatible. Using "script" without -p would require you to implement that protocol: http://doc.dovecot.org/admin_manual/health_check.html#script-protocol. I believe all you want to do is to keep this line executable = script -p health-check.sh and just replace health-check.sh with the script that you implemented. > On November 25, 2019 11:48 AM Marc Roos via dovecot <dovecot at dovecot.org> wrote: > > &g...
2019 Nov 24
2
Health check curl example
...do I do a curl to this 5001 port? Tried something like this: bash-5.0# curl http://localhost:5001/ curl: (56) Recv failure: Connection reset by peer bash-5.0# curl http://localhost:5001/PING curl: (56) Recv failure: Connection reset by peer [1] https://doc.dovecot.org/admin_manual/health_check/ --- Aki Tuomi --- Aki Tuomi
2012 Oct 10
4
How do we get the End of Line date for the gems which we are using Ruby on Rails?
...- cucumber 0.6.4 - cucumber-rails 0.3.0 - rspec 1.3.0 - rspec-rails 1.3.2 - webrat 0.7.0 - factory-girl 1.2.4 - database_cleaner 0.5.0 - SSL requirement - calender_select 1.16.1 - pg 0.9.0 - Exception Logger - RSA plugin - Backports 1.18.0 - RSA 0.1.4 - health_check 0.1.0 Thanks in advance. -- with regards, RoR Uk -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from th...
2019 Nov 24
0
Health check curl example
...>http://localhost:5001/PING</a> </div> <div> curl: (56) Recv failure: Connection reset by peer </div> <div> <br> </div> <div> [1] </div> <div> <a href="https://doc.dovecot.org/admin_manual/health_check/" rel="noopener" target="_blank">https://doc.dovecot.org/admin_manual/health_check/</a> </div> </blockquote> <div> <br> </div> <div class="io-ox-signature"> <pre>--- Aki Tuomi</pre> </d...
2019 Nov 24
0
Health check curl example
...>http://localhost:5001/PING</a> </div> <div> curl: (56) Recv failure: Connection reset by peer </div> <div> <br> </div> <div> [1] </div> <div> <a href="https://doc.dovecot.org/admin_manual/health_check/" rel="noopener" target="_blank">https://doc.dovecot.org/admin_manual/health_check/</a> </div> <div> <br> </div> <div> <br> </div> <div> --- </div> <div> Aki Tuomi...
2019 Nov 25
2
Health check curl example
...something like this: > > bash-5.0# curl http://localhost:5001/ > curl: (56) Recv failure: Connection reset by peer > > bash-5.0# curl http://localhost:5001/PING > curl: (56) Recv failure: Connection reset by peer > > [1] > https://doc.dovecot.org/admin_manual/health_check/ > > > --- > Aki Tuomi > > > --- > Aki Tuomi > >
2019 Nov 25
0
Health check curl example
No worries. Now you are not using the passthrough(-p) mode. That is why dovecot is telling you that your client is not compatible. Using "script" without -p would require you to implement that protocol: http://doc.dovecot.org/admin_manual/health_check.html#script-protocol. I believe all you want to do is to keep this line executable = script -p health-check.sh and just replace health-check.sh with the script that you implemented. > On November 25, 2019 11:48 AM Marc Roos via dovecot <dovecot at dovecot.org> wrote: > > &gt...
2019 Nov 25
0
Health check curl example
...mething like this: > > bash-5.0# curl http://localhost:5001/ > curl: (56) Recv failure: Connection reset by peer > > bash-5.0# curl http://localhost:5001/PING > curl: (56) Recv failure: Connection reset by peer > > [1] > https://doc.dovecot.org/admin_manual/health_check/ > > > --- > Aki Tuomi > > > --- > Aki Tuomi > > -------------- next part -------------- A non-text attachment was scrubbed... Name: pEpkey.asc Type: application/pgp-keys Size: 1786 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/att...
2019 Nov 25
0
Health check curl example
...ash-5.0# curl http://localhost:5001/ > > curl: (56) Recv failure: Connection reset by peer > > > > bash-5.0# curl http://localhost:5001/PING > > curl: (56) Recv failure: Connection reset by peer > > > > [1] > > https://doc.dovecot.org/admin_manual/health_check/ > > > > > > --- > > Aki Tuomi > > > > > > --- > > Aki Tuomi > > > >
2007 Mar 20
15
How to bypass failed OST without blocking?
Hi I want my lustre do such things during OST failed: if some file has stripe data on th failed OST, any operation on the file will return IO error without blocking, and also at this moment I can create and read/write new file or read/write files which have no stripe data on the failed OST without blocking. What should I do ? How to configure? thanks! swin -------------- next part