summaryrefslogtreecommitdiff
path: root/if_rrd_fast.py
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2016-05-01 16:07:10 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2016-05-01 16:07:10 +0200
commit0264e42fe2d28da57b4e2bad51fe760cd4ddbc6d (patch)
tree562d81ae9eef922a2cabfcdfe006606c09f62ba3 /if_rrd_fast.py
parent625daa2239cbacce0645f151b3672cefb990b0b7 (diff)
downloadif_rrd_fast-0264e42fe2d28da57b4e2bad51fe760cd4ddbc6d.zip
if_rrd_fast-0264e42fe2d28da57b4e2bad51fe760cd4ddbc6d.tar.gz
if_rrd_fast-0264e42fe2d28da57b4e2bad51fe760cd4ddbc6d.tar.bz2
Licence fix + rddtool graph wrapper to output graphs
Diffstat (limited to 'if_rrd_fast.py')
-rwxr-xr-xif_rrd_fast.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/if_rrd_fast.py b/if_rrd_fast.py
index 8d7fb24..8e16124 100755
--- a/if_rrd_fast.py
+++ b/if_rrd_fast.py
@@ -4,6 +4,8 @@
#
# Copyright 2016 Ludovic Pouzenc <ludovic@pouzenc.fr>
#
+# This file is part of if_rrd_fast.
+#
# if_rrd_fast is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -15,7 +17,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with CHD OpenWRT. If not, see <http://www.gnu.org/licenses/>.
+# along with if_rrd_fast. If not, see <http://www.gnu.org/licenses/>.
#
import sys,os,signal,argparse
from time import time,sleep;