X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fusers.c;h=08fc4fd74d349853be9510ebcc75a689d5623e74;hb=c9596f6cf39a128c10764c3091e6a28186be2303;hp=5fe1b7114fdd54af590316bd549b0223d885a9ba;hpb=55b439475d492599de5134536710180b39dac593;p=collectd.git diff --git a/src/users.c b/src/users.c index 5fe1b711..08fc4fd7 100644 --- a/src/users.c +++ b/src/users.c @@ -1,6 +1,6 @@ /** * collectd - src/users.c - * Copyright (C) 2005 Sebastian Harl + * Copyright (C) 2005,2006 Sebastian Harl * * 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 @@ -43,7 +43,7 @@ static char *rrd_file = "users.rrd"; static char *ds_def[] = { - "DS:users:GAUGE:25:0:65535", + "DS:users:GAUGE:"COLLECTD_HEARTBEAT":0:65535", NULL }; static int ds_num = 1;