hogfixer

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by hogfixer

  1. On 4/5/2021 at 4:11 PM, Yekul said:

    Probably a long shot, but any way to control the % of overall cores/threads tdarr uses? Was hoping to have a situation where you can specify say 90% usage of all cores rather than pinning and locking out an entire core/thread. Been having solid success so far with tdarr, so thanks OP.

    There is a -cpus="" command, but you have to tell it how many threads it can use

     

    You should be able to put the following in the "Extra Parameters" line:

             --cpus="XX"

     

    Replace the XX with 90% of your cpu/threads installed.

     

    I have 40 threads and wanted to limit a container to 25%, so i put --cpus="10".

  2. On 8/27/2021 at 11:51 PM, Xardis said:

    Hi everyone -- new user here trying to perform initial setup. I've followed the guide and setup the telegraf.conf file per the documentation and the InfluxDB output settings. For some reason when I go to start up Telegraf, I get a 401 unauthorized error when telegraf attempts to create the telegraf db. I've tried to configure a token, but that variable isn't recognized. I tried setting up a username and password and updated those settings in the telegraf.conf file but no luck. output.influxdb config settings and error are below.

     

    outputs.influxdb config

     

    # Configuration for sending metrics to InfluxDB
    [[outputs.influxdb]]
      ## The full HTTP or UDP URL for your InfluxDB instance.
      ##
      ## Multiple URLs can be specified for a single cluster, only ONE of the
      ## urls will be written to each interval.
      # urls = ["unix:///var/run/influxdb.sock"]
      # urls = ["udp://127.0.0.1:8089"]
    urls = ["http://myprivateip:8086"]

      ## The target database for metrics; will be created as needed.
      ## For UDP url endpoint database needs to be configured on server side.
      #  database = "telegraf"

      ## The value of this tag will be used to determine the database.  If this
      ## tag is not set the 'database' option is used as the default.
      # database_tag = ""

      ## If true, the 'database_tag' will not be included in the written metric.
      # exclude_database_tag = false

      ## If true, no CREATE DATABASE queries will be sent.  Set to true when using
      ## Telegraf with a user without permissions to create databases or when the
      ## database already exists.
      # skip_database_creation = false

      ## Name of existing retention policy to write to.  Empty string writes to
      ## the default retention policy.  Only takes effect when using HTTP.
      # retention_policy = ""

      ## The value of this tag will be used to determine the retention policy.  If this
      ## tag is not set the 'retention_policy' option is used as the default.
      # retention_policy_tag = ""

      ## If true, the 'retention_policy_tag' will not be included in the written metric.
      # exclude_retention_policy_tag = false

      ## Write consistency (clusters only), can be: "any", "one", "quorum", "all".
      ## Only takes effect when using HTTP.
      # write_consistency = "any"

      ## Timeout for HTTP messages.
      # timeout = "5s"

      ## HTTP Basic Auth
    username = "telegraf"
    password = "mypassword"

      ## Token for authentication
      # token = "$INFLUX_TOKEN"

      ## HTTP User-Agent
      # user_agent = "telegraf"

      ## UDP payload size is the maximum packet size to send.
      # udp_payload = "512B"

      ## Optional TLS Config for use on HTTP connections.
      # tls_ca = "/etc/telegraf/ca.pem"
      # tls_cert = "/etc/telegraf/cert.pem"
      # tls_key = "/etc/telegraf/key.pem"
      ## Use TLS but skip chain & host verification
      # insecure_skip_verify = false

      ## HTTP Proxy override, if unset values the standard proxy environment
      ## variables are consulted to determine which proxy, if any, should be used.
      # http_proxy = "http://corporate.proxy:3128"

      ## Additional HTTP headers
      # http_headers = {"X-Special-Header" = "Special-Value"}

      ## HTTP Content-Encoding for write request body, can be set to "gzip" to
      ## compress body or "identity" to apply no encoding.
      # content_encoding = "gzip"

      ## When true, Telegraf will output unsigned integers as unsigned values,
      ## i.e.: "42u".  You will need a version of InfluxDB supporting unsigned
      ## integer values.  Enabling this option will result in field type errors if
      ## existing data has been written.
      # influx_uint_support = false

     

    Error from telegraf log

     

    021-08-28T03:41:43Z W! [outputs.influxdb] When writing to [http://myprivateip:8086]: database "telegraf" creation failed: 401 Unauthorized
    2021-08-28T03:41:53Z E! [outputs.influxdb] E! [outputs.influxdb] Failed to write metric (will be dropped: 401 Unauthorized):

    Hello,

     

    Grasping at straws here.  What repository for influxdb are you using?  is it "influxdb:1.8.4-alpine"? 

     

    image.thumb.png.c83753f956a3b238fdf06006494c9727.png

     

    See this message 

     

    • Thanks 1
  3. 14 hours ago, Malixk said:

    Is it normal for the plugin Fixcommonproblems to put an error on this? or did i do something?

     

    Skjermbilde 2021-07-24 133222.png

    This is what I used:

     

    mkdir /tmp/ramdisk
    mount -t tmpfs -o size=115G tmpfs /tmp/ramdisk

     

    If Machinaris is running before you create the ram disk, you need to restart the Machinaris container, to make sure it picks it up correctly.

     

    You can console into the container and type "df -h" to verify paths, drive size, and how much room is available.

     

    Filesystem      Size  Used Avail Use% Mounted on

    tmpfs           120G     0  120G   0% /plotting2

     

     

    • Like 1
  4. 6 hours ago, stFfn said:

    yes the api is working. it says started. i only have the problem with the images.

    image.png.2fa99a61ca8b0144005b6020273231ec.png

    image.thumb.png.a080e72874becc0b9bf642250ecbe730.png

     

    it looks like the plugin is loaded to me.

    image.thumb.png.0d7dee65fb986030cb1366aa029a69ef.png

    image.thumb.png.8d4742ccb2184974170c9527228112bd.png

    image.thumb.png.30ea9fd530799a92d3a775d2797ec36f.png

    image.png.4d70b026f78e7385eb27d006e12751a8.png 

    i used the IP of the Api plugin docker without the port, wich is basicly the IP of my unraid server...

     

    but as you can see its not working.

    do i still need to create the folder and the file as you descriped?

     

     

     

    No you do not.

     

    You could try changing the IP address from http to https and see if that works.

  5. 16 hours ago, Wotaan said:

    hi  first thanks and respect for your hard work! 

     

    i cannot start plotting (synology nas via docker) with version 202162 i have no problems, but with latest and develop i cannot start  plotting .(it says startet but dont start and no plot shows the grafic is the same as no started)

     log is with farming and pool key but here i delete

    plotman log:

    # Learn more about Plotman at https://github.com/ericaltendorf/plotman
    # https://github.com/ericaltendorf/plotman/wiki/Configuration#versions
    version: [2]

    logging:
            # DO NOT CHANGE THIS IN-CONTAINER PATH USED BY MACHINARIS!
            plots: /root/.chia/plotman/logs

    user_interface:
            use_stty_size: False

    commands:
            interactive:
                    autostart_plotting: False
                    autostart_archiving: False
      
    # Where to plot and log.
    directories:

            # One or more directories to use as tmp dirs for plotting.  The
            # scheduler will use all of them and distribute jobs among them.
            # It assumes that IO is independent for each one (i.e., that each
            # one is on a different physical device).
            #
            # If multiple directories share a common prefix, reports will
            # abbreviate and show just the uniquely identifying suffix.
            # REMEMBER ALL PATHS ARE IN-CONTAINER, THEY MAP TO HOST PATHS
            tmp:
                    - /plotting

            # Optional: Allows overriding some characteristics of certain tmp
            # directories. This contains a map of tmp directory names to
            # attributes. If a tmp directory and attribute is not listed here,
            # it uses the default attribute setting from the main configuration.
            #
            # Currently support override parameters:
            #     - tmpdir_max_jobs
            #tmp_overrides:
                    # In this example, /plotting3 is larger than the other tmp
                    # dirs and it can hold more plots than the default.
                    #/plotting3:
                    #        tmpdir_max_jobs: 5

            # Optional: tmp2 directory.  If specified, will be passed to
            # the chia and madmax plotters as the '-2' param.
            # tmp2: /plotting2

            # One or more directories; the scheduler will use all of them.
            # These again are presumed to be on independent physical devices,
            # so writes (plot jobs) and reads (archivals) can be scheduled
            # to minimize IO contention.
            # REMEMBER ALL PATHS ARE IN-CONTAINER, THEY MAP TO HOST PATHS
            dst:
                    - /plots

    # See: https://github.com/guydavis/machinaris/wiki/Plotman#archiving
    #archiving:
            #target: rsyncd
            #env:
                    #site_root: /mnt/disks
                    #user: root
                    #host: aragorn
                    #rsync_port: 12000
                    #site: disks

    # Plotting scheduling parameters
    scheduling:
            # Run a job on a particular temp dir only if the number of existing jobs
            # before tmpdir_stagger_phase_major tmpdir_stagger_phase_minor
            # is less than tmpdir_stagger_phase_limit.
            # Phase major corresponds to the plot phase, phase minor corresponds to
            # the table or table pair in sequence, phase limit corresponds to
            # the number of plots allowed before [phase major, phase minor]
            tmpdir_stagger_phase_major: 2
            tmpdir_stagger_phase_minor: 1
            # Optional: default is 1
            tmpdir_stagger_phase_limit: 1

            # Don't run more than this many jobs at a time on a single temp dir.
            # Increase for staggered plotting by chia, leave at 1 for madmax sequential plotting
            tmpdir_max_jobs: 1

            # Don't run more than this many jobs at a time in total.
            # Increase for staggered plotting by chia, leave at 1 for madmax sequential plotting
            global_max_jobs: 1 

            # Don't run any jobs (across all temp dirs) more often than this, in minutes.
            global_stagger_m: 30

            # How often the daemon wakes to consider starting a new plot job, in seconds.
            polling_time_s: 20


    # Configure the plotter.  See: https://github.com/guydavis/machinaris/wiki/Plotman#plotting
    plotting:
            #farmer_pk: 
            #pool_pk: 
            #pool_contract_address: YOUR_POOL_CONTRACT_ADDRESS (optional if plotting solo)

            # If you enable 'chia', plot in *parallel* with higher tmpdir_max_jobs and global_max_jobs
            # If you enable 'madmax', plot in *sequence* with very low tmpdir_max_jobs and global_max_jobs
            type: madmax

            # The chia plotter: https://github.com/Chia-Network/chia-blockchain
            chia:
                    k: 32                # k-size of plot, leave at 32 most of the time
                    e: False             # Disable bitfield back sorting (default is True) 
                    n_threads: 2         # Threads per job
                    n_buckets: 128       # Number of buckets to split data into
                    job_buffer: 3389     # Per job memory

            # The madmax plotter: https://github.com/madMAx43v3r/chia-plotter
            madmax:
                    n_threads: 4          # Default is 4, SLOWLY crank up if you have many cores
                    n_buckets: 256        # Default is 256
     

     

    and apisvr log

    [2021-07-06 09:15:02 +0000] [2500] [INFO] Starting gunicorn 20.1.0
    [2021-07-06 09:15:04 +0000] [2500] [INFO] Listening at: http://0.0.0.0:8927 (2500)
    [2021-07-06 09:15:04 +0000] [2500] [INFO] Using worker: sync
    [2021-07-06 09:15:04 +0000] [2799] [INFO] Booting worker with pid: 2799
    [2021-07-06 09:15:04 +0000] [2804] [INFO] Booting worker with pid: 2804
    [2021-07-06 09:15:29 +0000] [2799] [INFO] Starting Plotman run...
    [2021-07-06 09:15:30 +0000] [2799] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:15:30 +0000] [2799] [INFO] Failed to start Plotman plotting run!
    [2021-07-06 09:15:30 +0000] [2799] [INFO] Traceback (most recent call last):
      File "/machinaris/api/commands/plotman_cli.py", line 102, in start_plotman
        if len(load_plotting_summary().rows) == 0:  # No plots running
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:15:49 +0000] [2799] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:15:49 +0000] [2799] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:15:49 +0000] [2799] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:16:01 +0000] [2799] [INFO] No log file found at /root/.chia/plotman/logs/plotman.log
    [2021-07-06 09:16:20 +0000] [2500] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:16:20 +0000] [2500] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:16:20 +0000] [2500] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:17:49 +0000] [2500] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:17:49 +0000] [2500] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:17:49 +0000] [2500] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:19:15 +0000] [2500] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:19:15 +0000] [2500] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:19:15 +0000] [2500] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:20:19 +0000] [2500] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:20:19 +0000] [2500] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:20:19 +0000] [2500] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:21:40 +0000] [2500] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:21:40 +0000] [2500] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:21:40 +0000] [2500] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:22:40 +0000] [2500] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:22:40 +0000] [2500] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:22:40 +0000] [2500] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:24:10 +0000] [2500] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:24:10 +0000] [2500] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:24:10 +0000] [2500] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:25:14 +0000] [2500] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:25:14 +0000] [2500] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:25:14 +0000] [2500] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config


    [2021-07-06 09:26:29 +0000] [2500] [ERROR] Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

    [2021-07-06 09:26:29 +0000] [2500] [INFO] Failed to load plotting summary and send.
    [2021-07-06 09:26:29 +0000] [2500] [INFO] Traceback (most recent call last):
      File "/machinaris/api/schedules/status_plotting.py", line 23, in update
        plotting_summary = plotman_cli.load_plotting_summary()
      File "/machinaris/api/commands/plotman_cli.py", line 47, in load_plotting_summary
        abort(500, description=errs.decode('utf-8'))
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 940, in abort
        _aborter(status, *args, **kwargs)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/werkzeug/exceptions.py", line 923, in __call__
        raise self.mapping[code](*args, **kwargs)
    werkzeug.exceptions.InternalServerError: 500 Internal Server Error: Traceback (most recent call last):
      File "/chia-blockchain/venv/bin/plotman", line 8, in <module>
        sys.exit(main())
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 169, in main
        cfg = configuration.get_validated_configs(config_text, config_path, preset_target_definitions_text)
      File "/chia-blockchain/venv/lib/python3.9/site-packages/plotman/configuration.py", line 91, in get_validated_configs
        raise ConfigurationException(
    plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config

     

    ps. the logs are now from develop
    i see here is maybe something happend but i cannot figure it out please maybe someone have a idiea?^^

    thank you for your time and help

    yours flo :)

     

     

     

    With this error:   plotman.configuration.ConfigurationException: madMAx selected as plotter but no plotting: farmer_pk: was specified in the config.

     

    Was the farmer key entered correctly?

  6. 3 hours ago, stFfn said:

    thanks for the tipp. what do you mean with unblocked? i´ve installed it over CLI. how can i unblock it?

     

    And since its a docker and uses the same IP as my Unraid Server but with a Port do i need to put the IP + Port in that field?

    No you do not need a port number.

     

    The important part is http or https.  I assume you are getting some data from the UnraidAPI?  Does the array status panel show Started?

     

    Yesterday when i checked the Dynamic Image Panel plugin in Grafana, it said it wasn't loaded because it was unsigned.

     

    Check the plugin tab of Grafana for the status of your plugins.

     

    IF it was not loaded by Grafana, you will need you add a ini file.

    I created a conf folder in the Grafana app folder.  Next create a file called custom.ini.   In the custom.ini file add the following:

     

    [plugins]

    allow_loading_unsigned_plugins = "dalvany-image-panel"

     

    Save it.  

     

    You will need to restart Grafana for it to be loaded

     

    After doing the above, i did not need to open the icons in another tab or log into the server again.

     

    • Thanks 1
  7. 9 hours ago, stFfn said:

    i´ve read all of it. i understood it like it still does not work properly for most people. thats why im asking. i could not get it to work as well 😕

     

    My problem with this was fixed by editing the following.

     

     

    Assuming you have the Dynamic Image Panel plugin installed and unblocked.

     

    Check the base url in the Dockers (Running) panel.  (see attached)

     

    The http or https needs to match the setup for the API docker container.

     

    If it says http, change it to https and see if that works.

     

    If it does, you will need to change it in each panel, Dockers and VMs.  

     

    Screenshot 2021-07-05 234629.jpg

    • Thanks 1
  8. 19 hours ago, noties said:

    Awesome dashboard.  THANK YOU! 

    I have everything customized to my server, however struggling with the Plex libraries via Varken.  I'm pulling other data from Varken DB, but these I cannot find the correct query for the life of me.

    image.thumb.png.6acc48f007691733a31f3c7c4d7dd7fe.png

     

    I have other Varken data populating completely fine...

    image.thumb.png.e602e9fa5db1ad43935174cfc8984661.png

     

    Example:  my Movies database is called Movies... Not sure why this isn't picking up?  :/

    image.png.a71cd5a8b5d7237f4956abc0ae739ac3.png

    Suggestions on troubleshooting?

     

    Movies at the end of the FROM line, is a library in Plex.  If you left click on it, you should get a list of libraries it found in Plex / Tautulli that you can select from.

     

    Your "movies" library in Plex must have a different name.  Verify in Tautulli what it is seeing in Plex, under Libraries

     

     

    You will need to reselect the Documentary Movies and Anime Movies panels the same way.

     

    Actually, each panel in your top picture will need the same thing done.  

     

    You will probably want to change the panel title also in each one to reflect what it actually is.

     

     

    Screenshot 2021-06-23 163333.jpg

  9.  

     

    Open a console to influxdb.

     

    You should have permission already for what you need.

     

    You type influxdb

     

    You next type CREATE DATABASE "name"

    Replace "name" with the name of the database you want to create.

     

    You can next type SHOW DATABASES to verify it was created.

     

    If you are done with influxdb, you type exit and exit again to close the session and window.

     

    image.png.6787ca325e9b2ec423df1e6e239b5efa.png

  10. On 4/30/2021 at 12:41 PM, dexxy said:

     

    I may have missed this in subsequent pages, but how would I access the telegraf docker to run 'apk add lm_sensors' if I'm using testdasi's grafana unraid stack?

     

    thanks so much for all you've done, @falconexe!

     

    Edit the Telegraf Docker container.

    Select advanced view in the top right.

     

    Scroll down to the Post Arguments line.

     

    Put the commands you want to run on this line.

    image.thumb.png.8eca84e23707152cc90741ee2fab7b4d.png

     

    And Bob's my uncle.

     

     

    • Thanks 2
  11. On 2/19/2021 at 5:01 PM, FreeMan said:

    Ah! That makes perfect sense and, yeah, I knew that. This makes sense - that's yesterday's growth, since it was all written to cache and the mover ran around 01:30 today.

     

    One thing I did was change the displays to the last 24 hours, 7 days, 4 weeks, and 365 days.

     

    Under Query Options and Relative Time

     

    Today = now-24h

    Week = now-7d

    Month = now-30d

    Year = now-365d

     

     

    image.png.23e4bb9603e74245d0e1497326fd51c5.png

     

    You can also turn off the time data on single graphs by selecting Hide time info.    (Last 24 hours) below.

     

    image.png.7a80e2b5548b045f308ae9fe7bee6f37.png

     

     

     

    • Thanks 1
  12. 1 hour ago, Nealon said:

    Am I the only one who can't get the "Documentary Shows" and "Anime Shows" counters working?  Not sure how it's pulling this genre information, or if I could change it to pull a different genre, but mine just show N/A: image.png.069468378461bad64275c6922bd4046a.png

     

    I'd love to get these working and be able to tweak them if possible.  Haven't been able to dig up anything on how to do that though.

     

    Also, I'd love to add a map that shows all the locations of the IP addresses I've ever streamed to (not just the one's I'm actively streaming to) if possible.

     

    Any help is appreciated!  This is so cool though, thanks to everyone who put time/effort into it.  What a wonderful tool.

    Like falconexe said, "You need to edit the query by selecting your proper Plex Library section. If your library section names happen to mach the UUD (mine since I'm the developer) exactly, they will just magically work. So edit the panel, head over to the query, and click the library section tag and select from the auto populated drop own menu. Do this for all fo the N/As and you'll be in business."

     

    You should also change the Panel title and Alias by fields to the new type of show.

    plex_examplet 2021-02-06 200430.jpg

    • Like 1
  13. 19 hours ago, RockDawg said:

    That's where I was looking per GilbN's post.  Here is mine:

     

    
    ## Override default hostname, if empty use os.Hostname()
      hostname = ""

     

    So where does os.Hostname() derive the host name?

    It should be pulling it from the host.

     

    Have you tried running 'hostname' from the Unraid console?

     

    In Grafana, at the top of the page under the Host dropdown, does it only show the old host name?

     

    A somewhat simple way to see what data Influx has, is a container called Chronograf.

  14. 9 hours ago, RockDawg said:

    Okay.  But nowhere in there is it currently set to Tower so it seems like it's actually polling something to retrieve the name (maybe I'm wrong though).  I assumed the reason for having the Host variable was that it would dynamically list all available hosts.  If you just manually specify them then no need for a variable, right?

     

     

    It may be in the Telegraf config.

     

    Line 94 on my config, just above Output Plugins section.

  15. 3 hours ago, tryhardcodemaster said:

    From the log, it seems that the X display isn't starting properly, so there's no display for VNC to connect to (noVNC opens fine but cannot connect). tinit2, Pycharm and vncconfig throw the same "cannot connect to Display :0". Have you tested on the new 6.9-beta yet?

    Having the same problem.

     

    Get a directory listing when connecting.

     

    Using 6.9.0-beta25

     

    image.png.ba8092b4be64268f29da1842d03b83e2.png