EpsSiteAdmin File Help

The EpsSiteAdmin file contains X resources used to define site administrator information used in the EpsTemplates file. Using the X resource database class capability, site administrator information can vary based upon the application that generated the event and caused the message. Reserved application names include system, keepalive, and servernet.


File Structure and Content

Each site administrator information record defined is a Perl-style anonymous hash. The contents of the hash may vary, but the values defined should correspond to the "EpsSiteAdmin" variable values expected in the appropriate template files.

For example, the first few variables in the default X resouce site administrator information record

eNotify.GeneratingApp.siteAdmin:        \
                   { FtpIp =>        "0.0.0.0",               \
                     ReplyIp =>      "0.0.0.0",               \
                     SerialNumber => "123456",                \
                     Contact => {                             \
                           Primary => {                       \
                                   FirstName => "ImA",        \

should be designated as EpsSiteAdmin.FtpIp, EpsSiteAdmin.ReplyIp, EpsSiteAdmin.SerialNumber, and EpsSiteAdmin.Contact.Primary.FirstName in the message template(s).

You should edit a copy of the default site administrator information record to create custom versions for your configuration. When a site administrator information record is created for a particular application, and the application generates an event that is filtered by EPS, EPS places the appropriate values from the information record for that application in the message template.