Skip to content

The HTTP Check plugin allows Graphat to poll a URL and report back its Response Time

License

Notifications You must be signed in to change notification settings

boundary/meter-plugin-http-check

 
 

Repository files navigation

TrueSight Pulse HTTP(S) Check Plugin

Polls a set of URLs and reports on the response time.The plugin allows multiple URLs to be polled and each of those URLs to set their own Poll interval. The URLs can require authentication, the plugin supports basic HTTP authentication.

Prerequisites

OS Linux Windows SmartOS OS X
Supported v v v v

TrueSight Pulse Meter versions v4.2 or later

Plugin Setup

None

Plugin Configuration Fields

Field Name Description
Source The source to display in the legend for the endpoint. Ex. www.google.com
Poll Time (sec) The Poll Interval to call your endpoint in seconds. Default is 5 seconds.
Method The Method of the endpoint. One of the following: DELETE, GET, POST, or PUT.
Protocol The protocol of the endpoint. Either http or https.
URL The host and path name. For example, www.yahoo.com or www.yahoo.com:8080/some-random-page
Debug Level If you are having issues with the plugin, you can enable additional debugging output to be shown in the Meter console.
Follow Redirects Follow redirections on 3xx responses
Max Redirects Max redirections allowed
Username (optional) The username required to access the endpoint
Password (optional) The password required to access the endpoint
POST data (optional) Additional information to pass along to the endpoint. Key Values pairs, "key=value" one per line
Ignore Status Code If any response from the server is considered valid, even an error, enable this.

Metrics Collected

Metric Name Description
HTTP Response Time The Response time of a URL

Dashboards

Dashboard Name Metrics Displayed
HTTP Check HTTP Response Time

References

None

About

The HTTP Check plugin allows Graphat to poll a URL and report back its Response Time

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 94.0%
  • JavaScript 6.0%