Search found 8 matches
- 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...
- Wed Mar 17, 2021 8:46 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Action profile comment in email
- Replies: 3
- Views: 8464
- 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...
- 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...
- 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
- 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 ...
- 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. ...
- 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...