Settings and Options
Submitted by Synthetic Dreams on Fri, 08/15/2014 - 15:05
The following attributes may be configured for each data source (and may be reconfigured at run-time):
Option | Settings Key | Description |
---|---|---|
DHCP | DHCP | "True" = Query the DHCP service on the target server, and enable the "DHCPScope" and "DHCPLease" tables. "False" = Do not query the DHCP service on the target server, and disable the "DHCPScope" and "DHCPLease" tables |
DNS | DNS | "True" = Query the DNS service on the target server, and enable the "DNSZone", "DNSDomain", and "DNSRecord" tables. "False" = Do not query the DNS service on the target server, and disable the "DNSZone", "DNSDomain", and "DNSRecord" tables |
Event | Event | "True" = Query the event log on the target server, and enable the "Event" table. "False" = Do not query the event log on the target server, and disable the "Event" table |
Server Address | Server | The address of the server to query. May be IP or name, including localhost |
Event Logs | Logs | Comma delimited list of event logs to query on the target server (such as "Application", "System", "Security", etc). Leaving this field blank will query all logs found on the target system |
Snapshot Mode | Snapshot | "True" = The cache will only be populated with service data at connection time, increasing performance. "False" = The cache will be updated at query time, ensuring 100% up-to-date information |
Interactive Mode | Interactive | "True" = When updating the cache, or executing a INSERT, UPDATE, or DELETE query, a progress meter will be shown to the user. The dialog will allow users to cancel queries. "False" = no dialog boxes will be displayed to the user. "False" must be used when making use of emissary RT: Servers in custom applications that cannot interact with the desktop, such as PHP or ASP.NET web apps. |
Read-only Access | ReadOnly | "True" = INSERT, UPDATE, and DELETE queries are disabled. "False" = INSERT, UPDATE, and DELETE queries are enabled. |