Search found 12 matches

by Christiane
Sat Nov 19, 2016 3:41 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Help with SOAP/XML Test
Replies: 2
Views: 12156

Thank you very much! This sample works :D
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.

Happy - Christiane
by Christiane
Fri Nov 18, 2016 6:36 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Help with SOAP/XML Test
Replies: 2
Views: 12156

Help with SOAP/XML Test

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...
by Christiane
Mon Apr 27, 2015 10:35 am
Forum: RMA for UNIX
Topic: Simple shell script with SNMP to remote host
Replies: 5
Views: 44509

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...
by Christiane
Mon Apr 27, 2015 7:05 am
Forum: RMA for UNIX
Topic: Simple shell script with SNMP to remote host
Replies: 5
Views: 44509

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")?

Christiane
by Christiane
Mon Apr 27, 2015 3:41 am
Forum: RMA for UNIX
Topic: Simple shell script with SNMP to remote host
Replies: 5
Views: 44509

Simple shell script with SNMP to remote host

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...
by Christiane
Thu Nov 17, 2011 1:15 pm
Forum: Wish list
Topic: "Connect as" for remote reboot action
Replies: 2
Views: 11810

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.

Thanks for adding into todo list.

Regards
Christiane
by Christiane
Wed Nov 16, 2011 3:04 pm
Forum: Bug reports
Topic: Version 9.02: Bug in every day log file (HTML file format)
Replies: 2
Views: 14254

Thanks a lot. :)

Christiane
by Christiane
Wed Nov 16, 2011 4:47 am
Forum: Wish list
Topic: "Connect as" for remote reboot action
Replies: 2
Views: 11810

"Connect as" for remote reboot action

It would be very nice to have the "connect as" fields for rebooting machines in other domains (e.g. like in the restart service action).

Regards
Christiane
by Christiane
Wed Nov 16, 2011 4:30 am
Forum: Bug reports
Topic: Version 9.02: Bug in every day log file (HTML file format)
Replies: 2
Views: 14254

Version 9.02: Bug in every day log file (HTML file format)

Viewing every day log in browser shows a damaged table due to an extra closing table tag in first test data row.

version 9.02 on windows 2008 R2 Standard

Regards
Christiane
by Christiane
Wed Nov 16, 2011 3:33 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Unregistered version. Monitoring stopped
Replies: 8
Views: 21996

Version 9.02 (beta) on Windows 2008 R2 Standard.

We tried to go back to verison 8.86 but the config file is already converted...

Regards
Christiane
by Christiane
Tue Nov 15, 2011 11:27 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Unregistered version. Monitoring stopped
Replies: 8
Views: 21996

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...
by Christiane
Tue Nov 15, 2011 3:22 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Unregistered version. Monitoring stopped
Replies: 8
Views: 21996

Unregistered version. Monitoring stopped

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...