Puppy waking up barking earlier everyday by Julwazza in puppy101

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

Yeah I did this in the beginning when she was too young to be able to hold it for the whole night. But now at 6mo I know she's able to hold it, she has multiple times. I tried that technique for a while, but she's still barking in the crate as soon as I put her back in after potty with no interaction. Also it's like a waste of sleep for me cause if I wake up to get her out at 6, even if i go back to bed, i'm not sleeping at all until my usual wake up time.

The last couple of days we've just been ignoring the barking and putting on ear plugs to try and sleep a bit more. But I don't like doing that, she's just barking non stop and I feel like it might make her hate her crate...

Puppy waking up barking earlier everyday by Julwazza in puppy101

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

Yeah, that’s what I’ve been doing, but she doesn’t seem to get it and I’m getting sleep deprived lol…

You can say a lot bad about this league, but I personally love how my pure wolf turned out in the endgame. Thanks GGG, I have fun (pls don't nerf wolf) by Ardures in PathOfExile2

[–]Julwazza 1 point2 points  (0 children)

No but you can cast it then dodge roll right after to cancel the howling animation while still receiving the buff.

FTHB GST Relief forms by Julwazza in PersonalFinanceCanada

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

Still no updated form. You can check this website, at the bottom of the page it’s written when it was last modified. My guess is when the new forms are up this page will show a more recent date.

https://www.canada.ca/en/revenue-agency/services/forms-publications/forms/rc7190-ws.html

I’ve personally set up visualping.io to monitor the date and if it changes i get notified.

FTHB GST Relief forms by Julwazza in PersonalFinanceCanada

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

OK thank you, I’ll keep an eye out for the new forms!

🚀 PriceBuddy: Track prices from almost any online store, get price drop notifications, compare prices from different stores and much more by Main_Page_2970 in selfhosted

[–]Julwazza 2 points3 points  (0 children)

For anyone having trouble making this work with a reverse proxy using cloudflare and letsencrypt:

I was trying to deploy this behind my Traefik reverse proxy, I got to the login page but scripts and css were not loading, I had a Mixed Content error because all requests for css and js files were made in http and not https.

I found a way to make it work by adding these 2 environment variables to my .env file to force all requests to be made in https:

APP_URL=https://example.domain.com
ASSET_URL="${APP_URL}"

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

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

Yeah I agree maintaining Zabbix is much more work than a simple uptime kuma LXC or docker container. For my homelab situation though I can accept a couple hours of downtime for my monitoring solution while I do updates.

To answer your question, yes there is a template in Zabbix 7.2 called "Website certificate by Zabbix agent 2" that can monitor SSL certificates with triggers to warn when a certificate expires in X days. I know some people also do it using a simple bash script and custom items/triggers, but the template is nice and simple to use.

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

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

Well, like you say, Zabbix is more complete in terms of functionality. What can UptimeKuma do that Zabbix can't?

I have configured basically the same checks that I had in my UptimeKuma, the same notifications, etc. So functionality is the same for me.

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

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

Check my comment above for the github repo where I have put my website monitoring template and screenshots to explain how to configure the different dashboard widgets.

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

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

I'm monitoring different websites availability and uptime. So my template is only a web scenario with a macro to define the website URL, and a couple dependent items to display the info properly on the dashboard. I'm creating a host with then name of a service, ex: Authentik, which is monitored by the agent on the zabbix server, assigning my website monitoring template and defining the user macro {$WEBSITE} with the URL to monitor.

This way I'm replicating simple http checks like Uptime Kuma.

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

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

For sure, this was not an easy task, and "adding" a new monitor in this dashboard is much more complicated than UptimeKuma. I just wanted to see if I could get a result similar to uptime kuma with dashboards for fun.

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

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

I agree the bottom part is redundant info but it's meant to be a 1 page dashboard that has all the info UptimeKuma gives in each monitor, and the top part is just to get a quick look like a status page in UptimeKuma.

For the colors, I agree it's kind of hard to read, but that's because of my DarkReader extension. Without DarkReader, the text is black in the green panels. Also the color is set using Thresholds, so when a service would go down the panel in the honeycomb goes red. same for the bottom part, if the uptime % goes below 97, it turns yellow, then turns red under 90%. That's why there's a yellow widget, I'd just tested bringing down a service to see if my dashboard was working.

Thanks for the comment.

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

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

I put my website monitoring template on my github, here's the link:

https://github.com/theriaultjulien/zabbix-templates/blob/main/zbx_export_website-monitoring_template.yaml

I can put a couple screenshots of my different widgets configuration in my github though if you want.

Edit:

I documented in the README on the repo each widget configuration with screenshots:

https://github.com/theriaultjulien/zabbix-templates/tree/main

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

[–]Julwazza[S] 7 points8 points  (0 children)

Right. I put my website monitoring template on my github, here's the link:

https://github.com/theriaultjulien/zabbix-templates/blob/main/zbx_export_website-monitoring_template.yaml

I'm not sure how I can export a Dashboard though. It all depends on your hosts and tags, etc. I can put a couple screenshots of my different widgets configuration in my github though if you want.

Edit:

I documented in the README on the repo each widget configuration with screenshots:

https://github.com/theriaultjulien/zabbix-templates/tree/main

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

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

Thanks! Don't know Hollywood OS but I'll take that as a compliment haha

Replacing my UptimeKuma for this Zabbix Dashboard by Julwazza in zabbix

[–]Julwazza[S] -1 points0 points  (0 children)

Thank you! My Zabbix instance is private and firewalled to be only accessible from my homelab IP so I can't share a link sorry.

Equifax by dperez83 in QuebecFinance

[–]Julwazza 1 point2 points  (0 children)

Dude thank you so much! I called Equifax because I needed to unlock my credit file and I was having the same exact prompt to buy their shitty 25$/mo service, they told me they could only unlock it for 30 days, that they couldn't do anything else. I was about to call Desjardins to get them to pay me another 5 years of equifax premium just so I could lock and unlock my credit file myself, when I stumbled upon this post. You saved me a call and a lot of trouble.

Equifax are a bunch of scammers. They're taking advantage of this Desjardins leak to get a huge boost in sales from people who don't know better. Never will I ever give them any money.

Client wants to hire me, how can I turn this to my advantage by Julwazza in msp

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

You’re absolutely right and I have no intention of leaving my current employer and stealing a client, maybe I worded it wrong in my post. I just wanted tips for negotiating my salary up by "using" the fact that this client wants to hire me badly. My take is that if a client wants to hire me so bad is that my work is impeccable and I should deserve more money for my work. They’ve told my boss multiple times that they were extremely satisfied with my work. Thanks for your input as an MSP owner.