|
Re: Throttling App Logging
Hi!
Today CF quota can be set on three things:
1. Memory
2. Services number
3. Routes number
You can’t limit number of logging messages.
But I think its a good idea for feature request!
Hi!
Today CF quota can be set on three things:
1. Memory
2. Services number
3. Routes number
You can’t limit number of logging messages.
But I think its a good idea for feature request!
|
By
Aleksey Zalesov
·
#1870
·
|
|
Re: cf push a node js app without a manifest file
I suspect it might be forward VS backwards slashes in the file path that's
tripping things up, there. Does using / in the Linux file path help?
I suspect it might be forward VS backwards slashes in the file path that's
tripping things up, there. Does using / in the Linux file path help?
|
By
Jesse T. Alford
·
#1869
·
|
|
Throttling App Logging
Is it possible with the current logging infrastructure in CF to limit the
logging throughput of particular apps or spaces?
Current client is running CF multi-tenant, and has some particularly
Is it possible with the current logging infrastructure in CF to limit the
logging throughput of particular apps or spaces?
Current client is running CF multi-tenant, and has some particularly
|
By
Daniel Jones
·
#1868
·
|
|
回复:Re: 回复:Re: Re: Starting failure with 504
OK,Thx Amit!
原始邮件
发件人: Amit Gupta<agupta@...>
收件人: Discussions about Cloud Foundry projects and the system
OK,Thx Amit!
原始邮件
发件人: Amit Gupta<agupta@...>
收件人: Discussions about Cloud Foundry projects and the system
|
By
Yancey
·
#1867
·
|
|
Re: 回复:Re: Re: Starting failure with 504
Hi,
If you'd like the core development team to know this information when
helping you with this problem, I'd recommend posting this and all future
information on the Github issue you opened (please
Hi,
If you'd like the core development team to know this information when
helping you with this problem, I'd recommend posting this and all future
information on the Github issue you opened (please
|
By
Amit Kumar Gupta
·
#1866
·
|
|
回复:Re: Re: Starting failure with 504
Hi!
I tried reinstall the cf with:
1) /var/vcap/bosh/bin/monit stop all
2) kill monit process
3) rm -rf /var/vcap
4) cd {cf_nise_installer} && ./script/install.sh
but the error doesn’t
Hi!
I tried reinstall the cf with:
1) /var/vcap/bosh/bin/monit stop all
2) kill monit process
3) rm -rf /var/vcap
4) cd {cf_nise_installer} && ./script/install.sh
but the error doesn’t
|
By
Yancey
·
#1865
·
|
|
Re: User cannot do CF login when UAA is being updated
Hi Joseph & all,
Hi Joseph, have you received the attachment from Dies?
To everyone else, I just wanted to know if this is the normal behaviour of CF that user is logged out when UAA is being
Hi Joseph & all,
Hi Joseph, have you received the attachment from Dies?
To everyone else, I just wanted to know if this is the normal behaviour of CF that user is logged out when UAA is being
|
By
Yunata, Ricky <rickyy@...>
·
#1941
·
|
|
Re: Add app monitoring agent framework in custom buildpack
Still waiting for your comments.
Thanks
Still waiting for your comments.
Thanks
|
By
Swatz bosh
·
#1864
·
|
|
cf push without a manifest file on linux does not work but works on windows
I am trying to push a nodejs application without a mainfest file as follows(using cloud foundry push command): cf push appname -c "node app.js" -d "mydomain.net" -i 1 -n hostname -m 64M -p "path to
I am trying to push a nodejs application without a mainfest file as follows(using cloud foundry push command): cf push appname -c "node app.js" -d "mydomain.net" -i 1 -n hostname -m 64M -p "path to
|
By
Varsha Nagraj
·
#1863
·
|
|
Re: cf push a node js app without a manifest file
I needed to have a testcase for creating multiple threads pushing the app. Since I had different host names, was not sure if I could also have the same app name. Thank you for the reply.
For q1) I
I needed to have a testcase for creating multiple threads pushing the app. Since I had different host names, was not sure if I could also have the same app name. Thank you for the reply.
For q1) I
|
By
Varsha Nagraj
·
#1862
·
|
|
回复:Re: Re: Starting failure with 504
Thanks Amit!
I can upgrade my host OS later. but i can push my app before.
原始邮件
发件人: Amit Gupta<agupta@...>
收件人:
Thanks Amit!
I can upgrade my host OS later. but i can push my app before.
原始邮件
发件人: Amit Gupta<agupta@...>
收件人:
|
By
Yancey
·
#1861
·
|
|
Re: Starting failure with 504
For anyone else interested, link to Github issue:
https://github.com/cloudfoundry/dea_ng/issues/173
For anyone else interested, link to Github issue:
https://github.com/cloudfoundry/dea_ng/issues/173
|
By
Amit Kumar Gupta
·
#1860
·
|
|
Re: Starting failure with 504
Hi there,
I noticed you opened an issue on Github with the same problem. I'll ask
the core developer team to help with your issue, they will respond
Hi there,
I noticed you opened an issue on Github with the same problem. I'll ask
the core developer team to help with your issue, they will respond
|
By
Amit Kumar Gupta
·
#1859
·
|
|
Re: Starting failure with 504
Hello!
Ubuntu 14.04 is required for cf_nise_installer [1]. Can you upgrade your host OS and see if issue persists?
[1]: https://github.com/yudai/cf_nise_installer
Hello!
Ubuntu 14.04 is required for cf_nise_installer [1]. Can you upgrade your host OS and see if issue persists?
[1]: https://github.com/yudai/cf_nise_installer
|
By
Aleksey Zalesov
·
#1858
·
|
|
Starting failure with 504
Hi!
I push my demo app with command: cf push xxx
cf_release version:212
os:ubuntu12.04
deploy with cf_nise_installer
here is the failure message:Updating app hello-python in org DevBox / space
Hi!
I push my demo app with command: cf push xxx
cf_release version:212
os:ubuntu12.04
deploy with cf_nise_installer
here is the failure message:Updating app hello-python in org DevBox / space
|
By
Yancey
·
#1857
·
|
|
Re: cf push a node js app without a manifest file
My pleasure.
As for question two, you can't have more than one app with the same name in
a space. You could put a second app with the same name in a different
space, but I would ask why you feel the
My pleasure.
As for question two, you can't have more than one app with the same name in
a space. You could put a second app with the same name in a different
space, but I would ask why you feel the
|
By
Jesse T. Alford
·
#1856
·
|
|
Re: cf push a node js app without a manifest file
Yes I think -m was the problem. It could push the app. Thank you!
Yes I think -m was the problem. It could push the app. Thank you!
|
By
Varsha Nagraj
·
#1855
·
|
|
Re: cf push a node js app without a manifest file
On point 1, you need to quote your start command. Otherwise, the space is a
problem. Also, the word memory should be replaced with the -m flag.
On point 1, you need to quote your start command. Otherwise, the space is a
problem. Also, the word memory should be replaced with the -m flag.
|
By
Jesse T. Alford
·
#1854
·
|
|
cf push a node js app without a manifest file
1)How can I do a "cf push" without a manifest file? For ex: I issue the following cf command " cf push myApp1 -c node app.js -d myDomain.net -i 1 -n dummyhost memory 64M -p \path\to\my\application
1)How can I do a "cf push" without a manifest file? For ex: I issue the following cf command " cf push myApp1 -c node app.js -d myDomain.net -i 1 -n dummyhost memory 64M -p \path\to\my\application
|
By
Varsha Nagraj
·
#1853
·
|
|
Re: Loggregator Community Survey #2 - TCP for Metron<-->Doppler
Having attempted to debug issues where application logs get dropped, I
would welcome an option to have TCP used. In the current system, you never
know if logs are dropped because the datagram never
Having attempted to debug issues where application logs get dropped, I
would welcome an option to have TCP used. In the current system, you never
know if logs are dropped because the datagram never
|
By
Matthew Sykes <matthew.sykes@...>
·
#1852
·
|