Hi All
we are using PRTG version 14.3.11.
I have created SSH script to monitor memory for SunOS server.
Configuration: scanning interval:5 mins, connection time out: 3 mins and shell time out: 59 seconds.
Error : " Timeout During execution"
when I tried to run from PRTG manually,it returned right output.I would need your help to fix this issue.
$ echo PAESSHSTART;/var/prtg/scriptsxml/mem_test.sh ;echo;echo PAESSHEND; PAESSHSTART <prtg> <result> <channel>Memory:Physical_Total</channel> <value>131072</value> <warning>0</warning> <showChart>1</showChart> <showTable>1</showTable> <float>1</float> <ValueLookup>Memory.solaris.ssh</ValueLookup> </result> <Text>Memory OK 35%</Text> </prtg> PAESSHEND
Thank you.
Add comment