-
Notifications
You must be signed in to change notification settings - Fork 0
Data Structure
Lee Thompson edited this page Jun 23, 2015
·
8 revisions
$unit{MAC_INDEX}{ITEM}{INSTANCE}
Items:
models Model Data (Not available with SNMP)
`os OS Data`
`hostname Hostname`
`ipaddr IP Address`
`mac MAC Address`
`fan Fan Data`
`tmps Temperature Data`
`ups UPS Data (Not available with SNMP)`
`volumes Volumes Data`
`disks Disks Data`
`system System Data Tree (SNMP Only)`
`uptime System Uptime (SNMP Only)`
`memory System Memory (SNMP Only)`
`processes System Process Count (SNMP Only)`
`uname System Uname (SNMP Only)`
`boot Boot Status (Not available with SNMP)`
-
A MAC_INDEX is a MAC Address without spaces or colons.
-
An INSTANCE of 0 is a total or summary.
For example:
$unit{000DA2011817}{volumes}{0}
will contain information about the active volume on the ReadyNAS with the MAC address of "00:0D:A2:01:18:17
".