For example, in the ics-default.xml file, the "maint-profile" user profile is defined. It has the following attributes:

  • One notification list (Maintenance).

  • One console (NotificationLog).

  • One user associated with it (maint).

    The maint-profile user profile also has several actions and console operations defined:

    <userprofileconfig name="maint-profile" enable="True" timestamp="0"> 
     <nl>Maintenance</nl> 
     <console>NotificationLog</console>
     <user>maint</user>
     <action type="server">Sample - Telnet</action>
     <action type="server">Sample - Ping-Interface</action>
     <action type="server">Sample - Ping-IP</action>
     .
     .
     .
     <consoleoperation>Browse</consoleoperation>
     <consoleoperation>BrowseDetail</consoleoperation>
     <consoleoperation>ExpandMapNode</consoleoperation>
     <consoleoperation>ShowContainment</consoleoperation>
     .
     .
    </userprofileconfig>