forked from ajenti/ajenti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
26 lines (26 loc) · 2.1 KB
/
config.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
{
"users": {
"root": {
"configs": {
"ajenti.plugins.notepad.notepad.Notepad": "{\"bookmarks\": [\"/etc/logrotate.conf\"]}",
"ajenti.plugins.munin.client.MuninClient": "{\"username\": \"username\", \"prefix\": \"http://localhost/munin\", \"password\": \"123\"}",
"ajenti.plugins.dashboard.dash.Dash": "{\"widgets\": [{\"index\": 0, \"config\": {\"url\": \"/localdomain/localhost.localdomain/cpu-\", \"period\": \"day\"}, \"container\": \"1\", \"class\": \"ajenti.plugins.munin.widget.MuninWidget\"}, {\"index\": 1, \"config\": null, \"container\": \"1\", \"class\": \"ajenti.plugins.sensors.cpu.CPUWidget\"}, {\"index\": 2, \"config\": {\"variant\": \"5\"}, \"container\": \"1\", \"class\": \"ajenti.plugins.sensors.load.LoadWidget\"}, {\"index\": 0, \"config\": null, \"container\": \"0\", \"class\": \"ajenti.plugins.power.power.PowerWidget\"}, {\"index\": 1, \"config\": null, \"container\": \"0\", \"class\": \"ajenti.plugins.sensors.memory.MemoryWidget\"}, {\"index\": 2, \"config\": {\"device\": \"/\"}, \"container\": \"0\", \"class\": \"ajenti.plugins.fstab.widget.DiskSpaceWidget\"}, {\"index\": 3, \"config\": {\"device\": \"lo\"}, \"container\": \"0\", \"class\": \"ajenti.plugins.network.widget.TrafficWidget\"}, {\"index\": 4, \"config\": {\"device\": \"wlan0\"}, \"container\": \"0\", \"class\": \"ajenti.plugins.network.widget.TrafficWidget\"}, {\"index\": 5, \"config\": {\"url\": \"/localdomain/localhost.localdomain/diskstats_iops-\", \"period\": \"day\"}, \"container\": \"0\", \"class\": \"ajenti.plugins.munin.widget.MuninWidget\"}]}"
},
"password": "sha512|$6$rounds=40000$XAlmdP.m6NeQ3N/l$6dBlXwV9E9rEIyi9STBVQPxx/gzf7OfmRuaJrbEqmAfna0ip1QQyNelGF16IxSppToRvPtvfI7i2R.HON83D3/",
"permissions": [
"section:Dash"
]
}
},
"bind": {
"host": "0.0.0.0",
"port": 8000
},
"authentication": false,
"ssl": {
"enable": false,
"certificate_path": "/home/eugeny/ajenti.pem"
},
"enable_feedback": true,
"installation_id": 2
}