Jump to content

djpain

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by djpain

  1. On 4/24/2021 at 2:54 PM, GreenEyedMonster said:

    I believe this is worth investigating.  The GitHub has an explanation on how to do it.  (I'm just not technical enough to figure it out...)  You do have to pay for the vendor licensing after 90 days.  So worth a shot to try it out and see if worth it.  The cost of entry isn't that high either... $100+ $25 a year.  I know it would save me buying a more expensive motherboard...  

    I've been reading the vGPU wiki and the instructions for other linux os don't seem too hard. I'll give it a shot and report back.

     

    EDIT: You need a corporate email to sign up :(

     

  2. On 2/2/2019 at 3:10 AM, j7an said:

    Found this Github repo for monitoring Docker host: https://github.com/stefanprodan/dockprom

     

    Anyone tried it? Looks like all it needs is Docker Compose. Maybe I should use their Compose file as a guide to install each container separately via Community Apps? Thoughts?

    So I used this as an example and added a container just running node_exporter.   I've attached a screen shot of how it looks like, but this is the config I added to the prometheus.yml file. You'll just need to change the `unraid-local` to the address of your unraid server.

     

      - job_name: 'node-exporter'
        static_configs:
        - targets: ['unraid-local:9100']

    Screenshot-20200322234855-1388x598.png

×
×
  • Create New...