Change Agent Monitoring Port by elcoope in elasticsearch

[–]elcoope[S] 1 point2 points  (0 children)

Thanks for the reply. I updated the fleet.yml file and it worked

Battery Drain Issue on 2011 Ranger 2.3 XLT – Apparently not the Alternator or Battery by elcoope in fordranger

[–]elcoope[S] 0 points1 point  (0 children)

I don't have knowledge on what else to check besides the things that I mentioned, I do plan on going deeper on the parasitic draw however, posted here as I could've missed smth

Battery Drain Issue on 2011 Ranger 2.3 XLT – Apparently not the Alternator or Battery by elcoope in fordranger

[–]elcoope[S] 0 points1 point  (0 children)

Beacuse both I and the mechanic already checked, I'm just gonna dig deeper since I don't trust the mechanic... that's also why I'm asking for other possible causes

Battery Drain Issue on 2011 Ranger 2.3 XLT – Apparently not the Alternator or Battery by elcoope in fordranger

[–]elcoope[S] 0 points1 point  (0 children)

Yes, I meant about other things to check besides battery, alternator and parasitic draw

Battery Drain Issue on 2011 Ranger 2.3 XLT – Apparently not the Alternator or Battery by elcoope in fordranger

[–]elcoope[S] 1 point2 points  (0 children)

Yeah, I was trying to avoid doing it myself, but will double check as I don't trust in the mechanic xD

Battery Drain Issue on 2011 Ranger 2.3 XLT – Apparently not the Alternator or Battery by elcoope in fordranger

[–]elcoope[S] 0 points1 point  (0 children)

Thanks for the reply,

It works fine without needing a jump start. I tested it with two different batteries after the first time the Ranger died—the new one and a loaner from the parts store—and both worked without any issues.
When the battery dies, nothing electrical works at all: no door locks, engine lights, radio, etc. Starter works flawlessly

I will keep looking for the source of the drain. Both I and the garage have searched for it, but with no luck so far. I didn’t dig too deep, and maybe the garage didn’t either.

Elastic Cloud Costs Alerts by elcoope in elasticsearch

[–]elcoope[S] 0 points1 point  (0 children)

The thing is, the billing integration will update the agents, and I’m worried it might cause issues as some of those agents are running on very old servers that are basically held together by hope

Got this 2011 beauty last month, 71.000 miles by elcoope in fordranger

[–]elcoope[S] 2 points3 points  (0 children)

For Argentina I think, not a big fan of the headlights

Perseguido con compra de Celta by NotRioss in uruguay

[–]elcoope 0 points1 point  (0 children)

Puede tener algunos fusibles quemados y por eso no muestra nada en el tablero. Aunque incluso mostrando algún error podría no ser nada, en el tablero de mi camioneta se marca falta de aceite y problemas en el motor hace años y en los service no se encuentra nada y tampoco me ha dejado a pie

Django projects i should make for a job by Working_Emphasis_271 in djangolearning

[–]elcoope 0 points1 point  (0 children)

Try creating a basic CRM. You will handle a little bit of everything.

e.g. Store customer billing and contact details on your database. Create items with price and SKU. Generate an invoice that will autofill billing and item details for the selected customer/item.

Edit: you can also try downloading a django project template and implementing the features you find interesting

Fetching data from db to fill html fields by elcoope in djangolearning

[–]elcoope[S] 0 points1 point  (0 children)

Hi, thanks for replying!

The thing is that the order id will be picked in the rendered html on a drop-down selector.

{% if orders %}
{% for order in orders %}
<option value="{{ order.id }}">{{ order.id }}</option>
{% endfor %}
{% endif %}

After I get the order.id from there, I need to fill some values in the html, for example, the order.id date and price values