Skip to content

Prometheus Exporter for PRTG-Metrics

License

Notifications You must be signed in to change notification settings

luke-777/prtg_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prtg_exporter

A very simple example of how to make PRTG Network Monitor metrics available to Prometheus.

prtg-exporter-core uses PrtgAPI to receive the metrics and prometheus-net to export metrics to Prometheus.

Grafana

Prometheus

Build

You can build the project with dotnet. Clone the repo and execute:

dotnet build

Create a configuration file (prtgexporter.json) or use environment variables containing your server credentials:

{
	"PRTG": {
		"Server": "http://localhost",
		"Username": "yourapiuser",
		"Password": "yourpassword"
	},

	"Exporter": {
		"Port": "1234",
		"RefreshInterval": 120
	}
}

About

Prometheus Exporter for PRTG-Metrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages