On Feb 28, 2006, at 2:53 PM, Jakob Peterhänsel wrote:

As you might notice on my Google Map implementation of IM's export data, the export function currently only support status of UP/DOWN/ Unknown.

I would like to ask for support for the rest: Warning, Alarm & Acknowledged

It sounds like you're using the "Status" field; this field is limited to values of UP, DOWN, or UNKNOWN.

  Status: TEXT READ-ONLY
Description: The status of the device. The value is one of { 'UP', 'DOWN', 'UNKNOWN' }.

Export the "StatusLevel" field instead - it combines the usual status/ severity with the "acked" flag.

  StatusLevel: TEXT READ-ONLY
Description: The status level of the device. The value is one of { 'Unknown', 'OK', 'Warning, Acked', 'Warning', 'Alarm, Acked', 'Alarm', 'Critical', 'Critical, Acked', 'Down', 'Down, Acked'}.

Does that help? For an up-to-date list of all the fields and tables available for export, do an export of all the fields in the "schema" table.

Regards,

Bill Fisher
Dartware, LLC

____________________________________________________________________
List archives:
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to