<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
<div style="text-align: left;">Hello all, I have a very strange problem with the graph command:<br><br>The
command doesn't generate monthly graphs, but it does for hourly,daily,
weekly and yearly. When I change "-s -2592000" to "-s -3600" or another
value for week,year or day it works.<br><br>an example of a created rrd-db: <br><br>"C:\Program
Files (x86)\RRDtool\src\tool_release\rrdtool.exe" create "C:\Program
Files (x86)\RRDtool\salive\rrd-checkresult\salive_chk_572_rrd" -s 67
DS:checkresult:GAUGE:670:U:U&nbsp; RRA:MAX:0.5:1:670 RRA:MAX:0.5:13:100
RRA:MAX:0.5:36:250 RRA:MAX:0.5:36:1000 RRA:MAX:0.5:236:2000&nbsp;
RRA:MIN:0.5:1:670 RRA:MIN:0.5:13:100 RRA:MIN:0.5:36:250
RRA:MIN:0.5:36:1000 RRA:MIN:0.5:236:2000&nbsp; RRA:AVERAGE:0.5:1:670
RRA:AVERAGE:0.5:13:100 RRA:AVERAGE:0.5:36:250 RRA:AVERAGE:0.5:36:1000
RRA:AVERAGE:0.5:236:2000<br><br>the graph commands for above RRD:<br><br><br>
REM<br>
REM Generate graph per HOUR<br>
REM<br>"C:\Program
Files (x86)\RRDtool\src\tool_release\rrdtool.exe" graph&nbsp; "C:\Program
Files (x86)\RRDtool\salive\hour\hour_salive_chk_572.png" -s -3600&nbsp;
--imgformat PNG --title="disk space on ams-fps-1"
DEF:sa_V572="C\:\\Program Files
(x86)\\RRDtool\\salive\\rrd-checkresult\\salive_chk_572_rrd":checkresult:MAX
LINE1:sa_V572#0000FF:"Check Result"<br><br>REM<br>REM Generate graph per DAY<br>REM<br>"C:\Program
Files (x86)\RRDtool\src\tool_release\rrdtool.exe" graph&nbsp; "C:\Program
Files (x86)\RRDtool\salive\day\day_salive_chk_572.png" -s -86400&nbsp;
--imgformat PNG --title="disk space on ams-fps-1"
DEF:sa_V572="C\:\\Program Files
(x86)\\RRDtool\\salive\\rrd-checkresult\\salive_chk_572_rrd":checkresult:MAX
LINE1:sa_V572#0000FF:"Check Result"<br><br><br><br>REM<br>REM Generate graph per WEEK<br>REM<br>"C:\Program
Files (x86)\RRDtool\src\tool_release\rrdtool.exe" graph&nbsp; "C:\Program
Files (x86)\RRDtool\salive\week\week_salive_chk_572.png" -s -604800&nbsp;
--imgformat PNG --title="disk space on ams-fps-1"
DEF:sa_V572="C\:\\Program Files
(x86)\\RRDtool\\salive\\rrd-checkresult\\salive_chk_572_rrd":checkresult:MAX
LINE1:sa_V572#0000FF:"Check Result"<br><br><br><br>REM<br>REM Generate graph per MONTH<br>REM<br><br>"C:\Program
Files (x86)\RRDtool\src\tool_release\rrdtool.exe" graph&nbsp; "C:\Program
Files (x86)\RRDtool\salive\month\month_salive_chk_572.png" -s -2592000&nbsp;
--imgformat PNG --title="disk space on ams-fps-1"
DEF:sa_V572="C\:\\Program Files
(x86)\\RRDtool\\salive\\rrd-checkresult\\salive_chk_572_rrd":checkresult:MAX
LINE1:sa_V572#0000FF:"Check Result"<br><br><br><br>REM<br>REM Generate graph per YEAR<br>REM<br><br>"C:\Program
Files (x86)\RRDtool\src\tool_release\rrdtool.exe" graph&nbsp; "C:\Program
Files (x86)\RRDtool\salive\year\year_salive_chk_572.png" -s -31536000&nbsp;
--imgformat PNG --title="disk space on ams-fps-1"
DEF:sa_V572="C\:\\Program Files
(x86)\\RRDtool\\salive\\rrd-checkresult\\salive_chk_572_rrd":checkresult:MAX
LINE1:sa_V572#0000FF:"Check Result"<br><br>please help,<br><br>thnx<br><br>Nico</div></body></html>