summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/monit
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:53:24 +0000
commitb5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch)
treed4d31289c39fc00da064a825df13a0b98ce95b10 /collectors/python.d.plugin/monit
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.46.3.upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--collectors/python.d.plugin/monit/Makefile.inc13
l---------src/collectors/python.d.plugin/monit/README.md (renamed from collectors/python.d.plugin/monit/README.md)0
-rw-r--r--src/collectors/python.d.plugin/monit/integrations/monit.md (renamed from collectors/python.d.plugin/monit/integrations/monit.md)14
-rw-r--r--src/collectors/python.d.plugin/monit/metadata.yaml (renamed from collectors/python.d.plugin/monit/metadata.yaml)0
-rw-r--r--src/collectors/python.d.plugin/monit/monit.chart.py (renamed from collectors/python.d.plugin/monit/monit.chart.py)0
-rw-r--r--src/collectors/python.d.plugin/monit/monit.conf (renamed from collectors/python.d.plugin/monit/monit.conf)0
6 files changed, 7 insertions, 20 deletions
diff --git a/collectors/python.d.plugin/monit/Makefile.inc b/collectors/python.d.plugin/monit/Makefile.inc
deleted file mode 100644
index 4a3673fd5..000000000
--- a/collectors/python.d.plugin/monit/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 += monit/monit.chart.py
-dist_pythonconfig_DATA += monit/monit.conf
-
-# do not install these files, but include them in the distribution
-dist_noinst_DATA += monit/README.md monit/Makefile.inc
-
diff --git a/collectors/python.d.plugin/monit/README.md b/src/collectors/python.d.plugin/monit/README.md
index ac69496f4..ac69496f4 120000
--- a/collectors/python.d.plugin/monit/README.md
+++ b/src/collectors/python.d.plugin/monit/README.md
diff --git a/collectors/python.d.plugin/monit/integrations/monit.md b/src/collectors/python.d.plugin/monit/integrations/monit.md
index 18219141d..d14d2a963 100644
--- a/collectors/python.d.plugin/monit/integrations/monit.md
+++ b/src/collectors/python.d.plugin/monit/integrations/monit.md
@@ -1,9 +1,9 @@
<!--startmeta
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/monit/README.md"
-meta_yaml: "https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/monit/metadata.yaml"
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/collectors/python.d.plugin/monit/README.md"
+meta_yaml: "https://github.com/netdata/netdata/edit/master/src/collectors/python.d.plugin/monit/metadata.yaml"
sidebar_label: "Monit"
learn_status: "Published"
-learn_rel_path: "Data Collection/Synthetic Checks"
+learn_rel_path: "Collecting Metrics/Synthetic Checks"
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/monit.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
@@ -119,7 +119,7 @@ Additionally, the following collapsed table contains all the options that can be
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</summary>
+<details open><summary>Config options</summary>
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
@@ -150,7 +150,7 @@ localhost:
Example using basic username and password in order to authenticate.
-<details><summary>Config</summary>
+<details open><summary>Config</summary>
```yaml
localhost:
@@ -169,7 +169,7 @@ localhost:
Collecting metrics from local and remote instances.
-<details><summary>Config</summary>
+<details open><summary>Config</summary>
```yaml
localhost:
diff --git a/collectors/python.d.plugin/monit/metadata.yaml b/src/collectors/python.d.plugin/monit/metadata.yaml
index b51273188..b51273188 100644
--- a/collectors/python.d.plugin/monit/metadata.yaml
+++ b/src/collectors/python.d.plugin/monit/metadata.yaml
diff --git a/collectors/python.d.plugin/monit/monit.chart.py b/src/collectors/python.d.plugin/monit/monit.chart.py
index 5d926961b..5d926961b 100644
--- a/collectors/python.d.plugin/monit/monit.chart.py
+++ b/src/collectors/python.d.plugin/monit/monit.chart.py
diff --git a/collectors/python.d.plugin/monit/monit.conf b/src/collectors/python.d.plugin/monit/monit.conf
index 9a3fb6938..9a3fb6938 100644
--- a/collectors/python.d.plugin/monit/monit.conf
+++ b/src/collectors/python.d.plugin/monit/monit.conf