Rename the index for counting users
This commit is contained in:
parent
3e57dd6a46
commit
83799ff140
|
@ -84,7 +84,7 @@ int rrd_create(RRDType type, char const * filename)
|
||||||
case RRDTYPE_USERS:
|
case RRDTYPE_USERS:
|
||||||
argv[5] = "--step";
|
argv[5] = "--step";
|
||||||
argv[6] = "300";
|
argv[6] = "300";
|
||||||
argv[7] = "DS:count:GAUGE:600:0:U";
|
argv[7] = "DS:users:GAUGE:600:0:U";
|
||||||
argv[8] = RRD_AVERAGE_DAY;
|
argv[8] = RRD_AVERAGE_DAY;
|
||||||
argv[9] = RRD_AVERAGE_WEEK;
|
argv[9] = RRD_AVERAGE_WEEK;
|
||||||
argv[10] = RRD_AVERAGE_4WEEK;
|
argv[10] = RRD_AVERAGE_4WEEK;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user