随笔分类 -  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 阅读全文
posted @ 2021-11-23 09:26 sam_wang10 阅读(44) 评论(0) 推荐(0)
摘要:vim /etc/odbcinst.ini 创建监控账号 use master EXEC sp_addlogin 'zbx_monitor', 'Pas5W@0rd', 'master' USE [master] GO GRANT VIEW ANY DATABASE TO [zbx_monitor] 阅读全文
posted @ 2021-11-18 15:12 sam_wang10 阅读(34) 评论(0) 推荐(0)
摘要:https://www.zabbix.com/integrations/nginx#3rd_party https://nginx.org/en/docs/http/ngx_http_stub_status_module.html 阅读全文
posted @ 2021-10-14 15:46 sam_wang10 阅读(20) 评论(0) 推荐(0)
摘要:下载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 阅读全文
posted @ 2021-06-18 10:12 sam_wang10 阅读(1084) 评论(0) 推荐(0)
摘要:https://bestmonitoringtools.com/install-zabbix-proxy-on-centos-rhel/ https://www.cnblogs.com/sunshine-long/p/10731250.html 阅读全文
posted @ 2021-05-25 17:31 sam_wang10 阅读(42) 评论(0) 推荐(0)
摘要:下载 https://grafana.com/grafana/download 安装 systemctl enable grafana-server.service systemctl start grafana-server.service 浏览器打开 ip:3000 reference: htt 阅读全文
posted @ 2021-01-29 10:54 sam_wang10 阅读(91) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-28 10:41 sam_wang10 阅读(55) 评论(0) 推荐(0)
摘要:安装 pip3 install supervisor-4.2.1-py2.py3-none-any.whl https://blog.csdn.net/xyang81/article/details/51555473 阅读全文
posted @ 2021-01-07 11:33 sam_wang10 阅读(88) 评论(0) 推荐(0)
摘要:下载源文件:https://www.zabbix.com/download_sourcesyum install -y gcc pcre* groupadd --system zabbix useradd --system -g zabbix -d /zabbix -s /sbin/nologin 阅读全文
posted @ 2020-12-25 16:17 sam_wang10 阅读(107) 评论(0) 推荐(0)