Skip to content

Commit aa64321

Browse files
committed
Create default configuration file
1 parent b4e8a9b commit aa64321

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

config/default.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"default_module": "cpu",
3+
"default_output": "table",
4+
"refresh_interval": 1000,
5+
"modules": {
6+
"cpu": {
7+
"enabled": true,
8+
"include_memory": true
9+
},
10+
"memory": {
11+
"enabled": true
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)