summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2023-03-29 17:21:17 +0100
committerGitHub <noreply@github.com>2023-03-29 09:21:17 -0700
commit26147864270c1ad2ee5b8d05e82ef2fdaf6d366e (patch)
treed41825f01a79ff71dcbd475c46d675798d035a81 /collectors
parent6016c3b5cf5e8945e122de97d379bd8c28a40f37 (diff)
add some third party collectors (#14830)
comes from here: https://github.com/netdata/community/pull/78
Diffstat (limited to 'collectors')
-rw-r--r--collectors/COLLECTORS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/collectors/COLLECTORS.md b/collectors/COLLECTORS.md
index 54bab313f9..7bb237b080 100644
--- a/collectors/COLLECTORS.md
+++ b/collectors/COLLECTORS.md
@@ -667,6 +667,10 @@ $ sudo systemctl restart netdata
- [ClickHouse](https://github.com/netdata/community/tree/main/collectors/python.d.plugin/clickhouse):
Monitor [ClickHouse](https://clickhouse.com/) database.
- [Ethtool](https://github.com/ghanapunq/netdata_ethtool_plugin): Monitor network interface with ethtool.
+- [netdata-needrestart](https://github.com/nodiscc/netdata-needrestart) - Check/graph the number of processes/services/kernels that should be restarted after upgrading packages.
+- [netdata-debsecan](https://github.com/nodiscc/netdata-debsecan) - Check/graph the number of CVEs in currently installed packages.
+- [netdata-logcount](https://github.com/nodiscc/netdata-logcount) - Check/graph the number of syslog messages, by level over time.
+- [netdata-apt](https://github.com/nodiscc/netdata-apt) - Check/graph and alert on the number of upgradeable packages, and available distribution upgrades.
## Etc