bon, c'est pas evident ce truc

Este commit está contenido en:
tth 2019-01-04 19:48:03 +01:00
padre f546418fb4
commit 7adc8a27ff
Se han modificado 2 ficheros con 12 adiciones y 0 borrados

Ver fichero

@ -15,6 +15,7 @@ Un petit peu de code fabriqué à la rache.
- `create.sh`
- `update.sh`
- `getvalues.sh`
- `mkgraph.sh`
Suffisant pour comprendre le principe général, mais très flou
sur les détails.

11
rrdb/mkgraph.sh Archivo ejecutable
Ver fichero

@ -0,0 +1,11 @@
#!/bin/bash
source ./commun.sh
rrdtool graph value.png \
--start 0 --end now \
-w 800 -h 600 \
DEF:value=${RRDB}:value:LAST \
LINE1:value#0000FF