Defines a service metering data collector.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| collector_id | integer | not null | Unique identity of the collector type |
| name | varchar(64) | with null | Name of the collector type |
| type | varchar(20) | with null | Type classification. Identifies whether the collector is OS specific, whether is monitors the local system or can monitor remote systems. OS, local, remote |
| parent_collector | integer | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| collector_id | usm_event_type | collector_id |
| collector_id | usm_metric | collector_id |