随笔分类 - Monitor
摘要:events select date_format(from_unixtime(clock),'%Y-%m-%d')time,name,count(*) from events where name like '%frequent%' and value=0 group by date_format
阅读全文
摘要:vim /etc/odbcinst.ini 创建监控账号 use master EXEC sp_addlogin 'zbx_monitor', 'Pas5W@0rd', 'master' USE [master] GO GRANT VIEW ANY DATABASE TO [zbx_monitor]
阅读全文
摘要:https://www.zabbix.com/integrations/nginx#3rd_party https://nginx.org/en/docs/http/ngx_http_stub_status_module.html
阅读全文
摘要:下载airflow及其依赖 pip download -d /root/tmp apache-airflow pip install --no-index --find-links=/root/tmp apache_airflow-2.1.0-py3-none-any.whl 下载python my
阅读全文
摘要:https://bestmonitoringtools.com/install-zabbix-proxy-on-centos-rhel/ https://www.cnblogs.com/sunshine-long/p/10731250.html
阅读全文
摘要:下载 https://grafana.com/grafana/download 安装 systemctl enable grafana-server.service systemctl start grafana-server.service 浏览器打开 ip:3000 reference: htt
阅读全文
摘要:userparameter_mysql.conf /var/lib/zabbix/my.cnf zabbix_get 在本地使用前需在zabbix_agentd.conf配置文件中Server项添加本机ip 127.0.0.1 zabbix_get -s 127.0.0.1 -p 10050 -k
阅读全文
摘要:安装 pip3 install supervisor-4.2.1-py2.py3-none-any.whl https://blog.csdn.net/xyang81/article/details/51555473
阅读全文
摘要:下载源文件:https://www.zabbix.com/download_sourcesyum install -y gcc pcre* groupadd --system zabbix useradd --system -g zabbix -d /zabbix -s /sbin/nologin
阅读全文