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

📄 events.cnf

📁 windows的snmp api源码
💻 CNF
字号:

;				EVENTS.CNF

;	This file is used with EVENTCMT.PDF and
;	EVENTCM[i,a].EXE to configure multiple
;	clients.

;	Legal example configuration commands
;	are shown below:

;To add an event to be translated into a trap:
;#pragma ADD EventlogFile EventSource EventID Count Period

;If the Eventlog start-up event ever happens
;#pragma ADD System "Eventlog" 2147489653

;If the Eventlog start-up event ever happens twice in 3 minutes
;#pragma ADD System "Eventlog" 2147489653 2 180

#pragma ADD System "Application Popup" 1073741850

;To stop an event being translated into a trap:
;#pragma DELETE EventlogFile EventSource EventID

;The Eventlog start-up event
;#pragma DELETE System "Eventlog" 2147489653

;To add a trap destination
;#pragma ADD_TRAP_DEST Community Address

;To add public 193.128.100.100
;#pragma ADD_TRAP_DEST public 193.128.100.100

;To add private hostname
;#pragma ADD_TRAP_DEST private hostname

#pragma ADD_TRAP_DEST public localhost

;To remove a trap destination
;#pragma DELETE_TRAP_DEST Community Address

;To remove public 193.128.100.100
;#pragma DELETE_TRAP_DEST public 193.128.100.100

;To remove private hostname
;#pragma DELETE_TRAP_DEST private hostname

⌨️ 快捷键说明

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