bon, c'est pas evident ce truc
This commit is contained in:
parent
f546418fb4
commit
7adc8a27ff
@ -15,6 +15,7 @@ Un petit peu de code fabriqué à la rache.
|
|||||||
- `create.sh`
|
- `create.sh`
|
||||||
- `update.sh`
|
- `update.sh`
|
||||||
- `getvalues.sh`
|
- `getvalues.sh`
|
||||||
|
- `mkgraph.sh`
|
||||||
|
|
||||||
Suffisant pour comprendre le principe général, mais très flou
|
Suffisant pour comprendre le principe général, mais très flou
|
||||||
sur les détails.
|
sur les détails.
|
||||||
|
11
rrdb/mkgraph.sh
Executable file
11
rrdb/mkgraph.sh
Executable file
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user