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 aea5248e3c improve README.md 10 years ago
gatherer add copyright information 11 years ago
notes add load average classes 12 years ago
utils add copyright information 11 years ago
.gitignore ignore memusg 12 years ago
AUTHORS add copyright information 11 years ago
COPYING add copyright information 11 years ago
README.md improve README.md 10 years ago
run.sh add copyright information 11 years ago

README.md

sysactions

Shell functions to gather informations on a system... (probably as a base for a deployment tool).

Synopsis

run.sh

Description

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.

Requirements

Tested with bash ... probably not working with other shells.

Dependencies

Probably some...

Contributing

Just email me.

License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Author

Georg Hopp georg@steffers.org