Search found 39 matches

by binaer
Fri Jul 05, 2013 5:06 pm
Forum: Wish list
Topic: Add TranslateMacros option to more tests
Replies: 10
Views: 34842

Hey Alex thank you very much for your change and the time to implement that. Although, with "only" the Date and Time-Variables, it doesn't help in the specific case - but I solved it in any way with another test-method. I'm sure, I will have a need to use your change soon in another test-s...
by binaer
Wed Jul 03, 2013 1:30 am
Forum: Wish list
Topic: Add TranslateMacros option to more tests
Replies: 10
Views: 34842

Can be implemented in next version. If you are using version 9.56, probably we can provide unofficial update this week. awesome. Even, we're using the current 9.50 stable. If there is no problem known with the 9.56 "beta", than sure, I would upgrade to the beta state 8) Will you implement...
by binaer
Mon Jul 01, 2013 11:30 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

Thank you

So, what I could do now is to create a test for every SMTP-Slave Server and disable it from the originating check-test after another recurrence of a "bad" state. I can't do this with my current implementation (only one "triggering test for the isolation solution") hence the fact,...
by binaer
Mon Jul 01, 2013 5:41 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

Probably you don't need to disable test? Just set long test interval? well, I actually do. The disabled test doesn't do anything else than execute a script with a whole bunch of Parameters (Commentline) and checks if it run successfully (that's why I even made it using a test..). After this command...
by binaer
Sun Jun 30, 2013 2:12 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

Hi Alex one further info over here: got the problem solved a bit more now again. The problem was, that the Message he server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is. The server's rsa2 key fingerprint is: from plink got returned ...
by binaer
Sat Jun 29, 2013 9:10 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

Now, I only get a "script timed out"... any hint on that? This means script does not return any result within specified timeout. You said it works, what did you change? Regards Alex Hey Alex Yeah, well.... It worked in the "lets try"-screen, but never within the test itself... T...
by binaer
Fri Jun 28, 2013 5:05 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

KS-Soft Europe wrote: So problem was with latest version of plink.exe (beta 0.62)?
yep, see http://www.chiark.greenend.org.uk/~sgta ... valid.html.

Now, I only get a "script timed out"... any hint on that?
by binaer
Fri Jun 28, 2013 10:17 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

I solved my Problem right now. I replaced the newest "plink.exe" with one out of the 0.58-Version of the Putty-Installer. Now, the Problem is gone and the output is like: [18:15:29] HostMonitor is going to execute "smtpsrv - de-/isolate system" script ... [18:15:30] Script execut...
by binaer
Fri Jun 28, 2013 9:53 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

Account used? System Account Local system account is specified on Windows Services applet (services.msc) and on Service page of HostMonitor Options dialog, right ? yes, I'm positive about that. That's my script: @echo off "C:\Program Files (x86)\HostMonitor\plink\plink.exe" -i "C:\pa...
by binaer
Fri Jun 28, 2013 9:23 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

HostMonitor started as service? Application? Acount used to run HostMonitor? UAC enabled? Service Pack? Antivirus monitor? Hey. Started as service? Yes Account used? System Account UAC enabled. Disabling it needs reboot, I think. Windows Server 2008, R2 Standard, SP1, 64-bit no AntiVirus on this Ma...
by binaer
Fri Jun 28, 2013 8:45 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

KS-Soft wrote: This cannot be executed. BAT file is not executable file.
Should be
Start cmd: cmd /c "C:\Program Files (x86)\HostMonitor\Scripts\smtpsrv\isolate.bat" %Params%
Script: <empty>
Params: stop smtpsrvX
thank you - but doesn't make any difference :(
by binaer
Fri Jun 28, 2013 8:16 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

Do you mean HostMonitor service does not start when there is "c:\program" file on the disk? HostMonitor does not create such file (unless you setup c:\program as target for some log or report file or use some custom script). exactly. Yes, I didn't mean to blame this on HostMon-Software......
by binaer
Thu Jun 27, 2013 8:18 pm
Forum: Wish list
Topic: Add TranslateMacros option to more tests
Replies: 10
Views: 34842

KS-Soft wrote: SSH test supports date/time macro variables (it may check result for date stamp). Yes, I think we can add such option for command line as well...
any news about that? Would be usefull right now ;-)
by binaer
Thu Jun 27, 2013 5:55 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

Could you try to add/modify "SScript_UseWindowsPipe=0" line in [Misc] section of hostmon.ini file and restart HostMonitor? Yes, didn't help in that case. Any other hint would be appreciated :-? Now, I can't start HostMonitor anymore using the Service-Section in Windows SRV (2008, 64 bit),...
by binaer
Thu Jun 27, 2013 5:18 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: need a special config.
Replies: 25
Views: 51691

hmm, now, when I try to execute the bat-file, I'm getting as a reply to HostMonitor: Unable to read from standard input: The handle is invalid. But the script seems to run fine - and if I execute it from the command line, it works without any Problem (gives me back:) any idea? scriptres:OK:Server no...