help needed quickly "Task rrdstatus terminated by signal 25"
list Olivier Beau
Hi Henrik, This night, hobbit stopped graphing the status channel. The hobbitd_rrd is not there anymore The only log i'm getting is "Task rrdstatus terminated by signal 25" in hobbitlaunch.log Any idea what's going on, and how i can get graphing back going? Olivier
list Olivier Beau
Found the problem, rrd-status.log was 2G grr...
▸
On 28/01/2009 11:21, Olivier Beau wrote:Hi Henrik, This night, hobbit stopped graphing the status channel. The hobbitd_rrd is not there anymore The only log i'm getting is "Task rrdstatus terminated by signal 25" in hobbitlaunch.log Any idea what's going on, and how i can get graphing back going? Olivier
list Henrik Størner
▸
In <user-6921baabf84a@xymon.invalid> Olivier Beau <user-eb340192b6fc@xymon.invalid> writes:
This night, hobbit stopped graphing the status channel. The hobbitd_rrd is not there anymore
The only log i'm getting is "Task rrdstatus terminated by signal 25" in hobbitlaunch.log
Any idea what's going on, and how i can get graphing back going?
You'll have to look up in your OS docs what "signal 25" is. Try
running "kill -l" (dash-L) to see if that lists the known
signals.
On some systems, signal 25 is "file size limit exceeded"; if that
is the case on your system it could be the rrd-status.log file
that has grown too big. Try removing that logfile and see if it
helps.
Regards,
Henrik