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

error bei ssh-script "Antwort nicht wohlgeformt: "1 " (Code: PE132)"

Votes:

0

Hallo,

bei einem ssh-script, dass als Antwortwerte nur 1 (= OK) und 0 (= NOK) kennt, kommt nach dem hinzufügen des Sensors die Fehlermeldung Antwort nicht wohlgeformt: "1 " (Code: PE132)

was soll mir das sagen und wie bekomme ich das weg?

prtg script ssh

Created on Dec 20, 2018 9:47:19 PM



2 Replies

Votes:

1

Hallo,

Bitte beachten Sie dass die Rückgabe von PRTG nicht gelesen werden kann da diese nicht im richtigen Format ist. PRTG weiß nicht ob "1 " der Wert oder die Message ist. Daher muss ein bestimmtes Format eingehalten werden welches im Webinterface unter "Setup > PRTG API > Custom Sensors" beschrieben wird. So sollte es für die SSH Script Sensoren aussehen:

returncode:value:message

Wobei folgende Returncodes möglich sind:

0	OK
1	WARNING
2	System Error (e.g. a network/socket error)
3	Protocol Error (e.g. web server returns a 404)
4	Content Error (e.g. a web page does not contain a required word)


Best regards.

Created on Dec 21, 2018 8:33:30 AM by  Dariusz Gorka [Paessler Support]

Last change on Dec 21, 2018 8:33:45 AM by  Dariusz Gorka [Paessler Support]



Votes:

0

I didn't find the information in PRTG WebGUI, but at https://www.paessler.com/manuals/prtg/custom_sensors#standard_sshscript

Created on Jan 27, 2023 12:57:46 PM




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.