SELECT triggers.description FROM triggers JOINfunctionsONfunctions.triggerid = triggers.triggerid JOIN items ON items.itemid = functions.itemid JOIN hosts ON hosts.hostid = items.hostid WHERE hosts.host = '指定主机名称'; 可参考上述sql语句
错误信息