History | Log In     View a printable version of the current page.  
Hyperic HQ 3.2.5-EE Maintenance Release is Now Available
Issue Details (XML | Word | Printable)

Key: HHQ-1916
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Scott Feldstein
Reporter: Scott Morrison
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hyperic HQ

Sendmail plugin breaks with large queue

Created: 02/Apr/08 12:55 PM   Updated: 21/Apr/08 01:16 PM
Component/s: Plugins
Affects Version/s: 3.2.1
Fix Version/s: 3.2.3

Environment: Redhat Enterprise 5 (64 bit)

Verify By: Kashyap Parikh
3.0 Category: Plugins
Last comment: 27 weeks, 1 day ago
Resolution Date: 03/Apr/08 02:21 PM


 Description  « Hide
Sendmail plugin breaks with large queue

Somewhere around 7,000 messages the plugin started reporting "0". Seems that "<hqagent>/pdk/work/scripts/sendmail/hq-sendmail-stat" is the problem.

    Lines 19 & 24 use the "find" command which cannot handle large directory sizes:

    For example,

    find *
   -bash: /usr/bin/find: Argument list too long

Workaround\fix
    change line 19 & 24 to:

    messfiles=`ls | wc -w`

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Ryan Morgan - 02/Apr/08 01:32 PM
Mark 3.2.3 and assign to Scott

Scott Feldstein - 03/Apr/08 02:21 PM
used ls instead of find