Skip to content

dx_syslog

Marcin Przepiorowski edited this page Oct 6, 2017 · 2 revisions

SYNOPSIS

dx_syslog       [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
                -syslog syslog_server 
                [ -port syslog_port] 
                [ -protocol tcp|udp] 
                [ -facility facility_name]
                [ -severity severity_name]
                [ -help|? ] 
                [ -debug ]

DESCRIPTION

Get the list of actions from Delphix Engine and send to external syslog

ARGUMENTS

  • -engine|d Specify Delphix Engine name from dxtools.conf file
  • -all Run script for all Delphix Engines from config file
  • -configfile file Location of the configuration file. A config file search order is as follow:
  • configfile parameter
  • DXTOOLKIT_CONF variable
  • dxtools.conf from dxtoolkit location

OPTIONS

  • -syslog syslog_server IP or name of syslog server

OPTIONS

  • -port syslog_port Port of syslog server - default 514
  • -protocol tcp|udp Protocol for syslog server communication - default TCP
  • -facility facility_name Setting a syslog facility. Default value user. Allowed names: kern, user, mail, daemon, auth, syslog, lpr, news, uucp, cron, authpriv, ftp, local0, local1, local2, local3, local4, local5, local6, local7
  • -severity severity_name Setting a syslog severity. Default value info. Allowed names: emerg, alert, crit, err, warning, notice, info,debug
  • -help
    Print this screen
  • -debug Turn on debugging

EXAMPLES

Delphix

Clone this wiki locally