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.

Passing a value from ipmonitor to a script on my server

On my server A which ipmonitor is monitoring vitals (ipmonitor is on another server), I want to write a script in either bash or perl to parse the value "81" (see the screenshot) from ipmonitor.  This script will be run on Server A in a cronjob.  This value will be compare to another value in the script and an action will be taken depending on the calculated output.

 

My question is, how can my script on server A pull this value "81" dynamically from ipmonitor when the script is run?