<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">Hi,</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"><span style="font-size: 12pt;">I need to change 300 seconds to 30 seconds interval in the rrd file. With this file i will have a custom graph and  60 seconds interval </span><br>
</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">1) I try with the rrddefiniions.cfg, but don' work the file is recreated with step = 300</p>
<p style="margin-top:0; margin-bottom:0"></p>
<div>[test]</div>
<div><span style="white-space:pre"></span>-s 60</div>
<div><span style="white-space:pre"></span>RRA:AVERAGE:0.1:1:120<span style="white-space:pre">
</span></div>
<div><span style="white-space:pre"></span>RRA:AVERAGE:0.5:5:576</div>
<div><span style="white-space:pre"></span>RRA:AVERAGE:0.5:30:576</div>
<div><span style="white-space:pre"></span>RRA:AVERAGE:0.5:120:576</div>
<div><span style="white-space:pre"></span>RRA:AVERAGE:0.5:1440:576</div>
<div><br>
</div>
<div>2) i try rrdtool rrdtune --step = 60 test.rrd but there is not this option in my rrdtune command</div>
<div><br>
</div>
<div>Is there another procedure to change step to 60 seconds for a custom script/graph?</div>
<div>Thanks,</div>
<br>
<p></p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
</div>
</body>
</html>