Menu

#1373 [HHQ-1916] Sendmail plugin breaks with large queue

open
None
1
2012-10-09
2008-04-22
No

http://jira.hyperic.com/browse/HHQ-1916
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

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.