Search found 9 matches

by r00t-shell
Mon Oct 01, 2007 8:03 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Alert Profile and Expressions
Replies: 4
Views: 16411

Ok that make sense. It's either or, not a combination of the two. THat would explain why it worked on moment, then not the next when i implemented an alert profile and also used the expression. Let me ask you this, of the two examples given what are the differences? Pro/Cons of each. Let me give thi...
by r00t-shell
Thu Sep 27, 2007 9:13 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Alert Profile and Expressions
Replies: 4
Views: 16411

Alert Profile and Expressions

Need some understanding of processes within the software. I only want one notification per folder - regardless of what, or how many items have failed in a folder. From my understanding i need to have a master test with an expression, and an alert with an expression but the examples i've seen do not ...
by r00t-shell
Wed Jan 10, 2007 10:46 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Exectute External Program and Global Variables
Replies: 8
Views: 21058

Is this just something that can't be added? I think it would serve many benefits. The reason i'm looking for this is so that i can know where my exectued program should look for a log file without having to create a different master test for every customer. What my program does it this. It takes the...
by r00t-shell
Wed Jan 10, 2007 8:39 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Exectute External Program and Global Variables
Replies: 8
Views: 21058

Followup: I cut all code out of the program and made it do the following. Take the argument passed to the program, and write it to a test file. It will just return the variable name passed, not the contents of the variable. "C:\MASTER-READLOG.EXE" %FullPath% The above is the path to the ex...
by r00t-shell
Wed Jan 10, 2007 8:25 am
Forum: Wish list
Topic: Create test with 3rd party application
Replies: 1
Views: 8498

Create test with 3rd party application

We've been using this software for 2 years. We are a MSP are one big problem that we have been running into lately with changing of employees and aherence to instructions at times is getting tests consistently created. So what i'm looking for is this: Is there a way to programatically create tests. ...
by r00t-shell
Wed Jan 10, 2007 8:12 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Exectute External Program and Global Variables
Replies: 8
Views: 21058

Problem is with test related variables. Here is what i am entering for the test with external program: C:\Master-ReadLog.exe %Fullpath% mastertest I have tested this with command line with the following: C:\Master-ReadLog.exe root\TEST\MAIN mastertest It will return what i exepect,ed and it's return...
by r00t-shell
Tue Jan 09, 2007 11:21 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Exectute External Program and Global Variables
Replies: 8
Views: 21058

Exectute External Program and Global Variables

Execution of global variables does not seem to work when you execute a external program. Can this be confirmed? I am trying to use &Fullpath&. I have all my test structured as such that top folder is ofcourse ROOT, but next one is my Customer Code, and Third is location. So with the passing ...
by r00t-shell
Tue Jan 09, 2007 10:13 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Few questions with configuration
Replies: 3
Views: 11624

Hostmonitor is started as a service. Which account it's running under i do forget.

But given those considerations adn what should be the proper format for executing a external program i will get it situated

Thanks for the timely response.
by r00t-shell
Tue Jan 09, 2007 8:29 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Few questions with configuration
Replies: 3
Views: 11624

Few questions with configuration

First question: I've tried to run an external program when a failure occurs but i see no mention of what path the program should be. Or what goes in the command line when setting up the alert. I saw "examples\SendEmail.exe" - but no where does it really state where it should be located on ...