I dont see a ServerTerminate cron I have the following args set up in the cron
php /usr/share/scalr/cron/cron.php --help Usage: /usr/share/scalr/cron/cron.php [ options ] --BundleTasksManager Bundle tasks manager --DBQueueEvent Process events queue --DNSManagerPoll DNS zone manager process (poll method) --EBSManager EC2 EBS Manager --MySQLMaintenance Maintenance mysql role on farms --RDSMaintenance RDS Maintenance (RDS Auto snapshots) --RolesQueue Roles queue --RotateLogs Rotate logs table --Scheduler Schedule manager --SzrMessaging SZR Messaging --UsageStatsPoller Farm usage stats poller --help Print this help --piddir <string> PID directory I will look through the code however to see If I see something similar thanks! On Tuesday, May 6, 2014 5:12:59 PM UTC-7, DicsyDel wrote: > > You need to check your cronjobs and make sure that all of them are > properly setup. > > Job that responsible for server termination called: ServerTerminate > > On 6 May 2014 17:11, Aatxe Urrutia <[email protected] <javascript:>> > wrote: > > Hello, > > > > I have scalr working to how I want it except for one item, it won't > scale > > down or shut nodes down when I term a farm. > > > > I have looked through the examples in the sample config and don't see > > anything that appears like it could help this. > > > > I have also read. > > > > > https://scalr-wiki.atlassian.net/wiki/display/docs/Scalr+Configuration+Parameters > > > > > > > The logs show "pending terminate" but the vm's never terminate I have to > > manually terminate them. > > > > does anyone else have this issue or is it common and if so please > explain > > params to resolve. > > > > my config is > > > > > > > > scalr: > > connections: > > mysql: &connections_mysql > > host: 'localhost' > > port: 3306 > > name: scalr > > user: user1 > > pass: 'xxxxx' > > auth_mode: scalr > > instances_connection_policy: local > > allowed_clouds: > > - ec2 > > endpoint: > > host: 'ec2-1234.compute.amazonaws.com' > > aws: > > security_group_name: 'scalr.ip-pool' > > ip_pool: ['10.0.0.0/8'] > > security_group_prefix: 'scalr.' > > billing: > > enabled: no > > email: > > address: '[email protected] <javascript:>' > > name: '[email protected] <javascript:>' > > system: > > instances_connection_timeout: 10 > > server_terminate_timeout: "+13 minutes" > > dns: > > mysql: > > host: 'localhost' > > port: ~ > > name: 'scalr' > > user: 'scalr' > > pass: 'xXxXxX' > > static: > > enabled: no > > nameservers: ['4.2.2.4', '4.2.2.5'] > > domain_name: 'myd.com' > > global: > > enabled: no > > nameservers: ['4.2.2.4'] > > default_domain_name: 'myd.com' > > > > Thanks in advance. > > > > -- > > 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] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > -- 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.
