Apple Inc. notifier(7)
NAME
notifier - cups notification interface
SYNOPSIS
notifier recipient [ user-data ]
DESCRIPTION
The CUPS notifier interface provides a standard method for
adding support for new event notification methods to CUPS.Each notifier delivers one or more IPP events from the stan-
dard input to the specified recipient. Notifiers must read IPP messages from the standard input using the ippNew and ippReadFile functions and exit on error. Notifiers are encouraged to exit after a suitable period of inactivity, however they may exit after reading the first message or stay running until an error is seen. LOG MESSAGES Messages sent to stderr are generally logged to the current ErrorLog. Each line begins with a standard prefix: ALERT: messageSets the printer-state-message attribute and adds the
specified message to the current ErrorLog using the "alert" log level. CRIT: messageSets the printer-state-message attribute and adds the
specified message to the current ErrorLog using the "critical" log level. DEBUG: messageSets the printer-state-message attribute and adds the
specified message to the current ErrorLog using the "debug" log level. DEBUG2: messageSets the printer-state-message attribute and adds the
specified message to the current ErrorLog using the "debug2" log level. EMERG: messageSets the printer-state-message attribute and adds the
specified message to the current ErrorLog using the "emergency" log level. 12 May 2009 Last change: CUPS 1Apple Inc. notifier(7)
ERROR: message
Sets the printer-state-message attribute and adds the
specified message to the current ErrorLog using the "error" log level. INFO: messageSets the printer-state-message attribute. If the
current LogLevel is set to "debug2", also adds the specified message to the current ErrorLog using the "info" log level. NOTICE: messageSets the printer-state-message attribute and adds the
specified message to the current ErrorLog using the "notice" log level. WARNING: messageSets the printer-state-message attribute and adds the
specified message to the current ErrorLog using the "warning" log level. ENVIRONMENT VARIABLES The following environment variables are defined by the CUPSserver when executing the notifier:
CHARSETThe default text character set, typically utf-8.
CUPS_CACHEDIR
The directory for semi-persistent cache files can be
found.CUPS_DATADIR
The directory where data files can be found.CUPS_FILETYPE
The type of file being printed: "job-sheet" for a
banner page and "document" for a regular print file.CUPS_SERVERROOT
The root directory of the server. 12 May 2009 Last change: CUPS 2Apple Inc. notifier(7)
LANG The default language locale (typically C or en). PATH The standard execution path for external programs that may be run by the filter. SOFTWARE The name and version number of the server (typically CUPS/1.2). TZ The timezone of the server. USER The user executing the filter, typically "lp"; consult the cupsd.conf(5) file for the current setting.SEE ALSO
backend(7), cupsd(8), filter(7), http://localhost:631/help COPYRIGHTCopyright 2007-2009 by Apple Inc.
12 May 2009 Last change: CUPS 3