This website works better with JavaScript.
Home
Explore
Help
Sign In
tTh
/
DD2-monitor
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bon, c'est pas evident ce truc
master
tth
2 years ago
parent
f546418fb4
commit
7adc8a27ff
2 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
rrdb/README.md
+11
-0
rrdb/mkgraph.sh
+ 1
- 0
rrdb/README.md
View File
@ -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
- 0
rrdb/mkgraph.sh
View 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
Write
Preview
Loading…
Cancel
Save