|
Re: Bizarre DEA + Spring Behaviour
Thanks for the input, that's a good call. A colleague of mine (who is
currently on vacation) did look at that... Sadly he's not around to ask
what he tested.
--
Regards,
Daniel
Thanks for the input, that's a good call. A colleague of mine (who is
currently on vacation) did look at that... Sadly he's not around to ask
what he tested.
--
Regards,
Daniel
|
By
Daniel Jones
·
#1289
·
|
|
Re: CF NATS Event\Topic List
Hi Owais,
I'm not sure if it helps or not, but I can tell you that gnatsd has some
monitoring api endpoints to get information.
https://github.com/nats-io/gnatsd#monitoring
Owais Mohamed
Hi Owais,
I'm not sure if it helps or not, but I can tell you that gnatsd has some
monitoring api endpoints to get information.
https://github.com/nats-io/gnatsd#monitoring
Owais Mohamed
|
By
Noburou TANIGUCHI
·
#1288
·
|
|
Re: CF integration with logger and monitoring tools
" There is no way to to pull logs and metrics of entire CF instance into
such agent based monitoring tools, it has to be binded everytime for each
app ?"
Fork the java-buildpack add your agent and
" There is no way to to pull logs and metrics of entire CF instance into
such agent based monitoring tools, it has to be binded everytime for each
app ?"
Fork the java-buildpack add your agent and
|
By
Gwenn Etourneau
·
#1287
·
|
|
Re: Notifications for service brokers
Thanks Juan, I will try to setup a poller for this to achieve similar
functionality. Do you know if there is already proposal for the better
notifications - if yes, could you point me to it? I Would
Thanks Juan, I will try to setup a poller for this to achieve similar
functionality. Do you know if there is already proposal for the better
notifications - if yes, could you point me to it? I Would
|
By
Vineet Banga <vineetbanga1@...>
·
#1286
·
|
|
Re: no more stdout in app files since upgrade to 214
Hi,
What version of the cf cli are you using? There was an update for logging
in cf v208 that changed the endpoint.
Thanks,
Joseph & Dan, OSS Release Integration Team
Hi,
What version of the cf cli are you using? There was an update for logging
in cf v208 that changed the endpoint.
Thanks,
Joseph & Dan, OSS Release Integration Team
|
By
CF Runtime
·
#1285
·
|
|
Re: I can't connect to my CF API from an application deployed
Hi Juan,
Is this question a duplicate of the other one?
Thanks,
Amit
bren(a)juanantonio.info> wrote:
Hi Juan,
Is this question a duplicate of the other one?
Thanks,
Amit
bren(a)juanantonio.info> wrote:
|
By
Amit Kumar Gupta
·
#1284
·
|
|
Re: How to call Cloud Foundry API from a node.js application deployed?
You may need to configure the application-level security groups to allow
apps running in containers to talk to system components such as the Cloud
Controllers. You will likely only want to allow this
You may need to configure the application-level security groups to allow
apps running in containers to talk to system components such as the Cloud
Controllers. You will likely only want to allow this
|
By
Amit Kumar Gupta
·
#1283
·
|
|
Re: cannot access director, trying 4 more times...
The directory is on your computer. You probably got it by cloning the
repository from github, so only you know where you cloned it. If you are
using a unix machine, you can use the "find" utility to
The directory is on your computer. You probably got it by cloning the
repository from github, so only you know where you cloned it. If you are
using a unix machine, you can use the "find" utility to
|
By
Amit Kumar Gupta
·
#1282
·
|
|
Re: CF integration with logger and monitoring tools
Thanks for your reply Daniel.
So you are saying that - for any agent based monitoring tools like - NewRelic, AppDynamics, Wily-Introscope, Dyna-trace etc. firehose approach doesn't make any sense,
Thanks for your reply Daniel.
So you are saying that - for any agent based monitoring tools like - NewRelic, AppDynamics, Wily-Introscope, Dyna-trace etc. firehose approach doesn't make any sense,
|
By
Swatz bosh
·
#1273
·
|
|
Update on Mailman 3 launch
Thank you for your patience as we continue to pilot Mailman 3 with the Cloud Foundry project. We do appreciate any feedback (and bug reports!) you have from using the system, which can be sent to
Thank you for your patience as we continue to pilot Mailman 3 with the Cloud Foundry project. We do appreciate any feedback (and bug reports!) you have from using the system, which can be sent to
|
By
Eric Searcy <eric@...>
·
#1281
·
|
|
Re: Overcommit on Diego Cells
Hi, Mike,
Apologies, I emailed this to cf-dev a few days ago, but it seems not to have gone through. Anyway, thanks for asking about the different configuration values Diego exposes for disk and
Hi, Mike,
Apologies, I emailed this to cf-dev a few days ago, but it seems not to have gone through. Anyway, thanks for asking about the different configuration values Diego exposes for disk and
|
By
Eric Malm <emalm@...>
·
#1262
·
|
|
Re: Hard-coded domain name in diego etcd job
Hi, Maggie,
Apologies, I sent this reply to cf-dev earlier, but it seems not to have gone through. Anyway, the 'cf.internal' domain is used internally by CF and Diego components to do service
Hi, Maggie,
Apologies, I sent this reply to cf-dev earlier, but it seems not to have gone through. Anyway, the 'cf.internal' domain is used internally by CF and Diego components to do service
|
By
Eric Malm <emalm@...>
·
#1261
·
|
|
Re: Hard-coded domain name in diego etcd job
You should not change anything in your DNS servers. It is purely internal;
jobs that need to reach other services over the internal domain should be
colocated with consul_agents which will serve
You should not change anything in your DNS servers. It is purely internal;
jobs that need to reach other services over the internal domain should be
colocated with consul_agents which will serve
|
By
Amit Kumar Gupta
·
#1260
·
|
|
Re: Hard-coded domain name in diego etcd job
Then how should I config my DNS server? Which host/job’s IP should be mapped to domain “service.cf.internal”?
I also attached the etcd job log. Would you please help to take a
Then how should I config my DNS server? Which host/job’s IP should be mapped to domain “service.cf.internal”?
I also attached the etcd job log. Would you please help to take a
|
By
MaggieMeng
·
#1259
·
|
|
Re: Request timeout in CloudFoundry
Hello,
you can add the timeout in your manifest itself.
https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#timeout
Thanks
Ronak
--
View this message in context:
Hello,
you can add the timeout in your manifest itself.
https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#timeout
Thanks
Ronak
--
View this message in context:
|
By
Ronak Banka
·
#1258
·
|
|
Request timeout in CloudFoundry
Hi guys,
How can I increase the request timeout in CF? I would like to give more
time to my app to send a response to the requests before getting a timeout.
Should I increase it in the buildpack? If
Hi guys,
How can I increase the request timeout in CF? I would like to give more
time to my app to send a response to the requests before getting a timeout.
Should I increase it in the buildpack? If
|
By
Flávio Henrique Schuindt da Silva <flavio.schuindt at gmail.com...>
·
#1257
·
|
|
Request timeout in CloudFoundry
Hi guys,
How can I increase the request timeout in CF? I would like to give more time to my app to send a response to the requests before getting a timeout. Should I increase it in the buildpack? If
Hi guys,
How can I increase the request timeout in CF? I would like to give more time to my app to send a response to the requests before getting a timeout. Should I increase it in the buildpack? If
|
By
Flávio Henrique Schuindt da Silva <flavio.schuindt at gmail.com...>
·
#1266
·
|
|
Request timeout in CloudFoundry
Hi guys,
How can I increase the request timeout in CF? I would like to give more time to my app to send a response to the requests before getting a timeout. Should I increase it in the buildpack? If
Hi guys,
How can I increase the request timeout in CF? I would like to give more time to my app to send a response to the requests before getting a timeout. Should I increase it in the buildpack? If
|
By
Flávio Henrique Schuindt da Silva <flavio.schuindt at gmail.com...>
·
#1280
·
|
|
Re: no more stdout in app files since upgrade to 214
- cf logs APPNAME --recent does not show any difference
- i created my deployment manually because spiff templates do not work with
openstack without neutron
so i i update my deployment manifest with
- cf logs APPNAME --recent does not show any difference
- i created my deployment manually because spiff templates do not work with
openstack without neutron
so i i update my deployment manifest with
|
By
ramonskie
·
#1256
·
|
|
Re: no more APP logs when tailing the app since the upgrade from 207 to 214
that commit you link to is pretty old (well over a year) and is not the
problem between v207 and v214. there is likely some configuration issue. i
sent you a response on the other thread you opened
that commit you link to is pretty old (well over a year) and is not the
problem between v207 and v214. there is likely some configuration issue. i
sent you a response on the other thread you opened
|
By
James Bayer
·
#1255
·
|