Search found 92 matches

by oryagel
Thu Feb 25, 2016 12:54 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ShellScript Params as Macro Variable
Replies: 6
Views: 18550

Bumping up this thread..

We need the ability to use the Params of a Shell Script test in an action of type "Execute external program".

For example, the Params contains a lower threshold, upper threshold and time frame in minutes. We want the action to be able to use these values.

Thanks
by oryagel
Sun Dec 20, 2015 5:31 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: No answer URL Request
Replies: 6
Views: 17528

Thanks.
The UI is a bit confusing since all option were checked (some were grayed but still checked).
I unchecked all and checked all again and now it works
by oryagel
Thu Dec 17, 2015 11:44 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: No answer URL Request
Replies: 6
Views: 17528

It's https and the certificate isn't valid, but I have all of those checked already.
Other ideas?
by oryagel
Thu Dec 17, 2015 10:55 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: No answer URL Request
Replies: 6
Views: 17528

No answer URL Request

Hi, I'm trying to test an internal URL with passive RMA. The URL isn't exposed to the internet. Using IE, I can get the URL from the same machine that the RMA is installed on. When I test from HM using the RMA I get "No answer". I get the "No answer" reply very quickly (less than...
by oryagel
Wed Dec 16, 2015 12:37 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Run Python script from file
Replies: 3
Views: 11812

Works.
Thanks
by oryagel
Tue Dec 15, 2015 1:27 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Run Python script from file
Replies: 3
Views: 11812

Run Python script from file

Hi, I have a very simple script that I try to execute as a Shell Script: import sys print sys.argv[1] print sys.argv[2] print sys.argv[3] print sys.argv[4] It works as expected when I paste the script in the script box and use the command: C:\Python27\python.exe %Script% %Params% I want to start the...
by oryagel
Thu Aug 13, 2015 7:18 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ShellScript Params as Macro Variable
Replies: 6
Views: 18550

So there is no way to get the parameters and use it in the comment?
by oryagel
Mon Aug 03, 2015 7:16 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ShellScript Params as Macro Variable
Replies: 6
Views: 18550

Yes. We use parameters for thresholds values.
In addition, we duplicate tests and edit them instead of creating them from an empty template.
Copying the parameters to the comment will make us to remember to edit both fields.

Thanks
by oryagel
Mon Aug 03, 2015 1:58 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ShellScript Params as Macro Variable
Replies: 6
Views: 18550

ShellScript Params as Macro Variable

Hi,

I have a shell script test.
I want to have the Params field in the Comment field.
I can use

Code: Select all

%object% %object2%
but that only gives the first two params.

Is there a a way to get all params?

Thanks
by oryagel
Tue May 26, 2015 1:35 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Create tests from API / Script
Replies: 1
Views: 8840

Create tests from API / Script

Hi,
I want to create folder and tests as part of other automatic process.
How can I do that?

Thanks
by oryagel
Mon Feb 23, 2015 6:41 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: HTTPS POST Request
Replies: 2
Views: 10411

Thanks, I didn't think about something like that.

It works.
by oryagel
Mon Feb 23, 2015 6:05 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: HTTPS POST Request
Replies: 2
Views: 10411

HTTPS POST Request

Hi, I'm trying to perform a test of POST request over HTTPS. I configured the test with "URL Request" test. The response I get from the web service is 204 (no content), which is fine due to the fact the it's a post request. HostMonitor shows that the status is bad. How should I test it? Th...
by oryagel
Mon Dec 01, 2014 10:45 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Create Tests From Web Interface
Replies: 3
Views: 11062

Thanks

Any plans to implement that?

It will really help us to integrate HM with out dev team.
by oryagel
Mon Dec 01, 2014 7:12 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Create Tests From Web Interface
Replies: 3
Views: 11062

Create Tests From Web Interface

Hi,

I want to create tests from the web interface.
The goal is to create "self service" interface, that people we'll be able to create and edit tests from that interface.

Can it be done?

Thanks
by oryagel
Wed Oct 01, 2014 2:50 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Double Quotes in Script Parameter
Replies: 3
Views: 10582

Great! Thanks!
I should have tried it myself.