This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Linux Scipt Testing on target node failed -Docker

Hi Team,

I'm trying to Creating a Basic Application Template for Monitoring Docker on Linux Ubuntu I have follow all the steps but when I try to test the script I just get:

Get Output Failed:

Testing on target node failed with 'Down' status ('Down' might be different if script exits with a different exit code)

I have tried the script directly on the Linux server and it's working fine:

Message.running:"ContainersRunning"

Statistic.running: 10

Message.paused:"ContainersPaused"

Statistic.paused: 0

Message.stopped:"ContainersStopped"

Statistic.stopped: 0

Message.images:"Images"

Statistic.images: 2808

so I will appreciate if someone could tell me what I should check