Skip to content

fargusplumdoodle/prom-external-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus External Exporter

Collecting simple Prometheus metrics from a host remotely.

Useful for ensuring a host is up with the proper ports open when you cannot run a regular exporter on the host

Metrics

  • Host up (ping)
  • Ports open (nmap)

Metrics are available from http://hostname:9100/metrics

Building/running

Build and run scripts are in the ./scripts directory

Configuring

edit ./src/config.yml

Example:

debug: false
refresh_rate: 120  # seconds before scanning hosts again
hosts:  # list of hosts to gather metrics on
- localhost

Helm

The service is not going to be externally available. It should be deployed in the same namespace as Prometheus.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published