⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 .nav

📁 监控大型网络的软件。能够自动发现拓扑结构
💻 NAV
字号:
# Important! Do not change this if you don't know what you're doing.# Fields are:# type: 	decides what catid to match on in netbox# interface:	set to 1 if we are gathering if-data# giga:		set to 1 if this is giga-interfaces# table:	what table to gather data from# name:		what field(s) to use as name, may specify join-char with the join-parameter# join:		specify how to join name-fields if more than one# descr:        a complete sql-sentence to fetch info from the database. It might be wise to ensure that#               the values you ask for exists...type = SW,GSWinterface = 1name = module,portjoin = _descr = SELECT portname, type.descr, room.locationid, room.roomid, room.descr FROM swport LEFT JOIN module USING (moduleid) LEFT JOIN netbox USING (netboxid) LEFT JOIN type USING (typeid) LEFT JOIN room USING (roomid) WHERE swportid=$idtable = swport

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -