Search found 8 matches

by Harry
Fri Mar 19, 2021 2:25 am
Forum: Wish list
Topic: Action profile repeated based on time action was executed
Replies: 3
Views: 22212

In the meantime I've improved the formula. Still not ideal, but maybe for a reference if someone looking for the same kind of example. ('%SimpleStatus%'=='DOWN') AND (%Recurrences% > 1) AND ( ( %Interval_Min% <= 6 AND ((%Recurrences% * %Interval_Min%) mod 60 == 0 )) OR ( %Interval_Min% >= 7 AND %Int...
by Harry
Wed Mar 17, 2021 8:46 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Action profile comment in email
Replies: 3
Views: 8464

Thanks for considering this option in a new version
by Harry
Wed Mar 17, 2021 8:43 am
Forum: Wish list
Topic: Action profile repeated based on time action was executed
Replies: 3
Views: 22212

Action profile repeated based on time action was executed

I'm looking for a way to execute an alert profile step repeated every x time while a test status is bad. For example, sent email every occurrence the test is bad, but not more often than once an hour. This same alert profile should work for several tests with different intervals I've tried the follo...
by Harry
Wed Mar 17, 2021 7:56 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Action profile comment in email
Replies: 3
Views: 8464

Action profile comment in email

I've several action profiles with different actions. Most of them are alerting via mail on several recurrences, and some of them will also restarting or fixing something. All email actions will using the same email body template. My goal is to notify the users in the alert email about what actions a...
by Harry
Fri Jul 05, 2019 6:00 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Passing extra info from shell script to email action
Replies: 9
Views: 22798

KS-Soft wrote:We sent you e-mail with another update and instructions how to setup test for your needs.
Thanks for the suggestion, I've implemented this and will start 'playing' with some variations.

Really appreciate the quick response and making small modifications!
by Harry
Tue Jul 02, 2019 6:03 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Passing extra info from shell script to email action
Replies: 9
Views: 22798

Thanks for the %Reply_AsIs% extension. This will answer my requirements to put more script output data into a mail from alert profile in a bit structured way. For the long term I like the idea to manipulate / fill more variables from the scripting host. But I understood this can not be delivered in ...
by Harry
Fri Jun 28, 2019 7:46 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Passing extra info from shell script to email action
Replies: 9
Views: 22798

Thanks for your reply and your suggestion. Currently using v 11.97 and will send you the registration details. Is it also possible to catch the script output with line breaks into the the new %New_Reply_Variable% variable? And to fill the current %Reply% value only with the first line as it is now. ...
by Harry
Fri Jun 28, 2019 3:33 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Passing extra info from shell script to email action
Replies: 9
Views: 22798

Passing extra info from shell script to email action

We have several tests using a VB script to check some values in databases (like messages processed, log table records, status checks) For example we have a reply from the test script "2 unprocessed messages in my_queue_table" which will trigger an alert action sending an mail using the %Re...