File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ Backlog
2020****
2121- Unlock Python 3.9 (needs PyTables)
2222- Run black and isort
23+ - Add CI testing on GHA
24+ - Logrotate configuration for kotori.log
25+ - Completely replace Bunch with Munch
2326
2427
2528****
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ Question
8888******
8989Answer
9090******
91- When installing Kotori from the Debian package,
92- it will unfold at ``/opt/kotori/lib/python2.7 /site-packages/kotori ``.
91+ When installing Kotori from the Debian package, it will unfold
92+ at e.g. ``/opt/kotori/lib/python3.8 /site-packages/kotori ``.
9393
9494.. attention ::
9595
Original file line number Diff line number Diff line change @@ -6,9 +6,24 @@ Troubleshooting
66***************
77
88
9+ Introduction
10+ ============
11+ Kotori's log output is directed to ``/var/log/kotori/kotori.log ``. If you
12+ experience any troubles, the first idea should be to review it.
13+
14+
915No data in Grafana I
1016====================
1117- Q: I don't see any data!
18+ - A: Most probably, Kotori does not have appropriate access to the Grafana instance.
19+ This might happen on the initial installation after Grafana encouraged you to change
20+ the default credentials away from admin/admin. If you did so, please adjust Kotori's
21+ configuration within e.g. ``/etc/kotori/kotori.ini ``.
22+
23+
24+ No data in Grafana II
25+ =====================
26+ - Q: I still don't see any data!
1227- A: Most probably, your system time is wrong or deviates from the time of the system accessing Grafana from.
1328 For example, you won't see any data if the server time is in the future.
1429
@@ -25,8 +40,8 @@ No data in Grafana I
2540 or implement any other valid equivalent to keep the system time sound.
2641
2742
28- No data in Grafana II
29- =====================
43+ No data in Grafana III
44+ ======================
3045- Q: I still don't see any data!
3146- A: Try to increase the log level by adding ``--debug-foobar `` command line options to ``/etc/default/kotori ``
3247 and get back to us, stacktrace or GTFO.
You can’t perform that action at this time.
0 commit comments