omyhub
omyhub
you are the old six!
grafana want get a json to check , but your url return html , your url is not correct
[root@localhost ~]# cat /etc/systemd/system/[email protected]/delegate.conf [Service] Delegate=cpu cpuset io memory pids [admin@localhost ~]$ cat /sys/fs/cgroup/user.slice/user-$(id -u).slice/user@$(id -u).service/cgroup.controllers cpuset io memory pids [admin@localhost ~]$ stat -fc %T /sys/fs/cgroup/ cgroup2fs [root@localhost ~]# docker...
if the os is redhat os like and u have the same problem , u can visite the link below https://access.redhat.com/solutions/6582021 https://access.redhat.com/solutions/737243 https://support.hpe.com/hpesc/public/docDisplay?docId=sf000082729en_us&docLocale=en_US&page=index.html sovle : disable rtkit-daemon
原因是 com.allanbank:mongodb-async-driver:jar:2.0.1 资源不支持https 参照下面方法 refer: https://www.cnblogs.com/flying607/p/14780925.html wget http://www.allanbank.com/repo/com/allanbank/mongodb-async-driver/2.0.1/mongodb-async-driver-2.0.1.jar mv mongodb-async-driver-2.0.1.jar /tmp/ mvn install:install-file -Dfile=/tmp/mongodb-async-driver-2.0.1.jar -DgroupId=com.allanbank -DartifactId=mongodb-async-driver -Dversion=2.0.1 -Dpackaging=jar