zabbix Triggers Top 100
查詢1天內的Top
點選(此處)摺疊或開啟
-
SELECT h.`name`, t.`description`, COUNT(*) num
-
FROM `events` e
-
JOIN `triggers` t ON e.`objectid`=t.`triggerid` AND t.`priority`>=2
-
JOIN functions f ON f.`triggerid`=t.`triggerid`
-
JOIN items i ON f.`itemid`=i.`itemid`
-
JOIN `hosts` h ON i.`hostid`=h.`hostid`
- WHERE e.object=0 AND e.source=0 and e.`clock`>=UNIX_TIMESTAMP(DATE_SUB(NOW(),INTERVAL 1 DAY))
-
GROUP BY h.`name`, t.`description`
- ORDER BY num DESC,t.`priority` DESC
- limit 100
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26250550/viewspace-2139307/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 2 28TOP100
- TOP 100 long execution query
- Triggers 授權
- Oracle System Event TriggersOracle
- top 的%CPU總數大於100
- GitHub 上 iOS 開源庫 Top 100GithubiOS
- Oracle 21C TriggersOracle
- TOP 100 大前端超棒精選列表前端
- zabbix-agent啟動之後10050埠未監聽
- 洞察行業100+頂級案例,TOP100summit盛大開幕!行業MIT
- Log Switch Triggers 及Force SCN
- PHP最常用函式TOP100(翻譯)PHP函式
- 2015年底全球TOP100巡演
- GitHub 熱門 Android 開源庫 Top 100GithubAndroid
- 「LeetCode Top100」之雜湊篇LeetCode
- 「LeetCode Top100」之雙指標LeetCode指標
- 「LeetCode Top100」之滑動視窗LeetCode
- Zabbix
- 100臺機器上海量IP如何查詢出現頻率 Top 100?
- Zabbix監控之遷移Zabbix
- 【ZABBIX】Linux下安裝ZABBIXLinux
- 【zabbix】zabbix遠端安裝部署
- 2020 年度開發者工具 Top 100 名單!
- Google 釋出全球 TOP 1000 網站榜單Go網站
- 【Zabbix】zabbix_agent安裝指令碼指令碼
- zabbix原始碼閱讀--zabbix_agent原始碼
- 2013年豆瓣電影【口碑榜】Top100
- 2015年全球票房收入TOP100
- Socialstatistics:Google+粉絲排名Top100使用者Go
- Database Triggers and event attributes--IntroductionDatabase
- CSS Animation triggers text rendering change in SafariCSS
- 【Zabbix】如何使用Zabbix進行IPMI監控?
- 阿拉丁:2017年微信小程式 TOP100微信小程式
- 2015年全球巡演宣傳公司TOP100
- 2015年全球巡演門票收入TOP100
- 詳解大資料應用案例排行榜TOP 100大資料
- zabbix-agent主動模式zabbix-proxy配置模式
- Database Triggers and event attributes--Event AttributesDatabase