最近の更新
このページへのアクセス 今日: 1 / 昨日: 0 総計: 651
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%' ;