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...")
 
Line 4: Line 4:
 
  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:
Line 10: Line 11:
 
  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:'
Line 16: Line 18:
 
  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:

Revision as of 14:49, 27 August 2013

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


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


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


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


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