Search found 25 matches

by sebirello
Wed Apr 13, 2022 8:39 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: URL request: Tune up Reply value not working
Replies: 2
Views: 4999

Hi Alex,

I've sent you an E-Mail with the screenshot of the test.

Thank you in advance!
Greetings,
Sebastian
by sebirello
Wed Apr 13, 2022 6:00 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: URL request: Tune up Reply value not working
Replies: 2
Views: 4999

URL request: Tune up Reply value not working

Hey there, I have configured a URL request test for a https website with "Tune up Reply value". I have used %HttpCode% for the reply, but I am not getting a value returned. The goal should be, that the test should go to bad, if the reply valua is another one than http status code 200. Any ...
by sebirello
Wed May 09, 2018 8:25 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test schedules
Replies: 9
Views: 21240

Ah, I see, I guess the problem is the action in the profile, it resets the interval.

Sorry for that, didn't know that this was set, I didn't configured it.
by sebirello
Wed May 09, 2018 5:22 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test schedules
Replies: 9
Views: 21240

Alright, another question, I've setup the following expression for a test: Jan-Dec, Mon-Sun 00:20,01:20,02:20,05:20,06:20,07:20,08:20,09:20,10:20,11:20,12:20,13:20,14:20,15:20,16:20,17:20,18:20,19:20,20:20,21:20,22:20,23:20 It works, but if the test occurs for example at 12:20 it resets the interval...
by sebirello
Wed May 09, 2018 1:47 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test schedules
Replies: 9
Views: 21240

That works great :wink: , do you have an idea how to shorten the following expression, is that possible? Can I add exclusions? Tests should occur every hour at **:20 but not between 03:00 and 05:00 AM. Jan-Dec, Mon-Sun 00:20,01:20,02:20,05:20,06:20,07:20,08:20,09:20,10:20,11:20,12:20,13:20,14:20,15:...
by sebirello
Tue May 08, 2018 8:59 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test schedules
Replies: 9
Views: 21240

Hi Alex,

thank you, I'll try that!

Kind Regards,
Sebastian
by sebirello
Tue May 08, 2018 1:38 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test schedules
Replies: 9
Views: 21240

I'm sorry, I have forgotten something, the tests should run every hour on 20,30,40 and on the full hour.
by sebirello
Tue May 08, 2018 12:01 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test schedules
Replies: 9
Views: 21240

Test schedules

Hi there,

can you tell me, what is the best way to setup the following scenario:

Summary: 8 tests

- first two tests should run at 00:20
- second two tests should run at 00:30
- third two tests should run at 00:40
- fourth two tests should run at 01:00


Thank you in advance,
Kind Regards,
Sebastian
by sebirello
Thu Jan 18, 2018 9:28 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: TestLog Test not working
Replies: 9
Views: 21929

Alright, thank you very much!

Kind Regards,
Sebastian
by sebirello
Thu Jan 18, 2018 8:10 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: TestLog Test not working
Replies: 9
Views: 21929

Hi Alex,

1) Set "Bad" test status when any of these strings appear in some line of text

Kind Regards,
Sebastian
by sebirello
Wed Jan 17, 2018 8:01 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: TestLog Test not working
Replies: 9
Views: 21929

No sure I understand what exactly means "add multiple strings". If you want to set Bad test status when "error" or "warning" logged, then use "Look for expression" mode with ('error' or 'warning') expression For example one string is "error" and the ...
by sebirello
Wed Jan 17, 2018 6:57 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: TestLog Test not working
Replies: 9
Views: 21929

I see, thanks for the explanation. What I have noticed it too only recognizes the entries in new lines, so for example if I create a string in line 1 and then delete it and recreate it in line one, the test will be ok. Another question, is it possible to add multiple strings for each test per file, ...
by sebirello
Wed Jan 17, 2018 2:05 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: TestLog Test not working
Replies: 9
Views: 21929

TestLog Test not working

Hello, I have created a TestLog - test, but for some reason it is not working correctly. Regardless what I configure it always says, that the test is "OK", but it isn't. I've created a .log - File on a server and putted the string "java.lang.NullPointerException" in it, then I co...
by sebirello
Mon Jun 26, 2017 7:47 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: URL - Request Test - plain text, expression
Replies: 2
Views: 10383

Thanks Alex, I'll try the expression:

not "('failed' or 'error')"

Kind Regards,
Sebastian
by sebirello
Mon Jun 26, 2017 4:03 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: URL - Request Test - plain text, expression
Replies: 2
Views: 10383

URL - Request Test - plain text, expression

Hi, can anybody tell me how to setup a URL - Request Test, which tests if the following is available in plain text: https://.../.../.../... : OK ...@https://.../.../.../... : OK ...@https://.../.../.../... : OK ...@https://.../.../.../... : OK ...@https://.../.../.../... : OK Or a better way I guess...