In order to piggy-back some database disk usage monitor onto Hobbit's default 'disk' check, I modifed hobbitclients-linux.sh to call a script under [df] section, so the following is appended to the regular df output.  The rrd graph shows and alerts get generated when a threshold is overstepped. 
<br><br>However, for some reason MAX/MIN/CUR data is decimal, while the CUR is not closer to the AVERAGE than to the real data as reported. <br>rrd/do_disk.c shows each line of the df output is tokenized using space character. I can't figure out what caused the CUR (as stored in disk,db_12_web_DATA.rrd as well) is not the real integer, nor even close to the real integer reported.
<br><br>/db_12_web_DATA_dat 100 70 30 70% /db_12_web_DATA<br>/db_12_web_LOG_dat 100 97 3 97% /db_12_web_LOG<br><br>Since the alert is generated, so I'd think Hobbit server does extract the correct 'pused' at some point
<br><pre>/db_12_web_LOG (97% used) has reached the PANIC level (95%)</pre><br>