Is it possible to customize the crash protection email so that it
include the source ip address?
Running Requests:
176697 1330613585026 (2012-03-01 09:53:05.026) 189177ms https://someurl
177081 1330613713826 (2012-03-01 09:55:13.826) 60377ms https://someurl
It would be nice to know in the email if the request is coming from the
same ip address..
- Alex
Still, yes, it would be nice to see the IP at the top in that often what we
may see is many requests from the same IP (or close to each other: be aware
that spiders are getting sneaky now, and the same spider requesting pages
from a given domain in just a few minutes may come from many different IPs,
but often they my all share some parts of the prefix of their IP address.)
Anyway, I'm with you on wishing they'd consider adding it. That said, I
appreciate that there's only so much space on each line at the top, so that
adding more can clutter that.
While we're on the topic, I would also LOVE it if the details at the bottom
would add a line for the user agent. That IS tracked already in FR, in the
request details page, but it is not shown in these CP alert details, nor is
it ever logged by FR (though yes, it may be logged by our web server. Still,
having it here in the CPs especially could be very helpful.)
/charlie
> --
> You received this message because you are subscribed to the Google Groups
> "FusionReactor" group.
> To post to this group, send email to fusion...@googlegroups.com.
> To unsubscribe from this group, send email to
> fusionreacto...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/fusionreactor?hl=en.
- Alex
Let me be more clear: you may be viewing the ED via your browser running on
your desktop at location a (let's say, your home), but the server with the
ED may be in location b (let's say, your work environment). And *that* may
be set to watch an FR server instance running in yet another location, c
(let's say, where your CF server is hosted).
In particular, you mention using a port in the URL, and as Darren showed for
the demo server, the URL may be like
http://demo.fusion-reactor.com:8088/fusionreactor . In that case, note that
the firewall on the server (location c, using my scenario above) has to be
set to allow requests to that port (8088, if it's that) from location b (or
wherever you want the FR ED to talk to the server), or indeed to allow any
user to access the FR interface via that port.
As such, your browser test (to confirm the URL used in the ED) must be done
at location b (where the FR ED is), not location a (where you may be
browsing the ED itself).
Hope that makes sense.
Finally, consider also that many are surprised to learn that they may be
able to browse an FR instance by way of their external web server (on the
server) rather than the built-in web server that comes with FR (the port
8088 Darren showed, and which you may be using also). Consider that the demo
server Darren showed can be reached just as well without the use of port
8088, as in http://demo.fusion-reactor.com/fusionreactor.
If removing that port may leave that a working URL for you (particularly in
a test from the location of the FR ED), then use that instead of the one
with the port.
Let us know how you go.
/charlie
> -----Original Message-----
> From: fusion...@googlegroups.com
> [mailto:fusion...@googlegroups.com] On Behalf Of leontova
> Sent: Friday, March 02, 2012 11:49 AM
> To: FusionReactor
> Subject: [fusionreactor] Re: Enterprise Dashboard not Connecting
>
<snip>
Also, is the cfusionjrun.myservername the CF instance you're interested in
watching in the ED? Or is it another instance, perhaps in the same CF
Multiserver setup? To be clear, when you use no port, that means it's going
to IIS, so IIS will hand that request to whichever instance it's configured
to hand cfm pages to (which is why it's important to add the .cfm filename,
when using a URL that would go through IIS. That's not needed when using the
FR built-in port, nor for the FRED since it uses still another communication
protocol.)
Finally, yes, I heard you say the desktop is in the same network as your
server. Still, please do proceed to these tests and let us know how it goes.
There's always an explanation for when things don't seem to work. :-)
/charlie
> -----Original Message-----
> From: fusion...@googlegroups.com
> [mailto:fusion...@googlegroups.com] On Behalf Of leontova
> Sent: Tuesday, March 06, 2012 2:25 PM
> To: FusionReactor
> Subject: [fusionreactor] Re: Enterprise Dashboard not Connecting
>
And to be clear, if you're on FR 4, don't rely solely on the display of logs
in the FR interface, since FR4 by default now clears out the logs every hour
to zip them into the archives directory. Look instead at the actual
logs/archives directory itself to view the logs. And again, be careful to be
sure you're looking at the reactor-*.log for the instance in which you
implemented the dashboard (since that's the caller from the ED to the server
you're trying to watch).
Hope that helps.
/charlie
> -----Original Message-----
> From: fusion...@googlegroups.com
> [mailto:fusion...@googlegroups.com] On Behalf Of leontova
> Sent: Wednesday, March 07, 2012 1:18 PM
> To: FusionReactor
> Subject: [fusionreactor] Re: Enterprise Dashboard not Connecting
>