What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

MQTT Subscribe Sensor without JSONPath

Votes:

0

hi

my devices send their value with MQTT without JSON (like '15' in the payload). How can I monitor that value?

Mario

jsonpath mqtt value

Created on Feb 9, 2021 8:21:42 AM



4 Replies

Votes:

0

Hello,

as of now, the sensor parses only JSON output, not unformatted content.

While there is no ETA, we look at an option to parse unformatted data.

Created on Feb 11, 2021 7:51:42 PM by  Arne Seifert [Paessler Support]

Last change on Feb 16, 2021 11:00:35 AM by  Arne Seifert [Paessler Support]



Votes:

0

Hallo, habe auch nach einer Lösung gesucht und bin hier gelandet. Nun habe ich eine eigene Lösung mit "Mosquitto for Windows" erstellt. Hier ein Beispiel für die Abfrage eines Wertes per Programm/Skript (Erweitert) - Sensor: REM BAT-Datei im Verzeichnis ...PRTG Network Monitor\Custom Sensors\EXEXML\ set MSUB="c:\Program Files\mosquitto\mosquitto_sub.exe" set HOST=1.2.3.4 for /F %%i in ('%MSUB% -C 1 -h %HOST% -t topic/powerdc') do @set POWERDC=%%i echo ^<?xml version="1.0" encoding="Windows-1252" ?^> echo ^<prtg^> echo ^<result^> echo ^<channel^>PowerDC^</channel^> echo ^<unit^>W^</unit^> echo ^<float^>1^</float^> echo ^<value^>%POWERDC%^</value^> echo ^</result^> echo ^<text^>%POWERDC% W^</text^> echo ^</prtg^>

Das Topic "topic/powerdc" liefert genau einen Wert. Natürlich können auch weitere Topics abgefragt werden (for /F ... do @set WERTX=%%i).

Lars

Created on May 22, 2023 10:21:30 AM



Votes:

0

Hi,

auch für mich interessant. Bei msxfaq.de wurde das erläutert. Man kann als JSON-Pfad einfach $ eintragen. Dann wird der Wert dargestellt. Leider geht so pro Sensor immer nur ein Topic. Ich habe noch keine Möglichkeit gefunden "Sub-Topics" mit den Kanälen zu erfassen.

Created on Jun 9, 2023 11:25:23 AM



Votes:

0

Hello,

that is correct, a sensor supports just one topic. Allowing multiple topics per sensor would make the sensor, and its settings page, too complex.

Created on Jun 13, 2023 11:41:14 AM by  Arne Seifert [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.