Skip to content

Instantly share code, notes, and snippets.

@riton
Created August 22, 2017 11:34
Show Gist options
  • Save riton/c7e482f461ef12ffb56ac22494910c64 to your computer and use it in GitHub Desktop.
Save riton/c7e482f461ef12ffb56ac22494910c64 to your computer and use it in GitHub Desktop.
PuppetServer WebServer configuration
webserver: {
port: 8080
[... other SSL related options ...]
}
@riton
Copy link
Author

riton commented Aug 22, 2017

Response from PuppetServer

[puppetserver~]$ curl 'http://localhost:8080/metrics/v1/mbeans/java.lang:type=Memory'
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /metrics/v1/mbeans/java.lang:type=Memory. Reason:
<pre>    Not Found</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment