Table sem5.dbo.AGENTCONFIG
Not used.

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
IDX int 4
ENABLED varchar 10 ('') Is "on" if status checking for this agent type is enabled, if status checking is not enabled, then it is blank.
AGENTTYPE varchar 20 ('') 1 = LogSender
2 = ClientInventory
3 = LogReaderInventory
4 = LogReaderEvents
5 = NotificationAgent
6 = HistoryAgent
7 = VirusCategory
8 = DBmaint
9 = Backup
10 = DiskFull
REMOTEX int 4 ((0)) 1 indicates this agent runs on a remote host; 0 indicates it is running locally on the SAV Reporter host itself.
WARNAFTER_VALUE int 4 ((0)) Time of agent inactivity after which a warning will be raised
WARNAFTER_UNIT varchar 10 ('') Unit for Warnafter_value (minutes, hours or days)
EMAIL varchar 255 ('') Comma-separated list of e-mail addresses to receive a warning mail if agent is considered inactive

Analyzed at Mon Oct 29 12:07 PDT 2012

Indexes:
Column(s) Type Sort Constraint Name
IDX Primary key Asc PK_AGENTCONFIG