Robert,
load average being polled via SNMP.

Here's my reply in another thread:

I suggest http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol
if you're curious.

To check your firewall, try this:
1. SSH into your instance
2. Execute a command:
cat /etc/snmp/snmpd.conf|grep default | awk '{ print $4 }'
3. take the output string (it's a dynamically generated community
name), SSH into Scalr machine, execute a command:
snmpwalk -v 2c -c COMMUNITY INSTANCE_IP 1.3.6.1.4.1.2021.10.1.5.3
COMMUNITY - is what you get on step #2


I guess you can replace/patch a corresponding mib
(1.3.6.1.4.1.2021.10.1.5.3).


On Dec 24, 9:29 pm, Robert <rob...@ourwebhome.com> wrote:
> If I'm understanding this right, Scalr makes the decision to shut down
> existing instances or start up new ones based on the a measurement of
> the load on the current instances, right?
>
> I'd like to set up my own criteria on some of my roles, so I'm
> thinking that if I can replace or patch the load measurement that
> Scalr uses, then I can have my instances decide when they are ready to
> shut down, or when they need a new instance to start, and still have
> it all managed under Scalr.
>
> Are there any reasons why that would be a bad idea?  Could you point
> me to the scripts that Scalr uses to measure instance load?
>
> thanks,
>
> Robert
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"scalr-discuss" group.
To post to this group, send email to scalr-discuss@googlegroups.com
To unsubscribe from this group, send email to 
scalr-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/scalr-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to