Closed
Bug 1037304
Opened 11 years ago
Closed 11 years ago
DB Disk - All on bugzilla2.db.scl3.mozilla.com is WARNING: DISK WARNING - free space: / 19260 MB (10% inode=98%):
Categories
(mozilla.org Graveyard :: Server Operations: MOC, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nagiosapi, Unassigned)
References
()
Details
(Whiteboard: [id=nagios1.private.scl3.mozilla.com:382189])
Automated alert report from nagios1.private.scl3.mozilla.com:
Hostname: bugzilla2.db.scl3.mozilla.com
Service: DB Disk - All
State: WARNING
Output: DISK WARNING - free space: / 19260 MB (10% inode=98%):
Runbook: http://m.allizom.org/DB+Disk+-+All
Reporter | ||
Comment 1•11 years ago
|
||
Automated alert acknowledgement: (dgarvey)checking
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Well I do see one problem with the size of mysql-slow(query).log
[root@bugzilla2.db.scl3 mysql]# ls -lh
total 7.9G
-rw-rw---- 1 mysql mysql 90M Jul 10 16:50 mysql.err
-rw-rw---- 1 mysql mysql 7.8G Jul 10 20:44 mysql-slow.log
[root@bugzilla2.db.scl3 mysql]# less mysql-slow.log
[root@bugzilla2.db.scl3 mysql]# date -d @1396357603
Tue Apr 1 06:06:43 PDT 2014
[root@bugzilla2.db.scl3 mysql]# pwd
/var/log/mysql
[root@bugzilla2.db.scl3 mysql]#
Reporter | ||
Comment 3•11 years ago
|
||
Automated alert recovery:
Hostname: bugzilla2.db.scl3.mozilla.com
Service: DB Disk - All
State: OK
Output: DISK OK
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
Couple of solutions here:
zero the log file
cat /dev/null > /var/logs/your.log
or get this into logrotate.
[dgarvey@observium2.private.scl3 ~]$ ls /etc/logrotate.d
collectd dracut httpd local3 mysqld observium psacct puppet syslog up2date yum
[dgarvey@observium2.private.scl3 ~]$
Assignee | ||
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•