A collection of shell function for provisioning tasks.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Georg Hopp 8bca092668 add readme 11 years ago
gatherer more fixes in network identification. 11 years ago
notes add load average classes 12 years ago
utils do not print an error message when a program can't be found 12 years ago
.gitignore ignore memusg 12 years ago
README.md add readme 11 years ago
run.sh add load average classes 12 years ago

README.md

SYSACTIONS

This is a bunch of shell func that gather as much information as possible about a system and adds the ability to perfom actions upon given configurations.

This was born after I had a look into cfEngines. I thought, that is nice, but maybe I am able to get at least somewhat of this just by old classic shell scripting. Most UNIX system adminstrators are already familiar with shell scripting so this might be ideal.

Well, I end up with a really not to bad amount of informations I could gather pretty easy.