Thank you very much! This sample works
And I now realized that in our case (XML page, not service) I do not have to use SOAP parameters but only XPATH and that does our job very nice.
Hi! I do not know much about SOAP, but I need to grap and compare a single value from a XML webpage. Unfortunately the URL from your sample in hostmonitor help (http://www.mathertel.de/CalcFactors/) is broken and it is difficult for me to understand what to do. It would be nice to have another sampl...
That was exactly the problem, thanks!! Now both work fine - the test in RCC an the test in real life ;) And here ist my sample script: #!/bin/sh if [ $# -ge 2 ] then diskfree=`snmpget $1 .1.3.6.1.4.1.2021.9.1.7.1 | awk '{print $NF}'` diskfree=$(($diskfree / 1024 / 1024)) if [ $diskfree -ge $2 ] then...
Oh sorry - I just realized this happens only in test mode of script manager. And there it happens for all shell scripts with RMA for Unix. But in live mode the test is working fine and I am happy now.
May be this is a bug of the test feature ("let's try")?
Hi, I wrote a little shell script to get some info from remote host (SNMP) and I want to use this script with RMA for UNIX (located on one of our debians). On cmd the script is running fine but with RMA (script is in HM script manager) I get "Agent error: Connection error". Other scripts f...
Ok this is good to know and could be a good workaround.
In our case we reboot some machines after getting a special bad http content test. But executing a powershell script wich restarts the VM does the job for us now.
I don't think it is a good idea with this "stop-monitoring-feature" in an evaluation version. We had searched for days for the reason and were concerned that the program may be as unreliable as our monitoring tool that we want to replace. And no - application mode is no solution. Nobody se...
Hi, we are currently testing the trial version and consider to buy the Enterprise version of HostMonitor. The requirement is that there is absolutely no downtime of HostMonitor during our test period (should be up to 30 days??). Unfortunately monitoring (windows service) stopps from time to time and...