@@ -1733,6 +1733,7 @@ event.audit.eventHandler=Event handler
17331733event.audit.jsonData =Json data
17341734event.audit.eventDetector =Event detector
17351735event.audit.publisher =Publisher
1736+ event.audit.publishedPoint =Published point
17361737event.audit.mailingList =Mailing list
17371738
17381739event.audit.changedProperty =<br/> {0}: "{1}" to "{2}"
@@ -2106,6 +2107,7 @@ emport.error.pointType.invalid=Point type has an invalid ''{0}'' value of ''{1}'
21062107emport.error.permission.missing =Missing ''{0}'' in point permission
21072108emport.error.missingSource =Data source with XID ''{0}'' not found
21082109emport.error.missingPoint =Data point with XID ''{0}'' not found
2110+ emport.error.missingPublisher =Publisher with XID ''{0}'' not found
21092111emport.error.attractor.missingPoint =Data point with ''{0}'' XID ''{1}'' not found
21102112emport.error.ped.missing =Point event detector must have a ''{0}''. Valid values are {1}
21112113emport.error.ped.missingAttr =Point event detector must have a ''{0}''.
@@ -2161,6 +2163,7 @@ internal.monitor.pollingDataSource.SUCCESS={0} previous sequential successful po
21612163internal.monitor.pollingDataSource.DURATION ={0} last poll duration
21622164internal.monitor.pollingDataSource.PERCENTAGE ={0} poll success percentage
21632165internal.monitor.JSON_DATA_COUNT =JSON data entries
2166+ internal.monitor.PUBLISHED_POINT_COUNT =Published points
21642167internal.monitor.SERVER_THREADS =HTTP server threads
21652168internal.monitor.SERVER_IDLE_THREADS =HTTP server idle threads
21662169internal.monitor.SERVER_QUEUE_SIZE =HTTP server queue size
0 commit comments