vtk_alert

vtk_alert_ack

Usage         
vtk_alert_ack id

Description   
Acknowledge an alert by its ID

vtk_alert_add

Usage         
vtk_alert_add level title [OPTIONS]

Description   
Where level is one of URGENT ERROR WARN or INFO 

Options: 
*detail info -- Add more detail to the alert. 
*module modulename -- Specify the name of the module reporting the alert. 
*thresh threshold -- Number of times alert must be added before it is visible. 
*idvar idVar -- Name of variable to set with alert ID. If procedure succeeds but idVar is 0, the vovserver is an older version that does not return alert IDs. Add an alert to the system. Only the first letter of 'level' is used (U,E,W,I) The word CRITICAL is the same as ERROR and it is still supported for backwards compatibility.

Returns
Visible or invisible


vtk_alert_forget

Usage         
vtk_alert_forget id

Description   
Delete an alert from the system by its ID

vtk_alert_set_defaults

Usage         
vtk_alert_set_defaults -module MODULENAME

Description   
Set the module name for all subsequent alerts.