Action-Orders

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Action-Orders

Post by MirkoW »

Hi,

i have Create a Action profile with Alert-Actions because i need 3 SQL-Querys and this Querys need a right order for running.

The first Script are an Insertion-Script, the second a delete and the third an optimization script for SQL

But i dont have any Sort or Order-Options for Alerts.

By the way: it is able to get a result from these sql scripts on a SQL-Query Action? by Mail etc ? because i can only get Results by QuickLog
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

i have Create a Action profile with Alert-Actions because i need 3 SQL-Querys and this Querys need a right order for running.
The first Script are an Insertion-Script, the second a delete and the third an optimization script for SQL
May be its better to use single stored procedure?
But i dont have any Sort or Order-Options for Alerts
If you are using the same start condition for all actions (e.g. start action after 2nd consecutive failure) then actions will be started in creation order. If you need to change order for action1 and action2, you need to remove action1 and recreate it again.
By the way: it is able to get a result from these sql scripts on a SQL-Query Action?
Tests return results, actions do not. May be you need a test item?

Regards
Alex
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

Hi,
thanks, i have created a test item.
Post Reply