From 0cc528069605bc11107f9c4da2a6e9097ae98644 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 24 Mar 2025 15:40:25 +0100 Subject: [PATCH] Update LibreNMS --- frontend/public/json/librenms.json | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 frontend/public/json/librenms.json diff --git a/frontend/public/json/librenms.json b/frontend/public/json/librenms.json new file mode 100644 index 0000000..ed854fe --- /dev/null +++ b/frontend/public/json/librenms.json @@ -0,0 +1,34 @@ +{ + "name": "LibreNMS", + "slug": "librenms", + "categories": [ + 9 + ], + "date_created": "2025-03-24", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 80, + "documentation": "https://docs.librenms.org/", + "website": "https://librenms.org/", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/librenms.svg", + "description": "LibreNMS is an open-source, community-driven network monitoring system that provides automatic discovery, alerting, and performance tracking for network devices. It supports a wide range of hardware and integrates with various notification and logging platforms.", + "install_methods": [ + { + "type": "default", + "script": "ct/librenms.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 4, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file