Actions

Difference between revisions of "Monitoring: AlphaNet"

From Zenitel Wiki

m (1 revision imported)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[File:Monitoring AlphaNet 1.PNG|left|thumb|500px|Example 1: Send AlphaNet status to the [[System log]] for all AlphaNet links connected to this exchange]]
 
[[File:Monitoring AlphaNet 1.PNG|left|thumb|500px|Example 1: Send AlphaNet status to the [[System log]] for all AlphaNet links connected to this exchange]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
{{Code2|
 +
LOG "AlphaNet node %sev %chg(OK,Faulty)"
 +
}}
  
 
Send text message to Station 1:  
 
Send text message to Station 1:  
 
[[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|
 +
MST 1 0 "Error node %sev"
 +
}}
  
 
[[Category: AlphaCom Monitoring]]
 
[[Category: AlphaCom Monitoring]]
 
[[Category:AlphaNet]]
 
[[Category:AlphaNet]]

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"