其实在zabbix web上是有agent主机最新数据的,出现上面的问题是因为web和agent配置的Hostname对不上,但是agent主机是有配server ip的,所以也可以请求到数据。
分类:
其他好文 时间:
2020-09-07 18:37:50
阅读次数:
62
CMake Error at /home/sany/WorkSpace/test_ws/devel/share/A/cmake/AConfig.cmake:173 (message): Project 'B' tried to find library 'A'. The library is nei ...
分类:
其他好文 时间:
2020-09-04 17:37:01
阅读次数:
82
#liunx 下php安装memcached扩展 memcached扩展是基于libmemcached,所以要先安装libmemcached 一:安装libmemcached 1、wget https://launchpadlibrarian.net/165454254/libmemcached-1 ...
分类:
Web程序 时间:
2020-09-03 16:54:45
阅读次数:
60
在ubuntu上直接用apt安装clangd版本太低,可以从源码编译安装,但是很耗时。 clangd提供了源https://apt.llvm.org/,可以按照源上的指令安装: bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" 但是没有合理上网, ...
分类:
系统相关 时间:
2020-09-03 16:33:13
阅读次数:
149
一、购买下载证书 二、将下载的证书上传到服务器 1、服务器根目录新增文件夹cert cd /etc/nginx/ mkdir cert 2、本地证书上传到服务器 scp 证书地址/证书文件 root@服务器地址:/nginx根目录/cert/ 三、更改nginx配置文件 vim /etc/nginx ...
分类:
Web程序 时间:
2020-09-02 16:49:39
阅读次数:
65
PiShrink 是 Github 上开源的树莓派压缩工具,通过裁剪上面用 Win32DiskImager 或者 dd 命令全卡备份的镜像,去掉没有内容的分区,从而减小备份镜像的大小。 先将全卡备份的镜像文件复制到 Linux 中,打开终端执行wget https://raw.githubuserc ...
一、添加集群里个节点的hostname并设置好对应主机名[root@node03~]#cat/etc/hosts0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostlocalhost.localdomainlocalhost6localhost6.localdomain61.1.206mas
分类:
Web程序 时间:
2020-08-29 15:16:08
阅读次数:
75
1、从服务器下载文件 scp username@servername:/path/filename /tmp/local_destination 例如:scp codinglog@192.168.0.101:/home/kimi/test.txt 把192.168.0.101上的/home/kimi ...
分类:
Web程序 时间:
2020-08-25 15:41:37
阅读次数:
53
1 目录介绍 1 linux 是单根 / 根路径,windows是多根 2 bin和sbin:bin普通用户命令,sbin超级用户命令 都是usr下的文件夹软链接到根路径 3 home /root:home普通用户的家路径,home下的用户名的文件夹 用户一登录系统,是在自己的家路径 /home/j ...
分类:
系统相关 时间:
2020-08-20 19:19:07
阅读次数:
93
安装Git yum -y install git 下载Gitea,下载最新的版本可以参考https://dl.gitea.io/gitea wget -O gitea https://dl.gitea.io/gitea/1.12.3/gitea-1.12.3-linux-amd64 在下载到Gite ...
分类:
其他好文 时间:
2020-08-20 19:18:33
阅读次数:
90