nagios crashes

Marc Powell marc at ena.com
Tue Sep 1 15:53:47 CEST 2009


On Sep 1, 2009, at 9:22 AM, Assaf Flatto wrote:

> write(6, "1251811259||Victoria-Ixxys_BOPC|"..., 139) = -1 EFBIG  
> (File too large)
> --- SIGXFSZ (File size limit exceeded) @ 0 (0) ---
> +++ killed by SIGXFSZ +++
>
>
> has anyone encountered this before ?

Not related to nagios. The file it's trying to write to, whatever it  
is, has reached the max file size supported by your file system (2GB  
maybe). Is that nagios.log? Have you disabled nagios' log rotation in  
nagios.cfg?

If it's not nagios.log, do you use any external modules that write to  
files? Check those to see if they've reached that max file size.

If you can't find it at all, you can use the find command to locate  
all large files on your system and see if they relate to nagios. The  
following command will find all files greater than 1.5GB - find / - 
size +1500M -ls

--
Marc


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list