From c0238a2e5f9de01c1a885839d10cc11aae2017f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Thu, 30 May 2024 17:22:38 +0200 Subject: [PATCH] Updated config example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 618fc5c..eaed26c 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ session: application: logfile: /var/log/smon.log + nodata_interval: 60 ``` # Data from systems to datapoints -`curl -d "$(time +'%F %T +02')" http://localhost:9000/entry/datapoint_name` \ No newline at end of file +`curl -d "$(time +'%F %T +02')" http://localhost:9000/entry/datapoint_name`