Search found 2 matches
- Mon Feb 23, 2015 10:53 am
- Forum: Open Source Nagios Projects
- Topic: System Table Overflow Issue
- Replies: 2
- Views: 927
Re: System Table Overflow Issue
I was able to figure out the problem. It appears that the maximum-size of the system file table was the maximum integer value allowed in a shell script. When calculating the limits, 90% would return a 0 instead of the correct value. After hard coding the warning and critical limits into the script, ...
- Mon Feb 23, 2015 9:43 am
- Forum: Open Source Nagios Projects
- Topic: System Table Overflow Issue
- Replies: 2
- Views: 927
System Table Overflow Issue
Relatively new to Nagios, but I have many years of systems administration experience. I am getting a critical alert on one of my servers with the System_Tables service: System Table Overflow Issue with: open filesCRITICAL - proc-sz=271/4200, proc-ov=0, inod-sz=953/8192, inod-ov=0, file-sz=1470/21474...