001、监控项指定时间执行

wd1-7h01m00 周一到周日,每天 01:00:00 执行一次

002、监控项某一段时间点每分钟执行一次

1-5,00:00-09:00

6-7,00:00-23:59

003、查看新建监控的值

等我们新建了一个监控项<system.run[sudo md5sum /etc/hosts.allow|grep 711ae8a55cb7013d9bcea47cbd8547a4|wc -l]>,想要获取到对应值的时候

select distinct b.host,c.value from  items a, hosts b, history_str c where a.hostid=b.hostid and a.itemid=c.itemid and key_='system.run[sudo md5sum /etc/hosts.allow|grep 711ae8a55cb7013d9bcea47cbd8547a4|wc -l]' and value='0';

history_str:字符

select b.* from
items a,
hosts b,
history_uint c
where a.hostid=b.hostid
and a.itemid=c.itemid
and key_='system.cpu.num'
limit 1\G

数字(无正负):history_uint

文本:history_text

004、zabbix表介绍

https://www.cnblogs.com/yaoyaojcy/p/10367945.html

005、获取所有主机某个触发器的id信息

select distinct a.name,e.ip,d.triggerid,d.description,d.status,d.priority from hosts a, items b, functions c, triggers d, interface e where a.hostid=b.hostid and b.itemid=c.itemid and c.triggerid=d.triggerid and a.hostid=e.hostid and d.description='Netdata no Install' and a.name in ('主机名1','主机名2');

最新文章

  1. C#的HTTP开发包 HttpLib
  2. 对于C(n,k)取模
  3. 无法在Web服务器上启动调试,已附加了一个调试器
  4. hdu1251 统计难题
  5. filter 简介
  6. 我刚知道的WAP app中meta的属性(转载)
  7. zmq 学习笔记
  8. Android(java)学习笔记106-1:深入分析Java ClassLoader原理
  9. Spring Quartz结合Spring mail定期发送邮件
  10. 浅谈web前端就业的学习路线
  11. 在Winform混合式框架中整合外部API接口的调用
  12. [翻译][Java]ExecutorService的正确关闭方法
  13. 通过微信公众号API复制公众号自定义菜单同时增加子菜单方法
  14. Jade是变体的HTML
  15. BSOJ 4062 -- 【清华集训2012】串珠子
  16. Python字符串和列表的内置方法
  17. Javascript 运行上下文和作用域链
  18. 对于分类问题的神经网络最后一层的函数:sigmoid、softmax与损失函数
  19. C语言程序设计I—第一周教学
  20. 初探Java 9 的的模块化

热门文章

  1. KMP 算法实现
  2. [jQuery]判断页面是否滚动到底部
  3. redis底层数据结构之双向链表(linkedlist)
  4. Locust fasthttplocust客户端环境搭建
  5. 转载--文章(感谢米粒儿博主分享) 关于 Json.net序列化时间问题
  6. centos7清理docker垃圾文件
  7. redis的linux下安装
  8. 2.5 OpenEuler 中C与汇编的混合编程
  9. jsp 格式化日期
  10. 【解决】Mac无法通过smb连接到windows的共享文件夹