ZABBIX服务器添加一台被监控的目标设备,主要信息如下:
> Host name:10.10.10.1
> Visible name:NJ-OA-01-02
> Groups:LNX_APP_OA系统
> Agent interfaces:
> IP 地址:10.10.10.1
> Connect to:IP
> Port:10...
分类:
其他好文 时间:
2020-05-24 10:09:48
阅读次数:
136
5.0的安装参考官方文档或我之前的记录 Ubuntu18.04+psq+nginx https://www.zabbix.com/download?zabbix=5.0&os_distribution=ubuntu&os_version=18.04_bionic&db=postgresql&ws=n ...
分类:
其他好文 时间:
2020-05-24 10:05:13
阅读次数:
320
Description "link" 链接里面的题面清晰易懂 $.jpg$ Solution 恰好 $=$ 至少( $or$ 至多)$+$二项式反演(或者叫容斥) 那么这个题就转成了求至少 $x$ 对祖先方案的数量 设 $f_{i,j}$ 为以 $i$ 为根的子树里面有 $j$ 对祖先关系的方案数 ...
分类:
其他好文 时间:
2020-05-24 09:21:38
阅读次数:
50
先贴个整数快速幂 #include<bits/stdc++.h> using namespace std; typedef long long int ll; ll b,p,k,ans=1,res; int main(){ scanf("%lld%lld%lld",&b,&p,&k); cout<< ...
分类:
其他好文 时间:
2020-05-24 00:46:48
阅读次数:
56
//贴个主席树板子#include<bits/stdc++.h> using namespace std; #define pb push_back #define sc(x) scanf("%lld",&x); #define int long long #define fi first #def ...
分类:
其他好文 时间:
2020-05-24 00:11:36
阅读次数:
47
docker 下部署zabbix 图表时间显示错误
分类:
其他好文 时间:
2020-05-23 10:01:15
阅读次数:
158
>转自: [Maven多模块结构下版本管理的正确姿势(CI Friendly Versions) - ${revision}](https://segmentfault.com/a/1190000019280804?utm_source=tag-newest) 在使用Maven多模块结构工程时,配置... ...
分类:
其他好文 时间:
2020-05-22 19:20:23
阅读次数:
114
windows环境下安装卸载agent 安装和启动 cmd /c "C:\zabbix\bin\win64\zabbix_agentd.exe c c:\zabbix\conf\zabbix_agentd.win.conf i" cmd /c "C:\zabbix\bin\win64\zabbix_ ...
环境简介:上一篇文章已介绍了整个部署流程,本篇不再叙述,只做些相应插件安装及页面配置。一、安装zabbix插件[root@iz2ze846r4r3t1w2vf34luz~]#grafana-clipluginsinstallalexanderzobnin-zabbix-app#重启grafana[root@localhost~]#systemctlrestartgrafana-server二、登陆
分类:
其他好文 时间:
2020-05-22 09:54:40
阅读次数:
93
监控简介:通过shell脚本的方式,实现对进程占cpu百分比和内存大小的监控,通过python脚本方式,实现批量监控服务器端口。一、监控进程占cpu的百分比和内存的大小1、在agent端编写脚本[root@monitorsbin]$cat/usr/local/zabbix/scripts/processtatus.sh#!/bin/bash#date:2020.05.21nginx(){psaux
分类:
系统相关 时间:
2020-05-22 09:23:56
阅读次数:
82