13 lines
437 B
HTML
13 lines
437 B
HTML
<!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> |