DB Schema:SNMPCommunities
From Matt's Network Monitor
[edit] Description
The "SNMP communities" table contains known SNMP communities for the network. A host may belong to many SNMP communities.
[edit] Fields
| Name | Data Type | Description |
|---|---|---|
| name | varchar(64) | Name of the SNMP community. |
[edit] Relationships
- SNMPCommunities :has_many Hosts, :through => SNMPCommunitiesForHost
