Fix RRD creation, quick & dirty

This commit is contained in:
Vincent Riquer 2015-02-06 10:06:36 +01:00
parent 3312a78028
commit 5e9a1cc52d
2 changed files with 56157 additions and 0 deletions

56152
ingress.xml Normal file

File diff suppressed because it is too large Load Diff

5
lib/rrdcreate Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
rrdcreate() {
rrdtool restore ingress.xml "$rrdfile"
}