Hello ,
how can i hide this text " # (Value) is above the error limit of 0 # in Value " when ssh script execute and return same data
Article Comments
Hi Felix ,
------------------------------------------ out=same script if [ "$out" == "OK" ] then echo '0:0:OK' else echo "0:1:'$out'" fi --------------------------------------------
if out no ok PRTG message 1 # (Value) is above the error limit of 0 # in Value ('reterned same data ' )
Feb, 2019 - Permalink
Hello Samir,
Please click on the channel in PRTG to open the channel settings. Are there any limits activated? If so, adjust these values so that the error limit of "0" does not trigger the alarm.
Kind regards,
Felix Saure, Tech Support Team
Feb, 2019 - Permalink
Yes, limits activated , I need it . Can I hide this message "1 # (Value) is above the error limit of 0 # in Value" ? it bothers me to read the notice
Feb, 2019 - Permalink
Hi Samir,
If you open the channel settings page one more time, there is the option to adjust the Error Limit Message according to your needs.
Kind regards,
Felix Saure, Tech Support Team
Feb, 2019 - Permalink
it did not help . ssh script return some dynamic data on alert message execute will be very long 1 # (Value) is above the error limit of 0 # in Value I want to hide it
Feb, 2019 - Permalink
Hi there,
Open the channel settings again and disable the limits by using the "Limits > Disable limits"-option.
best regards
Feb, 2019 - Permalink
Hi Samir,
Could you please elaborate what exact value is returned by the script? Additionally, can you share the code which you wrote? This will allow us to determine how you can hide this text.
Kind regards,
Felix Saure, Tech Support Team
Feb, 2019 - Permalink