[rrd-users] Re: two sh scripts

2006-09-08 Thread VladoPortos
Heh you been bouth right that hearth beat was 60sec and if it was at 61sec it made it as nan so i changet it to GAUGE:90:0:80 and it working flawlesly... Many many thanks -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users We

[rrd-users] Re: two sh scripts

2006-09-08 Thread Simon Hobson
VladoPortos wrote: >Scripts are here >http://vladoportos.bancodata.eu/ram.txt - show free ram >http://vladoportos.bancodata.eu/test.txt - show temperatures > >in cron they are writted as: > >0-59/1 * * * * root/home/ram.sh >/dev/null 2>&1 >0-59/1 * * * * root/home/test.sh >/dev/null 2

[rrd-users] Re: two sh scripts

2006-09-08 Thread VladoPortos
Log is OK but rrd db is not 1157704800: 6.2166993070e+05 0.00e+00 1157704860: 6.6913503851e+05 0.00e+00 1157704920: 6.2442167140e+05 0.00e+00 1157704980: 6.6906365205e+05 0.00e+00 1157705040: 6.2303309434e+05 0.00e+00 1157705100: 0.00e+00 0.0

[rrd-users] Re: two sh scripts

2006-09-08 Thread VladoPortos
So i checked output to txt files eg. 1157702701 31.0 45.5 35.5 1157702761 30.0 44.0 35.5 1157702821 30.0 44.0 35.5 1157702881 30.0 44.0 35.5 1157702941 30.0 44.0 35.5 1157703001 30.0 44.0 35.5 1157703061 30.0 44.5 35.5 1157703121 30.0 44.5 35.5 1157703181 30.0 44.5 35.5 1157703241 30.0 46.0 35.5

[rrd-users] Re: two sh scripts

2006-09-08 Thread VladoPortos
Hmmm i trie that with logging output to txt file... and changed cron setting to * * * * * also fixed that link for http://vladoportos.bancodata.eu/test.txt -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdminhttp:

[rrd-users] Re: two sh scripts

2006-09-08 Thread Kiss Gabor [Bitman]
> http://vladoportos.bancodata.eu/ram.txt - show free ram > http://vladoportos.bancodata.eu/test.txt - show temperatures Add "set -vx" to the scripts and don't discard output of cron jobs. Can you see any strange in debugging output? > > in cron they are writted as: > > 0-59/1 * * * * root

[rrd-users] Re: two sh scripts

2006-09-08 Thread Darryl Lewis
ng from your scripts. I can't reach the 'test.txt' file, so put some similar logging into that. kind regards Darryl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of VladoPortos Sent: Friday, 8 September 2006 4:47 PM To: rrd-users@list.ee

[rrd-users] Re: two sh scripts

2006-09-07 Thread VladoPortos
Hmm there is no load on server this two script are basicly only thing running there ( its test server soly for thistesting there is nothing which use more that 2% of cpu) P4 3Ghz and 1.5GB ram... Scripts are here http://vladoportos.bancodata.eu/ram.txt - show free ram http://vladoportos.bancoda

[rrd-users] Re: two sh scripts

2006-09-07 Thread Darryl Lewis
umm...it depends on how you wrote the scripts, but generally, they should be fine together unless you are overwriting the same temporary files. At a guess , without seeing the scripts: 1. Your running them too frequently and the server is under too much load... use 'top' to see that, and if your