Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Monitors a url and announces it into Platform discovery

Notifications You must be signed in to change notification settings

proofpoint/discovery-announcer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server to monitor a URI and announce it into discovery.

Configure with:

service.foo.check.uri=http://localhost:8080/api/v1/version

Where "foo" is the service type to be announced. Also configure the usual
node.environment, node.pool, and service-inventory.uri.

This server will periodically issue GET requests to the supplied URI and,
when the monitored URL returns 200-series status codes, announce into
discovery as the configured service "foo".

Unless the announcement properties are explicitly configured, the announcement
will use the protocol and port of the check URI and the node IP (for http) or
hostname (for https).

Multiple service types and associated URIs may be configured.

About

Monitors a url and announces it into Platform discovery

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%