Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial commit of netdata plugin for community plugins. Light testing #52

Merged
merged 2 commits into from Feb 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions INDEX
Expand Up @@ -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 <kris@ixsystems.com>",
"name": "Netdata",
kmoore134 marked this conversation as resolved.
Show resolved Hide resolved
"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.",
Expand Down
Binary file added icons/netdata.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions 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"
}