Everything posted by Abnorm
-
[Support] Linuxserver.io - MariaDB
Hey, just doing some springcleaning of my box and I see it is recommended to use MariaDB from either linuxserver's or binhex's repo (according to the 'Fix common problems' plugin) I'm currently running my kodi and owncloud database on this docker (from needo's repo), are there any procedure to safely migrate my databases over to a new docker ? Beeing used to some light MSSQL management from work but mySQL is the much of the same but quite different
-
[Support] for atribe's repo Docker images
Hello all. First of all, thanks for this docker, it works great! I've now got this sweet monitor running on a screen in my serverroom. Thanks to panzerschrek for the instructions! link; https://www.reddit.com/r/unRAID/comments/7c2l2w/howto_monitor_unraid_with_grafana_influxdb_and/ So .. I was googling a bit, and thought about monitoring my dd-wrt router at home, considering I'm on a metered mobile connection at the moment and would like to know about my traffic when things are behaving slow and latency spikes. I found this project; https://github.com/trevorndodds/dd-wrt-grafana Seems to check all the boxes for what I would like to monitor. I've done all the steps, making sure the crontasks are running as they should, doublechecked all my .sh scripts etc. So the router is behaving as it should. Now to the issue.. If I understand it correctly it needs a graphite datasource to dump data to ? (as for the Unraid monitoring I'm already using, Telegraf pushes data to influxdb and grafana is presenting it right?) Problem is that i cannot create a graphite datasource, I just get a http 404 error: Any ideas ? Last step is importing a json which creates the dashboard, but it will not work without a datasource (obviously :))
-
[SUPPORT] pihole for unRaid - Spants repo
EDIT; It suddenly started working after 2 days it seems, who knows why. Hey, updated the docker tonight, it seems the DNS server is working fine, but the web ui is not reachable anymore. Running unraid 6.4. Earlier it was setup as bridge but to port 8081, this worked fine. After the upgrade I have tried setting it as the same, no go. I tried setting it up with br0 and its own ip, no go I've added the extra parameters, i tried renaming the interface to eth0 and a few other tips i found from the recent posts in this thread, nothing seems to help. I've now set it up as with 'host', and changed unraid management port to 81 I cannot for the life of me get the pi-hole webui to work launch command when starting pihole; - root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="host" --privileged="true" -e TZ="Europe/Berlin" -e HOST_OS="unRAID" -e "TCP_PORT_53"="53" -e "UDP_PORT_53"="53" -e "TCP_PORT_80"="80" -e "ServerIP"="192.168.0.252" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -e "TZ"="Europe/London" -e "WEBPASSWORD"="admin" -e "INTERFACE"="eth0" -e "DNSMASQ_LISTENING"="all" -v "/mnt/user/appdata/pihole/pihole/":"/etc/pihole/":rw -v "/mnt/user/appdata/pihole/dnsmasq.d/":"/etc/dnsmasq.d/":rw --cap-add=NET_ADMIN --dns 127.0.0.1 --dns 8.8.8.8 diginc/pi-hole:latest WARNING: Localhost DNS setting (--dns=127.0.0.1) may fail in containers. --a bunch of numbers etc, looks like a fingerprint, leaving this private for now:)-- The command finished successfully! - is there something stupid I'm missing ? Halp!
-
[Support] Linuxserver.io - Kodi-Headless
Hi, it would be superb if you could also show us the actual kodi version number of the docker, as for my part I'm running Kodi 14.2 on one linux htpc, two rpi's (running openelec w/14.2) and kodi 14.1 as a docker for library updates. As with every new kodi release there are changes to the database and stuff stops getting library updates because stuff isn't compatible any more. Planning upgrades is a bit easier that way, for me at least. anyhow, fantastic work, I really appreciate your dedication in all aspects unraid, best choice I ever made
-
[Plug-In] SNMP
link to .plg doesn't work though. Good idea making this a plugin though! It works, Thanks for the effort coppit! Can you connect if you open a VPN tunnel to the remote site? Yes, You'd need static VPN tunnels. It would be a WAN pretty much. We use this at work, we got locations all over the world and we monitor traffic/load with cacti via snmp.