doing initial data population of prometheus so that it doesn't enter zero values on startup
This commit is contained in:
13
homepage.html
Normal file
13
homepage.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Plex Data Exporter</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, you have reached the homepage of a prometheus/jsonapi plex exporter!</h1>
|
||||
<br />
|
||||
<div>You most likely want to configure prometheus to hit this server at the <b>/metrics</b> route to pull data.</div>
|
||||
<br />
|
||||
<div>Or you can use grafana JSONAPI plugin to pull ephemeral text data from <b>/plex-stats</b>.</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user