X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fthreshold.c;h=a4449741d0c566ee4df8dac7cb196c33e98dd9e5;hb=9ea1cc9352ecd3ea9644fa9e93a4f4cd11cd7350;hp=2173fa8084da10a7b04ada03c8695a4736f06bc7;hpb=710d9305715622700e4eefbf20b4cba307d7ef57;p=collectd.git diff --git a/src/threshold.c b/src/threshold.c index 2173fa80..a4449741 100644 --- a/src/threshold.c +++ b/src/threshold.c @@ -629,7 +629,9 @@ static int ut_report_state (const data_set_t *ds, ": Value is no longer missing."); else status = ssnprintf (buf, bufsize, - ": All data sources are within range again."); + ": All data sources are within range again. " + "Current value of \"%s\" is %f.", + ds->ds[ds_index].name, values[ds_index]); buf += status; bufsize -= status; }