NFR File Formats: queue.cf
Home ] Up ] NFR File Formats: fac_res.src ] NFR File Formats: gui.cf ] NFR File Formats: nfr_res.src ] NFR File Formats: nfr.conf ] [ NFR File Formats: queue.cf ] NFR File Formats: spaceman.cf ] NFR File Formats: usr_res.src ] NFR File Formats: Resource Files ]


queue.cf

Defines a program to which the alert daemon passes requests.

File Location

$NFRHOME/alertd/facilities/facility/gui.cf

Variables

  • Exec_Path - The program to which the alert daemon passes alert messages.  Use an absolute path to the program.
  • Exec_Args - The command line arguments that the alert daemon passes to the program specified by Exec_Path each time it calls the program.
  • Exec_Terminator - The character string that the program specified by Exec_Path recognizes as "no more data." The default is "\n^D".
  • Flush_Time - The maximum amount of time that an alert can spend in the queue before the alert daemon flushes the queue.
  • Flush_Count - The maximum number of alerts that can be placed in the queue before the alert daemon flushes the queue.
  • Flush_Method - The method that the alert daemon uses to pass data to the program specified by Exec_Path.   Currently, the alert daemon only supports POPEN.
  • variable - Other settings specific to your facility.   Refer to the documentation for your program to determine if you need to provide other information.
  •  


Back ] Home ] Up ] Next ]