http://support.nagios.com/forum/viewtop ... f=6&t=5179
and
http://support.nagios.com/forum/viewtop ... f=6&t=6242
...but I am not convinced that is the issue. The first link the poster did not confirm the fix and the second link all my cron jobs are also running.
I have narrowed it down in the following manner:
Code: Select all
[root@esnmon nagios]# find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn
382964 ./var
1742 ./share
126 ./libexec
62 ./etc
22 ./sbin
11 ./bin
8 .
[root@esnmon nagios]# cd var/
[root@esnmon var]# find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn
382880 ./spool
70 ./archives
12 .
2 ./rw
1 ./stats
[root@esnmon var]# cd spool/
[root@esnmon spool]# find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn
382877 ./xidpe
4 .
[root@esnmon spool]# cd xidpe/
Code: Select all
Outbound data DISABLED Wed, 25 Feb 2015 13:18:01 -0500
sh: /bin/mv: Argument list too long
sh: /bin/mv: Argument list too long
sh: /bin/mv: Argument list too long
sh: /bin/mv: Argument list too long
DONE. Processed 0 files.
/usr/local/nagiosxi/var/perfdataproc.log (END)
Additionally, since I am getting the "Argument list too long" message, can I safely "rm" these files to get things going again?
Thanks and look forward to hearing from the community.