From: <dba...@us...> - 2011-03-18 01:22:50
|
Revision: 220 http://devmon.svn.sourceforge.net/devmon/?rev=220&view=rev Author: dbaldwin Date: 2011-03-18 01:22:42 +0000 (Fri, 18 Mar 2011) Log Message: ----------- add templates for Falconstor, Brocade interfaces, Sentry PDU, HDS DF600 Added Paths: ----------- trunk/templates/brocade-fcsw/if_load/ trunk/templates/brocade-fcsw/if_load/exceptions trunk/templates/brocade-fcsw/if_load/message trunk/templates/brocade-fcsw/if_load/oids trunk/templates/brocade-fcsw/if_load/thresholds trunk/templates/brocade-fcsw/if_load/transforms trunk/templates/brocade-fcsw/if_stat/ trunk/templates/brocade-fcsw/if_stat/exceptions trunk/templates/brocade-fcsw/if_stat/message trunk/templates/brocade-fcsw/if_stat/oids trunk/templates/brocade-fcsw/if_stat/thresholds trunk/templates/brocade-fcsw/if_stat/transforms trunk/templates/falconstor/ trunk/templates/falconstor/README trunk/templates/falconstor/fsres/ trunk/templates/falconstor/fsres/exceptions trunk/templates/falconstor/fsres/message trunk/templates/falconstor/fsres/oids trunk/templates/falconstor/fsres/thresholds trunk/templates/falconstor/fsres/transforms trunk/templates/falconstor/fstor/ trunk/templates/falconstor/fstor/exceptions trunk/templates/falconstor/fstor/message trunk/templates/falconstor/fstor/oids trunk/templates/falconstor/fstor/thresholds trunk/templates/falconstor/fstor/transforms trunk/templates/falconstor/specs trunk/templates/hds-df600/ trunk/templates/hds-df600/README trunk/templates/hds-df600/raid/ trunk/templates/hds-df600/raid/exceptions trunk/templates/hds-df600/raid/message trunk/templates/hds-df600/raid/oids trunk/templates/hds-df600/raid/thresholds trunk/templates/hds-df600/raid/transforms trunk/templates/hds-df600/specs trunk/templates/sentry-pdu/ trunk/templates/sentry-pdu/README trunk/templates/sentry-pdu/power/ trunk/templates/sentry-pdu/power/exceptions trunk/templates/sentry-pdu/power/message trunk/templates/sentry-pdu/power/oids trunk/templates/sentry-pdu/power/thresholds trunk/templates/sentry-pdu/power/transforms trunk/templates/sentry-pdu/specs Added: trunk/templates/brocade-fcsw/if_load/exceptions =================================================================== --- trunk/templates/brocade-fcsw/if_load/exceptions (rev 0) +++ trunk/templates/brocade-fcsw/if_load/exceptions 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,2 @@ +ifName : alarm : .+ +ifName : ignore : Nu.+|Vl.+ Added: trunk/templates/brocade-fcsw/if_load/message =================================================================== --- trunk/templates/brocade-fcsw/if_load/message (rev 0) +++ trunk/templates/brocade-fcsw/if_load/message 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,7 @@ + +<b>Interface error rates:</b> +Input load: yellow={ifInLoad.thresh:yellow}%, red={ifInLoad.thresh:red}% +Output load: yellow={ifOutLoad.thresh:yellow}%, red={ifOutLoad.thresh:red}% +TABLE:rrd(DS:ds0:ifInOctets:COUNTER; DS:ds1:ifOutOctets:COUNTER) +Ifc name|Ifc Speed|Rate in (load %)|Rate out (load %) +{ifName}{ifAliasBox}|{ifSpeed}|{ifInLoad.color}{ifInSpeed} ({ifInLoad}%){ifInLoad.errors}|{ifOutLoad.color}{ifOutSpeed} ({ifOutLoad}%){ifOutLoad.errors} Added: trunk/templates/brocade-fcsw/if_load/oids =================================================================== --- trunk/templates/brocade-fcsw/if_load/oids (rev 0) +++ trunk/templates/brocade-fcsw/if_load/oids 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,5 @@ +ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch +ifAlias : .1.3.6.1.2.1.31.1.1.1.2 : branch +ifBps : .1.3.6.1.2.1.2.2.1.5 : branch +ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch +ifOutOctets : .1.3.6.1.2.1.2.2.1.16 : branch Added: trunk/templates/brocade-fcsw/if_load/thresholds =================================================================== --- trunk/templates/brocade-fcsw/if_load/thresholds (rev 0) +++ trunk/templates/brocade-fcsw/if_load/thresholds 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,4 @@ +ifInLoad : yellow : 75 : {ifName}{ifAliasBox} load is high +ifInLoad : red : 95 : {ifName}{ifAliasBox} load is very high +ifOutLoad : yellow : 75 : {ifName}{ifAliasBox} load is high +ifOutLoad : red : 95 : {ifName}{ifAliasBox} load is very high Added: trunk/templates/brocade-fcsw/if_load/transforms =================================================================== --- trunk/templates/brocade-fcsw/if_load/transforms (rev 0) +++ trunk/templates/brocade-fcsw/if_load/transforms 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,16 @@ +# Create a human-readable ifc speed +ifSpeed : SPEED : {ifBps} +# Get bit speed delta (so we dont have to provide custom delta limit) +ifInOps : DELTA : {ifInOctets} +ifOutOps : DELTA : {ifOutOctets} +# Convert our octets delta into bits per second +ifInBps : MATH : {ifInOps} x 8 +ifOutBps : MATH : {ifOutOps} x 8 +# Make some easily readable speed variables +ifInSpeed : SPEED : {ifInBps} +ifOutSpeed : SPEED : {ifOutBps} +# Now determine our percentage load, based on traffic and ifc speed +ifInLoad : MATH : ({ifInBps} / {ifBps}) x 100 +ifOutLoad : MATH : ({ifOutBps} / {ifBps}) x 100 +# Create an alias in a bracketed box, or nothing if alias is blank +ifAliasBox : REGSUB : {ifAlias} /(\S+.*)/ [$1]/ Added: trunk/templates/brocade-fcsw/if_stat/exceptions =================================================================== --- trunk/templates/brocade-fcsw/if_stat/exceptions (rev 0) +++ trunk/templates/brocade-fcsw/if_stat/exceptions 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1 @@ +ifName : ignore : Nu.+|Vl.+ Added: trunk/templates/brocade-fcsw/if_stat/message =================================================================== --- trunk/templates/brocade-fcsw/if_stat/message (rev 0) +++ trunk/templates/brocade-fcsw/if_stat/message 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,3 @@ +TABLE: +Ifc name|Ifc speed|Ifc status +{ifName}{ifAliasBox}|{ifSpeed}|{ifStat.color}{ifStat}{ifStat.errors} Added: trunk/templates/brocade-fcsw/if_stat/oids =================================================================== --- trunk/templates/brocade-fcsw/if_stat/oids (rev 0) +++ trunk/templates/brocade-fcsw/if_stat/oids 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,5 @@ +ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch +ifAlias : .1.3.6.1.2.1.31.1.1.1.2 : branch +ifBps : .1.3.6.1.2.1.2.2.1.5 : branch +ifAdminStatNum : .1.3.6.1.2.1.2.2.1.7 : branch +ifOperStatNum : .1.3.6.1.2.1.2.2.1.8 : branch Added: trunk/templates/brocade-fcsw/if_stat/thresholds =================================================================== --- trunk/templates/brocade-fcsw/if_stat/thresholds (rev 0) +++ trunk/templates/brocade-fcsw/if_stat/thresholds 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,6 @@ +ifAdminStatTxt : green : admin down : Interface {ifName}{ifAliasBox} is {ifAdminStatTxt} +ifAdminStatTxt : yellow : testing : Interface {ifName}{ifAliasBox} is {ifAdminStatTxt} +ifAdminStatTxt : red : up : Interface {ifName}{ifAliasBox} is {ifAdminStatTxt} +ifOperStatTxt : green : up : Interface {ifName}{ifAliasBox} is {ifOperStatTxt} +ifOperStatTxt : yellow : dormant|testing|yellow|not present|layer down : Interface {ifName}{ifAliasBox} is {ifOperStatTxt} +ifOperStatTxt : red : down : Interface {ifName}{ifAliasBox} is {ifOperStatTxt} Added: trunk/templates/brocade-fcsw/if_stat/transforms =================================================================== --- trunk/templates/brocade-fcsw/if_stat/transforms (rev 0) +++ trunk/templates/brocade-fcsw/if_stat/transforms 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,5 @@ +ifAdminStatTxt : SWITCH : {ifAdminStatNum} 1=up,2=admin down,3=testing +ifOperStatTxt : SWITCH : {ifOperStatNum} 1=up,2=down,3=testing,4=unknown,5=dormant,6=not present,7=lower layer down +ifStat : BEST : {ifAdminStatTxt},{ifOperStatTxt} +ifSpeed : SPEED : {ifBps} +ifAliasBox : REGSUB : {ifAlias} /(\S+.*)/ [$1]/ Added: trunk/templates/falconstor/README =================================================================== --- trunk/templates/falconstor/README (rev 0) +++ trunk/templates/falconstor/README 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,8 @@ +This template was created by David Baldwin + +NOTE: This does not imply any support responsibilities, liability in +case of this template or devmon causing physical, monetary or emotional +damages, or any other such obligations. It is merely to provide +credit to the original author of the template. + +Status for Falconstor storage virtualisation Added: trunk/templates/falconstor/fsres/exceptions =================================================================== Added: trunk/templates/falconstor/fsres/message =================================================================== --- trunk/templates/falconstor/fsres/message (rev 0) +++ trunk/templates/falconstor/fsres/message 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,14 @@ +SAN Clients: +TABLE:plain,noalarmsmsg +ID Name +{sanClientID}|{sanClientName} + +SAN Resources: +TABLE:noalarmsmsg +ID|Name|Alloc Type|Size|Config|MirrSync|ReplDev|ReplSched|SnapStat +{sanResourceID}|{sanResourceName}|{srAllocationType}|{srTotalSize}|{srConfigStatus}|{srMirrorSyncStatus.errors}{srMirrorSyncStatus.color}{srMirrorSyncStatus}|{srReplicaDevice}|{srReplicatingSchedule}|{srSnapshotCopyStatus} + +SAN Physical Allocation Layout: +TABLE:noalarmsmsg +ID|Res Name|SRID|SRName|SRType|Adp#|SCSI|LUN|FrstSect|LastSect|Size|FC Client|SAN Res|Access|Conn +{physicalAllocLayoutIndex}|{srpaSANResourceName}|{srpaSANResourceID}|{srpaName}|{srpaType}|{srpaAdapterNo}|{srpaScsiID}|{srpaLun}|{srpaFirstSector}|{srpaLastSector}|{srpaSize}|{srFCName} ({srFCClientNo})|{srFCSANResourceName} ({srFCSANResourceID})|{srFCAccess}|{srFCConnAccess} Added: trunk/templates/falconstor/fsres/oids =================================================================== --- trunk/templates/falconstor/fsres/oids (rev 0) +++ trunk/templates/falconstor/fsres/oids 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,161 @@ +numOfLogicalResources : .1.3.6.1.4.1.7368.3.3.1 : branch +numOfSANResources : .1.3.6.1.4.1.7368.3.3.3.1 : branch +sanResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.1 : branch +sanResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.2 : branch +srAllocationType : .1.3.6.1.4.1.7368.3.3.3.2.1.3 : branch +srTotalSectors : .1.3.6.1.4.1.7368.3.3.3.2.1.4 : branch +srTotalSize : .1.3.6.1.4.1.7368.3.3.3.2.1.5 : branch +srConfigStatus : .1.3.6.1.4.1.7368.3.3.3.2.1.6 : branch +srMirrorSyncStatus : .1.3.6.1.4.1.7368.3.3.3.2.1.7 : branch +srReplicaDevice : .1.3.6.1.4.1.7368.3.3.3.2.1.8 : branch +srReplicatingSchedule : .1.3.6.1.4.1.7368.3.3.3.2.1.9 : branch +srSnapshotCopyStatus : .1.3.6.1.4.1.7368.3.3.3.2.1.10 : branch +physicalAllocLayoutIndex : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.1 : branch +srpaSANResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.2 : branch +srpaSANResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.3 : branch +srpaName : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.4 : branch +srpaType : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.5 : branch +srpaAdapterNo : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.6 : branch +srpaChannelNo : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.7 : branch +srpaScsiID : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.8 : branch +srpaLun : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.9 : branch +srpaFirstSector : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.10 : branch +srpaLastSector : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.11 : branch +srpaSize : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.12 : branch +srFCClientNo : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.1 : branch +srFCName : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.2 : branch +srFCSANResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.3 : branch +srFCSANResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.4 : branch +srFCInitatorWWPN : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.5 : branch +srFCTargetWWPN : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.6 : branch +srFCAccess : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.8 : branch +srFCConnAccess : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.9 : branch +#srSnapShotResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.1 : branch +#srSnapShotResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.2 : branch +#srSnapShotOption : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.3 : branch +#srSnapShotSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.4 : branch +#srSnapShotThreshold : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.5 : branch +#srSnapShotReachTH : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.6 : branch +#srSnapShotIncSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.7 : branch +#srSnapShotMaxSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.8 : branch +#srSnapShotResourceFull : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.9 : branch +#srSnapShotUsedSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.10 : branch +#srSnapShotFreeSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.11 : branch +#srSnapShotUsedPercent : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.12 : branch +#srTimeMarkResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.1 : branch +#srTimeMarkResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.2 : branch +#srTimeMarkOption : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.3 : branch +#srTimeMarkCounts : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.4 : branch +#srTimeMarkSchedule : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.5 : branch +#srTimeMarkLastTimeStamp : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.6 : branch +#srTimeMarkSnapshotImage : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.7 : branch +#srBackupResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.1 : branch +#srBackupResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.2 : branch +#srBackupOption : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.3 : branch +#srBackupWindow : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.4 : branch +#srBackupSessionLen : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.5 : branch +#srBackupRelativeTime : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.6 : branch +#srBackupWaitTime : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.7 : branch +#srBackupSelectCriteria : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.8 : branch +#srReplicationResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.1 : branch +#srReplicationResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.2 : branch +#srReplicationOption : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.3 : branch +#srReplicaServer : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.4 : branch +#srReplicaDeviceID : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.5 : branch +#srReplicaSchedule : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.6 : branch +#srReplicaWatermark : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.7 : branch +#srReplicaWatermarkRetry : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.8 : branch +#srReplicaTime : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.9 : branch +#srReplicaInterval : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.10 : branch +#srCacheResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.1 : branch +#srCacheResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.2 : branch +#srCacheOption : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.3 : branch +#srCacheSuspend : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.4 : branch +#srCacheTotalSize : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.5 : branch +#srCacheFreeSize : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.6 : branch +#srCacheUsage : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.7 : branch +#srCacheThreshold : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.8 : branch +#srCacheFlushTime : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.9 : branch +#srCacheFlushCommand : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.10 : branch +#srWriteCacheProperty : .1.3.6.1.4.1.7368.3.3.3.2.1.19 : branch +#srMirrorType : .1.3.6.1.4.1.7368.3.3.3.2.1.20 : branch +#numOfNASResources : .1.3.6.1.4.1.7368.3.3.4.1 : branch +#numOfReplica : .1.3.6.1.4.1.7368.3.3.6.1 : branch +#numOfGroup : .1.3.6.1.4.1.7368.3.3.7.1 : branch +#numOfSANClients : .1.3.6.1.4.1.7368.3.4.1 : branch +sanClientID : .1.3.6.1.4.1.7368.3.4.2.1.1 : branch +sanClientName : .1.3.6.1.4.1.7368.3.4.2.1.2 : branch +#scfcResourceID : .1.3.6.1.4.1.7368.3.4.2.1.4.1.1 : branch +#scfcResourceName : .1.3.6.1.4.1.7368.3.4.2.1.4.1.2 : branch +#scfcClientID : .1.3.6.1.4.1.7368.3.4.2.1.4.1.3 : branch +#scfcClientName : .1.3.6.1.4.1.7368.3.4.2.1.4.1.4 : branch +#scfcResourceAllocType : .1.3.6.1.4.1.7368.3.4.2.1.4.1.5 : branch +#scfcLUN : .1.3.6.1.4.1.7368.3.4.2.1.4.1.6 : branch +#scfcInitatorWWPN : .1.3.6.1.4.1.7368.3.4.2.1.4.1.7 : branch +#scfcTargetWWPN : .1.3.6.1.4.1.7368.3.4.2.1.4.1.8 : branch +#scfcAccess : .1.3.6.1.4.1.7368.3.4.2.1.4.1.9 : branch +#scfcTotalsize : .1.3.6.1.4.1.7368.3.4.2.1.4.1.10 : branch +#scfcTotalSectors : .1.3.6.1.4.1.7368.3.4.2.1.4.1.11 : branch +#scfcSectorSize : .1.3.6.1.4.1.7368.3.4.2.1.4.1.12 : branch +#sanClientEntry : .1.3.6.1.4.1.7368.3.4.2.1 : branch +#numOfNFSClients : .1.3.6.1.4.1.7368.3.5.2.1 : branch +#numOfNFSShares : .1.3.6.1.4.1.7368.3.5.2.2 : branch +#vrsNumOfVirResources : .1.3.6.1.4.1.7368.3.6.1 : branch +#vrsVirResourceID : .1.3.6.1.4.1.7368.3.6.2.1.1 : branch +#vrsVirResourceName : .1.3.6.1.4.1.7368.3.6.2.1.2 : branch +#vrsInquiry : .1.3.6.1.4.1.7368.3.6.2.1.3 : branch +#vrsCmdPending : .1.3.6.1.4.1.7368.3.6.2.1.4 : branch +#vrsSize : .1.3.6.1.4.1.7368.3.6.2.1.5 : branch +#vrsBlockSize : .1.3.6.1.4.1.7368.3.6.2.1.6 : branch +#vrsKBRead : .1.3.6.1.4.1.7368.3.6.2.1.7 : branch +#vrsKBWritten : .1.3.6.1.4.1.7368.3.6.2.1.8 : branch +#vrsSCSIReadCmd : .1.3.6.1.4.1.7368.3.6.2.1.9 : branch +#vrsSCSIWriteCmd : .1.3.6.1.4.1.7368.3.6.2.1.10 : branch +#vrsOtherSCSICmd : .1.3.6.1.4.1.7368.3.6.2.1.11 : branch +#vrsReadError : .1.3.6.1.4.1.7368.3.6.2.1.12 : branch +#vrsWriteError : .1.3.6.1.4.1.7368.3.6.2.1.13 : branch +#vrsrdVirResourceID : .1.3.6.1.4.1.7368.3.6.2.1.14.1.1 : branch +#vrsrdType : .1.3.6.1.4.1.7368.3.6.2.1.14.1.2 : branch +#vrsrdAdapterNo : .1.3.6.1.4.1.7368.3.6.2.1.14.1.3 : branch +#vrsrdChannelNo : .1.3.6.1.4.1.7368.3.6.2.1.14.1.4 : branch +#vrsrdScsiID : .1.3.6.1.4.1.7368.3.6.2.1.14.1.5 : branch +#vrsrdLun : .1.3.6.1.4.1.7368.3.6.2.1.14.1.6 : branch +#vrsrdFirstSector : .1.3.6.1.4.1.7368.3.6.2.1.14.1.7 : branch +#vrsrdLastSector : .1.3.6.1.4.1.7368.3.6.2.1.14.1.8 : branch +#vrsrdKBRead : .1.3.6.1.4.1.7368.3.6.2.1.14.1.9 : branch +#vrsrdKBWritten : .1.3.6.1.4.1.7368.3.6.2.1.14.1.10 : branch +#vrsrdSCSIReadCmd : .1.3.6.1.4.1.7368.3.6.2.1.14.1.11 : branch +#vrsrdSCSIWriteCmd : .1.3.6.1.4.1.7368.3.6.2.1.14.1.12 : branch +#vrsrdOtherSCSICmd : .1.3.6.1.4.1.7368.3.6.2.1.14.1.13 : branch +#vrsrdReadError : .1.3.6.1.4.1.7368.3.6.2.1.14.1.14 : branch +#vrsrdWriteError : .1.3.6.1.4.1.7368.3.6.2.1.14.1.15 : branch +#vrsclClientName : .1.3.6.1.4.1.7368.3.6.2.1.15.1.1 : branch +#vrsclClientID : .1.3.6.1.4.1.7368.3.6.2.1.15.1.2 : branch +#vrsclVirResourceName : .1.3.6.1.4.1.7368.3.6.2.1.15.1.3 : branch +#vrsclVirResourceID : .1.3.6.1.4.1.7368.3.6.2.1.15.1.4 : branch +#vrsclAccess : .1.3.6.1.4.1.7368.3.6.2.1.15.1.5 : branch +#vrsclConnAccess : .1.3.6.1.4.1.7368.3.6.2.1.15.1.6 : branch +#vrsclConnected : .1.3.6.1.4.1.7368.3.6.2.1.15.1.7 : branch +#vrsclKBRead : .1.3.6.1.4.1.7368.3.6.2.1.15.1.8 : branch +#vrsclKBWritten : .1.3.6.1.4.1.7368.3.6.2.1.15.1.9 : branch +#vrsclSCSIReadCmd : .1.3.6.1.4.1.7368.3.6.2.1.15.1.10 : branch +#vrsclSCSIWriteCmd : .1.3.6.1.4.1.7368.3.6.2.1.15.1.11 : branch +#vrsclOtherSCSICmd : .1.3.6.1.4.1.7368.3.6.2.1.15.1.12 : branch +#vrsclReadError : .1.3.6.1.4.1.7368.3.6.2.1.15.1.13 : branch +#vrsclWriteError : .1.3.6.1.4.1.7368.3.6.2.1.15.1.14 : branch +#trapAuthtrapenable : .1.3.6.1.4.1.7368.3.7.1.0 : leaf +#trapCommunity : .1.3.6.1.4.1.7368.3.7.2.0 : leaf +#trIndex : .1.3.6.1.4.1.7368.3.7.3.1.1 : branch +#trHost : .1.3.6.1.4.1.7368.3.7.3.1.2 : branch +#trCommunity : .1.3.6.1.4.1.7368.3.7.3.1.3 : branch +#alarmIndex : .1.3.6.1.4.1.7368.3.8.1.1 : branch +#alarmName : .1.3.6.1.4.1.7368.3.8.1.2 : branch +#alarmVariable : .1.3.6.1.4.1.7368.3.8.1.3 : branch +#alarmMonitor : .1.3.6.1.4.1.7368.3.8.1.4 : branch +#alarmInterval : .1.3.6.1.4.1.7368.3.8.1.5 : branch +#alarmValue : .1.3.6.1.4.1.7368.3.8.1.6 : branch +#alarmRisingThreshold : .1.3.6.1.4.1.7368.3.8.1.7 : branch +#alarmFallingThreshold : .1.3.6.1.4.1.7368.3.8.1.8 : branch +alarmStatus : .1.3.6.1.4.1.7368.3.8.1.9 : branch +#companyName : .1.3.6.1.4.1.7368.10.1 : branch +#productName : .1.3.6.1.4.1.7368.10.2 : branch Added: trunk/templates/falconstor/fsres/thresholds =================================================================== --- trunk/templates/falconstor/fsres/thresholds (rev 0) +++ trunk/templates/falconstor/fsres/thresholds 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1 @@ +srMirrorSyncStatus : red : Not Synchronized : {sanResourceName} - mirror not synchronized Added: trunk/templates/falconstor/fsres/transforms =================================================================== --- trunk/templates/falconstor/fsres/transforms (rev 0) +++ trunk/templates/falconstor/fsres/transforms 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1 @@ +alarmStatusTxt : SWITCH : {alarmStatus} 0=disable,1=enable Added: trunk/templates/falconstor/fstor/exceptions =================================================================== Added: trunk/templates/falconstor/fstor/message =================================================================== --- trunk/templates/falconstor/fstor/message (rev 0) +++ trunk/templates/falconstor/fstor/message 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,34 @@ +Server: {serverName} - {isServerOrClient} - {loginMachineName} +Ver: {serverVersion} +OS: {osVersion} kernel: {kernelVersion} + +Processors: +TABLE:plain,noalarmsmsg +No Info +{processorNo}| {processorInfo} + +Memory: {memory} Swap: {swap} + +Failover: +TABLE:noalarmsmsg +No|Name|Value +{foIndex}|{foName}|{foValue} + +Fibre Channel: +TABLE:noalarmsmsg +No|WWPN|Mode +{fcIndex}|{fcWWPN}|{fcMode} + +Options: +NAS: {nasOption} FC: {fibreChannelOption} Repl: {replicationOption} SyncMirr: {syncMirroringOption} +sanIP: {sanIPOption} TmMark: {timemarkOption} ZrImpact: {zeroimpactOption} + +Adapters: {numOfAdapters} +TABLE:plain,noalarmsmsg +ID No Info +{adapterIndex}|{adapterNumber}|{adapterInfo} + +Devices: {numOfDevicesL} +TABLE:noalarmsmsg +No|Type|Vendor|Product|FW Rev|Adap #|SCSI ID|LUN|Size|Config Status +{deviceNo}|{deviceType}|{vendorID}|{productID}|{firmwareRev}|{adapterNo}|{scsiID}|{lun}|{totalSize}|{configStatus} Added: trunk/templates/falconstor/fstor/oids =================================================================== --- trunk/templates/falconstor/fstor/oids (rev 0) +++ trunk/templates/falconstor/fstor/oids 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,207 @@ +#revisionNumber : .1.3.6.1.4.1.7368.1.0 : leaf +isServerOrClient : .1.3.6.1.4.1.7368.2.0 : leaf +serverName : .1.3.6.1.4.1.7368.3.1.1.0 : leaf +loginMachineName : .1.3.6.1.4.1.7368.3.1.2.0 : leaf +serverVersion : .1.3.6.1.4.1.7368.3.1.3.0 : leaf +osVersion : .1.3.6.1.4.1.7368.3.1.4.0 : leaf +kernelVersion : .1.3.6.1.4.1.7368.3.1.5.0 : leaf +processorNo : .1.3.6.1.4.1.7368.3.1.6.1.1 : branch +processorInfo : .1.3.6.1.4.1.7368.3.1.6.1.2 : branch +memory : .1.3.6.1.4.1.7368.3.1.7.0 : leaf +swap : .1.3.6.1.4.1.7368.3.1.8.0 : leaf +##netInterfaceNo : .1.3.6.1.4.1.7368.3.1.9.1.1 : branch +netInterfaceInfo : .1.3.6.1.4.1.7368.3.1.9.1.2 : branch +foIndex : .1.3.6.1.4.1.7368.3.1.10.1.1 : branch +foName : .1.3.6.1.4.1.7368.3.1.10.1.2 : branch +foValue : .1.3.6.1.4.1.7368.3.1.10.1.3 : branch +fcIndex : .1.3.6.1.4.1.7368.3.1.11.1.1 : branch +fcWWPN : .1.3.6.1.4.1.7368.3.1.11.1.2 : branch +fcMode : .1.3.6.1.4.1.7368.3.1.11.1.3 : branch +nasOption : .1.3.6.1.4.1.7368.3.1.12.1.0 : leaf +fibreChannelOption : .1.3.6.1.4.1.7368.3.1.12.2.0 : leaf +replicationOption : .1.3.6.1.4.1.7368.3.1.12.3.0 : leaf +syncMirroringOption : .1.3.6.1.4.1.7368.3.1.12.4.0 : leaf +sanIPOption : .1.3.6.1.4.1.7368.3.1.12.5.0 : leaf +timemarkOption : .1.3.6.1.4.1.7368.3.1.12.6.0 : leaf +zeroimpactOption : .1.3.6.1.4.1.7368.3.1.12.7.0 : leaf +serverOption : .1.3.6.1.4.1.7368.3.1.12 : branch +numOfAdapters : .1.3.6.1.4.1.7368.3.2.1.0 : leaf +numOfDevicesL : .1.3.6.1.4.1.7368.3.2.2.0 : leaf +numOfDevices : .1.3.6.1.4.1.7368.3.2.2 : branch +adapterIndex : .1.3.6.1.4.1.7368.3.2.3.1.1 : branch +adapterNumber : .1.3.6.1.4.1.7368.3.2.3.1.2 : branch +adapterInfo : .1.3.6.1.4.1.7368.3.2.3.1.3 : branch +deviceNo : .1.3.6.1.4.1.7368.3.2.4.1.1 : branch +deviceType : .1.3.6.1.4.1.7368.3.2.4.1.2 : branch +vendorID : .1.3.6.1.4.1.7368.3.2.4.1.3 : branch +productID : .1.3.6.1.4.1.7368.3.2.4.1.4 : branch +firmwareRev : .1.3.6.1.4.1.7368.3.2.4.1.5 : branch +adapterNo : .1.3.6.1.4.1.7368.3.2.4.1.6 : branch +channelNo : .1.3.6.1.4.1.7368.3.2.4.1.7 : branch +scsiID : .1.3.6.1.4.1.7368.3.2.4.1.8 : branch +lun : .1.3.6.1.4.1.7368.3.2.4.1.9 : branch +totalSectors : .1.3.6.1.4.1.7368.3.2.4.1.10 : branch +sectorSize : .1.3.6.1.4.1.7368.3.2.4.1.11 : branch +totalSize : .1.3.6.1.4.1.7368.3.2.4.1.12 : branch +configStatus : .1.3.6.1.4.1.7368.3.2.4.1.13 : branch +#numOfLogicalResources : .1.3.6.1.4.1.7368.3.3.1 : branch +#numOfSANResources : .1.3.6.1.4.1.7368.3.3.3.1 : branch +#sanResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.1 : branch +#sanResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.2 : branch +#srAllocationType : .1.3.6.1.4.1.7368.3.3.3.2.1.3 : branch +#srTotalSectors : .1.3.6.1.4.1.7368.3.3.3.2.1.4 : branch +#srTotalSize : .1.3.6.1.4.1.7368.3.3.3.2.1.5 : branch +#srConfigStatus : .1.3.6.1.4.1.7368.3.3.3.2.1.6 : branch +#srMirrorSyncStatus : .1.3.6.1.4.1.7368.3.3.3.2.1.7 : branch +#srReplicaDevice : .1.3.6.1.4.1.7368.3.3.3.2.1.8 : branch +#srReplicatingSchedule : .1.3.6.1.4.1.7368.3.3.3.2.1.9 : branch +#srSnapshotCopyStatus : .1.3.6.1.4.1.7368.3.3.3.2.1.10 : branch +#physicalAllocLayoutIndex : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.1 : branch +#srpaSANResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.2 : branch +#srpaSANResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.3 : branch +#srpaName : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.4 : branch +#srpaType : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.5 : branch +#srpaAdapterNo : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.6 : branch +#srpaChannelNo : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.7 : branch +#srpaScsiID : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.8 : branch +#srpaLun : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.9 : branch +#srpaFirstSector : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.10 : branch +#srpaLastSector : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.11 : branch +#srpaSize : .1.3.6.1.4.1.7368.3.3.3.2.1.11.1.12 : branch +#srFCClientNo : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.1 : branch +#srFCName : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.2 : branch +#srFCSANResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.3 : branch +#srFCSANResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.4 : branch +#srFCInitatorWWPN : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.5 : branch +#srFCTargetWWPN : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.6 : branch +#srFCAccess : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.8 : branch +#srFCConnAccess : .1.3.6.1.4.1.7368.3.3.3.2.1.13.1.9 : branch +#srSnapShotResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.1 : branch +#srSnapShotResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.2 : branch +#srSnapShotOption : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.3 : branch +#srSnapShotSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.4 : branch +#srSnapShotThreshold : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.5 : branch +#srSnapShotReachTH : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.6 : branch +#srSnapShotIncSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.7 : branch +#srSnapShotMaxSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.8 : branch +#srSnapShotResourceFull : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.9 : branch +#srSnapShotUsedSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.10 : branch +#srSnapShotFreeSize : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.11 : branch +#srSnapShotUsedPercent : .1.3.6.1.4.1.7368.3.3.3.2.1.14.1.12 : branch +#srTimeMarkResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.1 : branch +#srTimeMarkResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.2 : branch +#srTimeMarkOption : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.3 : branch +#srTimeMarkCounts : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.4 : branch +#srTimeMarkSchedule : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.5 : branch +#srTimeMarkLastTimeStamp : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.6 : branch +#srTimeMarkSnapshotImage : .1.3.6.1.4.1.7368.3.3.3.2.1.15.1.7 : branch +#srBackupResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.1 : branch +#srBackupResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.2 : branch +#srBackupOption : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.3 : branch +#srBackupWindow : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.4 : branch +#srBackupSessionLen : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.5 : branch +#srBackupRelativeTime : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.6 : branch +#srBackupWaitTime : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.7 : branch +#srBackupSelectCriteria : .1.3.6.1.4.1.7368.3.3.3.2.1.16.1.8 : branch +#srReplicationResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.1 : branch +#srReplicationResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.2 : branch +#srReplicationOption : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.3 : branch +#srReplicaServer : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.4 : branch +#srReplicaDeviceID : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.5 : branch +#srReplicaSchedule : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.6 : branch +#srReplicaWatermark : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.7 : branch +#srReplicaWatermarkRetry : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.8 : branch +#srReplicaTime : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.9 : branch +#srReplicaInterval : .1.3.6.1.4.1.7368.3.3.3.2.1.17.1.10 : branch +#srCacheResourceID : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.1 : branch +#srCacheResourceName : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.2 : branch +#srCacheOption : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.3 : branch +#srCacheSuspend : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.4 : branch +#srCacheTotalSize : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.5 : branch +#srCacheFreeSize : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.6 : branch +#srCacheUsage : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.7 : branch +#srCacheThreshold : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.8 : branch +#srCacheFlushTime : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.9 : branch +#srCacheFlushCommand : .1.3.6.1.4.1.7368.3.3.3.2.1.18.1.10 : branch +#srWriteCacheProperty : .1.3.6.1.4.1.7368.3.3.3.2.1.19 : branch +#srMirrorType : .1.3.6.1.4.1.7368.3.3.3.2.1.20 : branch +#numOfNASResources : .1.3.6.1.4.1.7368.3.3.4.1 : branch +#numOfReplica : .1.3.6.1.4.1.7368.3.3.6.1 : branch +#numOfGroup : .1.3.6.1.4.1.7368.3.3.7.1 : branch +#numOfSANClients : .1.3.6.1.4.1.7368.3.4.1 : branch +#sanClientID : .1.3.6.1.4.1.7368.3.4.2.1.1 : branch +#sanClientName : .1.3.6.1.4.1.7368.3.4.2.1.2 : branch +#scfcResourceID : .1.3.6.1.4.1.7368.3.4.2.1.4.1.1 : branch +#scfcResourceName : .1.3.6.1.4.1.7368.3.4.2.1.4.1.2 : branch +#scfcClientID : .1.3.6.1.4.1.7368.3.4.2.1.4.1.3 : branch +#scfcClientName : .1.3.6.1.4.1.7368.3.4.2.1.4.1.4 : branch +#scfcResourceAllocType : .1.3.6.1.4.1.7368.3.4.2.1.4.1.5 : branch +#scfcLUN : .1.3.6.1.4.1.7368.3.4.2.1.4.1.6 : branch +#scfcInitatorWWPN : .1.3.6.1.4.1.7368.3.4.2.1.4.1.7 : branch +#scfcTargetWWPN : .1.3.6.1.4.1.7368.3.4.2.1.4.1.8 : branch +#scfcAccess : .1.3.6.1.4.1.7368.3.4.2.1.4.1.9 : branch +#scfcTotalsize : .1.3.6.1.4.1.7368.3.4.2.1.4.1.10 : branch +#scfcTotalSectors : .1.3.6.1.4.1.7368.3.4.2.1.4.1.11 : branch +#scfcSectorSize : .1.3.6.1.4.1.7368.3.4.2.1.4.1.12 : branch +#sanClientEntry : .1.3.6.1.4.1.7368.3.4.2.1 : branch +#numOfNFSClients : .1.3.6.1.4.1.7368.3.5.2.1 : branch +#numOfNFSShares : .1.3.6.1.4.1.7368.3.5.2.2 : branch +#vrsNumOfVirResources : .1.3.6.1.4.1.7368.3.6.1 : branch +#vrsVirResourceID : .1.3.6.1.4.1.7368.3.6.2.1.1 : branch +#vrsVirResourceName : .1.3.6.1.4.1.7368.3.6.2.1.2 : branch +#vrsInquiry : .1.3.6.1.4.1.7368.3.6.2.1.3 : branch +#vrsCmdPending : .1.3.6.1.4.1.7368.3.6.2.1.4 : branch +#vrsSize : .1.3.6.1.4.1.7368.3.6.2.1.5 : branch +#vrsBlockSize : .1.3.6.1.4.1.7368.3.6.2.1.6 : branch +#vrsKBRead : .1.3.6.1.4.1.7368.3.6.2.1.7 : branch +#vrsKBWritten : .1.3.6.1.4.1.7368.3.6.2.1.8 : branch +#vrsSCSIReadCmd : .1.3.6.1.4.1.7368.3.6.2.1.9 : branch +#vrsSCSIWriteCmd : .1.3.6.1.4.1.7368.3.6.2.1.10 : branch +#vrsOtherSCSICmd : .1.3.6.1.4.1.7368.3.6.2.1.11 : branch +#vrsReadError : .1.3.6.1.4.1.7368.3.6.2.1.12 : branch +#vrsWriteError : .1.3.6.1.4.1.7368.3.6.2.1.13 : branch +#vrsrdVirResourceID : .1.3.6.1.4.1.7368.3.6.2.1.14.1.1 : branch +#vrsrdType : .1.3.6.1.4.1.7368.3.6.2.1.14.1.2 : branch +#vrsrdAdapterNo : .1.3.6.1.4.1.7368.3.6.2.1.14.1.3 : branch +#vrsrdChannelNo : .1.3.6.1.4.1.7368.3.6.2.1.14.1.4 : branch +#vrsrdScsiID : .1.3.6.1.4.1.7368.3.6.2.1.14.1.5 : branch +#vrsrdLun : .1.3.6.1.4.1.7368.3.6.2.1.14.1.6 : branch +#vrsrdFirstSector : .1.3.6.1.4.1.7368.3.6.2.1.14.1.7 : branch +#vrsrdLastSector : .1.3.6.1.4.1.7368.3.6.2.1.14.1.8 : branch +#vrsrdKBRead : .1.3.6.1.4.1.7368.3.6.2.1.14.1.9 : branch +#vrsrdKBWritten : .1.3.6.1.4.1.7368.3.6.2.1.14.1.10 : branch +#vrsrdSCSIReadCmd : .1.3.6.1.4.1.7368.3.6.2.1.14.1.11 : branch +#vrsrdSCSIWriteCmd : .1.3.6.1.4.1.7368.3.6.2.1.14.1.12 : branch +#vrsrdOtherSCSICmd : .1.3.6.1.4.1.7368.3.6.2.1.14.1.13 : branch +#vrsrdReadError : .1.3.6.1.4.1.7368.3.6.2.1.14.1.14 : branch +#vrsrdWriteError : .1.3.6.1.4.1.7368.3.6.2.1.14.1.15 : branch +#vrsclClientName : .1.3.6.1.4.1.7368.3.6.2.1.15.1.1 : branch +#vrsclClientID : .1.3.6.1.4.1.7368.3.6.2.1.15.1.2 : branch +#vrsclVirResourceName : .1.3.6.1.4.1.7368.3.6.2.1.15.1.3 : branch +#vrsclVirResourceID : .1.3.6.1.4.1.7368.3.6.2.1.15.1.4 : branch +#vrsclAccess : .1.3.6.1.4.1.7368.3.6.2.1.15.1.5 : branch +#vrsclConnAccess : .1.3.6.1.4.1.7368.3.6.2.1.15.1.6 : branch +#vrsclConnected : .1.3.6.1.4.1.7368.3.6.2.1.15.1.7 : branch +#vrsclKBRead : .1.3.6.1.4.1.7368.3.6.2.1.15.1.8 : branch +#vrsclKBWritten : .1.3.6.1.4.1.7368.3.6.2.1.15.1.9 : branch +#vrsclSCSIReadCmd : .1.3.6.1.4.1.7368.3.6.2.1.15.1.10 : branch +#vrsclSCSIWriteCmd : .1.3.6.1.4.1.7368.3.6.2.1.15.1.11 : branch +#vrsclOtherSCSICmd : .1.3.6.1.4.1.7368.3.6.2.1.15.1.12 : branch +#vrsclReadError : .1.3.6.1.4.1.7368.3.6.2.1.15.1.13 : branch +#vrsclWriteError : .1.3.6.1.4.1.7368.3.6.2.1.15.1.14 : branch +#trapAuthtrapenable : .1.3.6.1.4.1.7368.3.7.1.0 : leaf +#trapCommunity : .1.3.6.1.4.1.7368.3.7.2.0 : leaf +#trIndex : .1.3.6.1.4.1.7368.3.7.3.1.1 : branch +#trHost : .1.3.6.1.4.1.7368.3.7.3.1.2 : branch +#trCommunity : .1.3.6.1.4.1.7368.3.7.3.1.3 : branch +#alarmIndex : .1.3.6.1.4.1.7368.3.8.1.1 : branch +#alarmName : .1.3.6.1.4.1.7368.3.8.1.2 : branch +#alarmVariable : .1.3.6.1.4.1.7368.3.8.1.3 : branch +#alarmMonitor : .1.3.6.1.4.1.7368.3.8.1.4 : branch +#alarmInterval : .1.3.6.1.4.1.7368.3.8.1.5 : branch +#alarmValue : .1.3.6.1.4.1.7368.3.8.1.6 : branch +#alarmRisingThreshold : .1.3.6.1.4.1.7368.3.8.1.7 : branch +#alarmFallingThreshold : .1.3.6.1.4.1.7368.3.8.1.8 : branch +alarmStatus : .1.3.6.1.4.1.7368.3.8.1.9 : branch +#companyName : .1.3.6.1.4.1.7368.10.1 : branch +#productName : .1.3.6.1.4.1.7368.10.2 : branch Added: trunk/templates/falconstor/fstor/thresholds =================================================================== Added: trunk/templates/falconstor/fstor/transforms =================================================================== --- trunk/templates/falconstor/fstor/transforms (rev 0) +++ trunk/templates/falconstor/fstor/transforms 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1 @@ +alarmStatusTxt : SWITCH : {alarmStatus} 0=disable,1=enable Added: trunk/templates/falconstor/specs =================================================================== --- trunk/templates/falconstor/specs (rev 0) +++ trunk/templates/falconstor/specs 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,4 @@ +vendor : falconstor +model : ipstor +snmpver : 2 +sysdesc : Linux Added: trunk/templates/hds-df600/README =================================================================== --- trunk/templates/hds-df600/README (rev 0) +++ trunk/templates/hds-df600/README 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,9 @@ +This template was created by David Baldwin + +NOTE: This does not imply any support responsibilities, liabiltiy in +case of this template or devmon causing phsyical, monetary or emotional +damanges, or any other such obligations. It is merely to provide +credit to the original author of the template. + +Support for Hitachi Data Systems DF600 RAID subsystem +uses SNMPv1 Added: trunk/templates/hds-df600/raid/exceptions =================================================================== Added: trunk/templates/hds-df600/raid/message =================================================================== --- trunk/templates/hds-df600/raid/message (rev 0) +++ trunk/templates/hds-df600/raid/message 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,15 @@ +TABLE: noalarmsmsg +Name|SystemRev|Serial Num|StatusCode +{dfSystemProductName}|{dfSystemMicroRevision}|{dfSystemSerialNumber}|{dfRegressionStatus} + +Controller status: +TABLE: noalarmsmsg +#Drive|Spare +#{dfRegressionStatusDrv.color}|{dfRegressionStatusSpr.color} +Drive|Spare|DataDrv|Encl|Warn|Ctrlr|UPS|Loop|Path|Batt|PSU|AC|BK|Fan|Cache|SATASp|SATADr|SATAEnc|HostCon +{dfRegressionStatusDrv.color}|{dfRegressionStatusSpr.color}|{dfRegressionStatusDDrv.color}|{dfRegressionStatusENC.color}|{dfRegressionStatusWarn.color}|{dfRegressionStatusCtl.color}|{dfRegressionStatusUPS.color}|{dfRegressionStatusLoop.color}|{dfRegressionStatusPath.color}|{dfRegressionStatusBatt.color}|{dfRegressionStatusPSU.color}|{dfRegressionStatusAC.color}|{dfRegressionStatusBK.color}|{dfRegressionStatusFan.color}|{dfRegressionStatusCache.color}|{dfRegressionStatusSATAS.color}|{dfRegressionStatusSATAD.color}|{dfRegressionStatusSENC.color}|{dfRegressionStatusHostC.color} + +Port status: +TABLE: noalarmsmsg +ID|Kind|FibreTopol|CtlStatus|Disp Name|WWN +{dfPortID}|{dfPortKind}|{dfPortFibreTopologyTxt}|{dfPortControlStatus}|{dfPortDisplayName}|{dfPortWWNAddr} Added: trunk/templates/hds-df600/raid/oids =================================================================== --- trunk/templates/hds-df600/raid/oids (rev 0) +++ trunk/templates/hds-df600/raid/oids 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,10 @@ +dfSystemProductName : .1.3.6.1.4.1.116.5.11.1.2.1.1 : branch +dfSystemMicroRevision : .1.3.6.1.4.1.116.5.11.1.2.1.2 : branch +dfSystemSerialNumber : .1.3.6.1.4.1.116.5.11.1.2.1.3 : branch +dfRegressionStatus : .1.3.6.1.4.1.116.5.11.1.2.2.1 : branch +dfPortID : .1.3.6.1.4.1.116.5.11.1.2.6.1.1.2 : branch +dfPortKind : .1.3.6.1.4.1.116.5.11.1.2.6.1.1.3 : branch +dfPortFibreTopology : .1.3.6.1.4.1.116.5.11.1.2.6.1.1.6 : branch +dfPortControlStatus : .1.3.6.1.4.1.116.5.11.1.2.6.1.1.7 : branch +dfPortDisplayName : .1.3.6.1.4.1.116.5.11.1.2.6.1.1.8 : branch +dfPortWWN : .1.3.6.1.4.1.116.5.11.1.2.6.1.1.9 : branch Added: trunk/templates/hds-df600/raid/thresholds =================================================================== --- trunk/templates/hds-df600/raid/thresholds (rev 0) +++ trunk/templates/hds-df600/raid/thresholds 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,39 @@ +dfRegressionStatusDrv : green : 0 : +dfRegressionStatusDrv : red : >0 : Drive Error +dfRegressionStatusSpr : green : 0 : +dfRegressionStatusSpr : red : >0 : Spare Drive Error +dfRegressionStatusDDrv : green : 0 : +dfRegressionStatusDDrv : red : >0 : Data Drive Error +dfRegressionStatusENC : green : 0 : +dfRegressionStatusENC : red : >0 : Enclosure Error +dfRegressionStatusWarn : green : 0 : +dfRegressionStatusWarn : red : >0 : Warning +dfRegressionStatusCtl : green : 0 : +dfRegressionStatusCtl : red : >0 : Controller Error +dfRegressionStatusUPS : green : 0 : +dfRegressionStatusUPS : red : >0 : UPS Error +dfRegressionStatusLoop : green : 0 : +dfRegressionStatusLoop : red : >0 : Loop Error +dfRegressionStatusPath : green : 0 : +dfRegressionStatusPath : red : >0 : Path Error +dfRegressionStatusBatt : green : 0 : +dfRegressionStatusBatt : red : >0 : Battery Error +dfRegressionStatusPSU : green : 0 : +dfRegressionStatusPSU : red : >0 : Power Supply Error +dfRegressionStatusAC : green : 0 : +dfRegressionStatusAC : red : >0 : AC Error +dfRegressionStatusBK : green : 0 : +dfRegressionStatusBK : red : >0 : BK Error +dfRegressionStatusFan : green : 0 : +dfRegressionStatusFan : red : >0 : Fan Error +dfRegressionStatusCache : green : 0 : +dfRegressionStatusCache : red : >0 : Cache Memory Error +dfRegressionStatusSATAS : green : 0 : +dfRegressionStatusSATAS : red : >0 : SATA Spare Drive Error +dfRegressionStatusSATAD : green : 0 : +dfRegressionStatusSATAD : red : >0 : SATA Data Drive Error +dfRegressionStatusSENC : green : 0 : +dfRegressionStatusSENC : red : >0 : SATA Enclosure Error +dfRegressionStatusHostC : green : 0 : +dfRegressionStatusHostC : red : >0 : HostConnector Error + Added: trunk/templates/hds-df600/raid/transforms =================================================================== --- trunk/templates/hds-df600/raid/transforms (rev 0) +++ trunk/templates/hds-df600/raid/transforms 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,22 @@ +dfRegressionStatusDrv : MATH : {dfRegressionStatus} & 1 : 0 +dfRegressionStatusSpr : MATH : {dfRegressionStatus} & 2 : 0 +dfRegressionStatusDDrv : MATH : {dfRegressionStatus} & (2 ^ 2) : 0 +dfRegressionStatusENC : MATH : {dfRegressionStatus} & (2 ^ 3) : 0 +dfRegressionStatusWarn : MATH : {dfRegressionStatus} & (2 ^ 6) : 0 +dfRegressionStatusCtl : MATH : {dfRegressionStatus} & (2 ^ 7) : 0 +dfRegressionStatusUPS : MATH : {dfRegressionStatus} & (2 ^ 8) : 0 +dfRegressionStatusLoop : MATH : {dfRegressionStatus} & (2 ^ 9) : 0 +dfRegressionStatusPath : MATH : {dfRegressionStatus} & (2 ^ 10) : 0 +dfRegressionStatusBatt : MATH : {dfRegressionStatus} & (2 ^ 16) : 0 +dfRegressionStatusPSU : MATH : {dfRegressionStatus} & (2 ^ 17) : 0 +dfRegressionStatusAC : MATH : {dfRegressionStatus} & (2 ^ 18) : 0 +dfRegressionStatusBK : MATH : {dfRegressionStatus} & (2 ^ 19) : 0 +dfRegressionStatusFan : MATH : {dfRegressionStatus} & (2 ^ 20) : 0 +dfRegressionStatusCache : MATH : {dfRegressionStatus} & (2 ^ 24) : 0 +dfRegressionStatusSATAS : MATH : {dfRegressionStatus} & (2 ^ 25) : 0 +dfRegressionStatusSATAD : MATH : {dfRegressionStatus} & (2 ^ 26) : 0 +dfRegressionStatusSENC : MATH : {dfRegressionStatus} & (2 ^ 27) : 0 +dfRegressionStatusHostC : MATH : {dfRegressionStatus} & (2 ^ 28) : 0 +dfPortFibreTopologyTxt : SWITCH : {dfPortFibreTopology} 1=Fabric(on)&FCAL,2=Fabric(off)&FCAL,3=Fabric(on)&PointToPoint,4=Fabric(off)&PointToPoint,5=Not Fibre +dfPortWWNStr : UNPACK : {dfPortWWN} H16 +dfPortWWNAddr : REGSUB : {dfPortWWNStr} /(\w\w)(\w\w)(\w\w)(\w\w)(\w\w)(\w\w)(\w\w)(\w\w)/$1-$2-$3-$4-$5-$6-$7-$8/ Added: trunk/templates/hds-df600/specs =================================================================== --- trunk/templates/hds-df600/specs (rev 0) +++ trunk/templates/hds-df600/specs 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,5 @@ +vendor : hds +model : df600 +snmpver : 1 +#sysdesc : linux|Linux +sysdesc : HITACHI DF600F Added: trunk/templates/sentry-pdu/README =================================================================== --- trunk/templates/sentry-pdu/README (rev 0) +++ trunk/templates/sentry-pdu/README 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,32 @@ +This template was created by David Baldwin + +NOTE: This does not imply any support responsibilities, liabiltiy in +case of this template or devmon causing phsyical, monetary or emotional +damanges, or any other such obligations. It is merely to provide +credit to the original author of the template. + +Support for Sentry switched PDU + +RRD data collection for power must be setup +If using integrated devmon, add to TEST2RRD line: +power=devmon + +Otherwise ensure being processed by --extra-script option + +Also add to GRAPHS: power + +Graph definition: + +[current] + FNPATTERN current.(.+).rrd + TITLE Current Monitoring + YAXIS Amps + DEF:craw@RRDIDX@=@RRDFN@:current:AVERAGE + CDEF:current@RRDIDX@=craw@RRDIDX@,100,/ + LINE2:current@RRDIDX@#@COLOR@:@RRDPARAM@ Input Current + GPRINT:current@RRDIDX@:LAST: \: %5.1lf (cur) + GPRINT:current@RRDIDX@:MAX: \: %5.1lf (max) + GPRINT:current@RRDIDX@:MIN: \: %5.1lf (min) + GPRINT:current@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n + + Added: trunk/templates/sentry-pdu/power/exceptions =================================================================== Added: trunk/templates/sentry-pdu/power/message =================================================================== --- trunk/templates/sentry-pdu/power/message (rev 0) +++ trunk/templates/sentry-pdu/power/message 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,16 @@ +Sentry PDU +Version: {systemVersion} +NIC ser#: {systemNICSerialNumber} +Location: {systemLocation} +Towers: {systemTowerCount} +EnvMon: {systemEnvMonCount} + +Towers +TABLE: noalarmsmsg +ID|Name|Status|Infeeds# +{towerID}|{towerName}|{towerStatusTxt.color}{towerStatusTxt}|{towerInfeedCount} + +Infeeds +TABLE: noalarmsmsg,rrd(name:current; pri:infeedID; DS:current:infeedLoadValue:GAUGE; ) +ID|Name|Sts|LoadSts|Load|Hi Thresh|# Outlets|OnSense|LoadSense|PwrCtrl|FailSafe|DfltOff|VSense|PwrSense +{infeedID}|{infeedName}|{infeedStatusTxt.color}{infeedStatusTxt}|{infeedLoadStatusTxt.color}{infeedLoadStatusTxt}|{infeedLoadValueAmps} A|{infeedLoadHighThreshAmps} A|{infeedOutletCount}|{infeedCapaOnSense}|{infeedCapaLoadSense}|{infeedCapaPowerCont}|{infeedCapaFailSafe}|{infeedCapaDefOff}|{infeedCapaVoltSense}|{infeedCapaPowerSense} Added: trunk/templates/sentry-pdu/power/oids =================================================================== --- trunk/templates/sentry-pdu/power/oids (rev 0) +++ trunk/templates/sentry-pdu/power/oids 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,27 @@ +systemVersion : .1.3.6.1.4.1.1718.3.1.1.0 : leaf +systemNICSerialNumber : .1.3.6.1.4.1.1718.3.1.2.0 : leaf +systemLocation : .1.3.6.1.4.1.1718.3.1.3.0 : leaf +systemTowerCount : .1.3.6.1.4.1.1718.3.1.4.0 : leaf +systemEnvMonCount : .1.3.6.1.4.1.1718.3.1.5.0 : leaf +towerID : .1.3.6.1.4.1.1718.3.2.1.1.2 : branch +towerName : .1.3.6.1.4.1.1718.3.2.1.1.3 : branch +towerStatus : .1.3.6.1.4.1.1718.3.2.1.1.4 : branch +towerInfeedCount : .1.3.6.1.4.1.1718.3.2.1.1.5 : branch +infeedID : .1.3.6.1.4.1.1718.3.2.2.1.2 : branch +infeedName : .1.3.6.1.4.1.1718.3.2.2.1.3 : branch +infeedCapabilities : .1.3.6.1.4.1.1718.3.2.2.1.4 : branch +infeedStatus : .1.3.6.1.4.1.1718.3.2.2.1.5 : branch +infeedLoadStatus : .1.3.6.1.4.1.1718.3.2.2.1.6 : branch +infeedLoadValue : .1.3.6.1.4.1.1718.3.2.2.1.7 : branch +infeedLoadHighThresh : .1.3.6.1.4.1.1718.3.2.2.1.8 : branch +infeedOutletCount : .1.3.6.1.4.1.1718.3.2.2.1.9 : branch +outletID : .1.3.6.1.4.1.1718.3.2.3.1.2 : branch +outletName : .1.3.6.1.4.1.1718.3.2.3.1.3 : branch +outletCapabilities : .1.3.6.1.4.1.1718.3.2.3.1.4 : branch +outletStatus : .1.3.6.1.4.1.1718.3.2.3.1.5 : branch +outletLoadStatus : .1.3.6.1.4.1.1718.3.2.3.1.6 : branch +outletLoadValue : .1.3.6.1.4.1.1718.3.2.3.1.7 : branch +outletLoadLowThresh : .1.3.6.1.4.1.1718.3.2.3.1.8 : branch +outletLoadHighThresh : .1.3.6.1.4.1.1718.3.2.3.1.9 : branch +outletControlState : .1.3.6.1.4.1.1718.3.2.3.1.10 : branch +outletControlAction : .1.3.6.1.4.1.1718.3.2.3.1.11 : branch Added: trunk/templates/sentry-pdu/power/thresholds =================================================================== --- trunk/templates/sentry-pdu/power/thresholds (rev 0) +++ trunk/templates/sentry-pdu/power/thresholds 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,22 @@ +towerStatusTxt : green : normal : +towerStatusTxt : yellow : noComm : +towerStatusTxt : red : fanFail|overTemp : +infeedStatusTxt : green : on : +infeedStatusTxt : yellow : off|offWait|onWait|offError|onError|noComm : +infeedStatusTxt : red : : +infeedLoadStatusTxt : green : normal : +infeedLoadStatusTxt : yellow : notOn|reading|loadLow|loadHigh|overLoad|readError|noComm : +infeedLoadStatusTxt : red : : +outletStatusTxt : green : on : +outletStatusTxt : yellow : off|offWait|onWait|offError|onError|noComm|reading|offFuse|onFuse : +outletStatusTxt : red : : +outletLoadStatusTxt : green : normal : +outletLoadStatusTxt : yellow : notOn|reading|loadLow|loadHigh|overLoad|readError|noComm : +outletLoadStatusTxt : red : : +outletControlStateTxt : green : on|lockedOff|lockedOn : +outletControlStateTxt : yellow : idleOff|idleOn|wakeOff|wakeOn|off|reboot|shutdown|pendOn|pendOff|minimumOff|minimumOn|eventOff|eventOn|eventReboot|eventShutdown : +outletControlStateTxt : red : : +outletControlActionTxt : green : on : +outletControlActionTxt : yellow : none|off|reboot : +outletControlActionTxt : red : : + Added: trunk/templates/sentry-pdu/power/transforms =================================================================== --- trunk/templates/sentry-pdu/power/transforms (rev 0) +++ trunk/templates/sentry-pdu/power/transforms 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,19 @@ +towerStatusTxt : SWITCH : {towerStatus} 0=normal,1=noComm,2=fanFail,3=overTemp +infeedCapabInt : UNPACK : {infeedCapabilities} C1 +infeedCapaOnSense : MATH : ({infeedCapabInt} & 128) / 128 : 0 +infeedCapaLoadSense : MATH : ({infeedCapabInt} & 64) / 64 : 0 +infeedCapaPowerCont : MATH : ({infeedCapabInt} & 32) / 32 : 0 +infeedCapaFailSafe : MATH : ({infeedCapabInt} & 16) / 16 : 0 +infeedCapaDefOff : MATH : ({infeedCapabInt} & 8) / 8 : 0 +infeedCapaVoltSense : MATH : ({infeedCapabInt} & 4) / 4 : 0 +infeedCapaPowerSense : MATH : ({infeedCapabInt} & 2) / 2 : 0 + +infeedStatusTxt : SWITCH : {infeedStatus} 0=off,1=on,2=offWait,3=onWait,4=offError,5=onError,6=noComm +infeedLoadStatusTxt : SWITCH : {infeedLoadStatus} 0=normal,1=notOn,2=reading,3=loadLow,4=loadHigh,5=overLoad,6=readError,7=noComm +infeedLoadValueAmps : MATH : {infeedLoadValue} / 100 : 2 +infeedLoadHighThreshAmps : MATH : {infeedLoadHighThresh} / 100 : 2 +outletStatusTxt : SWITCH : {outletStatus} 0=off,1=on,2=offWait,3=onWait,4=offError,5=onError,6=noComm,7=reading,8=offFuse,9=onFuse +outletLoadStatusTxt : SWITCH : {outletLoadStatus} 0=normal,1=notOn,2=reading,3=loadLow,4=loadHigh,5=overLoad,6=readError,7=noComm +outletControlStateTxt : SWITCH : {outletControlState} 0=idleOff,1=idleOn,2=wakeOff,3=wakeOn,4=off,5=on,6=lockedOff,7=lockedOn,8=reboot,9=shutdown,10=pendOn,11=pendOff,12=minimumOff,13=minimumOn,14=eventOff,15=eventOn,16=eventReboot,17=eventShutdown +outletControlActionTxt : SWITCH : {outletControlAction} 0=none,1=on,2=off,3=reboot + Added: trunk/templates/sentry-pdu/specs =================================================================== --- trunk/templates/sentry-pdu/specs (rev 0) +++ trunk/templates/sentry-pdu/specs 2011-03-18 01:22:42 UTC (rev 220) @@ -0,0 +1,4 @@ +vendor : sentry +model : pdu +snmpver : 2c +sysdesc : Sentry Switched CDU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |