浏览代码

update README

George Baugh 2 年之前
父节点
当前提交
dcfc76dd65
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      README.md

+ 5 - 3
README.md

@@ -7,7 +7,7 @@ Made easy with writable views
 
 Designed to be loaded into grafana (see the .json files herein) and filtered easily by process name via dashboard variables
 
-Uses a recursive CTE to get around unhelpful var interpolation in the sqlite data source (see [here](https://github.com/fr-ser/grafana-sqlite-datasource/issues/88))
+Uses a recursive CTE to get around unhelpful var interpolation in the sqlite data source (see [here](https://github.com/fr-ser/grafana-sqlite-datasource/issues/90))
 
 Pic related
 
@@ -16,10 +16,12 @@ Pic related
 Installation
 ------------
 
-Plop the contents into /opt/memmon
+Plop the contents into /opt/memmon, `chown -R grafana:grafana /opt/memmon`
 
-add a crontab entry to run it (I do every minute like so):
+add to root's crontab to run it (I do every minute like so):
 
 ```
 * * * * * /opt/memmon/gather_rss.sh
 ```
+
+From there, install the provided dashboard.json in this directory and observe charts.