summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/tomcat
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--collectors/python.d.plugin/tomcat/Makefile.inc13
l---------src/collectors/python.d.plugin/tomcat/README.md (renamed from collectors/python.d.plugin/tomcat/README.md)0
-rw-r--r--src/collectors/python.d.plugin/tomcat/integrations/tomcat.md (renamed from collectors/python.d.plugin/tomcat/integrations/tomcat.md)14
-rw-r--r--src/collectors/python.d.plugin/tomcat/metadata.yaml (renamed from collectors/python.d.plugin/tomcat/metadata.yaml)0
-rw-r--r--src/collectors/python.d.plugin/tomcat/tomcat.chart.py (renamed from collectors/python.d.plugin/tomcat/tomcat.chart.py)0
-rw-r--r--src/collectors/python.d.plugin/tomcat/tomcat.conf (renamed from collectors/python.d.plugin/tomcat/tomcat.conf)0
6 files changed, 7 insertions, 20 deletions
diff --git a/collectors/python.d.plugin/tomcat/Makefile.inc b/collectors/python.d.plugin/tomcat/Makefile.inc
deleted file mode 100644
index 940a7835e..000000000
--- a/collectors/python.d.plugin/tomcat/Makefile.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-# THIS IS NOT A COMPLETE Makefile
-# IT IS INCLUDED BY ITS PARENT'S Makefile.am
-# IT IS REQUIRED TO REFERENCE ALL FILES RELATIVE TO THE PARENT
-
-# install these files
-dist_python_DATA += tomcat/tomcat.chart.py
-dist_pythonconfig_DATA += tomcat/tomcat.conf
-
-# do not install these files, but include them in the distribution
-dist_noinst_DATA += tomcat/README.md tomcat/Makefile.inc
-
diff --git a/collectors/python.d.plugin/tomcat/README.md b/src/collectors/python.d.plugin/tomcat/README.md
index 997090c35..997090c35 120000
--- a/collectors/python.d.plugin/tomcat/README.md
+++ b/src/collectors/python.d.plugin/tomcat/README.md
diff --git a/collectors/python.d.plugin/tomcat/integrations/tomcat.md b/src/collectors/python.d.plugin/tomcat/integrations/tomcat.md
index 883f29dd3..64938ad62 100644
--- a/collectors/python.d.plugin/tomcat/integrations/tomcat.md
+++ b/src/collectors/python.d.plugin/tomcat/integrations/tomcat.md
@@ -1,9 +1,9 @@
<!--startmeta
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/tomcat/README.md"
-meta_yaml: "https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/tomcat/metadata.yaml"
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/collectors/python.d.plugin/tomcat/README.md"
+meta_yaml: "https://github.com/netdata/netdata/edit/master/src/collectors/python.d.plugin/tomcat/metadata.yaml"
sidebar_label: "Tomcat"
learn_status: "Published"
-learn_rel_path: "Data Collection/Web Servers and Web Proxies"
+learn_rel_path: "Collecting Metrics/Web Servers and Web Proxies"
most_popular: False
message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE"
endmeta-->
@@ -99,7 +99,7 @@ The configuration file name for this integration is `python.d/tomcat.conf`.
You can edit the configuration file using the `edit-config` script from the
-Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
+Netdata [config directory](/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
```bash
cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
@@ -117,7 +117,7 @@ The following options can be defined globally: priority, penalty, autodetection_
Every configuration JOB starts with a `job_name` value which will appear in the dashboard, unless a `name` parameter is specified.
-<details><summary>Config options per job</summary>
+<details open><summary>Config options per job</summary>
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
@@ -148,7 +148,7 @@ localhost:
A typical configuration using an IPv4 endpoint
-<details><summary>Config</summary>
+<details open><summary>Config</summary>
```yaml
local_ipv4:
@@ -162,7 +162,7 @@ local_ipv4:
A typical configuration using an IPv6 endpoint
-<details><summary>Config</summary>
+<details open><summary>Config</summary>
```yaml
local_ipv6:
diff --git a/collectors/python.d.plugin/tomcat/metadata.yaml b/src/collectors/python.d.plugin/tomcat/metadata.yaml
index e68526073..e68526073 100644
--- a/collectors/python.d.plugin/tomcat/metadata.yaml
+++ b/src/collectors/python.d.plugin/tomcat/metadata.yaml
diff --git a/collectors/python.d.plugin/tomcat/tomcat.chart.py b/src/collectors/python.d.plugin/tomcat/tomcat.chart.py
index 90315f8c7..90315f8c7 100644
--- a/collectors/python.d.plugin/tomcat/tomcat.chart.py
+++ b/src/collectors/python.d.plugin/tomcat/tomcat.chart.py
diff --git a/collectors/python.d.plugin/tomcat/tomcat.conf b/src/collectors/python.d.plugin/tomcat/tomcat.conf
index 009591bdf..009591bdf 100644
--- a/collectors/python.d.plugin/tomcat/tomcat.conf
+++ b/src/collectors/python.d.plugin/tomcat/tomcat.conf