Returning 1 result(s) out of 1 in 0.113 second(s)

  • 91.115.39.194:32768 (tcp/http) - last seen on 2024-11-02 at 19:00:14 UTC

    • IP
      91.115.39.194
      Network
      91.112.0.0/14
      Domain(s)
      telekom.at
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://91.115.39.194:32768/ 200

      HTTP Title
      Grafana
      Reverse DNS
      91-115-39-194.adsl.highway.telekom.at
      ASN
      AS8447
      Organization
      Telekom Austria
      Protocol
      http
      Source
      datascan
    • NOTE
      This tab is a merge from current page results.
      CPE(s)
      Domain(s)
      telekom.at
      Hostname(s)
      91-115-39-194.adsl.highway.telekom.at
      IP(s)
      91.115.39.194
      Port(s)
      32768
      Protocol(s)
      http
      Tag(s)
      URL(s)
      /
    • Operating System
      Linux Linux Kernel
      HTTP Component(s)
      Grafana Grafana
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      48c2bc70dbbc89b24b5e61bbcde7885a
      HTTP Header MD5
      6ef10c183d2d2ca85316ff46de323166
      HTTP Body MD5
      f21887f70c01f61a051270a69652691d
    • HTTP/1.1 200 OK
      Cache-Control: no-cache
      Content-Type: text/html; charset=UTF-8
      Expires: -1
      Pragma: no-cache
      X-Content-Type-Options: nosniff
      X-Xss-Protection: 1; mode=block
      Date: Sat, 02 Nov 2024 19:00:13 GMT
      Connection: close
      Transfer-Encoding: chunked
      
      800
      <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta name="viewport" content="width=device-width"/><meta name="theme-color" content="#000"/><title>Grafana</title><base href="/"/><link rel="preload" href="public/fonts/roboto/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2" as="font" crossorigin/><link rel="icon" type="image/png" href="public/img/fav32.png"/><link rel="apple-touch-icon" sizes="180x180" href="public/img/apple-touch-icon.png"/><link rel="mask-icon" href="public/img/grafana_mask_icon.svg" color="#F05A28"/><link rel="stylesheet" href="public/build/grafana.dark.9380a709568b1caa9c4e.css"/><script nonce="">performance.mark('frontend_boot_css_time_seconds');</script><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black"/><meta name="msapplication-TileColor" content="#2b5797"/><meta name="msapplication-config" content="public/img/browserconfig.xml"/></head><body class="theme-dark app-grafana"><style>.preloader {
              height: 100%;
              flex-direction: column;
              display: flex;
              justify-content: center;
              align-items: center;
            }
      
            .preloader__enter {
              opacity: 0;
              animation-name: preloader-fade-in;
              animation-iteration-count: 1;
              animation-duration: 0.9s;
              animation-delay: 1.35s;
              animation-fill-mode: forwards;
            }
      
            .preloader__bounce {
              text-align: center;
              animation-name: preloader-bounce;
              animation-duration: 0.9s;
              animation-iteration-count: infinite;
            }
      
            .preloader__logo {
              display: inline-block;
              animation-name: preloader-squash;
              animation-duration: 0.9s;
              animation-iteration-count: infinite;
              width: 60px;
              height: 60px;
              background-repeat: no-repeat;
              background-size: contain;
              background-image: url("public/img/grafana_icon.svg");
            }
      
            .preloader__text {
             
      d9e
       margin-top: 16px;
              font-weight: 500;
              font-size: 14px;
              font-family: Sans-serif;
              opacity: 0;
              animation-name: preloader-fade-in;
              animation-duration: 0.9s;
              animation-delay: 1.8s;
              animation-fill-mode: forwards;
            }
      
            .theme-light .preloader__text {
              color: #52545c;
            }
      
            .theme-dark .preloader__text {
              color: #d8d9da;
            }
      
            @keyframes preloader-fade-in {
              0% {
                opacity: 0;
                 
                animation-timing-function: cubic-bezier(0, 0, 0.5, 1);
              }
              100% {
                opacity: 1;
              }
            }
      
            @keyframes preloader-bounce {
              from,
              to {
                transform: translateY(0px);
                animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
              }
              50% {
                transform: translateY(-50px);
                animation-timing-function: cubic-bezier(0.9, 0, 0.7, 1);
              }
            }
      
            @keyframes preloader-squash {
              0% {
                transform: scaleX(1.3) scaleY(0.8);
                animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
                transform-origin: bottom center;
              }
              15% {
                transform: scaleX(0.75) scaleY(1.25);
                animation-timing-function: cubic-bezier(0, 0, 0.7, 0.75);
                transform-origin: bottom center;
              }
              55% {
                transform: scaleX(1.05) scaleY(0.95);
                animation-timing-function: cubic-bezier(0.9, 0, 1, 1);
                transform-origin: top center;
              }
              95% {
                transform: scaleX(0.75) scaleY(1.25);
                animation-timing-function: cubic-bezier(0, 0, 0, 1);
                transform-origin: bottom center;
              }
              100% {
                transform: scaleX(1.3) scaleY(0.8);
                transform-origin: bottom center;
                animation-timing-function: cubic-bezier(0, 0, 0.7, 1);
              }
            }
      
             
            .preloader__text--fail {
              display: none;
            }
      
             
            .preloader--done .preloader__bounce,
            .preloader--done .preloader__logo {
              animation-name: none;
              display: none;
            }
      
            .preloader--done .preloader__logo,
            .preloader--done .preloader__text {
              display: none;
              color: #ff5705 !important;
              font-size: 15px;
            }
      
            .preloader--done .preloader__text--fail {
              display: block;
            }
      
            [ng\:cloak],
            [ng-cloak],
            .ng-cloak {
              display: none !important;
            }</style><div class="preloader"><div class="preloader__enter"><div class="preloader__bounce"><div class="preloader__logo"></div></div></div><div class="preloader__text">Loading Grafana</div><div class="preloader__text preloader__text--fail"><p><strong>If you're seeing this Grafana has failed to load its application files</strong><br/><br/></p><p>1. This could be caused by your reverse proxy settings.<br/><br/>2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.<br/><br/>3. If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn build<br/><br/>4. Sometimes restarting grafana-server can help<br/><br/>5. Check if you are using a non-supported browser. For more information, refer to the list of <a href="https://grafana.com/docs/grafana/latest/installation/requirements/#supported-web-browsers">supported browsers</a>.</p></div><script nonce="
      800
      ">
              
              function checkBrowserCompatibility() {
                var isIE = navigator.userAgent.indexOf('MSIE') > -1;
                var isEdge = navigator.userAgent.indexOf('Edge/') > -1 || navigator.userAgent.indexOf('Edg/') > -1;
                var isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
                var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor);
      
                
      
                var isEdgeVersion = /Edge\/([0-9.]+)/.exec(navigator.userAgent);
      
                if (isIE && parseFloat(/Trident\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 7) {
                  return false;
                } else if (
                  isEdge &&
                  ((isEdgeVersion && parseFloat(isEdgeVersion[1]) <= 16) ||
                    parseFloat(/Edg\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 16)
                ) {
                  return false;
                } else if (isFirefox && parseFloat(/Firefox\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 64) {
                  return false;
                } else if (isChrome && parseFloat(/Chrome\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 54) {
                  return false;
                }
      
                return true;
              }
      
              if (!checkBrowserCompatibility()) {
                alert('Your browser is not fully supported, please try newer version.');
              }</script></div><div id="reactRoot"></div><script nonce="">window.grafanaBootData = {
                user: {"isSignedIn":false,"id":0,"login":"","email":"","name":"","lightTheme":false,"orgCount":0,"orgId":1,"orgName":"Main Org.","orgRole":"Viewer","isGrafanaAdmin":false,"gravatarUrl":"","timezone":"browser","locale":"en-US","helpFlags1":0,"hasEditPermissionInFolders":false},
                settings: {"alertingEnabled":true,"alertingErrorOrTimeout":"alerting","alertingMinInterval":1,"alertingNoDataOrNullValues":"no_data","allowOrgCreate":false,"appSubUrl":"","appUrl":"http://localhost:3000/","applicationInsightsConnectionString":"","applicationInsightsEndpointUrl":"","authProxyEnabled":false,"autoAssignOrg":true,"awsAllowedAuthProviders":["default",
      47e2
      "keys","credentials"],"awsAssumeRoleEnabled":true,"azure":{"cloud":"AzureCloud","managedIdentityEnabled":false},"buildInfo":{"buildstamp":1635147905,"commit":"fb85ed6912","edition":"Open Source","env":"production","hasUpdate":true,"hideVersion":false,"isEnterprise":false,"latestVersion":"10.2.3","version":"8.2.3"},"caching":{"enabled":true},"datasources":{"-- Dashboard --":{"meta":{"type":"datasource","name":"-- Dashboard --","id":"dashboard","info":{"author":{"name":"","url":""},"description":"","links":null,"logos":{"small":"public/img/icn-datasource.svg","large":"public/img/icn-datasource.svg"},"build":{},"screenshots":null,"version":"","updated":""},"dependencies":{"grafanaVersion":"*","plugins":[]},"includes":null,"module":"app/plugins/datasource/dashboard/module","baseUrl":"public/app/plugins/datasource/dashboard","category":"","preload":false,"signature":"internal","Root":null,"annotations":false,"metrics":true,"alerting":false,"explore":false,"tables":false,"logs":false,"tracing":false,"builtIn":true,"routes":null,"streaming":false},"name":"-- Dashboard --","type":"datasource"},"-- Grafana --":{"id":-1,"meta":{"type":"datasource","name":"-- Grafana --","id":"grafana","info":{"author":{"name":"","url":""},"description":"","links":null,"logos":{"small":"public/img/icn-datasource.svg","large":"public/img/icn-datasource.svg"},"build":{},"screenshots":null,"version":"","updated":""},"dependencies":{"grafanaVersion":"*","plugins":[]},"includes":null,"module":"app/plugins/datasource/grafana/module","baseUrl":"public/app/plugins/datasource/grafana","category":"","preload":false,"signature":"internal","Root":null,"annotations":true,"metrics":true,"alerting":false,"explore":false,"tables":false,"logs":false,"tracing":false,"builtIn":true,"routes":null,"streaming":false},"name":"-- Grafana --","type":"datasource","uid":"grafana"},"-- Mixed --":{"meta":{"type":"datasource","name":"-- Mixed --","id":"mixed","info":{"author":{"name":"","url":""},"description":"","links":null,"logos":{"small":"public/img/icn-datasource.svg","large":"public/img/icn-datasource.svg"},"build":{},"screenshots":null,"version":"","updated":""},"dependencies":{"grafanaVersion":"*","plugins":[]},"includes":null,"module":"app/plugins/datasource/mixed/module","baseUrl":"public/app/plugins/datasource/mixed","category":"","preload":false,"signature":"internal","Root":null,"annotations":false,"metrics":true,"alerting":false,"explore":false,"tables":false,"logs":false,"tracing":false,"queryOptions":{"minInterval":true},"builtIn":true,"mixed":true,"routes":null,"streaming":false},"name":"-- Mixed --","type":"datasource"},"InfluxDB":{"access":"direct","database":"openhab","id":1,"isDefault":true,"jsonData":{"httpMode":"GET","oauthPassThru":false,"tlsAuth":false,"tlsSkipVerify":false},"meta":{"type":"datasource","name":"InfluxDB","id":"influxdb","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Open source time series database","links":null,"logos":{"small":"public/app/plugins/datasource/influxdb/img/influxdb_logo.svg","large":"public/app/plugins/datasource/influxdb/img/influxdb_logo.svg"},"build":{},"screenshots":null,"version":"","updated":""},"dependencies":{"grafanaVersion":"*","plugins":[]},"includes":null,"module":"app/plugins/datasource/influxdb/module","baseUrl":"public/app/plugins/datasource/influxdb","category":"tsdb","preload":false,"signature":"internal","Root":null,"annotations":true,"metrics":true,"alerting":true,"explore":false,"tables":false,"logs":true,"tracing":false,"queryOptions":{"minInterval":true},"routes":null,"streaming":false},"name":"InfluxDB","password":"habopen","type":"influxdb","uid":"9qEuJ157k","url":"http://micklw.homedns.org:32769","username":"grafana"}},"dateFormats":{"fullDate":"YYYY-MM-DD HH:mm:ss","useBrowserLocale":false,"interval":{"second":"HH:mm:ss","minute":"HH:mm","hour":"MM/DD HH:mm","day":"MM/DD","month":"YYYY-MM","year":"YYYY"},"defaultTimezone":"browser"},"defaultDatasource":"InfluxDB","disableLoginForm":false,"disableSanitizeHtml":false,"disableUserSignUp":true,"editorsCanAdmin":false,"exploreEnabled":true,"expressionsEnabled":true,"externalUserMngInfo":"","externalUserMngLinkName":"","externalUserMngLinkUrl":"","featureToggles":{},"googleAnalyticsId":"","http2Enabled":false,"ldapEnabled":false,"licenseInfo":{"edition":"Open Source","expiry":0,"hasLicense":false,"hasValidLicense":false,"licenseUrl":"https://grafana.com/oss/grafana?utm_source=grafana_footer","stateInfo":""},"liveEnabled":true,"loginHint":"email or username","minRefreshInterval":"5s","panels":{"alertlist":{"baseUrl":"public/app/plugins/panel/alertlist","hideFromList":false,"id":"alertlist","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Shows list of alerts and their current status","links":null,"logos":{"small":"public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg","large":"public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/alertlist/module","name":"Alert list","signature":"internal","skipDataQuery":true,"sort":15,"state":""},"annolist":{"baseUrl":"public/app/plugins/panel/annolist","hideFromList":false,"id":"annolist","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"List annotations","links":null,"logos":{"small":"public/app/plugins/panel/annolist/img/icn-annolist-panel.svg","large":"public/app/plugins/panel/annolist/img/icn-annolist-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/annolist/module","name":"Annotations list","signature":"internal","skipDataQuery":true,"sort":100,"state":""},"barchart":{"baseUrl":"public/app/plugins/panel/barchart","hideFromList":false,"id":"barchart","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Categorical charts with group support","links":null,"logos":{"small":"public/app/plugins/panel/barchart/img/barchart.svg","large":"public/app/plugins/panel/barchart/img/barchart.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/barchart/module","name":"Bar chart","signature":"internal","skipDataQuery":false,"sort":2,"state":"beta"},"bargauge":{"baseUrl":"public/app/plugins/panel/bargauge","hideFromList":false,"id":"bargauge","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Horizontal and vertical gauges","links":null,"logos":{"small":"public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg","large":"public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/bargauge/module","name":"Bar gauge","signature":"internal","skipDataQuery":false,"sort":5,"state":""},"dashlist":{"baseUrl":"public/app/plugins/panel/dashlist","hideFromList":false,"id":"dashlist","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"List of dynamic links to other dashboards","links":null,"logos":{"small":"public/app/plugins/panel/dashlist/img/icn-dashlist-panel.svg","large":"public/app/plugins/panel/dashlist/img/icn-dashlist-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/dashlist/module","name":"Dashboard list","signature":"internal","skipDataQuery":true,"sort":16,"state":""},"gauge":{"baseUrl":"public/app/plugins/panel/gauge","hideFromList":false,"id":"gauge","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Standard gauge visualization","links":null,"logos":{"small":"public/app/plugins/panel/gauge/img/icon_gauge.svg","large":"public/app/plugins/panel/gauge/img/icon_gauge.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/gauge/module","name":"Gauge","signature":"internal","skipDataQuery":false,"sort":4,"state":""},"geomap":{"baseUrl":"public/app/plugins/panel/geomap","hideFromList":false,"id":"geomap","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Geomap panel","links":null,"logos":{"small":"public/app/plugins/panel/geomap/img/icn-geomap.svg","large":"public/app/plugins/panel/geomap/img/icn-geomap.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/geomap/module","name":"Geomap","signature":"internal","skipDataQuery":false,"sort":100,"state":"beta"},"gettingstarted":{"baseUrl":"public/app/plugins/p
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-02T19:00:14.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "grafana.com",
                  "homedns.org"
               ],
               "file" : [
                  "browserconfig.xml"
               ],
               "hostname" : [
                  "grafana.com",
                  "localhost",
                  "micklw.homedns.org"
               ],
               "url" : [
                  "http://localhost:3000/",
                  "http://micklw.homedns.org:32769",
                  "https://grafana.com",
                  "https://grafana.com/docs/grafana/latest/installation/requirements/",
                  "https://grafana.com/oss/grafana?utm_source=grafana_footer"
               ]
            },
            "favicon" : {
               "url" : "/public/img/fav32.png"
            },
            "http" : {
               "bodymd5" : "f21887f70c01f61a051270a69652691d",
               "bodymmh3" : 1601825151,
               "component" : [
                  {
                     "productvendor" : "Grafana",
                     "product" : "Grafana"
                  }
               ],
               "headermd5" : "6ef10c183d2d2ca85316ff46de323166",
               "headermmh3" : -540938219,
               "title" : "Grafana"
            },
            "length" : 16384
         },
         "asn" : "AS8447",
         "city" : "Klagenfurt",
         "country" : "AT",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCache-Control: no-cache\r\nContent-Type: text/html; charset=UTF-8\r\nExpires: -1\r\nPragma: no-cache\r\nX-Content-Type-Options: nosniff\r\nX-Xss-Protection: 1; mode=block\r\nDate: Sat, 02 Nov 2024 19:00:13 GMT\r\nConnection: close\r\nTransfer-Encoding: chunked\r\n\r\n800\r\n<!doctype html><html lang=\"en\"><head><meta charset=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/><meta name=\"viewport\" content=\"width=device-width\"/><meta name=\"theme-color\" content=\"#000\"/><title>Grafana</title><base href=\"/\"/><link rel=\"preload\" href=\"public/fonts/roboto/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2\" as=\"font\" crossorigin/><link rel=\"icon\" type=\"image/png\" href=\"public/img/fav32.png\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"public/img/apple-touch-icon.png\"/><link rel=\"mask-icon\" href=\"public/img/grafana_mask_icon.svg\" color=\"#F05A28\"/><link rel=\"stylesheet\" href=\"public/build/grafana.dark.9380a709568b1caa9c4e.css\"/><script nonce=\"\">performance.mark('frontend_boot_css_time_seconds');</script><meta name=\"apple-mobile-web-app-capable\" content=\"yes\"/><meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\"/><meta name=\"msapplication-TileColor\" content=\"#2b5797\"/><meta name=\"msapplication-config\" content=\"public/img/browserconfig.xml\"/></head><body class=\"theme-dark app-grafana\"><style>.preloader {\n        height: 100%;\n        flex-direction: column;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n      }\n\n      .preloader__enter {\n        opacity: 0;\n        animation-name: preloader-fade-in;\n        animation-iteration-count: 1;\n        animation-duration: 0.9s;\n        animation-delay: 1.35s;\n        animation-fill-mode: forwards;\n      }\n\n      .preloader__bounce {\n        text-align: center;\n        animation-name: preloader-bounce;\n        animation-duration: 0.9s;\n        animation-iteration-count: infinite;\n      }\n\n      .preloader__logo {\n        display: inline-block;\n        animation-name: preloader-squash;\n        animation-duration: 0.9s;\n        animation-iteration-count: infinite;\n        width: 60px;\n        height: 60px;\n        background-repeat: no-repeat;\n        background-size: contain;\n        background-image: url(\"public/img/grafana_icon.svg\");\n      }\n\n      .preloader__text {\n       \r\nd9e\r\n margin-top: 16px;\n        font-weight: 500;\n        font-size: 14px;\n        font-family: Sans-serif;\n        opacity: 0;\n        animation-name: preloader-fade-in;\n        animation-duration: 0.9s;\n        animation-delay: 1.8s;\n        animation-fill-mode: forwards;\n      }\n\n      .theme-light .preloader__text {\n        color: #52545c;\n      }\n\n      .theme-dark .preloader__text {\n        color: #d8d9da;\n      }\n\n      @keyframes preloader-fade-in {\n        0% {\n          opacity: 0;\n           \n          animation-timing-function: cubic-bezier(0, 0, 0.5, 1);\n        }\n        100% {\n          opacity: 1;\n        }\n      }\n\n      @keyframes preloader-bounce {\n        from,\n        to {\n          transform: translateY(0px);\n          animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);\n        }\n        50% {\n          transform: translateY(-50px);\n          animation-timing-function: cubic-bezier(0.9, 0, 0.7, 1);\n        }\n      }\n\n      @keyframes preloader-squash {\n        0% {\n          transform: scaleX(1.3) scaleY(0.8);\n          animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);\n          transform-origin: bottom center;\n        }\n        15% {\n          transform: scaleX(0.75) scaleY(1.25);\n          animation-timing-function: cubic-bezier(0, 0, 0.7, 0.75);\n          transform-origin: bottom center;\n        }\n        55% {\n          transform: scaleX(1.05) scaleY(0.95);\n          animation-timing-function: cubic-bezier(0.9, 0, 1, 1);\n          transform-origin: top center;\n        }\n        95% {\n          transform: scaleX(0.75) scaleY(1.25);\n          animation-timing-function: cubic-bezier(0, 0, 0, 1);\n          transform-origin: bottom center;\n        }\n        100% {\n          transform: scaleX(1.3) scaleY(0.8);\n          transform-origin: bottom center;\n          animation-timing-function: cubic-bezier(0, 0, 0.7, 1);\n        }\n      }\n\n       \n      .preloader__text--fail {\n        display: none;\n      }\n\n       \n      .preloader--done .preloader__bounce,\n      .preloader--done .preloader__logo {\n        animation-name: none;\n        display: none;\n      }\n\n      .preloader--done .preloader__logo,\n      .preloader--done .preloader__text {\n        display: none;\n        color: #ff5705 !important;\n        font-size: 15px;\n      }\n\n      .preloader--done .preloader__text--fail {\n        display: block;\n      }\n\n      [ng\\:cloak],\n      [ng-cloak],\n      .ng-cloak {\n        display: none !important;\n      }</style><div class=\"preloader\"><div class=\"preloader__enter\"><div class=\"preloader__bounce\"><div class=\"preloader__logo\"></div></div></div><div class=\"preloader__text\">Loading Grafana</div><div class=\"preloader__text preloader__text--fail\"><p><strong>If you're seeing this Grafana has failed to load its application files</strong><br/><br/></p><p>1. This could be caused by your reverse proxy settings.<br/><br/>2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.<br/><br/>3. If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn build<br/><br/>4. Sometimes restarting grafana-server can help<br/><br/>5. Check if you are using a non-supported browser. For more information, refer to the list of <a href=\"https://grafana.com/docs/grafana/latest/installation/requirements/#supported-web-browsers\">supported browsers</a>.</p></div><script nonce=\"\r\n800\r\n\">\n        \n        function checkBrowserCompatibility() {\n          var isIE = navigator.userAgent.indexOf('MSIE') > -1;\n          var isEdge = navigator.userAgent.indexOf('Edge/') > -1 || navigator.userAgent.indexOf('Edg/') > -1;\n          var isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;\n          var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor);\n\n          \n\n          var isEdgeVersion = /Edge\\/([0-9.]+)/.exec(navigator.userAgent);\n\n          if (isIE && parseFloat(/Trident\\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 7) {\n            return false;\n          } else if (\n            isEdge &&\n            ((isEdgeVersion && parseFloat(isEdgeVersion[1]) <= 16) ||\n              parseFloat(/Edg\\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 16)\n          ) {\n            return false;\n          } else if (isFirefox && parseFloat(/Firefox\\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 64) {\n            return false;\n          } else if (isChrome && parseFloat(/Chrome\\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 54) {\n            return false;\n          }\n\n          return true;\n        }\n\n        if (!checkBrowserCompatibility()) {\n          alert('Your browser is not fully supported, please try newer version.');\n        }</script></div><div id=\"reactRoot\"></div><script nonce=\"\">window.grafanaBootData = {\n          user: {\"isSignedIn\":false,\"id\":0,\"login\":\"\",\"email\":\"\",\"name\":\"\",\"lightTheme\":false,\"orgCount\":0,\"orgId\":1,\"orgName\":\"Main Org.\",\"orgRole\":\"Viewer\",\"isGrafanaAdmin\":false,\"gravatarUrl\":\"\",\"timezone\":\"browser\",\"locale\":\"en-US\",\"helpFlags1\":0,\"hasEditPermissionInFolders\":false},\n          settings: {\"alertingEnabled\":true,\"alertingErrorOrTimeout\":\"alerting\",\"alertingMinInterval\":1,\"alertingNoDataOrNullValues\":\"no_data\",\"allowOrgCreate\":false,\"appSubUrl\":\"\",\"appUrl\":\"http://localhost:3000/\",\"applicationInsightsConnectionString\":\"\",\"applicationInsightsEndpointUrl\":\"\",\"authProxyEnabled\":false,\"autoAssignOrg\":true,\"awsAllowedAuthProviders\":[\"default\",\r\n47e2\r\n\"keys\",\"credentials\"],\"awsAssumeRoleEnabled\":true,\"azure\":{\"cloud\":\"AzureCloud\",\"managedIdentityEnabled\":false},\"buildInfo\":{\"buildstamp\":1635147905,\"commit\":\"fb85ed6912\",\"edition\":\"Open Source\",\"env\":\"production\",\"hasUpdate\":true,\"hideVersion\":false,\"isEnterprise\":false,\"latestVersion\":\"10.2.3\",\"version\":\"8.2.3\"},\"caching\":{\"enabled\":true},\"datasources\":{\"-- Dashboard --\":{\"meta\":{\"type\":\"datasource\",\"name\":\"-- Dashboard --\",\"id\":\"dashboard\",\"info\":{\"author\":{\"name\":\"\",\"url\":\"\"},\"description\":\"\",\"links\":null,\"logos\":{\"small\":\"public/img/icn-datasource.svg\",\"large\":\"public/img/icn-datasource.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"dependencies\":{\"grafanaVersion\":\"*\",\"plugins\":[]},\"includes\":null,\"module\":\"app/plugins/datasource/dashboard/module\",\"baseUrl\":\"public/app/plugins/datasource/dashboard\",\"category\":\"\",\"preload\":false,\"signature\":\"internal\",\"Root\":null,\"annotations\":false,\"metrics\":true,\"alerting\":false,\"explore\":false,\"tables\":false,\"logs\":false,\"tracing\":false,\"builtIn\":true,\"routes\":null,\"streaming\":false},\"name\":\"-- Dashboard --\",\"type\":\"datasource\"},\"-- Grafana --\":{\"id\":-1,\"meta\":{\"type\":\"datasource\",\"name\":\"-- Grafana --\",\"id\":\"grafana\",\"info\":{\"author\":{\"name\":\"\",\"url\":\"\"},\"description\":\"\",\"links\":null,\"logos\":{\"small\":\"public/img/icn-datasource.svg\",\"large\":\"public/img/icn-datasource.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"dependencies\":{\"grafanaVersion\":\"*\",\"plugins\":[]},\"includes\":null,\"module\":\"app/plugins/datasource/grafana/module\",\"baseUrl\":\"public/app/plugins/datasource/grafana\",\"category\":\"\",\"preload\":false,\"signature\":\"internal\",\"Root\":null,\"annotations\":true,\"metrics\":true,\"alerting\":false,\"explore\":false,\"tables\":false,\"logs\":false,\"tracing\":false,\"builtIn\":true,\"routes\":null,\"streaming\":false},\"name\":\"-- Grafana --\",\"type\":\"datasource\",\"uid\":\"grafana\"},\"-- Mixed --\":{\"meta\":{\"type\":\"datasource\",\"name\":\"-- Mixed --\",\"id\":\"mixed\",\"info\":{\"author\":{\"name\":\"\",\"url\":\"\"},\"description\":\"\",\"links\":null,\"logos\":{\"small\":\"public/img/icn-datasource.svg\",\"large\":\"public/img/icn-datasource.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"dependencies\":{\"grafanaVersion\":\"*\",\"plugins\":[]},\"includes\":null,\"module\":\"app/plugins/datasource/mixed/module\",\"baseUrl\":\"public/app/plugins/datasource/mixed\",\"category\":\"\",\"preload\":false,\"signature\":\"internal\",\"Root\":null,\"annotations\":false,\"metrics\":true,\"alerting\":false,\"explore\":false,\"tables\":false,\"logs\":false,\"tracing\":false,\"queryOptions\":{\"minInterval\":true},\"builtIn\":true,\"mixed\":true,\"routes\":null,\"streaming\":false},\"name\":\"-- Mixed --\",\"type\":\"datasource\"},\"InfluxDB\":{\"access\":\"direct\",\"database\":\"openhab\",\"id\":1,\"isDefault\":true,\"jsonData\":{\"httpMode\":\"GET\",\"oauthPassThru\":false,\"tlsAuth\":false,\"tlsSkipVerify\":false},\"meta\":{\"type\":\"datasource\",\"name\":\"InfluxDB\",\"id\":\"influxdb\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"Open source time series database\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/datasource/influxdb/img/influxdb_logo.svg\",\"large\":\"public/app/plugins/datasource/influxdb/img/influxdb_logo.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"dependencies\":{\"grafanaVersion\":\"*\",\"plugins\":[]},\"includes\":null,\"module\":\"app/plugins/datasource/influxdb/module\",\"baseUrl\":\"public/app/plugins/datasource/influxdb\",\"category\":\"tsdb\",\"preload\":false,\"signature\":\"internal\",\"Root\":null,\"annotations\":true,\"metrics\":true,\"alerting\":true,\"explore\":false,\"tables\":false,\"logs\":true,\"tracing\":false,\"queryOptions\":{\"minInterval\":true},\"routes\":null,\"streaming\":false},\"name\":\"InfluxDB\",\"password\":\"habopen\",\"type\":\"influxdb\",\"uid\":\"9qEuJ157k\",\"url\":\"http://micklw.homedns.org:32769\",\"username\":\"grafana\"}},\"dateFormats\":{\"fullDate\":\"YYYY-MM-DD HH:mm:ss\",\"useBrowserLocale\":false,\"interval\":{\"second\":\"HH:mm:ss\",\"minute\":\"HH:mm\",\"hour\":\"MM/DD HH:mm\",\"day\":\"MM/DD\",\"month\":\"YYYY-MM\",\"year\":\"YYYY\"},\"defaultTimezone\":\"browser\"},\"defaultDatasource\":\"InfluxDB\",\"disableLoginForm\":false,\"disableSanitizeHtml\":false,\"disableUserSignUp\":true,\"editorsCanAdmin\":false,\"exploreEnabled\":true,\"expressionsEnabled\":true,\"externalUserMngInfo\":\"\",\"externalUserMngLinkName\":\"\",\"externalUserMngLinkUrl\":\"\",\"featureToggles\":{},\"googleAnalyticsId\":\"\",\"http2Enabled\":false,\"ldapEnabled\":false,\"licenseInfo\":{\"edition\":\"Open Source\",\"expiry\":0,\"hasLicense\":false,\"hasValidLicense\":false,\"licenseUrl\":\"https://grafana.com/oss/grafana?utm_source=grafana_footer\",\"stateInfo\":\"\"},\"liveEnabled\":true,\"loginHint\":\"email or username\",\"minRefreshInterval\":\"5s\",\"panels\":{\"alertlist\":{\"baseUrl\":\"public/app/plugins/panel/alertlist\",\"hideFromList\":false,\"id\":\"alertlist\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"Shows list of alerts and their current status\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg\",\"large\":\"public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"module\":\"app/plugins/panel/alertlist/module\",\"name\":\"Alert list\",\"signature\":\"internal\",\"skipDataQuery\":true,\"sort\":15,\"state\":\"\"},\"annolist\":{\"baseUrl\":\"public/app/plugins/panel/annolist\",\"hideFromList\":false,\"id\":\"annolist\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"List annotations\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/panel/annolist/img/icn-annolist-panel.svg\",\"large\":\"public/app/plugins/panel/annolist/img/icn-annolist-panel.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"module\":\"app/plugins/panel/annolist/module\",\"name\":\"Annotations list\",\"signature\":\"internal\",\"skipDataQuery\":true,\"sort\":100,\"state\":\"\"},\"barchart\":{\"baseUrl\":\"public/app/plugins/panel/barchart\",\"hideFromList\":false,\"id\":\"barchart\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"Categorical charts with group support\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/panel/barchart/img/barchart.svg\",\"large\":\"public/app/plugins/panel/barchart/img/barchart.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"module\":\"app/plugins/panel/barchart/module\",\"name\":\"Bar chart\",\"signature\":\"internal\",\"skipDataQuery\":false,\"sort\":2,\"state\":\"beta\"},\"bargauge\":{\"baseUrl\":\"public/app/plugins/panel/bargauge\",\"hideFromList\":false,\"id\":\"bargauge\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"Horizontal and vertical gauges\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg\",\"large\":\"public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"module\":\"app/plugins/panel/bargauge/module\",\"name\":\"Bar gauge\",\"signature\":\"internal\",\"skipDataQuery\":false,\"sort\":5,\"state\":\"\"},\"dashlist\":{\"baseUrl\":\"public/app/plugins/panel/dashlist\",\"hideFromList\":false,\"id\":\"dashlist\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"List of dynamic links to other dashboards\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/panel/dashlist/img/icn-dashlist-panel.svg\",\"large\":\"public/app/plugins/panel/dashlist/img/icn-dashlist-panel.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"module\":\"app/plugins/panel/dashlist/module\",\"name\":\"Dashboard list\",\"signature\":\"internal\",\"skipDataQuery\":true,\"sort\":16,\"state\":\"\"},\"gauge\":{\"baseUrl\":\"public/app/plugins/panel/gauge\",\"hideFromList\":false,\"id\":\"gauge\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"Standard gauge visualization\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/panel/gauge/img/icon_gauge.svg\",\"large\":\"public/app/plugins/panel/gauge/img/icon_gauge.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"module\":\"app/plugins/panel/gauge/module\",\"name\":\"Gauge\",\"signature\":\"internal\",\"skipDataQuery\":false,\"sort\":4,\"state\":\"\"},\"geomap\":{\"baseUrl\":\"public/app/plugins/panel/geomap\",\"hideFromList\":false,\"id\":\"geomap\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"Geomap panel\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/panel/geomap/img/icn-geomap.svg\",\"large\":\"public/app/plugins/panel/geomap/img/icn-geomap.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\"},\"module\":\"app/plugins/panel/geomap/module\",\"name\":\"Geomap\",\"signature\":\"internal\",\"skipDataQuery\":false,\"sort\":100,\"state\":\"beta\"},\"gettingstarted\":{\"baseUrl\":\"public/app/plugins/p",
         "datamd5" : "48c2bc70dbbc89b24b5e61bbcde7885a",
         "datammh3" : -1883975244,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "telekom.at"
         ],
         "geolocus" : {
            "asn" : "AS8447",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "AT",
            "countryname" : "Austria",
            "domain" : [
               "a1.at",
               "telekom.at"
            ],
            "isineu" : "true",
            "latitude" : "47.516231",
            "location" : "47.516231,14.550072",
            "longitude" : "14.550072",
            "netname" : "A1TA-HSI",
            "organization" : "HIGHWAY194",
            "subnet" : "91.115.0.0/16"
         },
         "host" : [
            "91-115-39-194"
         ],
         "hostname" : [
            "91-115-39-194.adsl.highway.telekom.at"
         ],
         "ip" : "91.115.39.194",
         "ipv6" : "false",
         "latitude" : "46.5637",
         "location" : "46.5637,14.1513",
         "longitude" : "14.1513",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Telekom Austria",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 32768,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "91-115-39-194.adsl.highway.telekom.at"
         ],
         "seen_date" : "2024-11-02",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "adsl.highway.telekom.at",
            "highway.telekom.at"
         ],
         "subnet" : "91.112.0.0/14",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "at"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }