forked from ix-plugin-hub/iocage-plugin-index
-
Notifications
You must be signed in to change notification settings - Fork 1
/
netdata.json
34 lines (34 loc) · 778 Bytes
/
netdata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "netdata",
"release": "12.1-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"
}