| Version 1 (modified by , 17 years ago) ( diff ) |
|---|
Destinations
mysql> describe rcDestination; +--------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------+--------------+------+-----+---------+----------------+ | dest_id | bigint(20) | NO | PRI | NULL | auto_increment | | name | varchar(64) | YES | | NULL | | | status_uri | varchar(255) | YES | | NULL | | | comment | varchar(255) | YES | | NULL | | | last_fileset | varchar(255) | YES | | NULL | | | state | varchar(64) | YES | | NULL | | | prod_id | bigint(20) | YES | MUL | NULL | | +--------------+--------------+------+-----+---------+----------------+ 7 rows in set (0.00 sec)
status_uri is the uri of the status page. The ipp distribution server queries this site to determine whether the destination has successfully downloaded a fileset.
state is either 'enabled' or 'disabled' which controls whether the site is queried for status updates and whether the destination's 'interests' are considered when the system decides which data to bundle.
Note:
See TracWiki
for help on using the wiki.
