User's Manual

Table Of Contents
TD 92579EN
15 February 2012 / Ver. H
Installation and Operation Manual
IP-DECT Base Station & IP-DECT Gateway (software version 5.0.x)
70
Store the Syslog Entries using a TCP Connection
1 Select General > Logging
2 Select "TCP" in the Type drop-down list.
3 Enter the "IP address" of the logging server in the Address text field.
4 Enter the "Port" of the logging server in the Port text field.
5 Click "OK".
Store the Syslog Entries in a Syslogd
1 Select General > Logging.
2 Select “SYSLOG” in the Type drop-down list.
3 Enter the “IP address” of the syslogd in the Address text field.
4 Enter the desired syslogd message class in the Class text field.
5 Click “OK”.
Store the Syslog Entries on a Web Server
1 Select General > Logging.
2 Select “HTTP” or "HTTPS" in the Type drop-down list.
3 Enter the IP address in the IP Address text field.
4 Enter the port in the Port text field.
5 Enter the relative URL of the form program on your web server in the Path text
field.
6 Click “OK”.
Note: The IPBS/IPBL will make an HTTP GET request or HTTPS GET request to the web server
on the registered URL followed by the URL-encoded log entry.
Example:
Enter the value “/cdr/ cdrwrite.asp” in the “URL-Path” field if a page is on the web server
with the name “/cdr/cdrwrite.asp” with a form that expects the log message in the “msg”
parameter. In this example, the IPBS/IPBL will make a GET /cdr/
cdrwrite.asp?event=syslog&msg=logmsg request to the server.
Forward Alarms and Events
It is possible to forward alarms and events to a HTTP server destination. Typically this can
be a Master base station. This programming can be done in the PARI Master (DECT >
Radio config) or locally as described below.
1 Select General > Logging.
HTTP The syslog entries are transferred to a web server where they
can be further processed. Each individual syslog entry is
transmitted as form data to the web server in HTTP GET
format.
HTTPS The syslog entries are transferred to a web server where they
can be further processed. Each individual syslog entry is
transmitted as form data to the web server in HTTPS GET
format.