ClassAd Attributes Added by the condor_collector¶
AuthenticatedIdentity
:The authenticated name assigned by the condor_collector to the daemon that published the ClassAd.
AuthenticationMethod
:The authentication method used by the condor_collector to determine the
AuthenticatedIdentity
.
LastHeardFrom
:The time inserted into a daemon’s ClassAd representing the time that this condor_collector last received a message from the daemon. Time is represented as the number of second elapsed since the Unix epoch (00:00:00 UTC, Jan 1, 1970). This attribute is added if
COLLECTOR_DAEMON_STATS
isTrue
.
UpdatesHistory
:A bitmap representing the status of the most recent updates received from the daemon. This attribute is only added if
COLLECTOR_DAEMON_HISTORY_SIZE
- is non-zero. See
the condor_collector Configuration File Entries section for more information on this setting. This attribute is added if
COLLECTOR_DAEMON_STATS
isTrue
.
UpdatesLost
:An integer count of the number of updates from the daemon that the condor_collector can definitively determine were lost since the condor_collector started running. This attribute is added if
COLLECTOR_DAEMON_STATS
isTrue
.
UpdatesSequenced
:An integer count of the number of updates received from the daemon, for which the condor_collector can tell how many were or were not lost, since the condor_collector started running. This attribute is added if
COLLECTOR_DAEMON_STATS
isTrue
.
UpdatesTotal
:An integer count started when the condor_collector started running, representing the sum of the number of updates actually received from the daemon plus the number of updates that the condor_collector determined were lost. This attribute is added if
COLLECTOR_DAEMON_STATS
isTrue
.