From 450cf733fd1f8d67ec60b3a180761084fb60eaa5 Mon Sep 17 00:00:00 2001 From: f18m Date: Fri, 26 Apr 2024 22:49:15 +0200 Subject: [PATCH] more fixes --- psmqtt.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/psmqtt.conf b/psmqtt.conf index 478a385..d966490 100644 --- a/psmqtt.conf +++ b/psmqtt.conf @@ -5,7 +5,7 @@ #import socket -mqtt_broker = 'locahost' # default: 'localhost' +mqtt_broker = 'mqtt' # default: 'localhost' #mqtt_port = 1883 # default: 1883 #mqtt_clientid = 'psmqtt-1' mqtt_username = '' @@ -17,11 +17,11 @@ mqtt_retain = False mqtt_request_topic = 'request' schedule = { - "every 5 sec": [ + "every 1 minute": [ "cpu_percent", "virtual_memory/percent", "sensors_temperatures/coretemp/0/", - 'smart/nvme/temperature', + 'smart/nvme0/temperature', ], "every 60 minutes": "disk_usage/percent/|", # slash replaced with vertical slash "every 3 hours": {