George Baugh 2 rokov pred
rodič
commit
dcfc76dd65
1 zmenil súbory, kde vykonal 5 pridanie a 3 odobranie
  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
 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
 Pic related
 
 
@@ -16,10 +16,12 @@ Pic related
 Installation
 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
 * * * * * /opt/memmon/gather_rss.sh
 ```
 ```
+
+From there, install the provided dashboard.json in this directory and observe charts.