HTTP/1.1 200 OK
Cache-Control: no-store
Content-Type: text/html; charset=UTF-8
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-Xss-Protection: 1; mode=block
Date: Thu, 07 Nov 2024 05:30:03 GMT
Connection: close
Transfer-Encoding: chunked
800
<!DOCTYPE html>
<html lang="en-US">
<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="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.75ad3458069d453da8ea.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: 0.5s;
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');
}
e03
.preloader__text {
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: 0.5s;
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);
}
15% {
transform: scaleX(0.75) scaleY(1.25);
animation-timing-function: cubic-bezier(0, 0, 0.7, 0.75);
}
55% {
transform: scaleX(1.05) scaleY(0.95);
animation-timing-function: cubic-bezier(0.9, 0, 1, 1);
}
95% {
transform: scaleX(0.75) scaleY(1.25);
animation-timing-function: cubic-bezier(0, 0, 0, 1);
}
100% {
transform: scaleX(1.3) scaleY(0.8);
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" aria-live="polite" role="status" aria-label="Loading Grafana"></div>
</div>
</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, 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,"uid":"","login":"","email":"","name":"","theme":"dark","lightTheme":false,"orgCount":1,"orgId":1,"orgName":"","orgRole":"","isGrafanaAdmin":false,"gravatarUrl":"","timezone":"browser","weekStart":"browser","locale":"en-US","language":"en-US","helpFlags1":0,"hasEditPermissionInFolders":false,"authenticatedBy":"","permissions":{"folders:read":true},"analytics":{"identifier":"@http://localhost:3000/"}},
settings: {"defaultDatasource":"IOTMAS-INFLUXDB","datasources":{"-- Dashboard --":{"type":"datasource","name":"-- Dashboard --","meta":{"id":"dashboard","type":"datasour
87d0
ce","name":"-- Dashboard --","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Uses the result set from another panel in the same dashboard","links":null,"logos":{"small":"public/app/plugins/datasource/dashboard/img/icn-reusequeries.svg","large":"public/app/plugins/datasource/dashboard/img/icn-reusequeries.svg"},"build":{},"screenshots":null,"version":"","updated":"","keywords":null},"dependencies":{"grafanaDependency":"","grafanaVersion":"*","plugins":[]},"includes":null,"category":"","preload":false,"backend":false,"routes":null,"skipDataQuery":false,"autoEnabled":false,"annotations":false,"metrics":true,"alerting":false,"explore":false,"tables":false,"logs":false,"tracing":false,"builtIn":true,"streaming":false,"signature":"internal","module":"core:plugin/dashboard","baseUrl":"public/app/plugins/datasource/dashboard","angular":{"detected":false,"hideDeprecation":false}},"isDefault":false,"preload":false,"jsonData":{},"readOnly":false,"cachingConfig":{"enabled":false,"TTLMs":0}},"-- Grafana --":{"id":-1,"uid":"grafana","type":"datasource","name":"-- Grafana --","meta":{"id":"grafana","type":"datasource","name":"-- Grafana --","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"A built-in data source that generates random walk data and can poll the Testdata data source. This helps you test visualizations and run experiments.","links":null,"logos":{"small":"public/app/plugins/datasource/grafana/img/icn-grafanadb.svg","large":"public/app/plugins/datasource/grafana/img/icn-grafanadb.svg"},"build":{},"screenshots":null,"version":"","updated":"","keywords":null},"dependencies":{"grafanaDependency":"","grafanaVersion":"*","plugins":[]},"includes":null,"category":"","preload":false,"backend":true,"routes":null,"skipDataQuery":false,"autoEnabled":false,"annotations":true,"metrics":true,"alerting":false,"explore":false,"tables":false,"logs":false,"tracing":false,"builtIn":true,"streaming":false,"signature":"internal","module":"core:plugin/grafana","baseUrl":"public/app/plugins/datasource/grafana","angular":{"detected":false,"hideDeprecation":false}},"isDefault":false,"preload":false,"jsonData":{},"readOnly":false,"cachingConfig":{"enabled":false,"TTLMs":0}},"-- Mixed --":{"type":"datasource","name":"-- Mixed --","meta":{"id":"mixed","type":"datasource","name":"-- Mixed --","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Lets you query multiple data sources in the same panel.","links":null,"logos":{"small":"public/app/plugins/datasource/mixed/img/icn-mixeddatasources.svg","large":"public/app/plugins/datasource/mixed/img/icn-mixeddatasources.svg"},"build":{},"screenshots":null,"version":"","updated":"","keywords":null},"dependencies":{"grafanaDependency":"","grafanaVersion":"*","plugins":[]},"includes":null,"category":"","preload":false,"backend":false,"routes":null,"skipDataQuery":false,"autoEnabled":false,"annotations":false,"metrics":true,"alerting":false,"explore":false,"tables":false,"logs":false,"tracing":false,"queryOptions":{"minInterval":true},"builtIn":true,"mixed":true,"streaming":false,"signature":"internal","module":"core:plugin/mixed","baseUrl":"public/app/plugins/datasource/mixed","angular":{"detected":false,"hideDeprecation":false}},"isDefault":false,"preload":false,"jsonData":{},"readOnly":false,"cachingConfig":{"enabled":false,"TTLMs":0}},"IOTMAS-INFLUXDB":{"id":1,"uid":"adyo461edr0g0c","type":"influxdb","name":"IOTMAS-INFLUXDB","meta":{"id":"influxdb","type":"datasource","name":"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":"","keywords":null},"dependencies":{"grafanaDependency":"","grafanaVersion":"*","plugins":[]},"includes":null,"category":"tsdb","preload":false,"backend":true,"routes":null,"skipDataQuery":false,"autoEnabled":false,"annotations":true,"metrics":true,"alerting":true,"explore":false,"tables":false,"logs":true,"tracing":false,"queryOptions":{"minInterval":true},"streaming":false,"signature":"internal","module":"core:plugin/influxdb","baseUrl":"public/app/plugins/datasource/influxdb","angular":{"detected":false,"hideDeprecation":false}},"url":"/api/datasources/proxy/uid/adyo461edr0g0c","isDefault":true,"access":"proxy","preload":false,"module":"core:plugin/influxdb","jsonData":{"dbName":"iotmas_meteo_niznasebastova","timeInterval":"2"},"readOnly":false,"cachingConfig":{"enabled":false,"TTLMs":0}},"WEATHER-API":{"id":5,"uid":"edyy1u0p8kttsc","type":"yesoreyeram-infinity-datasource","name":"WEATHER-API","meta":{"id":"yesoreyeram-infinity-datasource","type":"datasource","name":"Infinity","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"JSON API, CSV, TSV, XML, GraphQL, HTML, Google Sheets and HTTP/REST API datasource for Grafana. Do infinite things with Grafana. Transform data with UQL/GROQ. Visualize data from many apis including Amazon AWS, Microsoft Azure, Google Cloud / GCP and RSS/ATOM feeds directly. Also support visualizing logs and traces.","links":[{"name":"Docs","url":"https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource"},{"name":"Github","url":"https://github.com/grafana/grafana-infinity-datasource"},{"name":"Need Help?","url":"https://github.com/grafana/grafana-infinity-datasource/discussions/categories/q-a"},{"name":"Report Bug","url":"https://github.com/grafana/grafana-infinity-datasource/issues/new/choose"},{"name":"Examples","url":"https://github.com/grafana/grafana-infinity-datasource/discussions/categories/show-and-tell"}],"logos":{"small":"public/plugins/yesoreyeram-infinity-datasource/img/icon.svg","large":"public/plugins/yesoreyeram-infinity-datasource/img/icon.svg"},"build":{"time":1726574009727,"repo":"https://github.com/grafana/grafana-infinity-datasource","branch":"main","hash":"642b2e57a95e6cb03b327a5944b58ed12512347e"},"screenshots":[{"name":"features","path":"public/plugins/yesoreyeram-infinity-datasource/img/slide-features.png"},{"name":"rest-api","path":"public/plugins/yesoreyeram-infinity-datasource/img/slide-rest-api.png"},{"name":"variables","path":"public/plugins/yesoreyeram-infinity-datasource/img/slide-variables.png"},{"name":"series","path":"public/plugins/yesoreyeram-infinity-datasource/img/slide-series.png"}],"version":"2.10.0","updated":"2024-09-17","keywords":["atom","aws","azure","csv","feed","gcp","google cloud","grafana","graphql","groq","html","inline","json api","json","node graph","random walk","rest api","rss feed","rss","scraping","simple-json","soap","transformations","uql","url","xml"]},"dependencies":{"grafanaDependency":"\u003e=9.5.15","grafanaVersion":"9.5.x","plugins":[]},"includes":[],"category":"","preload":false,"backend":true,"routes":[],"skipDataQuery":false,"autoEnabled":false,"annotations":true,"metrics":true,"alerting":true,"explore":false,"tables":false,"logs":true,"tracing":true,"streaming":false,"executable":"gpx_infinity","signature":"valid","module":"public/plugins/yesoreyeram-infinity-datasource/module.js","baseUrl":"public/plugins/yesoreyeram-infinity-datasource","angular":{"detected":false,"hideDeprecation":false}},"url":"/api/datasources/proxy/uid/edyy1u0p8kttsc","isDefault":false,"access":"proxy","preload":false,"module":"public/plugins/yesoreyeram-infinity-datasource/module.js","jsonData":{"global_queries":[]},"readOnly":false,"cachingConfig":{"enabled":false,"TTLMs":0}}},"minRefreshInterval":"5s","panels":{"alertlist":{"id":"alertlist","name":"Alert list","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":"","keywords":null},"hideFromList":false,"sort":15,"skipDataQuery":true,"state":"","baseUrl":"public/app/plugins/panel/alertlist","signature":"internal","module":"core:plugin/alertlist","angular":{"detected":false,"hideDeprecation":false}},"annolist":{"id":"annolist","name":"Annotations list","aliasIds":["ryantxu-annolist-
{
"@category" : "datascan",
"@timestamp" : "2024-11-07T05:29:49.000Z",
"app" : {
"extract" : {
"domain" : [
"grafana.com",
"github.com"
],
"file" : [
"browserconfig.xml"
],
"hostname" : [
"github.com",
"grafana.com",
"localhost"
],
"url" : [
"http://localhost:3000/",
"https://github.com/grafana/grafana-infinity-datasource",
"https://github.com/grafana/grafana-infinity-datasource/discussions/categories/q-a",
"https://github.com/grafana/grafana-infinity-datasource/discussions/categories/show-and-tell",
"https://github.com/grafana/grafana-infinity-datasource/issues/new/choose",
"https://grafana.com",
"https://grafana.com/docs/grafana/latest/installation/requirements/",
"https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource"
]
},
"favicon" : {
"url" : "/public/img/fav32.png"
},
"http" : {
"bodymd5" : "781ae1bf2d99a0d861b2ec7f5399cb36",
"bodymmh3" : 780740762,
"component" : [
{
"productvendor" : "Grafana",
"product" : "Grafana"
}
],
"headermd5" : "d79be5d9ccb5c4b96ac8d0c20fe4756b",
"headermmh3" : -1656757574,
"title" : "Grafana"
},
"length" : 16384
},
"asn" : "AS25512",
"city" : "Kada\u0148",
"country" : "CZ",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\r\nCache-Control: no-store\r\nContent-Type: text/html; charset=UTF-8\r\nX-Content-Type-Options: nosniff\r\nX-Frame-Options: deny\r\nX-Xss-Protection: 1; mode=block\r\nDate: Thu, 07 Nov 2024 05:30:03 GMT\r\nConnection: close\r\nTransfer-Encoding: chunked\r\n\r\n800\r\n<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n \n <meta charset=\"utf-8\" />\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n <meta name=\"viewport\" content=\"width=device-width\" />\n <meta name=\"theme-color\" content=\"#000\" />\n\n <title>Grafana</title>\n\n <base href=\"/\" />\n\n <link rel=\"icon\" type=\"image/png\" href=\"public/img/fav32.png\" />\n <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"public/img/apple-touch-icon.png\" />\n <link rel=\"mask-icon\" href=\"public/img/grafana_mask_icon.svg\" color=\"#F05A28\" />\n\n \n \n <link rel=\"stylesheet\" href=\"public/build/grafana.dark.75ad3458069d453da8ea.css\" />\n \n\n <script nonce=\"\">\n performance.mark('frontend_boot_css_time_seconds');\n </script>\n\n <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n <meta name=\"msapplication-TileColor\" content=\"#2b5797\" />\n <meta name=\"msapplication-config\" content=\"public/img/browserconfig.xml\" />\n </head>\n\n <body class=\"theme-dark app-grafana\">\n <style>\n .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: 0.5s;\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 \r\ne03\r\n .preloader__text {\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: 0.5s;\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 }\n 15% {\n transform: scaleX(0.75) scaleY(1.25);\n animation-timing-function: cubic-bezier(0, 0, 0.7, 0.75);\n }\n 55% {\n transform: scaleX(1.05) scaleY(0.95);\n animation-timing-function: cubic-bezier(0.9, 0, 1, 1);\n }\n 95% {\n transform: scaleX(0.75) scaleY(1.25);\n animation-timing-function: cubic-bezier(0, 0, 0, 1);\n }\n 100% {\n transform: scaleX(1.3) scaleY(0.8);\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 }\n </style>\n\n <div class=\"preloader\">\n <div class=\"preloader__enter\">\n <div class=\"preloader__bounce\">\n <div class=\"preloader__logo\" aria-live=\"polite\" role=\"status\" aria-label=\"Loading Grafana\"></div>\n </div>\n </div>\n <div class=\"preloader__text preloader__text--fail\">\n <p>\n <strong>If you're seeing this Grafana has failed to load its application files</strong>\n <br />\n <br />\n </p>\n <p>\n 1. This could be caused by your reverse proxy settings.<br /><br />\n 2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not\n using a reverse proxy make sure to set serve_from_sub_path to true.<br />\n <br />\n 3. If you have a local dev build make sure you build frontend using: yarn start, or yarn build<br />\n <br />\n 4. Sometimes restarting grafana-server can help<br />\n <br />\n 5. Check if you are using a non-supported browser. For more information, refer to the list of\n <a href=\"https://grafana.com/docs/grafana/latest/installation/requirements/#supported-web-browsers\">\n supported browsers</a\n >.\n </p>\n </div>\n <script nonce=\"\r\n800\r\n\">\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 }\n </script>\n </div>\n\n <div id=\"reactRoot\"></div>\n\n <script nonce=\"\">\n window.grafanaBootData = {\n user: {\"isSignedIn\":false,\"id\":0,\"uid\":\"\",\"login\":\"\",\"email\":\"\",\"name\":\"\",\"theme\":\"dark\",\"lightTheme\":false,\"orgCount\":1,\"orgId\":1,\"orgName\":\"\",\"orgRole\":\"\",\"isGrafanaAdmin\":false,\"gravatarUrl\":\"\",\"timezone\":\"browser\",\"weekStart\":\"browser\",\"locale\":\"en-US\",\"language\":\"en-US\",\"helpFlags1\":0,\"hasEditPermissionInFolders\":false,\"authenticatedBy\":\"\",\"permissions\":{\"folders:read\":true},\"analytics\":{\"identifier\":\"@http://localhost:3000/\"}},\n settings: {\"defaultDatasource\":\"IOTMAS-INFLUXDB\",\"datasources\":{\"-- Dashboard --\":{\"type\":\"datasource\",\"name\":\"-- Dashboard --\",\"meta\":{\"id\":\"dashboard\",\"type\":\"datasour\r\n87d0\r\nce\",\"name\":\"-- Dashboard --\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"Uses the result set from another panel in the same dashboard\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/datasource/dashboard/img/icn-reusequeries.svg\",\"large\":\"public/app/plugins/datasource/dashboard/img/icn-reusequeries.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\",\"keywords\":null},\"dependencies\":{\"grafanaDependency\":\"\",\"grafanaVersion\":\"*\",\"plugins\":[]},\"includes\":null,\"category\":\"\",\"preload\":false,\"backend\":false,\"routes\":null,\"skipDataQuery\":false,\"autoEnabled\":false,\"annotations\":false,\"metrics\":true,\"alerting\":false,\"explore\":false,\"tables\":false,\"logs\":false,\"tracing\":false,\"builtIn\":true,\"streaming\":false,\"signature\":\"internal\",\"module\":\"core:plugin/dashboard\",\"baseUrl\":\"public/app/plugins/datasource/dashboard\",\"angular\":{\"detected\":false,\"hideDeprecation\":false}},\"isDefault\":false,\"preload\":false,\"jsonData\":{},\"readOnly\":false,\"cachingConfig\":{\"enabled\":false,\"TTLMs\":0}},\"-- Grafana --\":{\"id\":-1,\"uid\":\"grafana\",\"type\":\"datasource\",\"name\":\"-- Grafana --\",\"meta\":{\"id\":\"grafana\",\"type\":\"datasource\",\"name\":\"-- Grafana --\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"A built-in data source that generates random walk data and can poll the Testdata data source. This helps you test visualizations and run experiments.\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/datasource/grafana/img/icn-grafanadb.svg\",\"large\":\"public/app/plugins/datasource/grafana/img/icn-grafanadb.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\",\"keywords\":null},\"dependencies\":{\"grafanaDependency\":\"\",\"grafanaVersion\":\"*\",\"plugins\":[]},\"includes\":null,\"category\":\"\",\"preload\":false,\"backend\":true,\"routes\":null,\"skipDataQuery\":false,\"autoEnabled\":false,\"annotations\":true,\"metrics\":true,\"alerting\":false,\"explore\":false,\"tables\":false,\"logs\":false,\"tracing\":false,\"builtIn\":true,\"streaming\":false,\"signature\":\"internal\",\"module\":\"core:plugin/grafana\",\"baseUrl\":\"public/app/plugins/datasource/grafana\",\"angular\":{\"detected\":false,\"hideDeprecation\":false}},\"isDefault\":false,\"preload\":false,\"jsonData\":{},\"readOnly\":false,\"cachingConfig\":{\"enabled\":false,\"TTLMs\":0}},\"-- Mixed --\":{\"type\":\"datasource\",\"name\":\"-- Mixed --\",\"meta\":{\"id\":\"mixed\",\"type\":\"datasource\",\"name\":\"-- Mixed --\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"Lets you query multiple data sources in the same panel.\",\"links\":null,\"logos\":{\"small\":\"public/app/plugins/datasource/mixed/img/icn-mixeddatasources.svg\",\"large\":\"public/app/plugins/datasource/mixed/img/icn-mixeddatasources.svg\"},\"build\":{},\"screenshots\":null,\"version\":\"\",\"updated\":\"\",\"keywords\":null},\"dependencies\":{\"grafanaDependency\":\"\",\"grafanaVersion\":\"*\",\"plugins\":[]},\"includes\":null,\"category\":\"\",\"preload\":false,\"backend\":false,\"routes\":null,\"skipDataQuery\":false,\"autoEnabled\":false,\"annotations\":false,\"metrics\":true,\"alerting\":false,\"explore\":false,\"tables\":false,\"logs\":false,\"tracing\":false,\"queryOptions\":{\"minInterval\":true},\"builtIn\":true,\"mixed\":true,\"streaming\":false,\"signature\":\"internal\",\"module\":\"core:plugin/mixed\",\"baseUrl\":\"public/app/plugins/datasource/mixed\",\"angular\":{\"detected\":false,\"hideDeprecation\":false}},\"isDefault\":false,\"preload\":false,\"jsonData\":{},\"readOnly\":false,\"cachingConfig\":{\"enabled\":false,\"TTLMs\":0}},\"IOTMAS-INFLUXDB\":{\"id\":1,\"uid\":\"adyo461edr0g0c\",\"type\":\"influxdb\",\"name\":\"IOTMAS-INFLUXDB\",\"meta\":{\"id\":\"influxdb\",\"type\":\"datasource\",\"name\":\"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\":\"\",\"keywords\":null},\"dependencies\":{\"grafanaDependency\":\"\",\"grafanaVersion\":\"*\",\"plugins\":[]},\"includes\":null,\"category\":\"tsdb\",\"preload\":false,\"backend\":true,\"routes\":null,\"skipDataQuery\":false,\"autoEnabled\":false,\"annotations\":true,\"metrics\":true,\"alerting\":true,\"explore\":false,\"tables\":false,\"logs\":true,\"tracing\":false,\"queryOptions\":{\"minInterval\":true},\"streaming\":false,\"signature\":\"internal\",\"module\":\"core:plugin/influxdb\",\"baseUrl\":\"public/app/plugins/datasource/influxdb\",\"angular\":{\"detected\":false,\"hideDeprecation\":false}},\"url\":\"/api/datasources/proxy/uid/adyo461edr0g0c\",\"isDefault\":true,\"access\":\"proxy\",\"preload\":false,\"module\":\"core:plugin/influxdb\",\"jsonData\":{\"dbName\":\"iotmas_meteo_niznasebastova\",\"timeInterval\":\"2\"},\"readOnly\":false,\"cachingConfig\":{\"enabled\":false,\"TTLMs\":0}},\"WEATHER-API\":{\"id\":5,\"uid\":\"edyy1u0p8kttsc\",\"type\":\"yesoreyeram-infinity-datasource\",\"name\":\"WEATHER-API\",\"meta\":{\"id\":\"yesoreyeram-infinity-datasource\",\"type\":\"datasource\",\"name\":\"Infinity\",\"info\":{\"author\":{\"name\":\"Grafana Labs\",\"url\":\"https://grafana.com\"},\"description\":\"JSON API, CSV, TSV, XML, GraphQL, HTML, Google Sheets and HTTP/REST API datasource for Grafana. Do infinite things with Grafana. Transform data with UQL/GROQ. Visualize data from many apis including Amazon AWS, Microsoft Azure, Google Cloud / GCP and RSS/ATOM feeds directly. Also support visualizing logs and traces.\",\"links\":[{\"name\":\"Docs\",\"url\":\"https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource\"},{\"name\":\"Github\",\"url\":\"https://github.com/grafana/grafana-infinity-datasource\"},{\"name\":\"Need Help?\",\"url\":\"https://github.com/grafana/grafana-infinity-datasource/discussions/categories/q-a\"},{\"name\":\"Report Bug\",\"url\":\"https://github.com/grafana/grafana-infinity-datasource/issues/new/choose\"},{\"name\":\"Examples\",\"url\":\"https://github.com/grafana/grafana-infinity-datasource/discussions/categories/show-and-tell\"}],\"logos\":{\"small\":\"public/plugins/yesoreyeram-infinity-datasource/img/icon.svg\",\"large\":\"public/plugins/yesoreyeram-infinity-datasource/img/icon.svg\"},\"build\":{\"time\":1726574009727,\"repo\":\"https://github.com/grafana/grafana-infinity-datasource\",\"branch\":\"main\",\"hash\":\"642b2e57a95e6cb03b327a5944b58ed12512347e\"},\"screenshots\":[{\"name\":\"features\",\"path\":\"public/plugins/yesoreyeram-infinity-datasource/img/slide-features.png\"},{\"name\":\"rest-api\",\"path\":\"public/plugins/yesoreyeram-infinity-datasource/img/slide-rest-api.png\"},{\"name\":\"variables\",\"path\":\"public/plugins/yesoreyeram-infinity-datasource/img/slide-variables.png\"},{\"name\":\"series\",\"path\":\"public/plugins/yesoreyeram-infinity-datasource/img/slide-series.png\"}],\"version\":\"2.10.0\",\"updated\":\"2024-09-17\",\"keywords\":[\"atom\",\"aws\",\"azure\",\"csv\",\"feed\",\"gcp\",\"google cloud\",\"grafana\",\"graphql\",\"groq\",\"html\",\"inline\",\"json api\",\"json\",\"node graph\",\"random walk\",\"rest api\",\"rss feed\",\"rss\",\"scraping\",\"simple-json\",\"soap\",\"transformations\",\"uql\",\"url\",\"xml\"]},\"dependencies\":{\"grafanaDependency\":\"\\u003e=9.5.15\",\"grafanaVersion\":\"9.5.x\",\"plugins\":[]},\"includes\":[],\"category\":\"\",\"preload\":false,\"backend\":true,\"routes\":[],\"skipDataQuery\":false,\"autoEnabled\":false,\"annotations\":true,\"metrics\":true,\"alerting\":true,\"explore\":false,\"tables\":false,\"logs\":true,\"tracing\":true,\"streaming\":false,\"executable\":\"gpx_infinity\",\"signature\":\"valid\",\"module\":\"public/plugins/yesoreyeram-infinity-datasource/module.js\",\"baseUrl\":\"public/plugins/yesoreyeram-infinity-datasource\",\"angular\":{\"detected\":false,\"hideDeprecation\":false}},\"url\":\"/api/datasources/proxy/uid/edyy1u0p8kttsc\",\"isDefault\":false,\"access\":\"proxy\",\"preload\":false,\"module\":\"public/plugins/yesoreyeram-infinity-datasource/module.js\",\"jsonData\":{\"global_queries\":[]},\"readOnly\":false,\"cachingConfig\":{\"enabled\":false,\"TTLMs\":0}}},\"minRefreshInterval\":\"5s\",\"panels\":{\"alertlist\":{\"id\":\"alertlist\",\"name\":\"Alert list\",\"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\":\"\",\"keywords\":null},\"hideFromList\":false,\"sort\":15,\"skipDataQuery\":true,\"state\":\"\",\"baseUrl\":\"public/app/plugins/panel/alertlist\",\"signature\":\"internal\",\"module\":\"core:plugin/alertlist\",\"angular\":{\"detected\":false,\"hideDeprecation\":false}},\"annolist\":{\"id\":\"annolist\",\"name\":\"Annotations list\",\"aliasIds\":[\"ryantxu-annolist-",
"datamd5" : "58e8b889f0131bd72e3c935146adfb69",
"datammh3" : 817125642,
"device" : {
"class" : "<enterprise field>: device.class"
},
"domain" : [
"hicoria.com",
"iotmas.eu"
],
"forward" : "grafana.iotmas.eu",
"geolocus" : {
"asn" : "AS25512",
"continent" : "EU",
"continentname" : "Europe",
"country" : "CZ",
"countryname" : "Czech Republic",
"domain" : [
"cdt.cz",
"libcice.net"
],
"isineu" : "true",
"latitude" : "49.817492",
"location" : "49.817492,15.472962",
"longitude" : "15.472962",
"netname" : "LIBCICENET-CDT-NET",
"organization" : "CD-Telematika a.s.",
"subnet" : "89.203.128.0/17"
},
"host" : [
"192-248-203-89"
],
"hostname" : [
"192-248-203-89.hicoria.com",
"grafana.iotmas.eu"
],
"ip" : "89.203.248.192",
"ipv6" : "false",
"latitude" : "50.3823",
"location" : "50.3823,13.2596",
"longitude" : "13.2596",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "CD-Telematika a.s.",
"os" : "Linux",
"osdistribution" : "Amazon",
"osvendor" : "Linux",
"port" : 3000,
"protocol" : "http",
"protocolversion" : "1.1",
"reason" : "OK",
"reverse" : [
"192-248-203-89.hicoria.com"
],
"seen_date" : "2024-11-07",
"source" : "urlscan::redirect",
"status" : 200,
"subnet" : "89.203.128.0/17",
"tld" : [
"com",
"eu"
],
"tls" : "false",
"transport" : "tcp",
"url" : "/public-dashboards/77a4b4007cee43ae8f3de29cadc959cc?orgId=1&refresh=5s&from=now-5m&to=now"
}