dashboard

Video feed to ThingsBoard dashboard

眉间皱痕 提交于 2019-12-04 15:36:42
I'm currently using ThingsBoard as an IoT broker to capture and display telemetry data from several sensors to a dashboard. I would like to add the capability of displaying a live video feed from a iPhone camera or webcam, and I'm wondering if anyone here knows if ThingsBoard supports any sort of video data stream (either live or timed screen capture based)? Ideally, I'd like to mount the phone/camera to a servo-controlled mount which I can used to position the camera using controls on the dashboard. 来源: https://stackoverflow.com/questions/54678942/video-feed-to-thingsboard-dashboard

What Python based Dashboard options exist? [closed]

[亡魂溺海] 提交于 2019-12-04 14:36:31
I want to create a Dashboard on each server to show it's health and the results of some daily processing. I plan to hook up shell scripts and Python programs to collect the data. Instead of writing a web-based interface, I thought it would be good to use a python based web dashboard that could render the results in various business user and manager friendly formats. What are my options to do this? I am primarily interested in Python RedHat Linux, but other platforms are interesting too. I'm also open to Perl and Ruby based solutions especially if the plugins can be language neutral. Have you

(十三)Kubernetes Dashboard

拟墨画扇 提交于 2019-12-04 11:39:55
Dashboard概述 Github地址 Dashboard 是 Kubernetes 的 Web GUI ,可用于在 Kubernetes 集群上部署容器化应用、应用排障、管理集群本身及附加的资源等。常用于集群及应用速览、创建或修改单个资源(如 Deployment 、 Jobs 和 DaemonSet 等),以及扩展 Deployment 、启动滚动更新、重启 Pod 或使用部署向导部署一个应用等。 Dashboard 的认证和授权均可由 Kubernetes 集群实现,它自身仅是一个代理,所有的相关操作都将发给 API Server 进行,而非由 Dashboard 自行完成。目前仅支持使用的认证方式有令牌 (token) 认证和 kubeconfig 两种,在访问之前都需要准备好相应的认证凭证。 Dashboard部署 由于用到镜像 k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1 ,是国外的,我们拉取不下来,这里可以使用下面两种方式。 # docker pull mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.10.1 或者是 # docker pull blwy/kubernetes-dashboard-amd64:v1.10.1 1)这里将资源清单文件下载本地

ingress configuration for dashboard

送分小仙女□ 提交于 2019-12-04 10:29:06
问题 I did nginx ingress controller tutorial from github and exposed kubernetes dashboard kubernetes-dashboard NodePort 10.233.53.77 <none> 443:31925/TCP 20d created ingress apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: ingress.kubernetes.io/ssl-passthrough: "true" nginx.org/ssl-backends: "kubernetes-dashboard" kubernetes.io/ingress.allow-http: "false" name: dashboard-ingress namespace: kube-system spec: tls: - hosts: - serverdnsname secretName: kubernetes-dashboard-certs

k8s相关

徘徊边缘 提交于 2019-12-04 09:04:41
卸载kubernetes-dashboard kubectl get secret,sa,role,rolebinding,services,deployments --namespace=kube-system | grep dashboard sudo kubectl delete deployment kubernetes-dashboard --namespace=kube-system sudo kubectl delete service kubernetes-dashboard --namespace=kube-system sudo kubectl delete role kubernetes-dashboard-minimal --namespace=kube-system sudo kubectl delete rolebinding kubernetes-dashboard-minimal --namespace=kube-system sudo kubectl delete sa kubernetes-dashboard --namespace=kube-system sudo kubectl delete secret kubernetes-dashboard-certs --namespace=kube-system sudo kubectl

POSTed arrays keep their values

让人想犯罪 __ 提交于 2019-12-04 06:56:40
问题 Today I noticed one of my Wordpress installations is behaving in a very strange way: whenever I update a post from the Dashboard, some of its extra inputs keep the values they already have (all of them are multi-dimensional arrays). For example: [post.php?post=123&action=edit] <input type="text" id="field_a0b" class="text" name="fields[a][0][b]" value="Current value" placeholder=""> If I edit that post manually (as an end user would), changing Current value to New value , then hit the Update

sonarqube missing project dashboard

家住魔仙堡 提交于 2019-12-04 04:28:44
I have SonarQube 6.1. When I click on a project entry from the main dashboards projects widget, I get to a project home page where it says "quality gate passed" and where some issues are listed ('Bugs', 'Vulnerabilities', 'Code smells' and 'Duplications'). On the left side, close to the top, below the project name, there is a "home" icon and to the right it says 'Issuses', 'Measures', 'Code' and 'Administration'. When I tried to get to a project dashboard - similar to the main dashboard, but specific to the project - I found this page http://docs.sonarqube.org/display/SONARQUBE56/Project

二进制搭建一个完整的K8S集群部署文档

浪子不回头ぞ 提交于 2019-12-03 23:39:02
0. 服务器规划 角色 IP 组件 k8s-master1 192.168.31.63 kube-apiserver kube-controller-manager kube-scheduler etcd k8s-master2 192.168.31.64 kube-apiserver kube-controller-manager kube-scheduler k8s-node1 192.168.31.65 kubelet kube-proxy docker etcd k8s-node2 192.168.31.66 kubelet kube-proxy docker etcd Load Balancer(Master) 192.168.31.61 192.168.31.60 (VIP) Nginx L4 Load Balancer(Backup) 192.168.31.62 Nginx L4 一 - 系统 初始化 关闭防火墙: # systemctl stop firewalld # systemctl disable firewalld 关闭 selinux: # setenforce 0 # 临时 # sed -i 's/enforcing/disabled/' /etc/selinux/config # 永久 关闭 swap: # swapoff -a # 临时 # vim

How to build Charts in Pentaho? using xAction or using CDF?

匆匆过客 提交于 2019-12-03 23:05:42
After lot of struggle and googling finally I have managed to develop one dashboard using Pentaho CDE. While googling I found out that many people use xAction files to create charts and then embed those files in dashboard. So I would like to know which way is better in terms of maintenance, performance? 1) Using only Pentaho CDE or 2) Creating charts in xAction and then embedding those charts What do usually people do to develop dashboards? xActions are pretty much deprecated and are dying a slow painful death. However CDE is new and actively updated technology that is of the moment. So CDE,

PowerBI开发 第十六篇:PowerBI Service基本概念

一个人想着一个人 提交于 2019-12-03 20:50:21
从总体上来看,PowerBI Service 有4个主要的构建模块,分别是dashboards、reports、workbooks 和 datasets,位于workspaces中。 一,Workspaces 在PowerBI Service中,Workspaces是dashboards、reports、workbooks 和 datasets的上层容器,有两类Workspace:My workspace和workspaces。 My workspace:是个人的workspace,只有用户自己有访问权限。用户可以从My workspace中分享dashboard和report。 Workspaces: 用于和同事进行协同工作,或者分享内容,也是创建、发布和管理报表的空间。 二,Reports Reports是Report的组织目录,开发人员把报表从PowerBI Desktop中发布到Reports空间中。每一个Report都包含一个或多个Page,用户打开Page查看图表,比如线图、直方图等,Page中的图表(chart)也称作visual。 三,Datasets Datasets用于组织和管理workspace下的所有dataset。dataset是数据(data)的集合,data是Report中的一个数据源。一个Report所需要的数据都包含在一个dataset中