Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata
netdata
/
src
/
go
/
plugin
/
go.d
/
collector
/
systemdunits
/
testdata
/
config.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
13 lines
212 Bytes
Copy permalink
Copy
Raw
1
{
2
"update_every"
:
123
,
3
"timeout"
:
123.123
,
4
"include"
:
[
5
"ok"
6
],
7
"skip_transient"
:
true
,
8
"collect_unit_files"
:
true
,
9
"collect_unit_files_every"
:
123.123
,
10
"include_unit_files"
:
[
11
"ok"
12
]
13
}