Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
f18m committed Apr 26, 2024
1 parent 2d74fcd commit 450cf73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions psmqtt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand All @@ -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": {
Expand Down

0 comments on commit 450cf73

Please sign in to comment.