search for: check_load

Displaying 2 results from an estimated 2 matches for "check_load".

2012 Mar 25
1
how to speed up OpenSSH command execution (and a speed analysis)
...eInterval=30 ? * -C ? * -a -k -x ? * others? - How to spawn that first connection? I'd prefer that ssh has another mode, e.g. ControlMaster autoswpan, which makes about the following: When the first time a "normal" command is executed, e.g. ssh example.host.org check_load it actually does a ssh -f -N host and uses that one to do the ssh example.host.org check_load That way I wouldn't have to take care on * spawning the master sessions * restarting them, when they die for some reason * they would be only started when really required th...
2012 Sep 24
4
Overriding variables.
I am trying to override variables in a class that is defined in the default node profile. I want parent class to be included in every single node, but override its variables in others. I have tried it several different ways now, and every single time the variables either become unset (undefined) or are set to the value of the first if statement. Here is my current iteration of failure.