Hi there I have a script on my Varnish server that outputs the number of connections to my Varnish instance. This is done using the following command:
varnishstat -1 -f client_req | awk '{ print $2 }'
PRTG finds my script, which is in /var/prtg/scripts, and furthermore, it executes it and returns the correct number of connections. But, the sensor errors out with "response not well-formed".
Response not wellformed: "2321 " (code: PE132)
The sensor is the SSH script sensor - integer defined. PRTG 12.
My question is; what is not well formed about the output? I have seen the value:message reply given in https://www.paessler.com/knowledgebase/en/topic/31683-custom-script-sensor-error, but I would like someone to elaborate on that if it applies to my question.
Thank you.
Add comment