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

📄 defaults

📁 监控大型网络的软件。能够自动发现拓扑结构
💻
字号:
# switches sub-tree## Contributed by Jeff Jensen <jpj@corp.webtv.net>.# Hacked by Jeff Allen... any mistakes are mine.############################################## Edited specifically for NAV v3 - NTNU# by John Magne Bredal <bredal@itea.ntnu.no>############################################# Target  --default--	short-desc      =       "" # Alfa version notes:# We are not checking if the oid's we use to gather data# are defined here. This must be done before final version.# BandwidthOID	c1900Bandwidth		1.3.6.1.4.1.437.1.1.3.7.1.0OID	c1900BandwidthMax	1.3.6.1.4.1.437.1.1.3.7.5.0OID	c2900Bandwidth		1.3.6.1.4.1.9.9.87.1.5.1.0OID	c5000Bandwidth		1.3.6.1.4.1.9.5.1.1.8.0OID	c5000BandwidthMax	1.3.6.1.4.1.9.5.1.1.19.0# CPUOID	cpu1min			1.3.6.1.4.1.9.2.1.57.0OID	cpu5min			1.3.6.1.4.1.9.2.1.58.0OID	hpcpu			1.3.6.1.4.1.11.2.14.11.5.1.9.6.1.0# MemoryOID	mem5minUsed		1.3.6.1.4.1.9.9.48.1.1.1.5.1OID	mem5minFree		1.3.6.1.4.1.9.9.48.1.1.1.6.1OID 	hpmem5minUsed		1.3.6.1.4.1.11.2.14.11.5.1.1.2.2.1.1.7.1OID	hpmem5minFree		1.3.6.1.4.1.11.2.14.11.5.1.1.2.2.1.1.6.1# TemperatureOID	tempInlet		1.3.6.1.4.1.9.9.13.1.3.1.3.1######################################### DATASOURCES########################################datasource  --default--	rrd-ds-type	=	GAUGE	rrd-min		=	undef	rrd-max		=	undefdatasource c1900Bandwidth	ds-source	=	snmp://%snmp%/c1900Bandwidth	desc		=	"The amount of bandwidth used across the backplane." datasource c1900BandwidthMax	ds-source	=	snmp://%snmp%/c1900BandwidthMax	desc		=	"The maximum amount of bandwidth used across the backplane."datasource c2900Bandwidth	ds-source	=	snmp://%snmp%/c2900Bandwidth	desc		=	"The amount of bandwidth used across the backplane."datasource c5000Bandwidth	ds-source	=	snmp://%snmp%/c5000Bandwidth	desc		=	"The amount of bandwidth used across the backplane."datasource c5000BandwidthMax	ds-source	=	snmp://%snmp%/c5000BandwidthMax	desc		=	"The maximum amount of bandwidth used across the backplane".datasource  cpu1min	ds-source	=	snmp://%snmp%/cpu1min	desc		=	"The average usage of the CPU over the last 1 minute." datasource  cpu5min	ds-source	=	snmp://%snmp%/cpu5min	desc		=	"The average usage of the CPU over the last 5 minutes."datasource  hpcpu	ds-source	=	snmp://%snmp%/hpcpu	desc		=	"The average usage of the CPU over the last 1 minute."datasource  mem5minUsed	ds-source	=	snmp://%snmp%/mem5minUsed	desc		=	"The amount of memory used over the last 5 minutes." datasource  mem5minFree	ds-source	=	snmp://%snmp%/mem5minFree	desc		=	"The amount of memory free over the last 5 minutes."datasource  hpmem5minUsed	ds-source	=	snmp://%snmp%/hpmem5minUsed	desc		=	"The amount of memory used over the last 5 minutes."datasource  hpmem5minFree	ds-source	=	snmp://%snmp%/hpmem5minFree	desc		=	"The amount of memory free over the last 5 minutes."datasource tempInlet	ds-source	=	snmp://%snmp%/tempInlet	desc		=	"The temperature of the inlet on the unit" ######################################### GRAPHS########################################graph	c1900Bandwidth	color		=	dark-green	draw-as		=	AREA	y-axis		=	"Bits"	legend		=	"Bits/s across backplane"	scale		=	1000000,*graph	c1900BandwidthMax	color		=	blue	y-axis		=	"Bits"	legend		=	"Max bits/s across backplane during interval"	scale		=	1000000,*graph	c2900Bandwidth	color		=	dark-green	draw-as		=	AREA	y-axis		=	"MBits"	legend		=	"MBits/s across backplane" graph	c5000Bandwidth	color		=	dark-green	draw-as		=	AREA	y-axis		=	"Percent backplane utilization"	legend		=	"Percent backplane utilization"	units		=	%	y-min		=	0	y-max		=	100 graph	c5000BandwidthMax	color		=	blue	y-axis		=	"Max percentage backplane utilization"	legend		=	"Max percentage backplane utilization"	units		=	%	y-min		=	0	y-max		=	100graph   cpu1min	units		=	%	color		=	dark-green	draw-as		=	AREA	y-axis		=	"Percent CPU utilization"	legend		=	"1 minute CPU utilization"	y-min		=	0	y-max		=	100 graph   cpu5min	units		=	%	color		=	blue	y-axis		=	"Percent CPU utilization"	legend		=	"5 minute CPU utilization"	y-min		=	0	y-max		=	100graph	hpcpu	units		=	%	y-axis		=	"Percent CPU utilization"	legend		=	"CPU utilization"	draw-as		=	AREA	y-min		=	0	y-max		=	100graph   hpmem5minUsed	draw-as		=	AREA		y-axis		=	"Bytes"	legend		=	"Used memory"	y-min		=	0	y-max		=	12000000graph   hpmem5minFree	draw-as		=	STACK	y-axis		=	"Bytes"	legend		=	"Free memory"graph   mem5minUsed	draw-as		=	AREA	y-axis		=	"Bytes"	legend		=	"5 minute used memory" graph   mem5minFree	y-axis		=	"Bytes"	legend		=	"5 minute free memory"	draw-as		=	STACKgraph	tempInlet	y-axis 		=	"Degrees Celcius"	legend		=	"Temperature in the inlet"	units		=	"&#176;"	draw-as		=	LINE2# ALFA version:# We are currently relying on the ability of the admins to make views. This# should be done automatically before final release.######################################### TARGET-TYPES#########################################!#!#! Do NOT remove this linetargetType c2970        ds      =       "cpu1min,cpu5min,mem5minUsed,c5000BandwidthMax,mem5minFree,c5000Bandwidth,sysUpTime"        view    =       "cpu:cpu1min cpu5min,memory:mem5minUsed mem5minFree,bandwidth:c5000Bandwidth c5000BandwidthMax:uptime:sysUpTime"targetType c3750        ds      =       "cpu1min,cpu5min,mem5minUsed,c5000BandwidthMax,mem5minFree,c5000Bandwidth,sysUpTime"        view    =       "cpu:cpu1min cpu5min,memory:mem5minUsed mem5minFree,bandwidth:c5000Bandwidth c5000BandwidthMax:uptime:sysUpTime"targetType cat2924XLv        ds      =       "cpu1min,cpu5min,mem5minUsed,c2900Bandwidth,mem5minFree,sysUpTime"        view    =       "cpu:cpu1min cpu5min,memory:mem5minUsed mem5minFree,bandwidth:c2900Bandwidth,uptime:sysUpTime"targetType cat295024G        ds      =       "cpu1min,cpu5min,mem5minUsed,c2900Bandwidth,mem5minFree,sysUpTime"        view    =       "cpu:cpu1min cpu5min,memory:mem5minUsed mem5minFree,bandwidth:c2900Bandwidth,uptime:sysUpTime"targetType cat3508GXL        ds      =       "cpu1min,cpu5min,mem5minUsed,c2900Bandwidth,mem5minFree,sysUpTime"        view    =       "cpu:cpu1min cpu5min,memory:mem5minUsed mem5minFree,bandwidth:c2900Bandwidth,uptime:sysUpTime"targetType cat3524XL        ds      =       "cpu1min,cpu5min,mem5minUsed,c2900Bandwidth,mem5minFree,sysUpTime"        view    =       "cpu:cpu1min cpu5min,memory:mem5minUsed mem5minFree,bandwidth:c2900Bandwidth,uptime:sysUpTime"targetType cat4006        ds      =       "cpu1min,cpu5min,mem5minUsed,tempInlet,mem5minFree,sysUpTime"        view    =       "cpu:cpu1min cpu5min,memory:mem5minUsed mem5minFree,temperature:tempInlet,uptime:sysUpTime"targetType cat4506        ds      =       "cpu1min,cpu5min,mem5minUsed,tempInlet,mem5minFree,sysUpTime"        view    =       "cpu:cpu1min cpu5min,memory:mem5minUsed mem5minFree,temperature:tempInlet,uptime:sysUpTime"targetType hp2524        ds      =       "hpmem5minUsed,hpcpu,hpmem5minFree,sysUpTime"        view    =       "cpu:hpcpu,memory:hpmem5minUsed hpmem5minFree,uptime:sysUpTime"targetType wsc2926        ds      =       "mem5minUsed,c5000BandwidthMax,mem5minFree,c5000Bandwidth,sysUpTime"        view    =       "memory:mem5minUsed mem5minFree,bandwidth:c5000Bandwidth c5000BandwidthMax:uptime:sysUpTime"targetType wsc4006        ds      =       "mem5minUsed,c5000BandwidthMax,mem5minFree,c5000Bandwidth,sysUpTime"        view    =       "memory:mem5minUsed mem5minFree,bandwidth:c5000Bandwidth c5000BandwidthMax,uptime:sysUpTime"targetType wsc5000        ds      =       "mem5minUsed,c5000BandwidthMax,mem5minFree,c5000Bandwidth,sysUpTime"        view    =       "memory:mem5minUsed mem5minFree,bandwidth:c5000Bandwidth c5000BandwidthMax,uptime:sysUpTime"targetType wsc5500        ds      =       "mem5minUsed,c5000BandwidthMax,mem5minFree,c5000Bandwidth,sysUpTime"        view    =       "memory:mem5minUsed mem5minFree,bandwidth:c5000Bandwidth c5000BandwidthMax,uptime:sysUpTime"targetType wsc5505        ds      =       "mem5minUsed,c5000BandwidthMax,mem5minFree,c5000Bandwidth,sysUpTime"        view    =       "memory:mem5minUsed mem5minFree,bandwidth:c5000Bandwidth c5000BandwidthMax,uptime:sysUpTime"targetType SW1100        ds      =       "sysUpTime"        view    =       "uptime:sysUpTime"targetType SW3300        ds      =       "sysUpTime"        view    =       "uptime:sysUpTime"targetType SW9300        ds      =       "sysUpTime"        view    =       "uptime:sysUpTime"html    page-header	<table width=100%>        <tr class=header>                <td width=33% align=left class=header>%auto-title%</td>                <td width=33% align=center class=header2>NAV-v3</td>                <td width=33% align=right><a href=/>Back to NAV</a></td>        </tr>        </table>	<h1>%auto-target-path%/%auto-target-name%<br>%short-desc%</h1>

⌨️ 快捷键说明

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