Search found 25 matches

by sabine
Fri May 25, 2007 4:21 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Multitech Multimodem EDGE
Replies: 6
Views: 22987

I finally got it to work by setting back to manufacturer defaults and configuring the modem per Hyperterminal with AT commands, baud rate 19200, PDU Mode and TC35 template (PIN required and servicenummer in international format).

Thanks for support!

regards,
sabine
by sabine
Fri May 25, 2007 1:36 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Multitech Multimodem EDGE
Replies: 6
Views: 22987

tried out but didn't work

We tried the suggested settings but did not work, is it possible that theres a special initializing string that the modem has to receive or something like that? We tried the modem with an other monitoring software (without initializing string) and we had no problems with it.

regards,
sabine
by sabine
Wed May 16, 2007 4:03 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Multitech Multimodem EDGE
Replies: 6
Views: 22987

Multitech Multimodem EDGE

Hi, We use MultiModem EDGE (Wireless Modem MTCBA-E) from MultiTech Systems (it seems to have included a Siemens MC75 Chipset). We are not able to send SMS with the default drivers included in Hostmon. If we for example use the siemens tc35 driver I receive around 3 or 4 sms with only pieces of the m...
by sabine
Tue May 15, 2007 12:19 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: udv_variables
Replies: 7
Views: 20109

We need to monitor a full automated file transaktion between several computers (at night). We don't know how the file is named, so it's easier for us to store the filename in a variable to trace every move/copy process of the file. Is it possible to add udv_variables as results from other tests to F...
by sabine
Mon May 14, 2007 5:16 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Schedule Problem
Replies: 4
Views: 14628

Thanks,

I hope it will work now. Great support.

best regards,
sabine
by sabine
Mon May 14, 2007 4:52 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Schedule Problem
Replies: 4
Views: 14628

Hi, I use this option already (start test once a day at 11:00:00). I watched the hostmon console and nothing happend. The test didn't perform at all. Is it because I changed the time to performe the test a few times this morning? I saved the hostmon list, i restarted hostmon. I realy don't know what...
by sabine
Mon May 14, 2007 2:24 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Schedule Problem
Replies: 4
Views: 14628

Schedule Problem

Hi, I want to perform a Shell Script test (by Hostmon) on a fixed time every day, but the test just not want to start by himself. When I use a regular intervall (eg. every 2 min) it works. The test depends on another test but all conditions are fulfilled. Use Hostmon v6.80 on Win XP SP2. Regards, sa...
by sabine
Mon May 14, 2007 2:13 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: udv_variables
Replies: 7
Views: 20109

why not, I use such constructions successfully with shell script tests as well.
by sabine
Thu May 10, 2007 7:08 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: udv_variables
Replies: 7
Views: 20109

Hi, i get this filename from a former test and defined it in menu "profiles" -> "global macro variables" like: %::DA_Input_File_Exists::FileName%. This works fine for all other macro variables i use. Is it possible that the problem ist the DA_Input_File_Exists Test? It is located...
by sabine
Thu May 10, 2007 5:50 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Asterisks and Macros in Filenames
Replies: 5
Views: 15442

Hi Max,

sorry for bothering you, but I don't know why but after approximately 20 tests it got true results with the same configurations as before (df%yyyymmdd%*).

thanks and best regards
sabine
by sabine
Thu May 10, 2007 5:40 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: udv_variables
Replies: 7
Views: 20109

udv_variables

Hi, manual says that i can use user defined variables for file/folder availability test. I want to look for a special file (filename ist stored in udv_inputfilename) but all i can use are date macros. I always get bad results even when I insert a file. Configuration: Alert when file doesn't exist. P...
by sabine
Wed May 09, 2007 3:01 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Asterisks and Macros in Filenames
Replies: 5
Views: 15442

Hi Max, I've enabled Alert when file exists but I get always an Ok status, even when I insert a testfile. Translate macros is enabled. When I insert an asterisk after the date macro no files where displayed when I browse through the directory. When i just replace a part of the filename with asterisk...
by sabine
Wed May 09, 2007 1:56 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Asterisks and Macros in Filenames
Replies: 5
Views: 15442

Asterisks and Macros in Filenames

Hi, As specified in the online manual, i want to use date macros in a filename for File Availability Test performed by Hostmon 6.80, but i need to use asterisks too. I look for filenames like: df20070509002346.txt I tried to use these strings: df%yyyymmdd%*.xml, df%yyyymmdd%* and df%yyyymmdd% but th...
by sabine
Wed May 09, 2007 1:10 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: shell script problem
Replies: 2
Views: 10682

Thanks,

got the foult, silly me used wrong agent.

Regards
sabine
by sabine
Tue May 08, 2007 4:12 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: shell script problem
Replies: 2
Views: 10682

shell script problem

Hi, I wrote a short and simple shell script in Hostmonitor: #!/bin/sh cp -p /mnt/tmp/cronbackup/root /var/spool/cron/root RES=$? crontab /var/spool/cron/root RES2=$? if [ $RES -eq 0 -a $RES2 -eq 0 ] then echo "ScriptRes:Ok: copyEC: "RES", crontabEC: "RES2 else echo "ScriptRe...