HTTP Check plugin
This 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 and can also post data.
Prerequisites
Meter version 4.2 or later must be installed.
The HTTP Check plugin supports the following Operating Systems.
Linux | ✅️ |
Windows | ✅️ |
Smart OS | ✅️ |
OS X | ✅️ |
To install the plugin
- From the top right of the screen, perform one of the following actions:
- Click
> Data Collection, select the TrueSight meter, and select the Sources tab.
- Click
> Configure Sources.
- Click
- Use the search box or scroll through the page to find the source system which has the TrueSight meter on which you want to install the plugin.
- Click the name of the source to view source details.
- Select the Plugins tab.
- Use the search box or scroll through the page to find the plugin you want to install.
Click + Install to start the installation.
Refer to the following sections for the configuration details required to collect data and view the list of plugin metrics.
Configuration details
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. |
Plugin metric
Metric Name | Description |
---|---|
HTTP Response Time | The Response time of a URL |