|
how does hm9000 actually determine application health?
Can anyone tell me or point me to some documentation about how hm9k actually determines application health?
Can anyone tell me or point me to some documentation about how hm9k actually determines application health?
|
By
Eric Poelke
·
#2420
·
|
|
Re: Open sourcing our S3 service broker
Yeah I agree, but am in the same boat I don't really have much free time. It would be awesome to have a service broker marketplace of some sort. And I didn't even know your s3 service broker
Yeah I agree, but am in the same boat I don't really have much free time. It would be awesome to have a service broker marketplace of some sort. And I didn't even know your s3 service broker
|
By
Eric Poelke
·
#2419
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
How did you create your manifest in the first place?
wrote:
How did you create your manifest in the first place?
wrote:
|
By
Amit Kumar Gupta
·
#2418
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error
filling in template `metron_agent.json.erb' for
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error
filling in template `metron_agent.json.erb' for
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2417
·
|
|
Re: Error uploading application when pushing application
Jim,
When you're sending requests to `api.system-domain`, you're talking to the
Cloud Controller. I'd suggest you start by taking a look at the Cloud
Controller logs. You can grab them with `bosh
Jim,
When you're sending requests to `api.system-domain`, you're talking to the
Cloud Controller. I'd suggest you start by taking a look at the Cloud
Controller logs. You can grab them with `bosh
|
By
Daniel Mikusa
·
#2416
·
|
|
Re: How to detect this case: CF-AppMemoryQuo taExceeded
The default org quota you're seeing is defined here [1]
I believe you can configure it by specifying the name of the quota you
would like to have as the default quota in your manifest.
For
The default org quota you're seeing is defined here [1]
I believe you can configure it by specifying the name of the quota you
would like to have as the default quota in your manifest.
For
|
By
Dieu Cao <dcao@...>
·
#2415
·
|
|
Error uploading application when pushing application
CF Version: 215
Description: My push command is `cf push myapp -p myapp.war -m 512m -t 120` and I got the error message "Error uploading application". The detail trace log is as
CF Version: 215
Description: My push command is `cf push myapp -p myapp.war -m 512m -t 120` and I got the error message "Error uploading application". The detail trace log is as
|
By
Jim Lin <jimlintw922@...>
·
#2414
·
|
|
Re: REST API endpoint for accessing application logs
Loggregator doesn't store any logs. The most it does is maintain a buffer as mentioned above which is defaulted to 100 lines of logs. If you wish to store logs you can forward them to third-party
Loggregator doesn't store any logs. The most it does is maintain a buffer as mentioned above which is defaulted to 100 lines of logs. If you wish to store logs you can forward them to third-party
|
By
Warren Fernandes
·
#2413
·
|
|
[lattice-release] v0.6.0
Phew! We spent the last few weeks reworking our cluster internals and build
process to bring you the best Lattice yet. Functionally, this is not a big
release, but the changes give us a noticeably
Phew! We spent the last few weeks reworking our cluster internals and build
process to bring you the best Lattice yet. Functionally, this is not a big
release, but the changes give us a noticeably
|
By
David Wadden
·
#2412
·
|
|
CF CLI Release v6.13.0
The CF CLI team cut 6.13.0. Release notes and binaries are available at:
https://github.com/cloudfoundry/cli#downloads
Note that we have simplified the download matrix and filenames are being
The CF CLI team cut 6.13.0. Release notes and binaries are available at:
https://github.com/cloudfoundry/cli#downloads
Note that we have simplified the download matrix and filenames are being
|
By
Koper, Dies <diesk@...>
·
#2411
·
|
|
Re: Cloud Foundry DEA to Diego switch - when?
I'd encourage anyone wanting to switch to Diego to track the following
release marker in our project tracker:
https://www.pivotaltracker.com/story/show/76376202. When this marker is
delivered, it
I'd encourage anyone wanting to switch to Diego to track the following
release marker in our project tracker:
https://www.pivotaltracker.com/story/show/76376202. When this marker is
delivered, it
|
By
Amit Kumar Gupta
·
#2410
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Try running "bosh cck" and recreating VMs from last known apply spec. You
should also make sure that the IPs you're allocating to your jobs are
accessible from the BOSH director VM.
wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You
should also make sure that the IPs you're allocating to your jobs are
accessible from the BOSH director VM.
wrote:
|
By
Amit Kumar Gupta
·
#2409
·
|
|
Re: REST API endpoint for accessing application logs
Hi Warren,
Thanks. Reg #1, Is the loggregator clears the logs after "certain period of interval"? If yes, How much is that and where do we configure that?
--
Ponraj
Hi Warren,
Thanks. Reg #1, Is the loggregator clears the logs after "certain period of interval"? If yes, How much is that and where do we configure that?
--
Ponraj
|
By
Ponraj E
·
#2408
·
|
|
Re: [abacus] Configuring Abacus applications
Hi Piotr,
The answers to your questions really depend on the performance of the
environment and database you're integrating Abacus with, but let me try to
give you pointers to some of the factors
Hi Piotr,
The answers to your questions really depend on the performance of the
environment and database you're integrating Abacus with, but let me try to
give you pointers to some of the factors
|
By
Jean-Sebastien Delfino
·
#2406
·
|
|
Re: REST API endpoint for accessing application logs
For #3,
The Loggregator team currently doesn't manage the cf-java-client library. There seems to be another post in the community here
For #3,
The Loggregator team currently doesn't manage the cf-java-client library. There seems to be another post in the community here
|
By
Warren Fernandes
·
#2407
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Yaa sure Amit. I have attached both the files with this mail. Could you
please? Thanks.
Yaa sure Amit. I have attached both the files with this mail. Could you
please? Thanks.
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2405
·
|
|
Re: How to detect this case: CF-AppMemoryQuo taExceeded
Hi,
Using this method, I receive the memory used by the organization:
{ memory_usage_in_mb: 576 }
If i use this
Hi,
Using this method, I receive the memory used by the organization:
{ memory_usage_in_mb: 576 }
If i use this
|
By
Juan Antonio BreƱa Moral <bren at juanantonio.info...>
·
#2404
·
|
|
Re: How to detect this case: CF-AppMemoryQuo taExceeded
You can call this end point to retrieve the org memory usage
http://apidocs.cloudfoundry.org/222/organizations/retrieving_organization_memory_usage.html
You would then need to check this against the
You can call this end point to retrieve the org memory usage
http://apidocs.cloudfoundry.org/222/organizations/retrieving_organization_memory_usage.html
You would then need to check this against the
|
By
Dieu Cao <dcao@...>
·
#2403
·
|
|
Re: cf": error=2, No such file or directory and error=2
Hello Mathew,
Can you please let me know how do I add this to my PATH. Previously I would run the same commands on a windows system from eclipse. I have not set any PATH env on windows as I
Hello Mathew,
Can you please let me know how do I add this to my PATH. Previously I would run the same commands on a windows system from eclipse. I have not set any PATH env on windows as I
|
By
Varsha Nagraj
·
#2402
·
|
|
Re: Cloud Foundry DEA to Diego switch - when?
Hi, Amit
Our team is also planning the timeline of replacing dea with diego. Would you please let me know the approximated estimation on when the final iteration would come? Will it in 2016 or
Hi, Amit
Our team is also planning the timeline of replacing dea with diego. Would you please let me know the approximated estimation on when the final iteration would come? Will it in 2016 or
|
By
MaggieMeng
·
#2401
·
|