com.ibm.retail.si.mgmt.logging
Interface SyslogLoggingMBean


public interface SyslogLoggingMBean

Extension of MgmtLoggingCtrlMBean for controlling the forwarding of Syslog data as notifications

Version:
1.0
Author:
Chris Arrington

Field Summary
static int SYSL_FAC_CLOCK_DAEMON_0
          Clock daemon.
static int SYSL_FAC_CLOCK_DAEMON_1
          Clock daemon.
static int SYSL_FAC_FTPD
          FTP Daemon
static int SYSL_FAC_KERNEL
          Kernel messages
static int SYSL_FAC_LCL_USE_0
          Local use 0
static int SYSL_FAC_LCL_USE_1
          Local use 1
static int SYSL_FAC_LCL_USE_2
          Local use 2
static int SYSL_FAC_LCL_USE_3
          Local use 3
static int SYSL_FAC_LCL_USE_4
          Local use 4
static int SYSL_FAC_LCL_USE_5
          Local use 5
static int SYSL_FAC_LCL_USE_6
          Local use 6
static int SYSL_FAC_LCL_USE_7
          Local use 7
static int SYSL_FAC_LINE_PTR_SYS
          Line printer subsystem
static int SYSL_FAC_LOG_ALERT
          Security/authorization messages.
static int SYSL_FAC_LOG_AUDIT
          Log audit.
static int SYSL_FAC_MAIL_SYS
          Mail system
static int SYSL_FAC_NNTP_SYS
          Network news subsystem
static int SYSL_FAC_NTP_SYS
          NTP subsystem
static int SYSL_FAC_SEC_AUTH_0
          Security/authorization messages.
static int SYSL_FAC_SEC_AUTH_1
          Security/authorization messages.
static int SYSL_FAC_SYS_DAEMONS
          System daemons
static int SYSL_FAC_SYSLOGD
          Messages generated internally by syslogd
static int SYSL_FAC_USR
          User-level messages
static int SYSL_FAC_UUCP_SYS
          UUCP subsystem
static int SYSL_LOG_ALERT
          Condition needing immediate attention
static int SYSL_LOG_CRIT
          Critical conditions
static int SYSL_LOG_DEBUG
          Level for when debugging a system
static int SYSL_LOG_EMERG
          Kernel panic
static int SYSL_LOG_ERR
          Errors
static int SYSL_LOG_INFO
          Informational messages
static int SYSL_LOG_NOTICE
          Not an error, but may need attention
static int SYSL_LOG_WARNING
          Warning messages
 

Field Detail

SYSL_LOG_EMERG

public static final int SYSL_LOG_EMERG
Kernel panic

See Also:
Constant Field Values

SYSL_LOG_ALERT

public static final int SYSL_LOG_ALERT
Condition needing immediate attention

See Also:
Constant Field Values

SYSL_LOG_CRIT

public static final int SYSL_LOG_CRIT
Critical conditions

See Also:
Constant Field Values

SYSL_LOG_ERR

public static final int SYSL_LOG_ERR
Errors

See Also:
Constant Field Values

SYSL_LOG_WARNING

public static final int SYSL_LOG_WARNING
Warning messages

See Also:
Constant Field Values

SYSL_LOG_NOTICE

public static final int SYSL_LOG_NOTICE
Not an error, but may need attention

See Also:
Constant Field Values

SYSL_LOG_INFO

public static final int SYSL_LOG_INFO
Informational messages

See Also:
Constant Field Values

SYSL_LOG_DEBUG

public static final int SYSL_LOG_DEBUG
Level for when debugging a system

See Also:
Constant Field Values

SYSL_FAC_KERNEL

public static final int SYSL_FAC_KERNEL
Kernel messages

See Also:
Constant Field Values

SYSL_FAC_USR

public static final int SYSL_FAC_USR
User-level messages

See Also:
Constant Field Values

SYSL_FAC_MAIL_SYS

public static final int SYSL_FAC_MAIL_SYS
Mail system

See Also:
Constant Field Values

SYSL_FAC_SYS_DAEMONS

public static final int SYSL_FAC_SYS_DAEMONS
System daemons

