ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

01_linux:04_監視:zabbix:92_find_items_with_sql

92 利用されているitemを検索(SQL)

items.status = 0 : monitored
items.status = 1 : not monitored

mysql> SELECT itemid, items.hostid, items.status, items.name, key_, host 
FROM items LEFT JOIN hosts ON items.hostid=hosts.hostid
WHERE key_ LIKE '%vfs.smart.health%'  ;
01_linux/04_監視/zabbix/92_find_items_with_sql.txt · 最終更新: 2015/08/19 17:00 by matsui