|
Copyright © 2010 Caringo, Inc.All rights reserved 21Version 2.2December 2010the cause is unknown or a configuration or connectivity issue has been resolved, administratorsmay wish to consider Republishing the subscription.• Last Connection: the amount of time elapsed since the subscriber queried the Publisher forstream events• Last Transmit: the amount of time elapsed since the subscriber last retrieved at least onestream event from the Publisher• Republish buttons:• Republish All: this button in the top right of the screen reruns all configured rules for allsubscribers, including any new or updated rules. It will then restart all existing subscribers.• Subscriber Republish: this button next to each subscriber restarts the subscriber. Since thePublisher has no way of knowing the Subscriber's status for each event, all stream events thathave been previously sent to the subscriber will be retransmitted as well as any new events.Administrators may wish to republish a subscription if the Subscriber has failed and needsa completely fresh list of events or, in the case of a Replicator, if there are a high number ofunexplained dropped events.5.5. HTTP Status Reporting for Publisher and ReplicatorBoth the Publisher and the Replicator will provide basic status information in response to a GETrequest from any HTTP client as follows:For Publisher: GET http://:PublisherConsolePort/statusFor Replicator: GET http://:ReplicatorConsolePort/statusThe response to the request is a standard HTTP response but the response body differs slightly foreach service. All active enumerators will be included in the response in the same order with everyrequest. Enumerators may be deleted, however, so the index may change.If either DX Content Router service is installed on a Cluster Services Node (CSN), the responsefrom the request is used to populate the SNMP MIB for the respective service on the CSN.5.5.1. Publisher ResponseThe data in the Publisher response corresponds to the same fields available on the Publisherconsole.[settings]hostip={publisher ip address or host name}sourceCluster={source cluster multicast group}[stats]version={publisher software version}upTime={seconds since Publisher started}eventsFound={number of distinct stream events heard by Publisher}filterBacklog={number of stream events remaining to be info-ed and filtered}diskMBAvailable={total disk space available on Publisher data store file system}diskMBCapacity={total disk space capacity on Publisher data store file system}cycleTime={seconds elapsed for most recent completed data store merge cycle}cycleStart={start of current data store merge cycle}cycleNumber={data store merge cycle count during current Publisher run} PreviousNext |