X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ftraffic.c;h=14b7dc32b1c6ac9ca33caab29466f5b2a16fd3c2;hb=4c3b690f915df7b56170cee189096949adedefe5;hp=18a2063ff52c0a760aeecef323e871e65543f3f9;hpb=ed0a094706ccb6c8689aa1fdc46055df2bfbc47b;p=collectd.git diff --git a/src/traffic.c b/src/traffic.c index 18a2063f..14b7dc32 100644 --- a/src/traffic.c +++ b/src/traffic.c @@ -74,8 +74,8 @@ */ /* TODO: Move this to `interface-%s/.rrd' in version 4. */ static char *bytes_file = "traffic-%s.rrd"; -static char *packets_file = "if_packets-%s.rrd"; -static char *errors_file = "if_errors-%s.rrd"; +static char *packets_file = "interface-%s/if_packets.rrd"; +static char *errors_file = "interface-%s/if_errors.rrd"; /* TODO: Maybe implement multicast and broadcast counters */ static char *config_keys[] =