See Also:
Constant Field Values

SYSL_FAC_SEC_AUTH_0

public static final int SYSL_FAC_SEC_AUTH_0
Security/authorization messages. RFC 3164 includes this note: Various operating systems have been found to utilize Facilities 4, 10, 13 and 14 for security/authorization,audit, and alert messages which seem to be similar.

See Also:
Constant Field Values

SYSL_FAC_SYSLOGD

public static final int SYSL_FAC_SYSLOGD
Messages generated internally by syslogd

See Also:
Constant Field Values

SYSL_FAC_LINE_PTR_SYS

public static final int SYSL_FAC_LINE_PTR_SYS
Line printer subsystem

See Also:
Constant Field Values

SYSL_FAC_NNTP_SYS

public static final int SYSL_FAC_NNTP_SYS
Network news subsystem

See Also:
Constant Field Values

SYSL_FAC_UUCP_SYS

public static final int SYSL_FAC_UUCP_SYS
UUCP subsystem

See Also:
Constant Field Values

SYSL_FAC_CLOCK_DAEMON_0

public static final int SYSL_FAC_CLOCK_DAEMON_0
Clock daemon. RFC 3164 includes this note: Various operating systems have been found to utilize both Facilities 9 and 15 for clock (cron/at) messages

See Also:
Constant Field Values

SYSL_FAC_SEC_AUTH_1

public static final int SYSL_FAC_SEC_AUTH_1
Security/authorization messages. RFC 3164 includes this note: Various operating systems have been found to utilize Facilities 4, 10, 13 and 14 for security/authorization,audit, and alert messages which seem to be similar.

See Also:
Constant Field Values

SYSL_FAC_FTPD

public static final int SYSL_FAC_FTPD
FTP Daemon

See Also:
Constant Field Values

SYSL_FAC_NTP_SYS

public static final int SYSL_FAC_NTP_SYS
NTP subsystem

See Also:
Constant Field Values

SYSL_FAC_LOG_AUDIT

public static final int SYSL_FAC_LOG_AUDIT
Log audit. RFC 3164 includes this note: Various operating systems have been found to utilize Facilities 4, 10, 13 and 14 for security/authorization,audit, and alert messages which seem to be similar.

See Also:
Constant Field Values

SYSL_FAC_LOG_ALERT

public static final int SYSL_FAC_LOG_ALERT
Security/authorization messages. RFC 3164 includes this note: Various operating systems have been found to utilize Facilities 4, 10, 13 and 14 for security/authorization,audit, and alert messages which seem to be similar.

See Also:
Constant Field Values

SYSL_FAC_CLOCK_DAEMON_1

public static final int SYSL_FAC_CLOCK_DAEMON_1
Clock daemon. RFC 3164 includes this note: Various operating systems have been found to utilize both Facilities 9 and 15 for clock (cron/at) messages

See Also:
Constant Field Values

SYSL_FAC_LCL_USE_0

public static final int SYSL_FAC_LCL_USE_0
Local use 0

See Also:
Constant Field Values

SYSL_FAC_LCL_USE_1

public static final int SYSL_FAC_LCL_USE_1
Local use 1

See Also:
Constant Field Values

SYSL_FAC_LCL_USE_2

public static final int SYSL_FAC_LCL_USE_2
Local use 2

See Also:
Constant Field Values

SYSL_FAC_LCL_USE_3

public static final int SYSL_FAC_LCL_USE_3
Local use 3

See Also:
Constant Field Values

SYSL_FAC_LCL_USE_4

public static final int SYSL_FAC_LCL_USE_4
Local use 4

See Also:
Constant Field Values

SYSL_FAC_LCL_USE_5

public static final int SYSL_FAC_LCL_USE_5
Local use 5

See Also:
Constant Field Values

SYSL_FAC_LCL_USE_6

public static final int SYSL_FAC_LCL_USE_6
Local use 6

See Also:
Constant Field Values

SYSL_FAC_LCL_USE_7

public static final int SYSL_FAC_LCL_USE_7
Local use 7

See Also:
Constant Field Values


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004