Both auto-scaling and RRD work. You might have overlooked some elements in the install guide.
On Mon, Oct 22, 2012 at 1:21 AM, Mykhaylo Dobrovolskyy < [email protected]> wrote: > Good morning. > > I have a question regarding scalr as I can't find answer in the > Internet/scalr site > > 1) Auto scaling > a) I have imported metrics from scalr 2.5 into scalr 3.5 and I can see > them now in the list(of course), but they aren't working when I'm testing > auto scaling > b) I tired to do workaround, create simple script: (quality of code is > poor because script was made in the night and just to check if custom > metrics are working) > <?php > > exec("/usr/bin/uptime", $lines); > $tmp = explode("load average: ", $lines[0]); > $zzz = explode(", ", $tmp[1]); > echo round($zzz[0]) . "\n"; > #echo round($zzz[0]) ; > ?> > with custom metrics situation the same - I can see only that > when cron job for scaling is started - we getting all time 0 from server, > but this script can't return 0 as because I did LA > 4 > > > 2) RRD graphs. Is this part of the system working at all? I have patched > some files, because rrd module for php and your RRD class has the same > name, images/rrd files are in, but scalr showing that image not > found.(mod_rewrite + everything else tested and I have no idea why ui.php > not showing graphs as it should be per .htaccess file) > > > Thanks for your answers. > > -- > You received this message because you are subscribed to the Google Groups > "scalr-discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/scalr-discuss/-/BOI-g6TH4koJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/scalr-discuss?hl=en. > -- Follow us: Twitter <https://twitter.com/#!/scalr> - Facebook<https://www.facebook.com/Scalr> - Blog <http://blog.scalr.net/> -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en.
