| XTMP('ORRDI','OUTAGE INFO' |
The ^XTMP("ORRDI","OUTAGE INFO") global contains
information about RDI's up or down status. The following information is
contained in the global:
^XTMP("ORRDI","OUTAGE INFO","DOWN")
If this is set to 1 then RDI is in a down state
^XTMP("ORRDI","OUTAGE INFO","DOWN","LAST PING")
This holds the date/time of the last ping to the HDR while RDI is down
^XTMP("ORRDI","OUTAGE INFO","FAILURES")
This holds the current count of consecutive failures that have
occurred during normal (non down) calls to the HDR. If a successful call is
made then this is set back to 0.
^XTMP("ORRDI","OUTAGE INFO","SUCCEEDS")
This holds the current count of consecutive successful calls
to the HDR during a down state. If a failure occurs then this is set to 0.
|