Search found 6 matches

by THEngels
Thu Jan 17, 2008 7:08 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Reply Value in a script?
Replies: 1
Views: 7369

Reply Value in a script?

Hi, first off let me say that I'm an intern at an IT company, so sorry if my questions are stupid, but here goes :) I've written the following script with some Google and ScriptCenter work to check the filesize from a clients Exchange DB and compare this size to the manually set limit which can be f...
by THEngels
Thu Nov 08, 2007 5:18 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test by NetBios Name
Replies: 1
Views: 7624

Test by NetBios Name

Hello everyone, I've got sort of a problem, the company where I am currently working once installed a Standard Licensed HostMonitor 5.92 on a clients server environment. It has worked fine ever since. However, yesterday there has been a power outtage at that specific client's company, since then, th...
by THEngels
Fri Sep 28, 2007 3:33 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Text Log
Replies: 18
Views: 43241

yeah everything is working fine right now :) thanks a lot for the help 8)
by THEngels
Fri Sep 28, 2007 2:08 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Text Log
Replies: 18
Views: 43241

Thanks for the update! Yet I'm still having a little trouble with this script. It works fine, with an exception, currently I'm trying to use the script on a Windows 2000 server. While running this script on the Windows 2000 server I get no results within hostmonitor. Running it from the command line...
by THEngels
Wed Sep 05, 2007 1:49 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Text Log
Replies: 18
Views: 43241

That indeed does work thanks! However, if I have a dir called "copy of test" using "copy~1" does not work. If I use this little modification of your code: @echo off rem %1 - full log file name rem %2 - string to check SET error_description="" SET last_line="" ...
by THEngels
Tue Sep 04, 2007 8:41 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Text Log
Replies: 18
Views: 43241

Hm. In such case I would recommend you to use Schell Script method: http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#chkShell You just should go to Script Manager, create new script and specify the following information: Start cmd: cmd /c %Script% %Params% Script: *script* This script requir...