Jump to content

MrLondon

Members
  • Posts

    341
  • Joined

  • Last visited

Posts posted by MrLondon

  1. I seem to have gone backwards as now my panel is not reporting anything I am getting everywhere NO data and in the telegraf logs all I see is the following lines

     

    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found
    /bin/sh: 1: apk: not found

     

    docker_settings.thumb.PNG.7c43398446212c8354628860be42e6df.PNG

  2. here is the last boot of the telegraf docker 

    fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
    fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
    v3.12.0-342-gfbe243dbcf [http://dl-cdn.alpinelinux.org/alpine/v3.12/main]
    v3.12.0-341-g93993e9f08 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community]
    OK: 12743 distinct packages available
    OK: 22 MiB in 34 packages
    OK: 22 MiB in 34 packages
    OK: 22 MiB in 34 packages
    2020-09-22T17:41:08Z I! Starting Telegraf 1.15.3
    2020-09-22T17:41:08Z I! Using config file: /etc/telegraf/telegraf.conf
    2020-09-22T17:41:08Z I! Loaded inputs: cpu disk swap kernel system sensors net net netstat nstat diskio mem processes docker smart
    2020-09-22T17:41:08Z I! Loaded aggregators:
    2020-09-22T17:41:08Z I! Loaded processors:
    2020-09-22T17:41:08Z I! Loaded outputs: influxdb
    2020-09-22T17:41:08Z I! Tags enabled: host=Tower
    2020-09-22T17:41:08Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:"Tower", Flush Interval:10s
    2020-09-22T17:45:00Z W! [inputs.smart] Collection took longer than expected; not complete after interval of 10s
    2020-09-22T18:37:00Z W! [inputs.smart] Collection took longer than expected; not complete after interval of 10s

     

  3. I am not sure if I have done something wrong but the variables from hosts and onwards are they meant to be prepopulated so you can select them from the dropdown menu as mine are all empty and when I put in the hostname or ip address it would not accept it. 

     

    t=2020-09-22T18:15:58+0100 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.data=/var/lib/grafana"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.logs=/var/log/grafana"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.plugins=/var/lib/grafana/plugins"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.provisioning=/etc/grafana/provisioning"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from command line" logger=settings arg="default.log.mode=console"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_SERVER_ROOT_URL=http://192.168.0.24"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_SECURITY_ADMIN_PASSWORD=*********"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana
    t=2020-09-22T18:15:58+0100 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana
    t=2020-09-22T18:15:58+0100 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana
    t=2020-09-22T18:15:58+0100 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins
    t=2020-09-22T18:15:58+0100 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning
    t=2020-09-22T18:15:58+0100 lvl=info msg="App mode production" logger=settings
    t=2020-09-22T18:15:58+0100 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3
    t=2020-09-22T18:15:58+0100 lvl=info msg="Starting DB migration" logger=migrator
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create migration_log table"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create user table"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create user table v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update user table charset"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add missing user data"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create star table"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create org table v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update org table charset"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create dashboard table"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create data_source table"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1"
    
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add uid column"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Update uid value"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create api_key table"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2"
    t=2020-09-22T18:15:58+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create quota table v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create session table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create alert table v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id "
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index alert state"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column is_default"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column frequency"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Move region to single row"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create test_data table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version"
    
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0"
    
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create team table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create team member table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create tag table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create login attempt table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create user auth table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create server_lock table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create user auth token table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="create cache_data table"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key"
    t=2020-09-22T18:15:59+0100 lvl=info msg="Created default admin" logger=sqlstore user=admin
    t=2020-09-22T18:15:59+0100 lvl=info msg="Starting plugin search" logger=plugins
    t=2020-09-22T18:15:59+0100 lvl=info msg="Registering plugin" logger=plugins name="Direct Input"
    t=2020-09-22T18:16:00+0100 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=http subUrl= socket=
    t=2020-09-22T18:16:07+0100 lvl=info msg="Request Completed" logger=context userId=0 orgId=0 uname= method=GET path=/ status=302 remote_addr=192.168.0.11 time_ms=0 size=29 referer=
    t=2020-09-22T18:16:12+0100 lvl=info msg="Successful Login" logger=http.server User=admin@localhost
    t=2020-09-22T18:16:28+0100 lvl=info msg="Request Completed" logger=context userId=1 orgId=1 uname=admin method=POST path=/api/user/password/reset status=400 remote_addr=192.168.0.11 time_ms=28 size=52 referer=http://192.168.0.24:3000/login
    t=2020-09-22T18:45:01+0100 lvl=eror msg="Dashboard not found" logger=context userId=1 orgId=1 uname=admin error="Dashboard not found" remote_addr=192.168.0.11
    
    t=2020-09-22T18:45:01+0100 lvl=info msg="Request Completed" logger=context userId=1 orgId=1 uname=admin method=GET path=/api/dashboards/uid/000130-PUB-falconexe status=404 remote_addr=192.168.0.11 time_ms=1 size=33 referer=http://192.168.0.24:3000/dashboard/import
    t=2020-09-22T18:45:05+0100 lvl=eror msg="Dashboard not found" logger=context userId=1 orgId=1 uname=admin error="Dashboard not found" remote_addr=192.168.0.11
    
    t=2020-09-22T18:45:05+0100 lvl=info msg="Request Completed" logger=context userId=1 orgId=1 uname=admin method=GET path=/api/dashboards/uid/000130-PUB-falconexe status=404 remote_addr=192.168.0.11 time_ms=0 size=33

     

  4. Hi there, lately my server seems to be extremely unhappy with me. I changed my drives by adding 4x 12tb and removed 6x 3tb drives. In the process I also made it with double parity. These 2 parity drives are connected to the motherboard itself. However today I noticed that my 2nd parity drive is reported as failed. Last week another one of my 12tb drives was also reported as bad but a parity rebuild resolved that. I am just concerned that something is really strange that within a week 2 of my 12tb drives have now reported this and they were all pre-cleared twice successfully. These are 12tb red drives. Any assistance is greatly appreciated.

    tower-diagnostics-20200621-0905.zip

  5. Hi, I am puzzled. I had a failed drive in my array and I have precleared replacement drives for this 1 drive, however when I powered up the array today to do the parity replacement/upgrade procedure as the new drive is bigger than the previous drive I got error messages from another drive that it had read errors. So I shutdown the array again and verified that the SATA cable and power cable was properly connected. However the next time the array would give errors again. So I moved the drive to a different cage which is connected on a different controller and ever since then the array will not detect this 8 TB drive anymore. The serial number is Disk 14 - WDC_WD80EZAZ-11TDBA0_1EG3446N. I have 2 diagnosis files one from this morning when the drive was still detected and another from now where it is no longer detected. I know that the location in the cage works as another drive in the same position is detected without issues. In addition I have a 2nd PC  which I use for running Preclear and there the 8tb drive is detected every time and I was even able to mount via UD plugin. I ran the xfs_repair script and it does not show anything either:

     

    Linux 4.19.107-Unraid.
    root@Tower:~# xfs_repair -v /dev/md1
    Phase 1 - find and verify superblock...
            - block cache size set to 125072 entries
    Phase 2 - using internal log
            - zero log...
    zero_log: head block 2069017 tail block 2069017
            - scan filesystem freespace and inode maps...
            - found root inode chunk
    Phase 3 - for each AG...
            - scan and clear agi unlinked lists...
            - process known inodes and perform inode discovery...
            - agno = 0
            - agno = 1
            - agno = 2
            - agno = 3
            - agno = 4
            - agno = 5
            - agno = 6
            - agno = 7
            - agno = 8
            - agno = 9
            - agno = 10
            - process newly discovered inodes...
    Phase 4 - check for duplicate blocks...
            - setting up duplicate extent list...
            - check for inodes claiming duplicate blocks...
            - agno = 0
            - agno = 1
            - agno = 2
            - agno = 3
            - agno = 4
            - agno = 5
            - agno = 6
            - agno = 7
            - agno = 8
            - agno = 9
            - agno = 10
    Phase 5 - rebuild AG headers and trees...
            - agno = 0
            - agno = 1
            - agno = 2
            - agno = 3
            - agno = 4
            - agno = 5
            - agno = 6
            - agno = 7
            - agno = 8
            - agno = 9
            - agno = 10
            - reset superblock...
    Phase 6 - check inode connectivity...
            - resetting contents of realtime bitmap and summary inodes
            - traversing filesystem ...
            - agno = 0
            - agno = 1
            - agno = 2
            - agno = 3
            - agno = 4
            - agno = 5
            - agno = 6
            - agno = 7
            - agno = 8
            - agno = 9
            - agno = 10
            - traversal finished ...
            - moving disconnected inodes to lost+found ...
    Phase 7 - verify and correct link counts...

            XFS_REPAIR Summary    Thu Jun 11 10:27:13 2020

    Phase           Start           End             Duration
    Phase 1:        06/11 10:25:57  06/11 10:25:57
    Phase 2:        06/11 10:25:57  06/11 10:25:58  1 second
    Phase 3:        06/11 10:25:58  06/11 10:26:36  38 seconds
    Phase 4:        06/11 10:26:36  06/11 10:26:36
    Phase 5:        06/11 10:26:36  06/11 10:26:36
    Phase 6:        06/11 10:26:36  06/11 10:27:12  36 seconds
    Phase 7:        06/11 10:27:12  06/11 10:27:12

    Total run time: 1 minute, 15 seconds
    done

     

    I am stumped and don't know what else to do. I have now connected it to the onboard SATA and 2 different SAS controllers and it is not detected anymore.

    tower-diagnostics-20200611-1019.zip tower-diagnostics-20200611-1625.zip

  6. Hi there, I used the the wrong bootable key for the Dell H310 and it appears that I wiped the SAS address as its now only showing 000000000000 is there a way to recover from this? I checked on the card and I cannot see anywhere where it is listed, there certainly is not a sticker for it. When use option 1 it does not list the SAS address. Did I now brick the card. I was still able to install the latest firmware I just don't have the SAS address.

     

    I just used a slightly different SAS address of my 2nd Dell H310 controll and it appears that unraid is ok with that.

  7. I did put the array into sleep mode and pressed a keyboard button. The LSI raid controllers do not have power cords itself. So does this mean I should not use sleep mode? This is a new motherboard and with my old board I was not able to use sleep mode, but I do not want to run into this problem continuesly. Also how can I recover from this, will I have to redo the parity check again? Is the only way to avoid this to not use sleep mode with LSI controllers?

  8. I suddenly gotten a read error on the parity drive which disabled the parity disk. I know that there is nothing wrong with the parity disk as I only completed a parity test successfully yesterday evening and another one a week before. However now it appears that the SAS driver for the LSI controller is having issues and therefore is not able to shutdown the server. I am trying to download the diagnostic file but that was so far not possible. I have the syslog. I am currently not able to resolve this, any suggestions to fix this are highly appreciated.

    tower-syslog-20190731-1836.zip

  9. Ok I am getting worried now. I did as suggested, did a new config, assigned the parity drive but it will still not mount disk 18, even though I have now connected a different SATA cable to the drive, but the syslog shows this

     

    Feb 20 18:19:56 Tower emhttpd: shcmd (130): mount -t btrfs,xfs,reiserfs -o noatime,nodiratime /dev/md18 /mnt/disk18 Feb 20 18:19:56 Tower kernel: Buffer I/O error on dev md18, logical block 16, async page read Feb 20 18:19:56 Tower kernel: REISERFS warning (device md18): sh-2006 read_super_block: bread failed (dev md18, block 2, size 4096) Feb 20 18:19:56 Tower kernel: REISERFS warning (device md18): sh-2006 read_super_block: bread failed (dev md18, block 16, size 4096) Feb 20 18:19:56 Tower root: mount: /mnt/disk18: wrong fs type, bad option, bad superblock on /dev/md18, missing codepage or helper program, or other error. Feb 20 18:19:56 Tower emhttpd: shcmd (130): exit status: 32 Feb 20 18:19:56 Tower emhttpd: /mnt/disk18 mount error: No file system Feb 20 18:19:56 Tower emhttpd: shcmd (131): umount /mnt/disk18

     

    so it appears that somehow something happened last night when I used the user script for clearing disk 3.

    tower-diagnostics-20190220-1825.zip

  10. Hi there,

     

    I removed two drives today which I no longer use. After I removed the power and data cable I started the server again and now disk 18 is reporting invalid file system, in the syslog I can see that it tried raiserfs but I am only using XFS on my data disks, but I do not see that it tried to mount it via XFS, is there a way to resolve this without data loss? No problems were reported from this disk before it showed this problem that I am aware of.

    tower-diagnostics-20190220-1630.zip

×
×
  • Create New...