Adrian, Michele, We fixed an issue in Scalr that might have caused your problem.
Attached is a patch for it. Apply it with the instructions here: https://scalr-wiki.atlassian.net/wiki/x/BAAyAQ Cheers, On Friday, February 27, 2015 at 1:23:07 PM UTC-8, Thomas Orozco wrote: > > Adrian, > > In which region do those instance types have their price set to 0? > > On Monday, February 23, 2015 at 11:34:09 PM UTC-8, Adrián Fuentes wrote: >> >> Yes Thomas, it is set. It looks like your image but some of them are 0: >> -m1.medium, m1.small, m1.xlarge ... - Type of instances I'm using are set >> also to 0 price. Maybe it is because of that. >> >> 2015-02-20 18:01 GMT+01:00 Thomas Orozco <[email protected]>: >> >>> Hey there, >>> >>> Can you check in Cost Analytics under the Pricing List tab and check >>> whether there is a pricing set? >>> >>> It should look like this: http://note.io/1CUOSax >>> >>> Cheers, >>> >>> -- Thomas | Product Manager @ Scalr | [email protected] | www.scalr.com >>> | blog.scalr.com >>> >>> On Thu, Feb 19, 2015 at 11:32 PM, < >>> [email protected]> wrote: >>> >>>> Same to me, On the other hand, I can see at user dashboard "Server >>>> usage statictics" with the correct values. >>>> >>>> El jueves, 19 de febrero de 2015, 21:02:36 (UTC+1), Michele Viviani >>>> escribió: >>>> >>>>> Hi Thomas, >>>>> Yes I started from scalr. >>>>> I can see the bar of the report and lines but values are always 0$ >>>>> >>>>> Mike >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "scalr-discuss" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "scalr-discuss" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/scalr-discuss/Nod7y5FzBsw/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Adrian Fuentes >> > -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
>From fbe89ec5ee4d27fe8ba8610a476a17f937ad05b8 Mon Sep 17 00:00:00 2001 From: Thomas Orozco <[email protected]> Date: Fri, 27 Feb 2015 13:32:49 -0800 Subject: [PATCH] Patch pricing files --- app/cron/class.CloudPricingProcess.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/cron/class.CloudPricingProcess.php b/app/cron/class.CloudPricingProcess.php index c350132..13b8a6e 100644 --- a/app/cron/class.CloudPricingProcess.php +++ b/app/cron/class.CloudPricingProcess.php @@ -39,6 +39,8 @@ class CloudPricingProcess implements \Scalr\System\Pcntl\ProcessInterface $urls = array( 'https://a0.awsstatic.com/pricing/1/ec2/linux-od.min.js', 'https://a0.awsstatic.com/pricing/1/ec2/mswin-od.min.js', + 'https://a0.awsstatic.com/pricing/1/ec2/previous-generation/linux-od.min.js', + 'https://a0.awsstatic.com/pricing/1/ec2/previous-generation/mswin-od.min.js' ); $mapping = [ -- 2.2.2
