diff --git a/INDEX b/INDEX index 293883dd..d26943de 100644 --- a/INDEX +++ b/INDEX @@ -102,6 +102,15 @@ "official": false, "primary_pkg": "mosquitto" }, + "netdata": { + "MANIFEST": "netdata.json", + "description": "Monitor everything in real-time", + "icon": "https://icons.freenas.org/community-icons/netdata.png", + "primary_pkg": "netdata", + "maintainer": "Kris Moore ", + "name": "Netdata", + "official": false + }, "node-red": { "MANIFEST": "node-red.json", "description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.", diff --git a/icons/netdata.png b/icons/netdata.png new file mode 100755 index 00000000..19cacfa3 Binary files /dev/null and b/icons/netdata.png differ diff --git a/netdata.json b/netdata.json new file mode 100644 index 00000000..7e83a92a --- /dev/null +++ b/netdata.json @@ -0,0 +1,34 @@ +{ + "name": "netdata", + "release": "11.3-RELEASE", + "artifact": "https://github.com/kmoore134/iocage-netdata.git", + "official": "false", + "properties": { + "mount_devfs": 1, + "mount_fdescfs": 1, + "mount_procfs": 1, + "securelevel": -1, + "allow_set_hostname": 1, + "allow_raw_sockets": 1, + "allow_sysvipc": 1, + "sysvmsg": "new", + "sysvsem": "new", + "sysvshm": "new", + "nat": 1, + "nat_forwards": "tcp(19999:19999)" + }, + "pkgs": [ + "netdata" + ], + "packagesite": "http://pkg.FreeBSD.org/${ABI}/latest", + "fingerprints": { + "plugin-default": [ + { + "function": "sha256", + "fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438" + } + ] + }, + "plugin_schema": "2", + "revision": "0" +}