Projects tagged ‘linux’ and ‘servers’


[13 total ]

55 Users
   

Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like ... [More] users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. [Less]
Created over 3 years ago.

23 Users
   

Zenoss is an IT infrastructure monitoring product that allows you to monitor your entire infrastructure within a single, integrated software application.Key features include: Monitors the entire ... [More] stack: networks, servers, applications, services, power, environment, etc. [Less]
Created over 3 years ago.

21 Users
   

Facter is a cross-platform library for retrieving simple operating system facts, like operating system, linux distribution, or MAC address.
Created about 1 year ago.

12 Users
   

Bcfg2 helps system administrators produce a consistent, reproducible, and verifiable description of their environment, and offers visualization and reporting tools to aid in day-to-day administrative tasks.
Created over 2 years ago.

6 Users
   

Enomalism is an open source web-based virtual infrastructure platform. Designed to answer the complexity of managing globally disperse virtual server environments. Enomalism helps to automate the ... [More] transition to a virtualized environment by reducing an IT organizations overall workload. The easy to use dashboard can help with issues including deployment planning, load balancing, automatic VM migration, configuration management, and capacity diagnosis. Enomalism virtual infrastructure is a dynamic mapping of physical resources to business needs. While a virtual machine represents the physical resources of a single computer, a virtual infrastructure represents the physical resources of the entire IT environment (Data Center). [Less]
Created about 1 year ago.

3 Users

Created 12 months ago.

3 Users
 

Support unattended installation of several Linux and Windows. Also a collection of scripts for inventory, deinstallation and other add-ons like dhcp-ldap, php-ssh, samhain, syslog-ng, switch managment, ldap browser. All written in bash and php.
Created about 1 year ago.

0 Users
 

CoyMon is a tool for network administrators and WAN managers. It is a tools for those who advise CTOs on network utilization and circuit provisioning. The data that CoyMon provides not only helps ... [More] skilled engineers troubleshoot large-scale network issues, it also helps you save your organization money and time. The easy examination of NetFlow data in a quick, through-the-web interface will help you and your organization quickly evaluate network usage and problems, determining exactly what is necessary to solve your problems. No guesswork. No endless expenditures. No lost time. [Less]
Created over 2 years ago.

0 Users

Gostovanje spletnih storitev, Izdelava spletnih strani, Oglaševanje, Nakup računalniške opreme
Created 11 months ago.

0 Users

RationaleI couldn't find any open source project with pre-meditated best practices for securely and safely transferring files over a network between two servers. Therefore I decided to roll my own ... [More] and the result is a set of two very simple scripts to handle the file transfers using sftp. The scripts are meant to be set up as cron jobs. Clever use of lsof, mv and control files prevent files being picked up before they are fully transferred. You need to set up sftp and optionally a chroot jail to use them. This project is open source, so is open to any improvements and comments. Let me know what you think or contribute your changes! Hopefully, what is written and published here immediately attends your requirements. If not, I hope these scripts and explanations are a useful starting point. In the latter case, I appreciate any contributions! Submit any issues you may find here: http://code.google.com/p/sftp-transfer/issues/list FeaturesThe project has the following features: Should run on most Linux platforms. Open source under GPLv3. Transfers files from a pre-selected directory on server A to another pre-selected directory on server B. Scripts are designed to run from a scheduler like cron, but you could also run them from the shell. Defers transferring of files that are still open (uses lsof). Makes use of standard unix/linux utilities, such that specific requirements can be more easily met or specific setups implemented. Includes full installation instructions for Ubuntu. The destination server doesn't pick up files that haven't been transferred in full. Automated file management (error/archive). Negative scopeThe scripts do not detect duplicate file names. So transferring files with the same name will cause the files to be overwritten with the most recent version, either on the source or destination server. There is no notification in place for failed transfers. [Less]
Created 4 months ago.