diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /integrations/categories.yaml | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'integrations/categories.yaml')
-rw-r--r-- | integrations/categories.yaml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/integrations/categories.yaml b/integrations/categories.yaml index f8fcadb16..cd311858b 100644 --- a/integrations/categories.yaml +++ b/integrations/categories.yaml @@ -408,17 +408,23 @@ most_popular: false priority: -1 children: [] +- id: logs + name: Logs + description: "Monitoring logs on your infrastructure" + most_popular: true + priority: 3 + children: [] - id: export name: exporters description: "Exporter Integrations" most_popular: true - priority: 4 + priority: 6 children: [] - id: notify name: notifications description: "Notification Integrations" most_popular: true - priority: 3 + priority: 4 children: - id: notify.agent name: Agent Dispatched Notifications @@ -432,3 +438,9 @@ most_popular: true priority: 1 children: [] +- id: auth + name: authentication + description: "Authentication & Authorization" + most_popular: true + priority: 5 + children: [] |