@cryptotaxi247 / netdata-1 / commits / 0788158bd

Regenerate integrations.js (#17668)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed May 15, 2024 at 18:06 UTC 0788158bd310266c71ad911370a6e88b80bc02fc
5 files changed +238 -77
integrations/integrations.js
+39 -38
@@ -4620,6 +4620,44 @@ export const integrations = [
4620 "edit_link": "https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/lighttpd/metadata.yaml",
4621 "related_resources": ""
4622 },
4623 + {
4624 + "meta": {
4625 + "id": "collector-go.d.plugin-litespeed",
4626 + "plugin_name": "go.d.plugin",
4627 + "module_name": "litespeed",
4628 + "monitored_instance": {
4629 + "name": "Litespeed",
4630 + "link": "https://www.litespeedtech.com/products/litespeed-web-server",
4631 + "categories": [
4632 + "data-collection.web-servers-and-web-proxies"
4633 + ],
4634 + "icon_filename": "litespeed.svg"
4635 + },
4636 + "related_resources": {
4637 + "integrations": {
4638 + "list": []
4639 + }
4640 + },
4641 + "info_provided_to_referring_integrations": {
4642 + "description": ""
4643 + },
4644 + "keywords": [
4645 + "litespeed",
4646 + "web",
4647 + "server"
4648 + ],
4649 + "most_popular": false
4650 + },
4651 + "overview": "# Litespeed\n\nPlugin: go.d.plugin\nModule: litespeed\n\n## Overview\n\nExamine Litespeed metrics for insights into web server operations. Analyze request rates, response times, and error rates for efficient web service delivery.\n\nThe collector uses the statistics under /tmp/lshttpd to gather the metrics.\n\nThis collector is supported on all platforms.\n\nThis collector only supports collecting metrics from a single instance of this integration.\n\n\n### Default Behavior\n\n#### Auto-Detection\n\nIf no configuration is present, the collector will attempt to read files under /tmp/lshttpd/.\n\n#### Limits\n\nThe default configuration for this integration does not impose any limits on data collection.\n\n#### Performance Impact\n\nThe default configuration for this integration is not expected to impose a significant performance impact on the system.\n",
4652 + "setup": "## Setup\n\n### Prerequisites\n\nNo action required.\n\n### Configuration\n\n#### File\n\nThe configuration file name for this integration is `go.d/litespeed.conf`.\n\n\nYou can edit the configuration file using the `edit-config` script from the\nNetdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).\n\n```bash\ncd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata\nsudo ./edit-config go.d/litespeed.conf\n```\n#### Options\n\nThe following options can be defined globally: update_every, autodetection_retry.\n\n\n{% details summary=\"Config options\" %}\n| Name | Description | Default | Required |\n|:----|:-----------|:-------|:--------:|\n| update_every | Data collection frequency. | 10 | no |\n| autodetection_retry | Sets the job re-check interval in seconds. | 0 | no |\n| reports_dir | Directory containing Litespeed's real-time statistics files. | /tmp/lshttpd/ | no |\n\n{% /details %}\n#### Examples\n\n##### Set the path to statistics\n\nChange the path for the litespeed stats files\n\n```yaml\nlocal:\n name: 'local'\n path: '/tmp/lshttpd'\n\n```\n",
4653 + "troubleshooting": "## Troubleshooting\n\n### Debug Mode\n\nTo troubleshoot issues with the `litespeed` collector, run the `go.d.plugin` with the debug option enabled. The output\nshould give you clues as to why the collector isn't working.\n\n- Navigate to the `plugins.d` directory, usually at `/usr/libexec/netdata/plugins.d/`. If that's not the case on\n your system, open `netdata.conf` and look for the `plugins` setting under `[directories]`.\n\n ```bash\n cd /usr/libexec/netdata/plugins.d/\n ```\n\n- Switch to the `netdata` user.\n\n ```bash\n sudo -u netdata -s\n ```\n\n- Run the `go.d.plugin` to debug the collector:\n\n ```bash\n ./go.d.plugin -d -m litespeed\n ```\n\n",
4654 + "alerts": "## Alerts\n\nThere are no alerts configured by default for this integration.\n",
4655 + "metrics": "## Metrics\n\nMetrics grouped by *scope*.\n\nThe scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.\n\n\n\n### Per Litespeed instance\n\nThese metrics refer to the entire monitored application.\n\nThis scope has no labels.\n\nMetrics:\n\n| Metric | Dimensions | Unit |\n|:------|:----------|:----|\n| litespeed.requests | requests | requests/s |\n| litespeed.requests_processing | processing | requests |\n| litespeed.net_throughput | in, out | kilobits/s |\n| litespeed.net_ssl_throughput | in, out | kilobits/s |\n| litespeed.connections | free, used | conns |\n| litespeed.ssl_connections | free, used | conns |\n| litespeed.public_cache | hits | hits/s |\n| litespeed.private_cache | hits | hits/s |\n| litespeed.static | hits | hits/s |\n\n",
4656 + "integration_type": "collector",
4657 + "id": "go.d.plugin-litespeed-Litespeed",
4658 + "edit_link": "https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/litespeed/metadata.yaml",
4659 + "related_resources": ""
4660 + },
4661 {
4662 "meta": {
4663 "id": "collector-go.d.plugin-logind",
@@ -18745,43 +18783,6 @@ export const integrations = [
18783 "edit_link": "https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/ipfs/metadata.yaml",
18784 "related_resources": ""
18785 },
18748 - {
18749 - "meta": {
18750 - "plugin_name": "python.d.plugin",
18751 - "module_name": "litespeed",
18752 - "monitored_instance": {
18753 - "name": "Litespeed",
18754 - "link": "https://www.litespeedtech.com/products/litespeed-web-server",
18755 - "categories": [
18756 - "data-collection.web-servers-and-web-proxies"
18757 - ],
18758 - "icon_filename": "litespeed.svg"
18759 - },
18760 - "related_resources": {
18761 - "integrations": {
18762 - "list": []
18763 - }
18764 - },
18765 - "info_provided_to_referring_integrations": {
18766 - "description": ""
18767 - },
18768 - "keywords": [
18769 - "litespeed",
18770 - "web",
18771 - "server"
18772 - ],
18773 - "most_popular": false
18774 - },
18775 - "overview": "# Litespeed\n\nPlugin: python.d.plugin\nModule: litespeed\n\n## Overview\n\nExamine Litespeed metrics for insights into web server operations. Analyze request rates, response times, and error rates for efficient web service delivery.\n\nThe collector uses the statistics under /tmp/lshttpd to gather the metrics.\n\nThis collector is supported on all platforms.\n\nThis collector only supports collecting metrics from a single instance of this integration.\n\n\n### Default Behavior\n\n#### Auto-Detection\n\nIf no configuration is present, the collector will attempt to read files under /tmp/lshttpd/.\n\n#### Limits\n\nThe default configuration for this integration does not impose any limits on data collection.\n\n#### Performance Impact\n\nThe default configuration for this integration is not expected to impose a significant performance impact on the system.\n",
18776 - "setup": "## Setup\n\n### Prerequisites\n\nNo action required.\n\n### Configuration\n\n#### File\n\nThe configuration file name for this integration is `python.d/litespeed.conf`.\n\n\nYou can edit the configuration file using the `edit-config` script from the\nNetdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).\n\n```bash\ncd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata\nsudo ./edit-config python.d/litespeed.conf\n```\n#### Options\n\nThere are 2 sections:\n\n* Global variables\n* One or more JOBS that can define multiple different instances to monitor.\n\nThe following options can be defined globally: priority, penalty, autodetection_retry, update_every, but can also be defined per JOB to override the global values.\n\nAdditionally, the following collapsed table contains all the options that can be configured inside a JOB definition.\n\nEvery configuration JOB starts with a `job_name` value which will appear in the dashboard, unless a `name` parameter is specified.\n\n\n{% details summary=\"Config options\" %}\n| Name | Description | Default | Required |\n|:----|:-----------|:-------|:--------:|\n| update_every | Sets the default data collection frequency. | 5 | no |\n| priority | Controls the order of charts at the netdata dashboard. | 60000 | no |\n| autodetection_retry | Sets the job re-check interval in seconds. | 0 | no |\n| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | no |\n| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | no |\n| path | Use a different path than the default, where the lightspeed stats files reside. | /tmp/lshttpd/ | no |\n\n{% /details %}\n#### Examples\n\n##### Set the path to statistics\n\nChange the path for the litespeed stats files\n\n```yaml\nlocalhost:\n name: 'local'\n path: '/tmp/lshttpd'\n\n```\n",
18777 - "troubleshooting": "## Troubleshooting\n\n### Debug Mode\n\nTo troubleshoot issues with the `litespeed` collector, run the `python.d.plugin` with the debug option enabled. The output\nshould give you clues as to why the collector isn't working.\n\n- Navigate to the `plugins.d` directory, usually at `/usr/libexec/netdata/plugins.d/`. If that's not the case on\n your system, open `netdata.conf` and look for the `plugins` setting under `[directories]`.\n\n ```bash\n cd /usr/libexec/netdata/plugins.d/\n ```\n\n- Switch to the `netdata` user.\n\n ```bash\n sudo -u netdata -s\n ```\n\n- Run the `python.d.plugin` to debug the collector:\n\n ```bash\n ./python.d.plugin litespeed debug trace\n ```\n\n",
18778 - "alerts": "## Alerts\n\nThere are no alerts configured by default for this integration.\n",
18779 - "metrics": "## Metrics\n\nMetrics grouped by *scope*.\n\nThe scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.\n\n\n\n### Per Litespeed instance\n\nThese metrics refer to the entire monitored application.\n\nThis scope has no labels.\n\nMetrics:\n\n| Metric | Dimensions | Unit |\n|:------|:----------|:----|\n| litespeed.net_throughput | in, out | kilobits/s |\n| litespeed.net_ssl_throughput | in, out | kilobits/s |\n| litespeed.connections | free, used | conns |\n| litespeed.ssl_connections | free, used | conns |\n| litespeed.requests | requests | requests/s |\n| litespeed.requests_processing | processing | requests |\n| litespeed.public_cache | hits | hits/s |\n| litespeed.private_cache | hits | hits/s |\n| litespeed.static | hits | hits/s |\n\n",
18780 - "integration_type": "collector",
18781 - "id": "python.d.plugin-litespeed-Litespeed",
18782 - "edit_link": "https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/litespeed/metadata.yaml",
18783 - "related_resources": ""
18784 - },
18786 {
18787 "meta": {
18788 "plugin_name": "python.d.plugin",
@@ -20077,7 +20078,7 @@ export const integrations = [
20078 ],
20079 "additional_info": "Did you know you can also deploy Netdata on your OS using {% goToCategory navigateToSettings=$navigateToSettings categoryId=\"deploy.docker-kubernetes\" %}Kubernetes{% /goToCategory %} or {% goToCategory categoryId=\"deploy.docker-kubernetes\" %}Docker{% /goToCategory %}?\n",
20080 "related_resources": {},
20080 - "platform_info": "We build native packages for the following releases:\n\n| Version | Support Tier | Native Package Architectures | Notes |\n|:-------:|:------------:|:----------------------------:|:----- |\n| 40 | Core | x86_64, aarch64 | |\n| 39 | Core | x86_64, aarch64 | |\n| 38 | Core | x86_64, aarch64 | |\n\nOn other releases of this distribution, a static binary will be installed in `/opt/netdata`.",
20081 + "platform_info": "We build native packages for the following releases:\n\n| Version | Support Tier | Native Package Architectures | Notes |\n|:-------:|:------------:|:----------------------------:|:----- |\n| 40 | Core | x86_64, aarch64 | |\n| 39 | Core | x86_64, aarch64 | |\n\nOn other releases of this distribution, a static binary will be installed in `/opt/netdata`.",
20082 "quick_start": -1,
20083 "integration_type": "deploy",
20084 "edit_link": "https://github.com/netdata/netdata/blob/master/integrations/deploy.yaml"
integrations/integrations.json
+39 -38
@@ -4618,6 +4618,44 @@
4618 "edit_link": "https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/lighttpd/metadata.yaml",
4619 "related_resources": ""
4620 },
4621 + {
4622 + "meta": {
4623 + "id": "collector-go.d.plugin-litespeed",
4624 + "plugin_name": "go.d.plugin",
4625 + "module_name": "litespeed",
4626 + "monitored_instance": {
4627 + "name": "Litespeed",
4628 + "link": "https://www.litespeedtech.com/products/litespeed-web-server",
4629 + "categories": [
4630 + "data-collection.web-servers-and-web-proxies"
4631 + ],
4632 + "icon_filename": "litespeed.svg"
4633 + },
4634 + "related_resources": {
4635 + "integrations": {
4636 + "list": []
4637 + }
4638 + },
4639 + "info_provided_to_referring_integrations": {
4640 + "description": ""
4641 + },
4642 + "keywords": [
4643 + "litespeed",
4644 + "web",
4645 + "server"
4646 + ],
4647 + "most_popular": false
4648 + },
4649 + "overview": "# Litespeed\n\nPlugin: go.d.plugin\nModule: litespeed\n\n## Overview\n\nExamine Litespeed metrics for insights into web server operations. Analyze request rates, response times, and error rates for efficient web service delivery.\n\nThe collector uses the statistics under /tmp/lshttpd to gather the metrics.\n\nThis collector is supported on all platforms.\n\nThis collector only supports collecting metrics from a single instance of this integration.\n\n\n### Default Behavior\n\n#### Auto-Detection\n\nIf no configuration is present, the collector will attempt to read files under /tmp/lshttpd/.\n\n#### Limits\n\nThe default configuration for this integration does not impose any limits on data collection.\n\n#### Performance Impact\n\nThe default configuration for this integration is not expected to impose a significant performance impact on the system.\n",
4650 + "setup": "## Setup\n\n### Prerequisites\n\nNo action required.\n\n### Configuration\n\n#### File\n\nThe configuration file name for this integration is `go.d/litespeed.conf`.\n\n\nYou can edit the configuration file using the `edit-config` script from the\nNetdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).\n\n```bash\ncd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata\nsudo ./edit-config go.d/litespeed.conf\n```\n#### Options\n\nThe following options can be defined globally: update_every, autodetection_retry.\n\n\n| Name | Description | Default | Required |\n|:----|:-----------|:-------|:--------:|\n| update_every | Data collection frequency. | 10 | no |\n| autodetection_retry | Sets the job re-check interval in seconds. | 0 | no |\n| reports_dir | Directory containing Litespeed's real-time statistics files. | /tmp/lshttpd/ | no |\n\n#### Examples\n\n##### Set the path to statistics\n\nChange the path for the litespeed stats files\n\n```yaml\nlocal:\n name: 'local'\n path: '/tmp/lshttpd'\n\n```\n",
4651 + "troubleshooting": "## Troubleshooting\n\n### Debug Mode\n\nTo troubleshoot issues with the `litespeed` collector, run the `go.d.plugin` with the debug option enabled. The output\nshould give you clues as to why the collector isn't working.\n\n- Navigate to the `plugins.d` directory, usually at `/usr/libexec/netdata/plugins.d/`. If that's not the case on\n your system, open `netdata.conf` and look for the `plugins` setting under `[directories]`.\n\n ```bash\n cd /usr/libexec/netdata/plugins.d/\n ```\n\n- Switch to the `netdata` user.\n\n ```bash\n sudo -u netdata -s\n ```\n\n- Run the `go.d.plugin` to debug the collector:\n\n ```bash\n ./go.d.plugin -d -m litespeed\n ```\n\n",
4652 + "alerts": "## Alerts\n\nThere are no alerts configured by default for this integration.\n",
4653 + "metrics": "## Metrics\n\nMetrics grouped by *scope*.\n\nThe scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.\n\n\n\n### Per Litespeed instance\n\nThese metrics refer to the entire monitored application.\n\nThis scope has no labels.\n\nMetrics:\n\n| Metric | Dimensions | Unit |\n|:------|:----------|:----|\n| litespeed.requests | requests | requests/s |\n| litespeed.requests_processing | processing | requests |\n| litespeed.net_throughput | in, out | kilobits/s |\n| litespeed.net_ssl_throughput | in, out | kilobits/s |\n| litespeed.connections | free, used | conns |\n| litespeed.ssl_connections | free, used | conns |\n| litespeed.public_cache | hits | hits/s |\n| litespeed.private_cache | hits | hits/s |\n| litespeed.static | hits | hits/s |\n\n",
4654 + "integration_type": "collector",
4655 + "id": "go.d.plugin-litespeed-Litespeed",
4656 + "edit_link": "https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/litespeed/metadata.yaml",
4657 + "related_resources": ""
4658 + },
4659 {
4660 "meta": {
4661 "id": "collector-go.d.plugin-logind",
@@ -18743,43 +18781,6 @@
18781 "edit_link": "https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/ipfs/metadata.yaml",
18782 "related_resources": ""
18783 },
18746 - {
18747 - "meta": {
18748 - "plugin_name": "python.d.plugin",
18749 - "module_name": "litespeed",
18750 - "monitored_instance": {
18751 - "name": "Litespeed",
18752 - "link": "https://www.litespeedtech.com/products/litespeed-web-server",
18753 - "categories": [
18754 - "data-collection.web-servers-and-web-proxies"
18755 - ],
18756 - "icon_filename": "litespeed.svg"
18757 - },
18758 - "related_resources": {
18759 - "integrations": {
18760 - "list": []
18761 - }
18762 - },
18763 - "info_provided_to_referring_integrations": {
18764 - "description": ""
18765 - },
18766 - "keywords": [
18767 - "litespeed",
18768 - "web",
18769 - "server"
18770 - ],
18771 - "most_popular": false
18772 - },
18773 - "overview": "# Litespeed\n\nPlugin: python.d.plugin\nModule: litespeed\n\n## Overview\n\nExamine Litespeed metrics for insights into web server operations. Analyze request rates, response times, and error rates for efficient web service delivery.\n\nThe collector uses the statistics under /tmp/lshttpd to gather the metrics.\n\nThis collector is supported on all platforms.\n\nThis collector only supports collecting metrics from a single instance of this integration.\n\n\n### Default Behavior\n\n#### Auto-Detection\n\nIf no configuration is present, the collector will attempt to read files under /tmp/lshttpd/.\n\n#### Limits\n\nThe default configuration for this integration does not impose any limits on data collection.\n\n#### Performance Impact\n\nThe default configuration for this integration is not expected to impose a significant performance impact on the system.\n",
18774 - "setup": "## Setup\n\n### Prerequisites\n\nNo action required.\n\n### Configuration\n\n#### File\n\nThe configuration file name for this integration is `python.d/litespeed.conf`.\n\n\nYou can edit the configuration file using the `edit-config` script from the\nNetdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).\n\n```bash\ncd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata\nsudo ./edit-config python.d/litespeed.conf\n```\n#### Options\n\nThere are 2 sections:\n\n* Global variables\n* One or more JOBS that can define multiple different instances to monitor.\n\nThe following options can be defined globally: priority, penalty, autodetection_retry, update_every, but can also be defined per JOB to override the global values.\n\nAdditionally, the following collapsed table contains all the options that can be configured inside a JOB definition.\n\nEvery configuration JOB starts with a `job_name` value which will appear in the dashboard, unless a `name` parameter is specified.\n\n\n| Name | Description | Default | Required |\n|:----|:-----------|:-------|:--------:|\n| update_every | Sets the default data collection frequency. | 5 | no |\n| priority | Controls the order of charts at the netdata dashboard. | 60000 | no |\n| autodetection_retry | Sets the job re-check interval in seconds. | 0 | no |\n| penalty | Indicates whether to apply penalty to update_every in case of failures. | yes | no |\n| name | Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works. | | no |\n| path | Use a different path than the default, where the lightspeed stats files reside. | /tmp/lshttpd/ | no |\n\n#### Examples\n\n##### Set the path to statistics\n\nChange the path for the litespeed stats files\n\n```yaml\nlocalhost:\n name: 'local'\n path: '/tmp/lshttpd'\n\n```\n",
18775 - "troubleshooting": "## Troubleshooting\n\n### Debug Mode\n\nTo troubleshoot issues with the `litespeed` collector, run the `python.d.plugin` with the debug option enabled. The output\nshould give you clues as to why the collector isn't working.\n\n- Navigate to the `plugins.d` directory, usually at `/usr/libexec/netdata/plugins.d/`. If that's not the case on\n your system, open `netdata.conf` and look for the `plugins` setting under `[directories]`.\n\n ```bash\n cd /usr/libexec/netdata/plugins.d/\n ```\n\n- Switch to the `netdata` user.\n\n ```bash\n sudo -u netdata -s\n ```\n\n- Run the `python.d.plugin` to debug the collector:\n\n ```bash\n ./python.d.plugin litespeed debug trace\n ```\n\n",
18776 - "alerts": "## Alerts\n\nThere are no alerts configured by default for this integration.\n",
18777 - "metrics": "## Metrics\n\nMetrics grouped by *scope*.\n\nThe scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.\n\n\n\n### Per Litespeed instance\n\nThese metrics refer to the entire monitored application.\n\nThis scope has no labels.\n\nMetrics:\n\n| Metric | Dimensions | Unit |\n|:------|:----------|:----|\n| litespeed.net_throughput | in, out | kilobits/s |\n| litespeed.net_ssl_throughput | in, out | kilobits/s |\n| litespeed.connections | free, used | conns |\n| litespeed.ssl_connections | free, used | conns |\n| litespeed.requests | requests | requests/s |\n| litespeed.requests_processing | processing | requests |\n| litespeed.public_cache | hits | hits/s |\n| litespeed.private_cache | hits | hits/s |\n| litespeed.static | hits | hits/s |\n\n",
18778 - "integration_type": "collector",
18779 - "id": "python.d.plugin-litespeed-Litespeed",
18780 - "edit_link": "https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/litespeed/metadata.yaml",
18781 - "related_resources": ""
18782 - },
18784 {
18785 "meta": {
18786 "plugin_name": "python.d.plugin",
@@ -20075,7 +20076,7 @@
20076 ],
20077 "additional_info": "Did you know you can also deploy Netdata on your OS using Kubernetes or Docker?\n",
20078 "related_resources": {},
20078 - "platform_info": "We build native packages for the following releases:\n\n| Version | Support Tier | Native Package Architectures | Notes |\n|:-------:|:------------:|:----------------------------:|:----- |\n| 40 | Core | x86_64, aarch64 | |\n| 39 | Core | x86_64, aarch64 | |\n| 38 | Core | x86_64, aarch64 | |\n\nOn other releases of this distribution, a static binary will be installed in `/opt/netdata`.",
20079 + "platform_info": "We build native packages for the following releases:\n\n| Version | Support Tier | Native Package Architectures | Notes |\n|:-------:|:------------:|:----------------------------:|:----- |\n| 40 | Core | x86_64, aarch64 | |\n| 39 | Core | x86_64, aarch64 | |\n\nOn other releases of this distribution, a static binary will be installed in `/opt/netdata`.",
20080 "quick_start": -1,
20081 "integration_type": "deploy",
20082 "edit_link": "https://github.com/netdata/netdata/blob/master/integrations/deploy.yaml"
src/collectors/COLLECTORS.md
+1 -1
@@ -1153,7 +1153,7 @@ If you don't see the app/service you'd like to monitor in this list:
1153
1154 - [Lighttpd](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/lighttpd/integrations/lighttpd.md)
1155
1156 -- [Litespeed](https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/litespeed/integrations/litespeed.md)
1156 +- [Litespeed](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/litespeed/integrations/litespeed.md)
1157
1158 - [NGINX Plus](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/nginxplus/integrations/nginx_plus.md)
1159
src/go/collectors/go.d.plugin/modules/litespeed/README.md new
+1
@@ -0,0 +1 @@
1 +integrations/litespeed.md
\ No newline at end of file
src/go/collectors/go.d.plugin/modules/litespeed/integrations/litespeed.md new
+158
@@ -0,0 +1,158 @@
1 +<!--startmeta
2 +custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/go/collectors/go.d.plugin/modules/litespeed/README.md"
3 +meta_yaml: "https://github.com/netdata/netdata/edit/master/src/go/collectors/go.d.plugin/modules/litespeed/metadata.yaml"
4 +sidebar_label: "Litespeed"
5 +learn_status: "Published"
6 +learn_rel_path: "Collecting Metrics/Web Servers and Web Proxies"
7 +most_popular: False
8 +message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE"
9 +endmeta-->
10 +
11 +# Litespeed
12 +
13 +
14 +<img src="https://netdata.cloud/img/litespeed.svg" width="150"/>
15 +
16 +
17 +Plugin: go.d.plugin
18 +Module: litespeed
19 +
20 +<img src="https://img.shields.io/badge/maintained%20by-Netdata-%2300ab44" />
21 +
22 +## Overview
23 +
24 +Examine Litespeed metrics for insights into web server operations. Analyze request rates, response times, and error rates for efficient web service delivery.
25 +
26 +The collector uses the statistics under /tmp/lshttpd to gather the metrics.
27 +
28 +This collector is supported on all platforms.
29 +
30 +This collector only supports collecting metrics from a single instance of this integration.
31 +
32 +
33 +### Default Behavior
34 +
35 +#### Auto-Detection
36 +
37 +If no configuration is present, the collector will attempt to read files under /tmp/lshttpd/.
38 +
39 +#### Limits
40 +
41 +The default configuration for this integration does not impose any limits on data collection.
42 +
43 +#### Performance Impact
44 +
45 +The default configuration for this integration is not expected to impose a significant performance impact on the system.
46 +
47 +
48 +## Metrics
49 +
50 +Metrics grouped by *scope*.
51 +
52 +The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.
53 +
54 +
55 +
56 +### Per Litespeed instance
57 +
58 +These metrics refer to the entire monitored application.
59 +
60 +This scope has no labels.
61 +
62 +Metrics:
63 +
64 +| Metric | Dimensions | Unit |
65 +|:------|:----------|:----|
66 +| litespeed.requests | requests | requests/s |
67 +| litespeed.requests_processing | processing | requests |
68 +| litespeed.net_throughput | in, out | kilobits/s |
69 +| litespeed.net_ssl_throughput | in, out | kilobits/s |
70 +| litespeed.connections | free, used | conns |
71 +| litespeed.ssl_connections | free, used | conns |
72 +| litespeed.public_cache | hits | hits/s |
73 +| litespeed.private_cache | hits | hits/s |
74 +| litespeed.static | hits | hits/s |
75 +
76 +
77 +
78 +## Alerts
79 +
80 +There are no alerts configured by default for this integration.
81 +
82 +
83 +## Setup
84 +
85 +### Prerequisites
86 +
87 +No action required.
88 +
89 +### Configuration
90 +
91 +#### File
92 +
93 +The configuration file name for this integration is `go.d/litespeed.conf`.
94 +
95 +
96 +You can edit the configuration file using the `edit-config` script from the
97 +Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
98 +
99 +```bash
100 +cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
101 +sudo ./edit-config go.d/litespeed.conf
102 +```
103 +#### Options
104 +
105 +The following options can be defined globally: update_every, autodetection_retry.
106 +
107 +
108 +<details><summary>Config options</summary>
109 +
110 +| Name | Description | Default | Required |
111 +|:----|:-----------|:-------|:--------:|
112 +| update_every | Data collection frequency. | 10 | no |
113 +| autodetection_retry | Sets the job re-check interval in seconds. | 0 | no |
114 +| reports_dir | Directory containing Litespeed's real-time statistics files. | /tmp/lshttpd/ | no |
115 +
116 +</details>
117 +
118 +#### Examples
119 +
120 +##### Set the path to statistics
121 +
122 +Change the path for the litespeed stats files
123 +
124 +```yaml
125 +local:
126 + name: 'local'
127 + path: '/tmp/lshttpd'
128 +
129 +```
130 +
131 +
132 +## Troubleshooting
133 +
134 +### Debug Mode
135 +
136 +To troubleshoot issues with the `litespeed` collector, run the `go.d.plugin` with the debug option enabled. The output
137 +should give you clues as to why the collector isn't working.
138 +
139 +- Navigate to the `plugins.d` directory, usually at `/usr/libexec/netdata/plugins.d/`. If that's not the case on
140 + your system, open `netdata.conf` and look for the `plugins` setting under `[directories]`.
141 +
142 + ```bash
143 + cd /usr/libexec/netdata/plugins.d/
144 + ```
145 +
146 +- Switch to the `netdata` user.
147 +
148 + ```bash
149 + sudo -u netdata -s
150 + ```
151 +
152 +- Run the `go.d.plugin` to debug the collector:
153 +
154 + ```bash
155 + ./go.d.plugin -d -m litespeed
156 + ```
157 +
158 +