Actions

Difference between revisions of "Monitoring: AlphaNet"

From Zenitel Wiki

(Created page with "Send message to System Log: left|thumb|500px|Example 1: Send AlphaNet status to the [[System log for all AlphaNet links connected to this exch...")
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
Send message to System Log:  
 
Send message to System Log:  
 
[[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;" />
 +
{{Code2|
 +
LOG "AlphaNet node %sev %chg(OK,Faulty)"
 +
}}
  
 
Send text message to Station 1:  
 
Send text message to Station 1:  
[[File:Monitoring AlphaNet 2.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;" />
 +
{{Code2|
 +
MST 1 0 "Error node %sev"
 +
}}
  
 
[[Category: AlphaCom Monitoring]]
 
[[Category: AlphaCom Monitoring]]
 +
[[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"