Add the HTTPS authentication for displaying the printer logs. The log display should be shown only for the user who are authorized for the session.
Also, should have feature to view all the logs for "admin".
The BADTable and highest Packet Count issue is due to "tablist" array size. The array size is defined to 113 and not suffecient enough to hold all the table names. The array size is increased to 126. The problem is fixed and Tested.
The format of the /proc/meminfo is modified in the RHEL5.3 Release. Hence, updated the avgload.sh script to fetch the Memory and Swap details using the "free -b" command.