# This file is to specify the aliases used in the particular databases for the
# column names . The column names of the various tables by default are the same
# as the field name in the respective object . But in databases which may treat
# some of these columnNames as reserved words or where there does not exist
# support for case sensitivity in column Names it becomes necessary to replace them
# with other words . This file helps specify those changes if any . It is to be noted
# that specifying in this file should be accompanied by the appropriate changes in
# the DatabaseSchema.conf file too . To illustrate this point see the two example
# files DatabaseAliases.conf.example1 and DatabaseSchema.conf.example1 .
# You will notice that both these conf files are in agreement . That is when
# a column Name is given an alias it is taken care to specify the alias in the
# schema file while creating the database .
# The syntax of the file is as follows
# column name( as orginally designed alias (the name which is assigned
# Note that in this file the quotes should not be specified but in DatabaseSchema.conf
# it is insisted that all columnNames be specified inside quotes
# For ease of use all the column Names which are used are given with details of
# which all tables they appear in .Note that no aliases have been assigned .
# Unless it is required to change to suit your database please do not assign
# any aliases .
# Please be very careful in editing this file as a wrong alias assigned here
# without appropriate changes in the Schema file will lead to a host of errors
# In Tables ObjectTypes , ALERTUSERPROPS ,MAPUSERPROPS ,TOPOUSERPROPS and POLLUSERPROPS
objkey OBJKEY
# In Tables ALERTUSERPROPS ,MAPUSERPROPS ,TOPOUSERPROPS and POLLUSERPROPS
propName PROPNAME
propVal PROPVAL
# In Tables ObjectTypes, Reports and ManagedObject
classname CLASSNAME
# In Tables ManagedObject , TopoObject, Node, Network, IpAddress, SnmpInterface
# SnmpNode, GroupTable, MapSymbol, MapGroup, MapLink, PolledData, PollingObjects,PollingAttributes,ThresholdObjects, DataCollectionAttributes and any other table
# that is created to store a user written sub-class of ManagedObject
name NAME
# ownerName is also in tables Event, Alert (in addition to the above tables).
ownerName OWNERNAME
# that is created to store a user written sub-class of ManagedObject
displayName DISPLAYNAME
# In the Tables ManagedObject
managed MANAGED
# In the Table ManagedObject
type TYPE
failureThreshold FAILURETHRESHOLD
failureCount FAILURECOUNT
pollInterval POLLINTERVAL
statusChangeTime STATUSCHANGETIME
statusUpdateTime STATUSUPDATETIME
tester TESTER
uClass UCLASS
statusPollEnabled STATUSPOLLENABLED
isContainer ISCONTAINER
isGroup ISGROUP
customDisplayName CUSTOMDISPLAYNAME
# In the Tables ManagedObject and MapLink
status STATUS
# In the Tables ManagedObject, MapSymbol, MapGroup, MapLink, Alert, Event
# and PolledData
webNMS WEBNMS
groupName GROUPNAME
parentName PARENTNAME
subviewName SUBVIEWNAME
parentKey PARENTKEY
# In the table TopoObject
ipAddress IPADDRESS
netmask NETMASK
writeCommunity WRITECOMMUNITY
snmpport SNMPPORT
baseMibs BASEMIBS
isDHCP ISDHCP
version VERSION
userName USERNAME
contextName CONTEXTNAME
isSNMP ISSNMP
isNode ISNODE
isNetwork ISNETWORK
isInterface ISINTERFACE
# In the Tables TopoObject and PolledData
community COMMUNITY
# In the Table Node
isRouter ISROUTER
# In the Table Network
discoveryStatus DISCOVERYSTATUS
parentNetwork PARENTNETWORK
parentNetmask PARENTNETMASK
# In the Tables Network
discover DISCOVER
# In the Table IpAddress
parentNode PARENTNODE
parentNet PARENTNET
# In the Table SnmpNode
sysDescr SYSDESCR
sysName SYSNAME
# In the Tables SnmpNode and SnmpInterface
hostNetmask HOSTNETMASK
sysOID SYSOID
# In the Table SnmpInterface
ifIndex IFINDEX
physMedia PHYSMEDIA
physAddr PHYSADDR
ifSpeed IFSPEED
ifDescr IFDESCR
# In the Table GroupTable
memberName MEMBERNAME
memberOwnerName MEMBEROWNERNAME
# In the Tables ANNOTATION and Alert
who WHO
modTime MODTIME
notes NOTES
# In the Tables Alert ,PolledData and Event
id ID
# In the Tables Alert and Event
entity ENTITY
severity SEVERITY
ALARMCODE ALARMCODE
# In the Tables Alert,MapLink, and Event
source SOURCE
# In the Tables Alert ,Event and ThresholdEvents
category CATEGORY
# In the Tables Alert and PolledData
previousSeverity PREVIOUSSEVERITY
message MMESSAGE
# In the Table Alert
createTime CREATETIME
stage STAGE
priority PRIORITY
# In the Tables MapGroup, MapSymbol and MapLink
label LABEL
menuName MENUNAME
# In the Tables MapGroup, MapSymbol and MapLink
mapName MAPNAME
x X
y Y
anchored ANCHORED
# In the Tables MapGroup, MapSymbol and MapLink
objName OBJNAME
renderingCode RENDERINGCODE
# In the Table MapGroup, MapSymbol
iconName ICONNAME
width WIDTH
height HEIGHT
# In the Table MapSymbol,MapGroup
objType OBJTYPE
# In the Table MapLink
dest DEST
thickness THICKNESS
linkType LINKTYPE
nx NX
ny NY
# In the Tables Event and StatsData, STATSDATA_HOURLY, STATSDATA_DAILY
time TTIME
# In the Table Event
text TEXT
domain DDOMAIN
network NETWORK
node NODE
helpURL HELPURL
# In the Table PolledData
agent AGENT
period PERIOD
active ACTIVE
oid OID
logDirectly LOGDIRECTLY
logFile LOGFILE
save SSAVE
threshold THRESHOLD
isMultiplePolledData ISMULTIPLEPOLLEDDATA
numericType NUMERICTYPE
saveAbsolutes SAVEABSOLUTES
timeAvg TIMEAVG
port PORT
lastCounterValue LASTCOUNTERVALUE
lastTimeValue LASTTIMEVALUE
timeVal TIMEVAL
policyName POLICYNAME
dnsName DNSNAME
statsDataTableName STATSDATATABLENAME
suffix SUFFIX
thresholdList THRESHOLDLIST
pollerName POLLERNAME
failureCount FAILURECOUNT
failureThreshold FAILURETHRESHOLD
parentObj PARENTOBJ
protocol PROTOCOL
savePollCount SAVEPOLLCOUNT
currentSaveCount CURRENTSAVECOUNT
saveOnThreshold SAVEONTHRESHOLD
snmpVersion SNMPVERSION
userName USERNAME
contextName CONTEXTNAME
# In the Table MapContainer
currentTopology CURRENTTOPOLOGY
topology TOPOLOGY
containment CONTAINMENT
# In the Table MapDB
parentMapKey PARENT
mapListener MAPLISTENER
mapSymbolRenderer MAPSYMBOLRENDERER
mapLinkRenderer MAPLINKRENDERER
helpDoc HELPDOC
treeIconFileName TREEICONFILENAME
autoPlacement AUTOPLACEMENT
imageName IMAGENAME
# In the table PollingAttributes
type TYPE
condition CONDITION
property PROPERTY
value VALUE
# In the table ThresholdObjects
kind KIND
severity SEVERITY
triggerSeverity TRIGGERSEVERITY
resetSeverity RESETSEVERITY
thresholdType THRESHOLDTYPE
category CATEGORY
thresholdValue THRESHOLDVALUE
rearmValue REARMVALUE
message MMESSAGE
clrMessage CLEARMESSAGE
sendClear SENDCLEAR
allowed ALLOWED
disallowed DISALLOWED
oid OID
oidType OIDTYPE
# In the table Providers
providerName PROVIDERNAME
value VALUE
# In the Tables TrapFilter
enterpriseOID ENTERPRISEOID
gt GT
st ST
trapOID TRAPOID
state STATE
# In the Tables TrapParser ,EventParser ,EventAlertFilter, DateCollectionAttributes