Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webdad/workforce
A Net of Dameon-Scripts, called workers, which is hihgly scalable and efficient.
https://github.com/webdad/workforce
Last synced: about 2 months ago
JSON representation
A Net of Dameon-Scripts, called workers, which is hihgly scalable and efficient.
- Host: GitHub
- URL: https://github.com/webdad/workforce
- Owner: WebDaD
- License: gpl-2.0
- Created: 2014-09-18T06:44:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T15:05:37.000Z (about 10 years ago)
- Last Synced: 2024-03-27T00:52:20.545Z (9 months ago)
- Language: Perl
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WorkForce
A Net of Dameon-Scripts, called workers, which is hihgly scalable and efficient.
More text follows here shortly
Also all text in res/ will be included here
## Dependencies
To other perl modules, and for the command-center, etc...
## Installation
- How to set up the controlcenter
- how to set up one or more workers on a server (copy /lib and the worker)## Configuration
- how to set up workers
## Examples
Why do i need this?
### IP-Address-Manager
You want to permanenty scan your network and save the results in a mysql-database?
This is a simple thing to do, we need the following workers:
- scanw
- lookupw
- portw
- pingw
- mysqlw
- intercomwwhat do we do:
- configure scanw with the subnets you want to have checked
- configure intercomw to make all other workers known to it (so scanw can just inform the gateway)
- configure intercomw to write results of scan to mysqlw
- now the service is up and running. to see your data use phpmyadmin or create a webgui### Network-Health-Keeper
Check on the status of all items in your network and receive messages if something is down.## License
GNU GENERAL PUBLIC LICENSE, see LICENSE