Actions

Difference between revisions of "Monitoring: AlphaNet"

From Zenitel Wiki

 
Line 9: Line 9:
 
[[File:AlphaNet monitoring.PNG|left|thumb|500px|Example 2: Send a text message to station 1 when an AlphaNet link goes down]]
 
[[File:AlphaNet monitoring.PNG|left|thumb|500px|Example 2: Send a text message to station 1 when an AlphaNet link goes down]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
{{Code2
+
{{Code2|
 
  MST 1 0 "Error node %sev"
 
  MST 1 0 "Error node %sev"
 
}}
 
}}

Latest revision as of 15:35, 2 June 2022

Send message to System Log:

Example 1: Send AlphaNet status to the System log for all AlphaNet links connected to this exchange


Action commands:

LOG "AlphaNet node %sev %chg(OK,Faulty)"


Send text message to Station 1:

Example 2: Send a text message to station 1 when an AlphaNet link goes down


Action commands:

MST 1 0 "Error node %sev"