JugniJi

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by JugniJi

  1. Hi guys, Let me revisit this docker build, please bear with me Cheers
  2. Hi, I can't really see much value in this, especially if you like to run munin from a low powered embedded system where dynamic charts are going to be painfully slow Bests
  3. Hi can you remove the container and any volumes mounts you're using to ratain data as defined by your config in /mnt/usr. Re-install, if this still does not work please post your config Kind regards
  4. Heya, I use this container myself on a daily basis. Albeit it's set up outside unRAID. Would you be kind to confirm the version of unRAID you're using along with the last update date. I'll check if there are any compatibility issues. Many thanks
  5. Yep, I need to properly bind the host. I'll get this working soon over the next couple of days
  6. You're welcome ... Being new to unRAID I needed one myself so knocked one up Cheers
  7. Good stuff.... I was going to point out the env settings from http://docs.gitlab.com/omnibus/docker/ Thanks
  8. Great, thanks exactly what I needed to see.
  9. What do you mean? Everything we do is opensource.... I find images like this https://hub.docker.com/r/linuxserver/baseimage/ Excuse my ignorance but where can I find the source ?
  10. Hi, During my recent travels I've seen the new structure and overall it's good but I must ask if you'll be open sourcing the root base images, I ask due to security concerns and by the same measure will you be patching all images if following this inheritance model as proposed. Cheers
  11. Hi would someone be kind to update the template URL for plugin munin-server to https://raw.githubusercontent.com/shaf/unraid-docker-templates/master/shaf/munin-server.xml I'll be adding more apps from that repo Many thanks ps Which tag triggers a refresh from CA ?
  12. *subbed* I too have seen this problem but I'm running 10.9.5. Have you tried both SMB and AFP ?
  13. Before I get punched in the nose by each and every developer here ..... Have any of you used Travis CI for building test docker builds ? I've got a basic test here in my repo (https://github.com/shaf/docker-munin-server) which will be expanded with real unit tests instead of just testing for a successful docker build. The tests can happen on other branches so you can catch errors prior to committing to master and docker hub. The basic need for this is to run a build check not only when you commit changes but also when your dependencies change. eg if the phusion or ubuntu base image is updated you'll want an automatic build check to test if your build succeeds (Travis doesn't trigger dependencies but I've got scripts that I'll share to show you how) LMK what you think and I hope you've not spilt your beer whilst reading
  14. Thank you, I'll take a look over the next few weeks but make promises on Observium as it's not something I'm familiar with.
  15. LOL You guys !!! Challenge accepted : Forked as I actually need kodi-headless myself. Have a great day and sorry if I caused offence, honestly none was intended
  16. Crikey ! I wasn't criticising ! Even my docker is far too fat, just pointing out that we're all (not just here but globally) taking shortcuts hence the large docker sizes. It takes time making slim dockers especially with nasty dependencies to take into consideration
  17. Clear some bloated images as follows root@nas:~# docker rmi gitlab/gitlab-ce Untagged: gitlab/gitlab-ce:latest Deleted: 0ae684b25ee696d840c6813e9d89403e5f9eaaa523c33ad0a82e41f0509029c6 Deleted: 1fe68a6dad75bd0f86a668a84c544d822cccbb62a79e3550ab9e961ae17c7d84 Deleted: e7644e99dd41a64a15e6294bc7b64d485c4c72f9adbf12a892e763c6a2ef1d7c Deleted: dea88183ea97166135b43e55300bcd59cab07fc89a49997dc06d8c53e6081955 Deleted: 091fb344162143d270064437cc133eafd5cc2dee97e8cce4c8be2806069169a7 Deleted: 92e22a0e4f03afc763c81eeda40cebe722dfcb929288c7cef6ed3b8166d46417 Deleted: 514000884a11b79078d405ce3623b9033391b39cadb4997c6bf670da43e55c22 Deleted: 847e1c4c583a21b4382ef5d50c2a10e42ac6d650e067cf05379ee5c4534bc8d3 Deleted: 75afb15a0f07e46535b68fd9755189131e6fe3ba380e1f9d3eb41328418cb8d6 Deleted: 0294f139642d292210f82038fe3fd3acbf6a9cd0a3228676bead8b3057dd1d45 Deleted: d86cd0e54bf97d34557dcb317a617322b6c8666f87766986c93343af19608b21 Deleted: 104cd76ea54348e6b6fad9ea3b4d8b3d0bf9056648710b9596b5c2737f0b8884 root@nas:~# df -m /dev/loop0 Filesystem 1M-blocks Used Available Use% Mounted on /dev/loop0 10240 3131 5574 36% /var/lib/docker root@nas:~# /etc/rc.d/rc.docker stop stopping docker ... 3308d2944930 unmounting docker loopback root@nas:~# /etc/rc.d/rc.docker start Resize '/var/lib/docker' of 'max' starting docker ... munin-server: started succesfully! root@nas:~# df -m /dev/loop0 Filesystem 1M-blocks Used Available Use% Mounted on /dev/loop0 10240 1947 6539 23% /var/lib/docker
  18. Some of the images that devs are creating are far to fat, created just to get the app up, running and published quickly. Gig size images are totally unacceptable imho Lean images should be around 100meg max. app + compiled dependencies - done root@nas:~# docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE shaf/munin-server latest 913e82b228d4 9 hours ago 271.6 MB shaf/munin-node latest a535c8da9a7a 25 hours ago 168 MB gitlab/gitlab-ce latest 0ae684b25ee6 2 days ago 1.155 GB ubuntu xenial bb4eabee84bf 7 days ago 124.8 MB ubuntu trusty 87d8afb341b5 7 days ago 187.9 MB google/cadvisor latest 5b2abc8d59d8 11 weeks ago 48.2 MB aptalca/docker-dolphin latest 582777d0cf32 14 months ago 970.3 MB
  19. Hi guys, Sorry to interrupt the beer but did anyone manage to get further with unison docker before I take a stab at it ? Cheers
  20. Hi, Most definitely not I'm afraid, they're completely different products. Munin is old and very simple in comparison - simplicity and reliability reign supreme imho The goal here is to provide stats for the unRAID server itself. Thanks for the heads up on Observium, I see a beta in CA that I'll fork and play with Cheers
  21. Thanks for your help. Seems to be working I can see the app on CA and have installed successfully. Link to the support forum doesn't seem to work but I'm sure I'll (we ) will find out what's wrong with it
  22. PLACEHOLDER for Munin server for system stats https://hub.docker.com/r/shaf/munin-server/ https://github.com/shaf/docker-munin-server Package XML : https://raw.githubusercontent.com/shaf/docker-munin-server/master/unraid-template/munin-node.xml
  23. Crikey, you're making me work today Thanks, I'll get this done now