📄 trapd-configuration.xsd
字号:
<?xml version="1.0"?><schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.opennms.org/xsd/config/trapd"> <element name="trapd-configuration"> <complexType> <!--- the port on which traps are listened to, default value is 162 --> <attribute name="snmp-trap-port" type="positiveInteger" use="required"/> <!--- whether traps from unknown devices should generate newSuspect events --> <attribute name="new-suspect-on-trap" type="boolean" use="required"/> </complexType> </element></schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -