Posted
over 11 years
ago
Ortro is meant to be an open source framework for enterprise scheduling and monitoring.
The aim is to create a web application that allows you:
* auto discovery of the hosts in your network;
* easily assemble jobs to perform workflows;
*
|
Posted
over 11 years
ago
Array
Professional Services
Array
Navigation
* Home
* Architecture
* Download
* Install
* Support & Development
* Plugins
* Translation
* Tutorial
* Screenshots
* Team
* Credits
* Who is using Ortro?
Support Ortro
|
Posted
over 11 years
ago
Array
Navigation
* Home
* Architecture
* Download
* Install
* Support & Development
* Plugins
* Translation
* Tutorial
* Screenshots
* Team
* Credits
* Who is using Ortro?
Support Ortro
|
Posted
over 12 years
ago
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.
# tar xvfz xampp-linux-1.5.4.tar.gz -C /opt
XAMPP is now installed in the /opt/lampp
|
Posted
over 12 years
ago
Decemer 22, 2006
Stable
...CHANGELOG
October 13, 2006
Stable
...CHANGELOG
September 25, 2006
CHANGELOG
August 4, 2006
...
|
Posted
over 12 years
ago
svn co https://ortro.svn.sourceforge.net/svnroot/ortro ortro
$ cd ortro/tools
To create the ortro-full package:
$ php create_package.php --ortro-full
To create the ortro-core package:
$ php create_package.php --ortro-core
To create all plugin packages:
|
Posted
over 12 years
ago
Do you enjoy with Ortro and want to help us to make it better?
You are welcome ;-), please see below how you may contribute.
Reporting Bugs and Making Feature Requests
If you have found a problem with Ortro, let us know on the mailing list or submit a bug report with the issue tracker .
|
Posted
over 12 years
ago
Architecture
[Ortro - Architecture]
|
Posted
over 12 years
ago
Add a System/Host
Lets enabled users to insert hosts to monitor inside a generic system (System) previously created.
In the next window the following fields must be highlighted:
System : A Generic System that collects hosts.
Hostname : Host name of the server to monitor.
|
Posted
over 12 years
ago
Requirements
A fresh installation of Debian ;-)
Check the apt configuration and update the repositories:
# apt-get update
Install SSH
# apt-get install openssh-server
Install Apache 2
# apt-get install apache2
Install PHP 5
# apt-get install php5
|