|
Re: CF integration with logging and monitoring tool
what is your logging and metrics tool? does it have an api?
the loggregator nozzle's are the go-forward approach to tapping into logs
and metrics in the entire cf system and sending them
what is your logging and metrics tool? does it have an api?
the loggregator nozzle's are the go-forward approach to tapping into logs
and metrics in the entire cf system and sending them
|
By
James Bayer
·
#1301
·
|
|
Re: Running Docker private images on CF
i don't believe the current docker support includes support for private
docker images on a docker registry that require authentication. that does
not seem to be listed in the diego docker docs [1]
i don't believe the current docker support includes support for private
docker images on a docker registry that require authentication. that does
not seem to be listed in the diego docker docs [1]
|
By
James Bayer
·
#1300
·
|
|
Re: Notifications for service provisioning
there is no standard notification mechanism built into cf today for this
kind of information. as an administrator, you could possibly potentially
build and deploy a loggregator firehose nozzle that
there is no standard notification mechanism built into cf today for this
kind of information. as an administrator, you could possibly potentially
build and deploy a loggregator firehose nozzle that
|
By
James Bayer
·
#1299
·
|
|
Re: Bizarre DEA + Spring Behaviour
here is some guidance on how to check for available entropy on a linux host
[1]. i'm not sure if the bosh agent, DEA or diego cell captures this metric
or not. but we should certainly look into it.
here is some guidance on how to check for available entropy on a linux host
[1]. i'm not sure if the bosh agent, DEA or diego cell captures this metric
or not. but we should certainly look into it.
|
By
James Bayer
·
#1298
·
|
|
Re: Bizarre DEA + Spring Behaviour
I've seen this happen to a good number of apps running on PWS, so it's
something you can encounter when running CF on AWS as well.
What usually happens is that the application takes significantly
I've seen this happen to a good number of apps running on PWS, so it's
something you can encounter when running CF on AWS as well.
What usually happens is that the application takes significantly
|
By
Daniel Mikusa
·
#1297
·
|
|
Re: Security group rules to allow HTTP communication between 2 apps deployed on CF
ahmadferdous(a)gmail.com> wrote:
How are you trying to connect to App1 from App2? If you access App2's URL,
it should work? i.e. app-2.your-cf-domain.com
For inbound traffic, the restriction is
ahmadferdous(a)gmail.com> wrote:
How are you trying to connect to App1 from App2? If you access App2's URL,
it should work? i.e. app-2.your-cf-domain.com
For inbound traffic, the restriction is
|
By
Daniel Mikusa
·
#1296
·
|
|
Re: no more stdout in app files since upgrade to 214
i use cf cli 6.12.2 (so the latest)
--
View this message in context: http://cf-dev.70369.x6.nabble.com/no-more-stdout-in-app-files-since-upgrade-to-214-tp1197p1275.html
Sent from the CF Dev mailing
i use cf cli 6.12.2 (so the latest)
--
View this message in context: http://cf-dev.70369.x6.nabble.com/no-more-stdout-in-app-files-since-upgrade-to-214-tp1197p1275.html
Sent from the CF Dev mailing
|
By
ramonskie
·
#1295
·
|
|
Security Question --- Securely wipe data on warden container removal / destruction???
Hi,
I have a few questions regarding the way data is removed when an application is removed and its corresponding warden container is destroyed. As the Cloud Foundry instance my company is using may
Hi,
I have a few questions regarding the way data is removed when an application is removed and its corresponding warden container is destroyed. As the Cloud Foundry instance my company is using may
|
By
Chris K
·
#1294
·
|
|
Re: More reliable way to collect user application logs
same query for the component logs
--
View this message in context: http://cf-dev.70369.x6.nabble.com/cf-dev-More-reliable-way-to-collect-user-application-logs-tp1214p1273.html
Sent from the CF Dev
same query for the component logs
--
View this message in context: http://cf-dev.70369.x6.nabble.com/cf-dev-More-reliable-way-to-collect-user-application-logs-tp1214p1273.html
Sent from the CF Dev
|
By
Ronak Banka
·
#1293
·
|
|
Re: Bizarre DEA + Spring Behaviour
Go for it and let's see if we can document this issue afterwards with some
logs for other people.
daniel.jones(a)engineerbetter.com> wrote:
--
Mit freundlichen Grüßen
Johannes Hiemer
Go for it and let's see if we can document this issue afterwards with some
logs for other people.
daniel.jones(a)engineerbetter.com> wrote:
--
Mit freundlichen Grüßen
Johannes Hiemer
|
By
Johannes Hiemer <jvhiemer@...>
·
#1292
·
|
|
Re: Bizarre DEA + Spring Behaviour
Ooh, that's interesting. Coupled with what Guillaume suggested, I can
imagine that being a problem. We did get a NullPointerException logged by
some Spring Security component where we couldn't figure
Ooh, that's interesting. Coupled with what Guillaume suggested, I can
imagine that being a problem. We did get a NullPointerException logged by
some Spring Security component where we couldn't figure
|
By
Daniel Jones
·
#1291
·
|
|
Re: Bizarre DEA + Spring Behaviour
Daniel,
I have had a problem with the deployment of Spring applications on
Openstack recently as well. I am also not sure, without seeing the logs,
what could be the reason, but did you
Daniel,
I have had a problem with the deployment of Spring applications on
Openstack recently as well. I am also not sure, without seeing the logs,
what could be the reason, but did you
|
By
Johannes Hiemer <jvhiemer@...>
·
#1290
·
|
|
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
·
|