Actions

Difference between revisions of "Monitoring: Pocket Paging Ports"

From Zenitel Wiki

(Created page with "Send message to log and to station 1 reporting communication status with Ascom Tatetco Pocket Pager system: [[File:Monitoring Pocket Paging 1.PNG|left|thumb|500px|Example 1: Send...")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[File:Monitoring Pocket Paging 1.PNG|left|thumb|500px|Example 1: Send communication status change for connection to Ascom Tateco Pocket Pager system [[System log]]]]
 
[[File:Monitoring Pocket Paging 1.PNG|left|thumb|500px|Example 1: Send communication status change for connection to Ascom Tateco Pocket Pager system [[System log]]]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
{{Code2|
 
  LOG "Communication with ASCOM TATECO Pocket Paging System %chg(UP,DOWN)"
 
  LOG "Communication with ASCOM TATECO Pocket Paging System %chg(UP,DOWN)"
 
  MST 1 0 "Ascom %chg(UP,DOWN)"
 
  MST 1 0 "Ascom %chg(UP,DOWN)"
 +
}}
  
 
Send message to log and to station 1 reporting communication status with Ericsson Pocket Pager system:
 
Send message to log and to station 1 reporting communication status with Ericsson Pocket Pager system:
 
[[File:Monitoring Pocket Paging 2.PNG|left|thumb|500px|Example 2: Send communication status change for connection to Ericsson Pocket Pager system [[System log]]]]
 
[[File:Monitoring Pocket Paging 2.PNG|left|thumb|500px|Example 2: Send communication status change for connection to Ericsson Pocket Pager system [[System log]]]]
<br style="clear:both;" />
+
<br style="clear:both;" />4
 +
{{Code2|
 
  LOG "Communication with ERICSSON Pocket Paging System %chg(UP,DOWN)"
 
  LOG "Communication with ERICSSON Pocket Paging System %chg(UP,DOWN)"
 
  MST 1 0 "Ericsson %chg(UP,DOWN)"
 
  MST 1 0 "Ericsson %chg(UP,DOWN)"
 +
}}
  
 
Send message to log and to station 1 reporting communication status with Multitone Pocket Pager system:'
 
Send message to log and to station 1 reporting communication status with Multitone Pocket Pager system:'
 
[[File:Monitoring Pocket Paging 3.PNG|left|thumb|500px|Example 3: Send communication status change for connection to Multitone Pocket Pager system [[System log]]]]
 
[[File:Monitoring Pocket Paging 3.PNG|left|thumb|500px|Example 3: Send communication status change for connection to Multitone Pocket Pager system [[System log]]]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
{{Code2|
 
  LOG "Communication with MULTITONE Pocket Paging System %chg(UP,DOWN)"
 
  LOG "Communication with MULTITONE Pocket Paging System %chg(UP,DOWN)"
 
  MST 1 0 "Multitone %chg(UP,DOWN)"
 
  MST 1 0 "Multitone %chg(UP,DOWN)"
 +
}}
  
 
Send message to log and to station 1 reporting communication status with a Fire Input system:
 
Send message to log and to station 1 reporting communication status with a Fire Input system:
 
[[File:Monitoring Pocket Paging 4.PNG|left|thumb|500px|Example 4: Send communication status change for connection to FIRE system [[System log]]]]
 
[[File:Monitoring Pocket Paging 4.PNG|left|thumb|500px|Example 4: Send communication status change for connection to FIRE system [[System log]]]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
{{Code2|
 
  LOG "Communication with FIRE System %chg(UP,DOWN)"
 
  LOG "Communication with FIRE System %chg(UP,DOWN)"
 
  MST 1 0 "Fire System %chg(UP,DOWN)"
 
  MST 1 0 "Fire System %chg(UP,DOWN)"
 +
}}
  
 
[[Category: AlphaCom Monitoring]]
 
[[Category: AlphaCom Monitoring]]
 +
[[Category: Pocket pager]]

Latest revision as of 15:38, 2 June 2022

Send message to log and to station 1 reporting communication status with Ascom Tatetco Pocket Pager system:

Example 1: Send communication status change for connection to Ascom Tateco Pocket Pager system System log


Action commands:

LOG "Communication with ASCOM TATECO Pocket Paging System %chg(UP,DOWN)"
MST 1 0 "Ascom %chg(UP,DOWN)"


Send message to log and to station 1 reporting communication status with Ericsson Pocket Pager system:

Example 2: Send communication status change for connection to Ericsson Pocket Pager system System log


4 Action commands:

LOG "Communication with ERICSSON Pocket Paging System %chg(UP,DOWN)"
MST 1 0 "Ericsson %chg(UP,DOWN)"


Send message to log and to station 1 reporting communication status with Multitone Pocket Pager system:'

Example 3: Send communication status change for connection to Multitone Pocket Pager system System log


Action commands:

LOG "Communication with MULTITONE Pocket Paging System %chg(UP,DOWN)"
MST 1 0 "Multitone %chg(UP,DOWN)"


Send message to log and to station 1 reporting communication status with a Fire Input system:

Example 4: Send communication status change for connection to FIRE system System log


Action commands:

LOG "Communication with FIRE System %chg(UP,DOWN)"
MST 1 0 "Fire System %chg(UP,DOWN)"