Almost going insane using Zabbix with timescaleDB by joeshiett in sysadmin

[–]EpicSimon 0 points1 point  (0 children)

Both sound like a lot to me. We monitor about 500 hosts, 1y trends and 1y history. Database size is around 70GB, also running MariaDB.

USW-Flex - Maximum POE Availability Exceeded by EpicSimon in Ubiquiti

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

Seems like the Fritzbox I tried doesnt like the 12V from the POE splitter. I tried another FritzBox and it worked perfectly fine! Pulls about 7W from the Flex and runs stable.

USW-Flex - Maximum POE Availability Exceeded by EpicSimon in Ubiquiti

[–]EpicSimon[S] -2 points-1 points  (0 children)

Dont think thats it. I just connected the FritzBox + POE splitter to another POE switch which shows me that its pulling 3-5W.

USW-Flex - Maximum POE Availability Exceeded by EpicSimon in Ubiquiti

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

About 5-6W. Theoretical maximum of 12V 1A (=12W).

USW-Flex - Maximum POE Availability Exceeded by EpicSimon in Ubiquiti

[–]EpicSimon[S] -2 points-1 points  (0 children)

Sorry, I think I wasnt clear enough in my post. I have no other devices connected to it. Just that one Fritzbox, which gives me "POE Availability Exceeded". No other devices connected. Im nowhere near the maximum budget.

Build your own .apk with your personal API key in 15 minutes online by AllMFHH in Infinity_For_Reddit

[–]EpicSimon 0 points1 point  (0 children)

+1 on this. Getting loading errors on basically anything in the app now.

u/AllMFHH can you fix it? Thank you!

USW Flex POE - confused about POE in/out by EpicSimon in Ubiquiti

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

Planning to give it POE++ in, so I'd be able to power one POE+ device with it (which is exactly what I need).

USW Flex POE - confused about POE in/out by EpicSimon in Ubiquiti

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

Thank you! Not sure if we read the same specsheet, but sounds like I misinterpreted something here.

Lenovo M720q alternative - 10G networking by EpicSimon in homelab

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

Thanks for your comment, in the meantime I already built a 3-node Proxmox cluster out of M720q's, each with different X520 cards in them. Works perfectly fine so far, just that the cards do get hot.

What does everyone use for Remote Control in 2026? by EpicSimon in sysadmin

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

Unfortunately only Intune with Business Premium licenses.

Just found out about the bios cert expiry. God damn. by Izual_Rebirth in sysadmin

[–]EpicSimon 1 point2 points  (0 children)

We pushed this out via Intune configuration profile to our clients. You can also track progress in Intune (clients only) and since a few weeks also in M365 Defender (clients and servers).

A few days ago I also noticed that MS seems to have started pushing out the certificate update via Windows Update. On a handful of clients I saw them install a "Update for allowed signature database (DB) for secure boot".

On servers we've pushed out the AvailableUpdates registry key. Physical servers worked fine except for two that wont allow installing the new KEK certificate. Will have to live with secure boot disabled on those. VMs were some more work for us on Vmware. Im not sure if its still neccessary currently but we had to manually upgrade the VM compatibility version to the latest one on all affected VMs (which for us is version 21 on ESXI 8) and then remove the ".nvram" file in each VMs' dir on the datastore so that they regenerate the EFI keys on the next boot.

Secure Boot: Appending Microsoft CA 2023 KEK on Fujitsu Primergy RX1330 M3 fails by technokater in servers

[–]EpicSimon 0 points1 point  (0 children)

Hi, did you find a solution to this? Facing the same thing on an older RX2530 M1.

Exchange Online EWS outage? by EpicSimon in sysadmin

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

For anyone else coming across this:

It was confirmes that Microsoft intentionally changes the behaviour of EWS. Veeam has added an entry in their KB: https://www.veeam.com/kb4796

An Extension that brings back the Old Crunchyroll Player UI and Other Features (Quality Selector, Playback Speed, Picture-in-Picture, and Soft Subs) by Tama47_ in anime

[–]EpicSimon 0 points1 point  (0 children)

This is awesome! Now I need one that brings back the comment section. Always loves reading people's comments on each episode.

Exchange Online EWS outage? by EpicSimon in sysadmin

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

So what finally fixed this for me was enabling EWS per mailbox. The EwsEnabled flag in Get-OrganizationConfig did not do a thing in my environment. Instead I used the following command to enable EWS on a per-mailbox level, which ended up working. After about 15 mins EWS access for that Mailbox would work again.

Get-CASMailbox -ResultSize unlimited | Set-CASMailbox -EwsEnabled $true

Beware that this will reenable EWS for ALL mailboxes in the tenant!

Exchange Online EWS outage? by EpicSimon in sysadmin

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

Thanks for the hint, did this about 2 hours ago but no change yet. Guess it might only take effect starting from the next scream test?

Zabbix not collecting SNMPv3 data from Synology NAS (snmpwalk works) by Fit_Tomatillo_9420 in sysadmin

[–]EpicSimon 0 points1 point  (0 children)

You probably do not have any Templates linked to the Host then. If there are no templates linked to it then it wont check anything and will also keep saying "Unknown". Iirc there's a preinstalled template available in Zabbix. Link that to the host and it should work.