X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fserial.c;h=0c6050d72c9a9e7533782ba2dd458627268532e0;hb=634504760b46b852ec2b812a7b68277e9c005f1b;hp=31b6148e1da6f483ccb3c08934075fe3acfa45ba;hpb=55b439475d492599de5134536710180b39dac593;p=collectd.git diff --git a/src/serial.c b/src/serial.c index 31b6148e..0c6050d7 100644 --- a/src/serial.c +++ b/src/serial.c @@ -1,6 +1,6 @@ /** * collectd - src/serial.c - * Copyright (C) 2005 David Bacher + * Copyright (C) 2005,2006 David Bacher * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -37,8 +37,8 @@ static char *serial_filename_template = "serial-%s.rrd"; static char *ds_def[] = { - "DS:incoming:COUNTER:25:0:U", - "DS:outgoing:COUNTER:25:0:U", + "DS:incoming:COUNTER:"COLLECTD_HEARTBEAT":0:U", + "DS:outgoing:COUNTER:"COLLECTD_HEARTBEAT":0:U", NULL }; static int ds_num = 2;