Everything posted by SirCadian
-
[Plugin] Docker Folder
Same. I've uninstalled for now but will keep an eye out for possible replacements.
-
[Support] Djoss - CloudBerry Backup
I have a quick (hopefully) question. After upgrade to Unraid 6.10.0 I've been unable to connect to my Couldberry container (red cross, server disconnected, error 1006). The container is up and running and I can connect to the WebUI using a Private browser session but not a normal browser session. I've tried clearing Cookies and Site settings for the specific site but that doesn't seem to fix anything. I'm reluctant to clear my entire browser settings just to get this to work again. I'm guessing this is some sort of client-side issue related to VNC. Anyone know how to fix?
-
Unusual traffic on 44925
That looks to be the cause. Thanks for the help.
-
Unusual traffic on 44925
I do have qBittorrent installed but it's routed through a privoxy VPN container. I've validated that the traffic is definitely routing through the container by dropping into the qbt container and doing 'curl ifconfig.me'. The IP address returned is a VPN ip, not my real broadband WAN IP. There are no other bit-torrent dockers installed.
-
Unusual traffic on 44925
I've recently picked up a router with IDS/IPS capabilities. As a result I've been taking a closer look at the traffic coming in/out of my Unraid server. Something I'm unable to account for is regular ping like activity below (x.x.x.x is the internal ip of my Unraid server): Threat Management Alert 1: Potential Corporate Privacy Violation. Signature ET P2P BitTorrent DHT ping request. From: x.x.x.x:44925, to: 138.199.30.2:44925, protocol: UDP Now, I've got no dockers or anything else that use that port and it seems to be well outside the usual torrent port ranges. The IP is in the ranges for Datapacket (https://www.datapacket.com) who provision servers for the likes of Discord. I'm at a loss. Anyone know what this traffic is?
-
[Plugin] CA Application Auto Update
A quick query. I have a number of dockers that use the network of a Privoxy VPN container using the '--net=container' extra parameter. When CA Auto Update updates the VPN container, this knocks out all the dependant containers which then need a manual restart. Is there any way of configuring CA Auto Update to restart specific other containers when a container is updated. So, if container A is updated, also restart containers B, C & D? Thanks.
-
[Plugin] Prometheus unRAID Plugins
Looking good. I'll definitely play around with this once I've got my server up and running. All the kit is sitting in a big pile behind me. Just waiting on a case to be delivered before I build it and start playing around with Unraid. I've been looking for a new tech project. This is going to be fun.
-
[Plugin] Prometheus unRAID Plugins
Wow, thanks for the speedy response! I'm mainly looking for the temps and for: 0x05: Reallocated Sectors Count 0xC5: Current Pending Sector Count 0xC6: Uncorrectable Sector Count I currently use CrystalDiskInfo on a headless Win10 machine that I use as a fileserver. CDI checks those SMART metrics and alerts when a drive is starting to go bad. It has been useful to help me gauge when is time to swap a drive out as it nears the end of its useful life. I'm hoping to monitor for drives starting to go bad using prometheus/grafana. It may be that there's a better way to do this in Unraid as it's more storage/NAS oriented.
-
[Plugin] Prometheus unRAID Plugins
Great write-up! I've set up Prometheus & Grafana before on a Pi. This was some time ago and, at the time, there wasn't a way to import SMART stats into Prometheus. I'm building an Unraid server soon and had ruled out Prometheus for this reason and was going to use Influxdb instead. Is it still difficult/impossible to get SMART data into Prometheus?