37 lines
726 B
XML
37 lines
726 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE template SYSTEM "template.dtd">
|
|
|
|
<template>
|
|
<askcontainer>1</askcontainer>
|
|
<description>Novo Host</description>
|
|
<icon>host.png</icon>
|
|
<invalid>0</invalid>
|
|
<rdn>cn</rdn>
|
|
<title>IP Host</title>
|
|
<visible>1</visible>
|
|
|
|
<objectClasses>
|
|
<objectClass id="device"></objectClass>
|
|
<objectClass id="ipHost"></objectClass>
|
|
</objectClasses>
|
|
|
|
<attributes>
|
|
<attribute id="cn">
|
|
<display>Host</display>
|
|
<order>1</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
<attribute id="ipHostNumber">
|
|
<display>IP</display>
|
|
<order>1</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
<attribute id="serialNumber">
|
|
<display>MAC</display>
|
|
<order>1</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
</attributes>
|
|
|
|
</template>
|