commit
5506c3538a
|
@ -1,18 +1,3 @@
|
|||
|
||||
.idea/scopes/scope_settings.xml
|
||||
|
||||
.idea/workspace.xml
|
||||
|
||||
.idea/workspace.xml
|
||||
|
||||
.idea/encodings.xml
|
||||
|
||||
.idea/misc.xml
|
||||
|
||||
.idea/phpservermon.iml
|
||||
|
||||
.idea/modules.xml
|
||||
|
||||
.idea/vcs.xml
|
||||
|
||||
.idea/*
|
||||
/nbproject
|
||||
/config.php
|
||||
|
|
|
@ -5,10 +5,16 @@
|
|||
#########################
|
||||
- Merged PHP Server Monitor Plus project by Luiz Alberto S. Ribeiro (https://github.com/madeinnordeste/PHP-Server-Monitor-Plus).
|
||||
-- New layout (thanks to twitter bootstrap)
|
||||
- Support for mosms provider by Andreas Ek (https://github.com/EkAndreas/PHP-Server-Monitor-Plus/commit/105c734a02477befc01831e3b9b2b8fefd9b5ca5).
|
||||
- New install module.
|
||||
- Regex search on website has been added by Paul Feakins.
|
||||
- Support for mosms provider by Andreas Ek.
|
||||
- Support for Textmarketer provider by Perri Vardy-Mason.
|
||||
- Language files are now automatically detected, instead of a hardcoded list.
|
||||
- Adding Korean language file (thanks to Ik-Jun).
|
||||
- Adding Portuguese / Brazilian language file (thanks to Luiz Alberto S. Ribeiro).
|
||||
- Large status page by Michael Greenhill.
|
||||
- New config file (see install instructions in README).
|
||||
- Cronjob will be prevented from running multiple times at the same time (with a 10 mins timeout).
|
||||
|
||||
#########################
|
||||
#
|
||||
|
|
85
README.md
85
README.md
|
@ -6,7 +6,7 @@ PHP Server Monitor is a script that checks whether the servers on your list are
|
|||
It comes with a web based user interface where you can add and remove servers or websites from the MySQL database,
|
||||
and you can manage users for each server with a mobile number and email address.
|
||||
|
||||
With version 2.0 there's the support for websites as well. On the "Add server" page, you can choose
|
||||
With version 2 there's the support for websites as well. On the "Add server" page, you can choose
|
||||
whether it is a "service" or a "website":
|
||||
|
||||
* Service
|
||||
|
@ -17,24 +17,22 @@ whether it is a "service" or a "website":
|
|||
|
||||
* Website
|
||||
|
||||
The previous version only tried to establish a connection to the server on port 80. If you are running multiple
|
||||
websites on 1 machine, there was no proper way to check each website for possible errors. Also it was impossible to make
|
||||
sure your site was really up and running, all you knew was that the server was still online.
|
||||
This function takes care of that.
|
||||
You can enter a link to a website (for example <http://sourceforge.net/index.php>), it will use cURL to open the website and
|
||||
check the HTTP status code (see <http://en.wikipedia.org/wiki/List_of_HTTP_status_codes> for details).
|
||||
If the HTTP status code is in the 4xx range, it means an error occurred and the website is not accessible to the public.
|
||||
In that case the script will return a "status offline", and will start sending out notifications.
|
||||
You can also set a regular expression to match certain content on the page itself. If the regular expression returns no matches, the website is considered down.
|
||||
In both cases the script will return a "status offline", and will start sending out notifications.
|
||||
|
||||
Each server has it's own settings regarding notification.
|
||||
You can choose for email notification or text message (SMS). As of version 2.0, there are 3 gateways
|
||||
available:
|
||||
You can choose for email notification or text message (SMS).
|
||||
The following SMS gateways are currently available:
|
||||
|
||||
* Mollie - <http://www.mollie.nl>
|
||||
* Spryng - <http://www.spryng.nl>
|
||||
* Inetworx - <http://www.inetworx.ch>
|
||||
* Clickatell - <https://www.clickatell.com>
|
||||
* Mosms - <http://www.mosms.com>
|
||||
* Textmarketer - <http://www.textmarketer.co.uk>
|
||||
|
||||
For these gateways you need an account with sufficient credits.
|
||||
|
||||
|
@ -45,60 +43,76 @@ The cron/status.cron.php can be added as a cronjob which will keep the server st
|
|||
I'd appreciate any feedback you might have regarding this script. Please leave it on the GitHub
|
||||
project page (tracker), or send me an email (see top of file for link).
|
||||
|
||||
|
||||
## DOWNLOAD
|
||||
|
||||
The latest version can be found at <http://phpservermon.neanderthal-technology.com/>.
|
||||
You can also clone the git repo at <http://github.com/dopeh/phpservermon>.
|
||||
You can also clone the git repo at <http://github.com/phpservermon/phpservermon> if you want to contribute.
|
||||
|
||||
|
||||
## REQUIREMENTS
|
||||
|
||||
* PHP 5
|
||||
* PHP packages: cURL
|
||||
* PHP 5.3+
|
||||
* PHP packages: cURL, MySQL
|
||||
* MySQL Database
|
||||
* FTP access
|
||||
|
||||
|
||||
## INSTALL
|
||||
|
||||
By default the PHP Server Monitor does not come with any security methods. After uploading these files to
|
||||
your public html folder these will be visible to everyone on the web. It is recommended to put a password
|
||||
on this folder to prevent other people from playing with your tool. An example .htaccess login script can
|
||||
be found in the example/ dir. To create your own username and password for the .htpasswd file, see
|
||||
<http://www.htaccesstools.com/htpasswd-generator/>
|
||||
|
||||
### 1. Configuration
|
||||
|
||||
Rename the config.inc.php.sample file to config.inc.php, then open the
|
||||
config.inc.php file with a plain text editor such as Notepad.
|
||||
The first thing to do now in order to get started, is to get your database login information
|
||||
right. The information is stored using php's define() function.
|
||||
The install script will guide you through setting up the configuration, but if you want to be ahead of the game, you can do this one first.
|
||||
Rename the config.php.sample file to config.php, then open the config.php file with a plain text editor such as Notepad.
|
||||
The first thing to do is to get your database login information right.
|
||||
The information is stored using php's define() function.
|
||||
To change these values correctly, only update the second parameter of the function.
|
||||
For example:
|
||||
|
||||
define('SM_DB_USER', 'db_user');
|
||||
define('PSM_DB_USER', 'db_user');
|
||||
|
||||
To change your username you should ONLY change the 'db\_user' part.
|
||||
Do NOT remove the quotes around your username as that will result in an error.
|
||||
If you do not feel comfortable doing this, skip this step and the install script will generate it for you.
|
||||
|
||||
### 2. Upload files
|
||||
|
||||
The next step is to get your files onto your webserver where you can reach them.
|
||||
You can rename the folder of the server monitor without trouble, but if you change the structure please make sure
|
||||
to update the settings in the config.php file.
|
||||
You can rename the folder of the server monitor without trouble.
|
||||
|
||||
### 3. Run install.php
|
||||
|
||||
Once your database login information is correct, you can run the install.php script located in the root dir.
|
||||
This script will create all the database tables you will need.
|
||||
After running the install.php script you can remove it.
|
||||
You can now run the install.php script located in the root dir.
|
||||
|
||||
### 4. Configure your installation
|
||||
|
||||
Open the main page of the server monitor, by simply calling index.php. In the menu on the top find "config",
|
||||
it will open a page where you can change the necessary information for your tool.
|
||||
|
||||
### 5. [optional] Add a cronjob
|
||||
|
||||
## UPGRADE
|
||||
|
||||
### From 2.0
|
||||
|
||||
The structure of the project has changed quite a bit since 2.0, but if you have not made any local changes the upgrade is quite easy.
|
||||
The best thing to do is to replace all your current files with the new release, except for the config.inc.php file.
|
||||
The config file has actually been renamed since 2.0, but if you keep it there while upgrading the install script will use it to prefill your database information.
|
||||
|
||||
* Replace all files except(!) config.inc.php
|
||||
* Navigate to install.php
|
||||
* Follow the steps
|
||||
* Remove the old config.inc.php file
|
||||
|
||||
|
||||
## Security
|
||||
|
||||
By default the PHP Server Monitor does not (yet) come with any security methods. After uploading these files to
|
||||
your public html folder these will be visible to everyone on the web. It is recommended to put a password
|
||||
on this folder to prevent other people from playing with your tool. An example .htaccess login script can
|
||||
be found in the example/ dir. To create your own username and password for the .htpasswd file, see
|
||||
<http://www.htaccesstools.com/htpasswd-generator/>
|
||||
|
||||
|
||||
## Setting up a cronjob
|
||||
|
||||
In order to keep the server monitor up to date, the monitor.php file has to run regularly.
|
||||
If you're running this on a linux machine, the easiest way is to add a cronjob.
|
||||
|
@ -111,7 +125,8 @@ If it is your own server or you have shell access and permission to open the cro
|
|||
As you can see, this line will run the status.cron.php script every 15 minutes. Change the line to suit your needs.
|
||||
If you do not have shell access, ask your web hosting provider to set it up for you.
|
||||
|
||||
### 6. Voila!
|
||||
The update script has been designed to prevent itself from running multiple times. It has a maximum timeout of 10 minutes.
|
||||
After that the script is assumed dead and the cronjob will run again.
|
||||
|
||||
|
||||
## CUSTOMIZING
|
||||
|
@ -119,7 +134,7 @@ If you do not have shell access, ask your web hosting provider to set it up for
|
|||
### Language
|
||||
|
||||
The server monitor uses language files. That means that any regular text you see on the screen can easily be
|
||||
changed without having to dig through the code. These language files are stored in the directory "lang".
|
||||
changed without having to dig through the code. These language files are stored in the directory "src/lang".
|
||||
The language that's being used by the monitor is defined in the config table. If you like
|
||||
you can make changes to the language file or even add a new one.
|
||||
|
||||
|
@ -147,19 +162,21 @@ The second part is the actual message. There are a few variables you can use in
|
|||
|
||||
To add a new language, follow these steps:
|
||||
|
||||
* Create a new file in the directory "lang" named "mylanguage.lang.php".
|
||||
* Create a new file in the directory "src/lang" named "mylanguage.lang.php".
|
||||
* Copy the contents of the file "en.lang.php" to your new file.
|
||||
* Your new language should now be available on the config page.
|
||||
* Translate the English stuff to your own language.
|
||||
* Send a copy to pep[at]neanderthal-technology.com so I can add it to the next release :)
|
||||
* Or, send me a pull request on github.
|
||||
* Or, send me a pull request on github (https://github.com/phpservermon/phpservermon).
|
||||
|
||||
## CREDITS
|
||||
|
||||
* classes/phpmailer.class.php - Brent R. Matzelle
|
||||
* Bugfixes & features - Perri Vardy-Mason
|
||||
* PHP Mailer - Brent R. Matzelle
|
||||
* German translation - Brunbaur Herbert
|
||||
* French translation - David Ribeiro
|
||||
* Korean translation - Ik-Jun
|
||||
* Brazilian translation - Luiz Alberto S. Ribeiro
|
||||
* Bootstrap implementation - Luiz Alberto S. Ribeiro
|
||||
* Mosms implementation - Andreas Ek
|
||||
* Status page - Michael Greenhill
|
||||
|
|
|
@ -26,15 +26,9 @@
|
|||
**/
|
||||
|
||||
define('PSM_CONFIG', true);
|
||||
// Prefix used for tables
|
||||
define('PSM_DB_PREFIX', 'monitor_');
|
||||
// Database username
|
||||
define('PSM_DB_USER', 'db_user');
|
||||
// Database password
|
||||
define('PSM_DB_PASS', 'db_pass');
|
||||
// Database name
|
||||
define('PSM_DB_NAME', 'db_name');
|
||||
// Database host
|
||||
define('PSM_DB_HOST', 'localhost');
|
||||
|
||||
?>
|
|
@ -28,14 +28,23 @@
|
|||
// include main configuration and functionality
|
||||
require_once dirname(__FILE__) . '/../src/bootstrap.php';
|
||||
|
||||
// prevent cron from running twice at the same time
|
||||
// however if the cron has been running for 10 mins, we'll assume it died and run anyway
|
||||
$time = time();
|
||||
if(psm_get_conf('cron_running') == 1 && ($time - psm_get_conf('cron_running_time') < 600)) {
|
||||
die('Cron is already running. Exiting.');
|
||||
}
|
||||
psm_update_conf('cron_running', 1);
|
||||
psm_update_conf('cron_running_time', $time);
|
||||
|
||||
// get the active servers from database
|
||||
$servers = $db->select(
|
||||
PSM_DB_PREFIX.'servers',
|
||||
array('active' => 'yes'),
|
||||
array('server_id', 'ip', 'port', 'label', 'type', 'status', 'active', 'email', 'sms')
|
||||
array('server_id', 'ip', 'port', 'label', 'type', 'pattern', 'status', 'active', 'email', 'sms')
|
||||
);
|
||||
|
||||
$updater = new \psm\UpdaterStatus();
|
||||
$updater = new \psm\Util\Updater\Status();
|
||||
|
||||
foreach ($servers as $server) {
|
||||
$status_org = $server['status'];
|
||||
|
@ -70,4 +79,6 @@ foreach ($servers as $server) {
|
|||
);
|
||||
}
|
||||
|
||||
psm_update_conf('cron_running', 0);
|
||||
|
||||
?>
|
|
@ -41,9 +41,10 @@ $allowed_types = array('servers', 'users', 'log', 'config', 'status');
|
|||
if(!in_array($type, $allowed_types)) {
|
||||
$type = $allowed_types[0];
|
||||
}
|
||||
$tpl = new \psm\Service\Template();
|
||||
|
||||
eval('$mod = new psm\Module\\'.ucfirst($type).'();');
|
||||
eval('$mod = new psm\Module\\'.ucfirst($type).'($db, $tpl);');
|
||||
// let the module prepare it's HTML code
|
||||
$mod->createHTML();
|
||||
$mod->initialize();
|
||||
|
||||
?>
|
124
install.php
124
install.php
|
@ -25,127 +25,15 @@
|
|||
* @link http://phpservermon.neanderthal-technology.com/
|
||||
**/
|
||||
|
||||
// this script creates all the database tables required for server monitor
|
||||
error_reporting(0x0ffffff);
|
||||
define('PSM_INSTALL', true);
|
||||
|
||||
require 'src/bootstrap.php';
|
||||
|
||||
if(!function_exists('curl_init')) {
|
||||
die('PHP is installed without the cURL module. Please install cURL first.');
|
||||
}
|
||||
psm_no_cache();
|
||||
|
||||
$tpl = new psm\Template();
|
||||
$type = 'install';
|
||||
$tpl = new \psm\Service\Template();
|
||||
$mod = new psm\Module\Install($db, $tpl);
|
||||
$mod->initialize();
|
||||
|
||||
$tpl->newTemplate('install', 'install.tpl.html');
|
||||
|
||||
|
||||
if(!is_resource($db->getLink())) {
|
||||
// no valid db info
|
||||
$tpl->addTemplatedata(
|
||||
'install',
|
||||
array('error' => 'Couldn\'t connect to database!')
|
||||
);
|
||||
echo $tpl->display('install');
|
||||
die();
|
||||
}
|
||||
|
||||
$tables = array(
|
||||
'users' =>
|
||||
array(
|
||||
0 => "CREATE TABLE `" . PSM_DB_PREFIX . "users` (
|
||||
`user_id` int(11) NOT NULL auto_increment,
|
||||
`server_id` varchar(255) NOT NULL,
|
||||
`name` varchar(255) NOT NULL,
|
||||
`mobile` varchar(15) NOT NULL,
|
||||
`email` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`user_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;",
|
||||
1 => "INSERT INTO `" . PSM_DB_PREFIX . "users` (`server_id`, `name`, `mobile`, `email`) VALUES ('1,2', 'example_user', '0123456789', 'user@example.com')"
|
||||
),
|
||||
'log' =>
|
||||
array(
|
||||
0 => "CREATE TABLE `" . PSM_DB_PREFIX . "log` (
|
||||
`log_id` int(11) NOT NULL auto_increment,
|
||||
`server_id` int(11) NOT NULL,
|
||||
`type` enum('status','email','sms') NOT NULL,
|
||||
`message` varchar(255) NOT NULL,
|
||||
`datetime` timestamp NOT NULL default CURRENT_TIMESTAMP,
|
||||
`user_id` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`log_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;",
|
||||
),
|
||||
'servers' =>
|
||||
array(
|
||||
0 => "CREATE TABLE `" . PSM_DB_PREFIX . "servers` (
|
||||
`server_id` int(11) NOT NULL auto_increment,
|
||||
`ip` varchar(100) NOT NULL,
|
||||
`port` int(5) NOT NULL,
|
||||
`label` varchar(255) NOT NULL,
|
||||
`type` enum('service','website') NOT NULL default 'service',
|
||||
`status` enum('on','off') NOT NULL default 'on',
|
||||
`error` varchar(255) NULL,
|
||||
`rtime` FLOAT(9, 7) NULL,
|
||||
`last_online` datetime NULL,
|
||||
`last_check` datetime NULL,
|
||||
`active` enum('yes','no') NOT NULL default 'yes',
|
||||
`email` enum('yes','no') NOT NULL default 'yes',
|
||||
`sms` enum('yes','no') NOT NULL default 'no',
|
||||
PRIMARY KEY (`server_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;",
|
||||
1 => "INSERT INTO `" . PSM_DB_PREFIX . "servers` (`ip`, `port`, `label`, `type`, `status`, `error`, `rtime`, `last_online`, `last_check`, `active`, `email`, `sms`) VALUES ('http://sourceforge.net/index.php', 80, 'SourceForge', 'website', 'on', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'yes', 'yes', 'yes'), ('smtp.gmail.com', 465, 'Gmail SMTP', 'service', 'on', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'yes', 'yes', 'yes')",
|
||||
),
|
||||
'config' =>
|
||||
array(
|
||||
0 => "CREATE TABLE `" . PSM_DB_PREFIX . "config` (
|
||||
`config_id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`key` varchar(255) NOT NULL,
|
||||
`value` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`config_id`),
|
||||
KEY `key` (`key`(50))
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;",
|
||||
1 => "INSERT INTO `" . PSM_DB_PREFIX . "config` (`config_id`, `key`, `value`) VALUES
|
||||
(null, 'language', 'en'),
|
||||
(null, 'email_status', '1'),
|
||||
(null, 'email_from_email', 'monitor@example.org'),
|
||||
(null, 'email_from_name', 'Server Monitor'),
|
||||
(null, 'sms_status', '1'),
|
||||
(null, 'sms_gateway', 'mollie'),
|
||||
(null, 'sms_gateway_username', 'username'),
|
||||
(null, 'sms_gateway_password', 'password'),
|
||||
(null, 'sms_from', '1234567890'),
|
||||
(null, 'alert_type', 'status'),
|
||||
(null, 'log_status', '1'),
|
||||
(null, 'log_email', '1'),
|
||||
(null, 'log_sms', '1'),
|
||||
(null, 'version', '200'),
|
||||
(null, 'auto_refresh_servers', '0'),
|
||||
(null, 'show_update', '1'),
|
||||
(null, 'last_update_check', '0');",
|
||||
)
|
||||
);
|
||||
|
||||
$result = array();
|
||||
|
||||
foreach($tables as $name => $queries) {
|
||||
$if_table_exists = $db->query('SHOW TABLES LIKE \'' . PSM_DB_PREFIX . $name.'\'');
|
||||
|
||||
if(!empty($if_table_exists)) {
|
||||
$message = 'Table ' . PSM_DB_PREFIX . $name . ' already exists in your database!';
|
||||
} else {
|
||||
$message = '';
|
||||
|
||||
foreach($queries as $query) {
|
||||
$message .= 'Executing ' . $query . '<br/><br/>';
|
||||
$db->query($query);
|
||||
}
|
||||
}
|
||||
|
||||
$result[] = array(
|
||||
'name' => $name,
|
||||
'result' => $message,
|
||||
);
|
||||
}
|
||||
$tpl->addTemplateDataRepeat('install', 'tables', $result);
|
||||
|
||||
echo $tpl->display('install');
|
||||
?>
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
define('PSM_VERSION', '2.1.0');
|
||||
// Include paths
|
||||
define('PSM_PATH_SRC', dirname(__FILE__) . DIRECTORY_SEPARATOR);
|
||||
define('PSM_PATH_VENDOR', PSM_PATH_SRC . '..' . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR);
|
||||
|
@ -7,6 +8,20 @@ define('PSM_PATH_INC', PSM_PATH_SRC . 'includes' . DIRECTORY_SEPARATOR);
|
|||
define('PSM_PATH_TPL', PSM_PATH_SRC . 'templates' . DIRECTORY_SEPARATOR);
|
||||
define('PSM_PATH_LANG', PSM_PATH_SRC . 'lang' . DIRECTORY_SEPARATOR);
|
||||
|
||||
// find config file
|
||||
$path_conf = PSM_PATH_SRC . '../config.php';
|
||||
if(file_exists($path_conf)) {
|
||||
include_once $path_conf;
|
||||
}
|
||||
// check for a debug var
|
||||
if(defined('PSM_DEBUG') && PSM_DEBUG) {
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_erors', 1);
|
||||
} else {
|
||||
error_reporting(0);
|
||||
ini_set('display_errors', 0);
|
||||
}
|
||||
|
||||
// set autoloader, make sure to set $prepend = true so that our autoloader is called first
|
||||
function __autoload($class) {
|
||||
// remove leading \
|
||||
|
@ -36,22 +51,20 @@ $includes = glob(PSM_PATH_INC . '*.inc.php');
|
|||
foreach($includes as $file) {
|
||||
include_once $file;
|
||||
}
|
||||
|
||||
if(!defined('PSM_CONFIG')) {
|
||||
// redirect to install.php
|
||||
die('Failed to locate config file. Please read README.md for more information on how to setup PHP Server Monitor.');
|
||||
}
|
||||
|
||||
// init db connection
|
||||
$db = new psm\Database();
|
||||
$db = new psm\Service\Database();
|
||||
|
||||
if($db->getLink() !== null) {
|
||||
|
||||
psm_load_conf();
|
||||
|
||||
$lang = psm_get_conf('language');
|
||||
|
||||
if(!$lang) {
|
||||
$lang = 'en';
|
||||
} else {
|
||||
// no config yet! lets help them in the right direction
|
||||
if(!defined('PSM_INSTALL')) {
|
||||
header('Location: install.php');
|
||||
die();
|
||||
}
|
||||
}
|
||||
$lang = psm_get_conf('language', 'en');
|
||||
psm_load_lang($lang);
|
||||
|
||||
?>
|
|
@ -93,11 +93,12 @@ function psm_get_langs() {
|
|||
* The config must have been loaded first using psm_load_conf()
|
||||
*
|
||||
* @param string $key
|
||||
* @param mixed $alt if not set, return this alternative
|
||||
* @return string
|
||||
* @see psm_load_conf()
|
||||
*/
|
||||
function psm_get_conf($key) {
|
||||
$result = (isset($GLOBALS['sm_config'][$key])) ? $GLOBALS['sm_config'][$key] : null;
|
||||
function psm_get_conf($key, $alt = null) {
|
||||
$result = (isset($GLOBALS['sm_config'][$key])) ? $GLOBALS['sm_config'][$key] : $alt;
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
@ -124,6 +125,21 @@ function psm_load_conf() {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Update a config setting
|
||||
* @global \psm\Service\Database $db
|
||||
* @param string $key
|
||||
* @param string $value
|
||||
*/
|
||||
function psm_update_conf($key, $value) {
|
||||
global $db;
|
||||
|
||||
$db->save(
|
||||
PSM_DB_PREFIX.'config',
|
||||
array('value' => $value),
|
||||
array('key' => $key)
|
||||
);
|
||||
}
|
||||
|
||||
###############################################
|
||||
#
|
||||
|
@ -243,13 +259,10 @@ function psm_check_updates() {
|
|||
// been more than a week since update, lets go
|
||||
// update "update-date"
|
||||
$db->save(PSM_DB_PREFIX . 'config', array('value' => time()), array('key' => 'last_update_check'));
|
||||
$latest = psm_curl_get('http://phpservermon.neanderthal-technology.com/version');
|
||||
$latest = psm_curl_get('http://phpservermon.neanderthal-technology.com/version.php');
|
||||
$current = psm_get_conf('version');
|
||||
|
||||
if((int) $current < (int) $latest) {
|
||||
// new update available
|
||||
return true;
|
||||
}
|
||||
return version_compare($latest, $current, '>');
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,147 @@
|
|||
<?php
|
||||
/**
|
||||
* PHP Server Monitor
|
||||
* Monitor your servers and websites.
|
||||
*
|
||||
* This file is part of PHP Server Monitor.
|
||||
* PHP Server Monitor 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.
|
||||
*
|
||||
* PHP Server Monitor 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 PHP Server Monitor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @package phpservermon
|
||||
* @author Luiz Alberto S. Ribeiro <madeinnordeste@gmail.com>
|
||||
* @copyright Copyright (c) 2008-2014 Pepijn Over <pep@neanderthal-technology.com>
|
||||
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
|
||||
* @version Release: @package_version@
|
||||
* @link http://phpservermon.neanderthal-technology.com/
|
||||
**/
|
||||
|
||||
$sm_lang = array(
|
||||
'system' => array(
|
||||
'title' => 'Server Monitor',
|
||||
'servers' => 'Servidores',
|
||||
'users' => 'Usuários',
|
||||
'log' => 'Log',
|
||||
'status' => 'Status',
|
||||
'update' => 'Atualização',
|
||||
'config' => 'Configuração',
|
||||
'help' => 'Ajuda',
|
||||
'install' => 'Install',
|
||||
'action' => 'Ação',
|
||||
'save' => 'Salvar',
|
||||
'edit' => 'Editar',
|
||||
'delete' => 'Excluir',
|
||||
'deleted' => 'Registro excluído',
|
||||
'date' => 'Data',
|
||||
'message' => 'Mensagem',
|
||||
'yes' => 'Sim',
|
||||
'no' => 'Não',
|
||||
'edit' => 'Editar',
|
||||
'insert' => 'Inserir',
|
||||
'add_new' => 'Adicionar novo?',
|
||||
'update_available' => 'Uma atualização disponível em <a href="http://phpservermon.sourceforge.net" target="_blank">http://phpservermon.sourceforge.net</a>.',
|
||||
'back_to_top' => 'Voltar ao topo',
|
||||
),
|
||||
'users' => array(
|
||||
'user' => 'usuário',
|
||||
'name' => 'Nome',
|
||||
'mobile' => 'Celular',
|
||||
'email' => 'Email',
|
||||
'updated' => 'Usuário atualizado.',
|
||||
'inserted' => 'Usuário adicionado.',
|
||||
),
|
||||
'log' => array(
|
||||
'title' => 'Entradas do Log',
|
||||
'type' => 'Tipo',
|
||||
'status' => 'Status',
|
||||
'email' => 'Email',
|
||||
'sms' => 'SMS',
|
||||
),
|
||||
'servers' => array(
|
||||
'server' => 'Servidor',
|
||||
'label' => 'Etiqueta',
|
||||
'domain' => 'Domínio/IP',
|
||||
'port' => 'Porta',
|
||||
'type' => 'Tipo',
|
||||
'pattern' => 'Search string/pattern',
|
||||
'last_check' => 'Última verificação',
|
||||
'last_online' => 'Última vez online',
|
||||
'monitoring' => 'Monitoramento',
|
||||
'send_email' => 'Enviar Email',
|
||||
'send_sms' => 'Enviar SMS',
|
||||
'updated' => 'Servidor atualizado.',
|
||||
'inserted' => 'Servidor adicionar.',
|
||||
'rtime' => 'Tempo de resposta',
|
||||
),
|
||||
'config' => array(
|
||||
'general' => 'Geral',
|
||||
'language' => 'Idioma',
|
||||
'language_en' => 'Inglês',
|
||||
'language_nl' => 'Holandês',
|
||||
'language_fr' => 'Francês',
|
||||
'language_de' => 'Alemão',
|
||||
'language_kr' => 'Koreano',
|
||||
'language_br' => 'Portugês - Brasil',
|
||||
'show_update' => 'verificar atualizações semanalmente?',
|
||||
'email_status' => 'Habilitar envio de email?',
|
||||
'email_from_email' => 'Endereço do envio de email',
|
||||
'email_from_name' => 'Nome do envio de email',
|
||||
'sms_status' => 'Habilitar o envio de mensagem de texto?',
|
||||
'sms_gateway' => 'Gateway para o uso de envio de mensagens',
|
||||
'sms_gateway_mosms' => 'Mosms',
|
||||
'sms_gateway_mollie' => 'Mollie',
|
||||
'sms_gateway_spryng' => 'Spryng',
|
||||
'sms_gateway_inetworx' => 'Inetworx',
|
||||
'sms_gateway_clickatell' => 'Clickatell',
|
||||
'sms_gateway_textmarketer' => 'Textmarketer',
|
||||
'sms_gateway_username' => 'Usuário do Gateway',
|
||||
'sms_gateway_password' => 'Senha do Gateway',
|
||||
'sms_from' => 'Número de telefone de envio',
|
||||
'alert_type' => 'Selecione como você gostaria de ser notificado.<br/>',
|
||||
'alert_type_description' => '<b>Mudança de Status:</b> '.
|
||||
'Você receberá uma notificação quando o seridor tive uma mudança de status. De online -> offline ou offline -> online.<br/>'.
|
||||
'<br /><b>Offline:</b> '.
|
||||
'Você receberá uma notificação quando o servidor fica OFFLINE (Pela primeira vez). Por exemplo, '.
|
||||
'A cronjob é a cada 15 minutos e seu servidor caiu em 1:00 e permanece offline até 6 am. '.
|
||||
'Você receberá uma notificação a 1:00 apenas<br/>'.
|
||||
'<br><b>Sempre:</b> '.
|
||||
'Você receberá uma notificação toda vez que o script é executado e um site esta offline, mesmo se o site tenha ficado '.
|
||||
'offline por horas.',
|
||||
'alert_type_status' => 'Mudança de Status',
|
||||
'alert_type_offline' => 'Offline',
|
||||
'alert_type_always' => 'Sempre',
|
||||
'log_status' => 'Log status<br/><div class="small">Se o status de registro é definido como TRUE, o monitor irá registrar o evento sempre que as configurações de notificação forem passadas</div>',
|
||||
'log_email' => 'Registrar no Log os envios de email feitos pelo script?',
|
||||
'log_sms' => 'Registrar no Log os envios de mensagens de texto feitos pelo script?',
|
||||
'updated' => 'A configuração foi atualizada.',
|
||||
'settings_email' => 'Configuração de email',
|
||||
'settings_sms' => 'Configuração de mensagens de texto',
|
||||
'settings_notification' => 'Configuração de notificações',
|
||||
'settings_log' => 'Configuração de Logs',
|
||||
'auto_refresh_servers' =>
|
||||
'Atualizar automaticamente a página de servidores<br/>'.
|
||||
'<div class="small">'.
|
||||
'Tempo em segundos, Se 0 a página não será atualizada.'.
|
||||
'</div>',
|
||||
),
|
||||
// for newlines in the email messages use <br/>
|
||||
'notifications' => array(
|
||||
'off_sms' => 'Servidor \'%LABEL%\' está OFFLINE: ip=%IP%, porta=%PORT%. Erro=%ERROR%',
|
||||
'off_email_subject' => 'IMPORTANTE: Servidor \'%LABEL%\' está OFFLINE',
|
||||
'off_email_body' => "Falha ao conectar ao servidor:<br/><br/>Servidor: %LABEL%<br/>IP: %IP%<br/>Porta: %PORT%<br/>Erro: %ERROR%<br/>Data: %DATE%",
|
||||
'on_sms' => 'Servidor \'%LABEL%\' esta ONLINE: ip=%IP%, porta=%PORT%',
|
||||
'on_email_subject' => 'IMPORTANTE: Servidor \'%LABEL%\' esta ONLINE',
|
||||
'on_email_body' => "Servidor '%LABEL%' esta ONLINE novamente:<br/><br/>Servidor: %LABEL%<br/>IP: %IP%<br/>Porta: %PORT%<br/>Data: %DATE%",
|
||||
),
|
||||
);
|
||||
|
||||
?>
|
|
@ -31,9 +31,11 @@ $sm_lang = array(
|
|||
'servers' => 'Server',
|
||||
'users' => 'Benutzer',
|
||||
'log' => 'Log',
|
||||
'status' => 'Status',
|
||||
'update' => 'Updates',
|
||||
'config' => 'Einstellungen',
|
||||
'help' => 'Hilfe',
|
||||
'install' => 'Install',
|
||||
'action' => 'Aktion',
|
||||
'save' => 'Speichern',
|
||||
'edit' => 'Bearbeiten',
|
||||
|
@ -70,6 +72,7 @@ $sm_lang = array(
|
|||
'domain' => 'Domain/IP',
|
||||
'port' => 'Port',
|
||||
'type' => 'Type',
|
||||
'pattern' => 'Search string/pattern',
|
||||
'last_check' => 'Letzter Check',
|
||||
'last_online' => 'Letztes mal Online',
|
||||
'monitoring' => 'Monitoring',
|
||||
|
@ -87,6 +90,7 @@ $sm_lang = array(
|
|||
'language_fr' => 'French',
|
||||
'language_de' => 'German',
|
||||
'language_kr' => 'Korean',
|
||||
'language_br' => 'Portuguese - Brazilian',
|
||||
'show_update' => 'Updats wöchentlich prüfen?',
|
||||
'email_status' => 'Email senden erlauben?',
|
||||
'email_from_email' => 'Email from address',
|
||||
|
|
|
@ -31,9 +31,11 @@ $sm_lang = array(
|
|||
'servers' => 'Servers',
|
||||
'users' => 'Users',
|
||||
'log' => 'Log',
|
||||
'status' => 'Status',
|
||||
'update' => 'Update',
|
||||
'config' => 'Config',
|
||||
'help' => 'Help',
|
||||
'install' => 'Install',
|
||||
'action' => 'Action',
|
||||
'save' => 'Save',
|
||||
'edit' => 'Edit',
|
||||
|
@ -70,6 +72,7 @@ $sm_lang = array(
|
|||
'domain' => 'Domain/IP',
|
||||
'port' => 'Port',
|
||||
'type' => 'Type',
|
||||
'pattern' => 'Search string/pattern',
|
||||
'last_check' => 'Last check',
|
||||
'last_online' => 'Last online',
|
||||
'monitoring' => 'Monitoring',
|
||||
|
@ -87,6 +90,7 @@ $sm_lang = array(
|
|||
'language_fr' => 'French',
|
||||
'language_de' => 'German',
|
||||
'language_kr' => 'Korean',
|
||||
'language_br' => 'Portuguese - Brazilian',
|
||||
'show_update' => 'Check for new updates weekly?',
|
||||
'email_status' => 'Allow sending email?',
|
||||
'email_from_email' => 'Email from address',
|
||||
|
|
|
@ -31,9 +31,11 @@ $sm_lang = array(
|
|||
'servers' => 'Serveurs',
|
||||
'users' => 'Utilisateurs',
|
||||
'log' => 'Evenements',
|
||||
'status' => 'Status',
|
||||
'update' => 'Mise à jour',
|
||||
'config' => 'Configuration',
|
||||
'help' => 'Aide',
|
||||
'install' => 'Install',
|
||||
'action' => 'Action',
|
||||
'save' => 'Enregistrer',
|
||||
'edit' => 'Editer',
|
||||
|
@ -70,6 +72,7 @@ $sm_lang = array(
|
|||
'domain' => 'Domaine/IP',
|
||||
'port' => 'Port',
|
||||
'type' => 'Type',
|
||||
'pattern' => 'Search string/pattern',
|
||||
'last_check' => 'Dernière vérification',
|
||||
'last_online' => 'Dernière fois OK',
|
||||
'monitoring' => 'Supervision',
|
||||
|
@ -87,6 +90,7 @@ $sm_lang = array(
|
|||
'language_fr' => 'Francais',
|
||||
'language_de' => 'German',
|
||||
'language_kr' => 'Korean',
|
||||
'language_br' => 'Portuguese - Brazilian',
|
||||
'show_update' => 'Vérifier les nouvelles mis à jour hebdomadairement?',
|
||||
'email_status' => 'Autoriser l envoi de mail?',
|
||||
'email_from_email' => 'Expéditeur',
|
||||
|
|
|
@ -32,9 +32,11 @@ $sm_lang = array(
|
|||
'servers' => '서버목록',
|
||||
'users' => '사용자',
|
||||
'log' => '로그',
|
||||
'status' => 'Status',
|
||||
'update' => '업데이트',
|
||||
'config' => '설정',
|
||||
'help' => '도움말',
|
||||
'install' => 'Install',
|
||||
'action' => 'Action',
|
||||
'save' => '저장',
|
||||
'edit' => '수정',
|
||||
|
@ -71,6 +73,7 @@ $sm_lang = array(
|
|||
'domain' => 'Domain/IP',
|
||||
'port' => 'Port',
|
||||
'type' => 'Type',
|
||||
'pattern' => 'Search string/regex',
|
||||
'last_check' => '최근체크',
|
||||
'last_online' => '최근접속',
|
||||
'monitoring' => '확인중',
|
||||
|
@ -88,6 +91,7 @@ $sm_lang = array(
|
|||
'language_fr' => '프랑스',
|
||||
'language_de' => '독일',
|
||||
'language_kr' => '한국',
|
||||
'language_br' => 'Portuguese - Brazilian',
|
||||
'show_update' => '매주 업데이트를 확인하시겠습니까?',
|
||||
'email_status' => '메일전송 허용',
|
||||
'email_from_email' => 'Email 주소',
|
||||
|
|
|
@ -31,9 +31,11 @@ $sm_lang = array(
|
|||
'servers' => 'Servers',
|
||||
'users' => 'Gebruikers',
|
||||
'log' => 'Log',
|
||||
'status' => 'Status',
|
||||
'update' => 'Update',
|
||||
'config' => 'Config',
|
||||
'help' => 'Help',
|
||||
'install' => 'Install',
|
||||
'action' => 'Actie',
|
||||
'save' => 'Opslaan',
|
||||
'edit' => 'Wijzig',
|
||||
|
@ -70,6 +72,7 @@ $sm_lang = array(
|
|||
'domain' => 'Domein/IP',
|
||||
'port' => 'Poort',
|
||||
'type' => 'Type',
|
||||
'pattern' => 'Zoek voor tekst/regex',
|
||||
'last_check' => 'Laatst gecontroleerd',
|
||||
'last_online' => 'Laatst online',
|
||||
'monitoring' => 'Monitoring',
|
||||
|
@ -87,6 +90,7 @@ $sm_lang = array(
|
|||
'language_fr' => 'Frans',
|
||||
'language_de' => 'Duits',
|
||||
'language_kr' => 'Koreaans',
|
||||
'language_br' => 'Portugees - Braziliaans',
|
||||
'show_update' => 'Check for new updates weekly?',
|
||||
'email_status' => 'Sta email berichten toe?',
|
||||
'email_from_email' => 'Email van adres',
|
||||
|
|
|
@ -26,13 +26,10 @@
|
|||
**/
|
||||
|
||||
namespace psm\Module;
|
||||
use psm\Service\Database;
|
||||
use psm\Service\Template;
|
||||
|
||||
abstract class Core {
|
||||
/**
|
||||
* Custom message
|
||||
* @var string $message
|
||||
*/
|
||||
public $message;
|
||||
abstract class AbstractModule implements ModuleInterface {
|
||||
|
||||
/**
|
||||
* Current mode. Can be used by modules to determine
|
||||
|
@ -41,21 +38,57 @@ abstract class Core {
|
|||
*/
|
||||
public $mode;
|
||||
|
||||
/**
|
||||
* Current action
|
||||
* @var string $action
|
||||
*/
|
||||
protected $action;
|
||||
|
||||
/**
|
||||
* Default action
|
||||
* @var string $action_default
|
||||
* @see setActions()
|
||||
*/
|
||||
protected $action_default;
|
||||
|
||||
/**
|
||||
* Actions available for this module
|
||||
* @var array $actions
|
||||
* @see setActions()
|
||||
* @see getAction()
|
||||
*/
|
||||
protected $actions = array();
|
||||
|
||||
/**
|
||||
* Add footer to page?
|
||||
* @var boolean $add_footer
|
||||
* @see addFooter()
|
||||
*/
|
||||
protected $add_footer = true;
|
||||
|
||||
/**
|
||||
* smDatabase object
|
||||
* @var object $db
|
||||
* Add menu to page?
|
||||
* @var boolean $add_menu
|
||||
* @see addMenu()
|
||||
*/
|
||||
protected $add_menu = true;
|
||||
|
||||
/**
|
||||
* Messages to show the user
|
||||
* @var array $messages
|
||||
* @see getMessage()
|
||||
*/
|
||||
protected $messages = array();
|
||||
|
||||
/**
|
||||
* Database object
|
||||
* @var \psm\Service\Database $db
|
||||
*/
|
||||
protected $db;
|
||||
|
||||
/**
|
||||
* \psm\Template object
|
||||
* @var object $tpl
|
||||
* Template object
|
||||
* @var \psm\Service\Template $tpl
|
||||
*/
|
||||
protected $tpl;
|
||||
|
||||
|
@ -66,13 +99,48 @@ abstract class Core {
|
|||
*/
|
||||
protected $tpl_id;
|
||||
|
||||
function __construct() {
|
||||
global $db;
|
||||
function __construct(Database $db, Template $tpl) {
|
||||
$this->db = $db;
|
||||
$this->tpl = $tpl;
|
||||
}
|
||||
|
||||
$this->db = ($db) ? $db : new \psm\Database();
|
||||
$this->tpl = new \psm\Template();
|
||||
/**
|
||||
* Initialize the module
|
||||
*/
|
||||
public function initialize() {
|
||||
// yeh baby, "initialize" me..
|
||||
// right, anyway, lets determine the aciton
|
||||
$action = null;
|
||||
|
||||
if(isset($_GET['action'])) {
|
||||
$action = $_GET['action'];
|
||||
} elseif(isset($_POST['action'])) {
|
||||
$action = $_POST['action'];
|
||||
}
|
||||
if($action !== null && in_array($action, $this->actions)) {
|
||||
// we have an action
|
||||
$this->initializeAction($action);
|
||||
} elseif($this->action_default !== null) {
|
||||
$this->initializeAction($this->action_default);
|
||||
} else {
|
||||
// else what..?
|
||||
}
|
||||
|
||||
$this->createHTML();
|
||||
}
|
||||
|
||||
/**
|
||||
* Run a specified action
|
||||
*
|
||||
* For it to run, the "execute$action" method must exist
|
||||
* @param string $action
|
||||
*/
|
||||
protected function initializeAction($action) {
|
||||
$this->action = $action;
|
||||
$method = 'execute' . ucfirst($action);
|
||||
if(method_exists($this, $method)) {
|
||||
$this->$method();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -80,35 +148,37 @@ abstract class Core {
|
|||
* First the createHTMLLabels() will be called to add all labels to the template,
|
||||
* Then the tpl_id set in $this->getTemplateId() will be added to the main template automatically
|
||||
*/
|
||||
public function createHTML() {
|
||||
// add footer to page?
|
||||
if($this->add_footer) {
|
||||
$this->tpl->newTemplate('main_footer', 'main.tpl.html');
|
||||
$html_footer = $this->tpl->getTemplate('main_footer');
|
||||
} else {
|
||||
$html_footer = '';
|
||||
}
|
||||
|
||||
protected function createHTML() {
|
||||
if(psm_get_conf('show_update')) {
|
||||
// user wants updates, lets see what we can do
|
||||
$this->createHTMLUpdateAvailable();
|
||||
}
|
||||
$tpl_data = array(
|
||||
'message' => (empty($this->messages)) ? ' ' : implode('<br/>', $this->messages),
|
||||
);
|
||||
// add menu to page?
|
||||
if($this->add_menu) {
|
||||
$this->tpl->newTemplate('main_menu', 'main.tpl.html');
|
||||
$tpl_data['html_menu'] = $this->tpl->getTemplate('main_menu');
|
||||
}
|
||||
// add footer to page?
|
||||
if($this->add_footer) {
|
||||
$this->tpl->newTemplate('main_footer', 'main.tpl.html');
|
||||
$tpl_data['html_footer'] = $this->tpl->getTemplate('main_footer');
|
||||
}
|
||||
|
||||
$this->createHTMLLabels();
|
||||
$tpl_id_content = $this->getTemplateId();
|
||||
if($tpl_id_content) {
|
||||
$tpl_data['content'] = $this->tpl->getTemplate($tpl_id_content);
|
||||
}
|
||||
|
||||
// add the module's custom template to the main template to get some content
|
||||
$this->tpl->addTemplatedata(
|
||||
'main',
|
||||
array(
|
||||
'content' => $this->tpl->getTemplate($this->getTemplateId()),
|
||||
'message' => ($this->message == '') ? ' ' : $this->message,
|
||||
'html_footer' => $html_footer,
|
||||
'label_back_to_top' => psm_get_lang('system', 'back_to_top'),
|
||||
)
|
||||
);
|
||||
$this->setTemplateId('main');
|
||||
$this->tpl->addTemplatedata($this->getTemplateId(), $tpl_data);
|
||||
$this->createHTMLLabels();
|
||||
|
||||
// display main template
|
||||
echo $this->tpl->display('main');
|
||||
echo $this->tpl->display($this->getTemplateId());
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -120,12 +190,7 @@ abstract class Core {
|
|||
|
||||
if(psm_check_updates()) {
|
||||
// yay, new update available =D
|
||||
$this->tpl->addTemplateData(
|
||||
'main',
|
||||
array(
|
||||
'update_available' => '<div id="update">'.psm_get_lang('system', 'update_available').'</div>',
|
||||
)
|
||||
);
|
||||
$this->addMessage(psm_get_lang('system', 'update_available'));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -146,9 +211,11 @@ abstract class Core {
|
|||
'label_servers' => psm_get_lang('system', 'servers'),
|
||||
'label_users' => psm_get_lang('system', 'users'),
|
||||
'label_log' => psm_get_lang('system', 'log'),
|
||||
'label_status' => psm_get_lang('system', 'status'),
|
||||
'label_config' => psm_get_lang('system', 'config'),
|
||||
'label_update' => psm_get_lang('system', 'update'),
|
||||
'label_help' => psm_get_lang('system', 'help'),
|
||||
'label_back_to_top' => psm_get_lang('system', 'back_to_top'),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
@ -187,6 +254,59 @@ abstract class Core {
|
|||
protected function addFooter($value) {
|
||||
$this->add_footer = $value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide or show the menu of the page
|
||||
* @param boolean $value
|
||||
*/
|
||||
protected function addMenu($value) {
|
||||
$this->add_menu = $value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set actions available
|
||||
* @param string|array $actions
|
||||
* @param string $default default action
|
||||
* @param boolean $append if TRUE, the actions will be added to the current actions
|
||||
* @return psm\Module\AbstractModule
|
||||
* @see getAction()
|
||||
*/
|
||||
protected function setActions($actions, $default = null, $append = true) {
|
||||
if(!is_array($actions)) {
|
||||
$actions = array($actions);
|
||||
}
|
||||
if($append) {
|
||||
$this->actions = array_merge($actions);
|
||||
} else {
|
||||
$this->actions = $actions;
|
||||
}
|
||||
if($default !== null) {
|
||||
$this->action_default = $default;
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the current action
|
||||
* @return string
|
||||
* @see setActions()
|
||||
*/
|
||||
public function getAction() {
|
||||
return $this->action;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add one or multiple message to the stack to be displayed to the user
|
||||
* @param string|array $msg
|
||||
* @return \psm\Module\AbstractModule
|
||||
*/
|
||||
public function addMessage($msg) {
|
||||
if(!is_array($msg)) {
|
||||
$msg = array($msg);
|
||||
}
|
||||
$this->messages = array_merge($this->messages, $msg);
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -26,30 +26,25 @@
|
|||
**/
|
||||
|
||||
namespace psm\Module;
|
||||
use psm\Service\Database;
|
||||
use psm\Service\Template;
|
||||
|
||||
class Config extends Core {
|
||||
class Config extends AbstractModule {
|
||||
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
function __construct(Database $db, Template $tpl) {
|
||||
parent::__construct($db, $tpl);
|
||||
|
||||
if(!empty($_POST)) {
|
||||
$this->executeSave();
|
||||
}
|
||||
}
|
||||
|
||||
// override parent::createHTML()
|
||||
public function createHTML() {
|
||||
$this->setTemplateId('config', 'config.tpl.html');
|
||||
|
||||
$this->populateFields();
|
||||
|
||||
return parent::createHTML();
|
||||
$this->setActions(array(
|
||||
'index', 'save',
|
||||
), 'index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Populate all the config fields with values from the database
|
||||
*/
|
||||
public function populateFields() {
|
||||
protected function executeIndex() {
|
||||
$this->setTemplateId('config', 'config.tpl.html');
|
||||
|
||||
$config_db = $this->db->select(
|
||||
PSM_DB_PREFIX . 'config',
|
||||
null,
|
||||
|
@ -105,6 +100,7 @@ class Config extends Core {
|
|||
* and save it to the database
|
||||
*/
|
||||
protected function executeSave() {
|
||||
if(!empty($_POST)) {
|
||||
// save new config
|
||||
$clean = array(
|
||||
'language' => $_POST['language'],
|
||||
|
@ -146,13 +142,15 @@ class Config extends Core {
|
|||
}
|
||||
}
|
||||
|
||||
$this->message = psm_get_lang('config', 'updated');
|
||||
$this->addMessage(psm_get_lang('config', 'updated'));
|
||||
|
||||
if($clean['language'] != psm_get_conf('language')) {
|
||||
header('Location: ' . $_SERVER['REQUEST_URI']);
|
||||
die();
|
||||
}
|
||||
}
|
||||
$this->initializeAction('index');
|
||||
}
|
||||
|
||||
// override parent::createHTMLLabels()
|
||||
protected function createHTMLLabels() {
|
||||
|
|
|
@ -0,0 +1,321 @@
|
|||
<?php
|
||||
/**
|
||||
* PHP Server Monitor
|
||||
* Monitor your servers and websites.
|
||||
*
|
||||
* This file is part of PHP Server Monitor.
|
||||
* PHP Server Monitor 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.
|
||||
*
|
||||
* PHP Server Monitor 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 PHP Server Monitor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @package phpservermon
|
||||
* @author Pepijn Over <pep@neanderthal-technology.com>
|
||||
* @copyright Copyright (c) 2008-2014 Pepijn Over <pep@neanderthal-technology.com>
|
||||
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
|
||||
* @version Release: @package_version@
|
||||
* @link http://phpservermon.neanderthal-technology.com/
|
||||
* @since phpservermon 2.1.0
|
||||
**/
|
||||
|
||||
namespace psm\Module;
|
||||
use psm\Service\Database;
|
||||
use psm\Service\Template;
|
||||
|
||||
class Install extends AbstractModule {
|
||||
|
||||
/**
|
||||
* Result messages to add to the main template
|
||||
* @var array $install_results
|
||||
* @see addResult()
|
||||
*/
|
||||
protected $install_results = array();
|
||||
|
||||
/**
|
||||
* Full path to config file
|
||||
* @var string $path_config
|
||||
*/
|
||||
protected $path_config;
|
||||
|
||||
/**
|
||||
* Full path to old config file (2.0)
|
||||
* @var string $path_config_old
|
||||
*/
|
||||
protected $path_config_old;
|
||||
|
||||
function __construct(Database $db, Template $tpl) {
|
||||
parent::__construct($db, $tpl);
|
||||
|
||||
$this->path_config = PSM_PATH_SRC . '../config.php';
|
||||
$this->path_config_old = PSM_PATH_SRC . '../config.inc.php';
|
||||
|
||||
$this->setActions(array(
|
||||
'index', 'config', 'install'
|
||||
), 'index');
|
||||
}
|
||||
|
||||
protected function createHTML() {
|
||||
$tpl_id_custom = $this->getTemplateId();
|
||||
$this->setTemplateId('install', 'install.tpl.html');
|
||||
$html_install = ($tpl_id_custom) ? $this->tpl->getTemplate($tpl_id_custom) : '';
|
||||
|
||||
$html_results = '';
|
||||
if(!empty($this->install_results)) {
|
||||
$this->tpl->newTemplate('install_results', 'install.tpl.html');
|
||||
$this->tpl->addTemplateDataRepeat('install_results', 'resultmsgs', $this->install_results);
|
||||
$html_results = $this->tpl->getTemplate('install_results');
|
||||
}
|
||||
$this->tpl->addTemplateData($this->getTemplateId(), array(
|
||||
'html_install' => $html_install,
|
||||
'html_results' => $html_results,
|
||||
));
|
||||
|
||||
return parent::createHTML();
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate the main install page with prerequisites
|
||||
*/
|
||||
protected function executeIndex() {
|
||||
$this->addMenu(false);
|
||||
$tpl_data = array();
|
||||
|
||||
// build prerequisites
|
||||
$errors = 0;
|
||||
|
||||
$phpv = phpversion();
|
||||
if(version_compare($phpv, '5.3.0', '<')) {
|
||||
$errors++;
|
||||
$this->addResult('PHP 5.3+ is required to run PHP Server Monitor.', 'error');
|
||||
} else {
|
||||
$this->addResult('PHP version: ' . $phpv);
|
||||
}
|
||||
if(!function_exists('curl_init')) {
|
||||
$this->addResult('PHP is installed without the cURL module. Please install cURL.', 'warning');
|
||||
} else {
|
||||
$this->addResult('cURL installed');
|
||||
}
|
||||
if(!function_exists('mysql_connect')) {
|
||||
$errors++;
|
||||
$this->addResult('php-mysql needs to be installed.', 'error');
|
||||
}
|
||||
|
||||
if($errors > 0) {
|
||||
// cannot continue
|
||||
$this->addResult($errors . ' error(s) have been encountered. Please fix them and refresh this page.', 'error');
|
||||
} else {
|
||||
if(defined('PSM_CONFIG')) {
|
||||
$this->addResult('Configuration file found.');
|
||||
return $this->executeInstall();
|
||||
} else {
|
||||
return $this->executeConfig();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Help the user create a new config file
|
||||
*/
|
||||
protected function executeConfig() {
|
||||
if(defined('PSM_CONFIG')) {
|
||||
return $this->executeInstall();
|
||||
}
|
||||
// first detect "old" config file (2.0)
|
||||
if(file_exists($this->path_config_old)) {
|
||||
// oldtimer huh
|
||||
$this->addResult('Configuration file for v2.0 found.');
|
||||
$this->addResult(
|
||||
'The location of the config file has been changed since the previous version.<br/>' .
|
||||
'We will attempt to create a new config file for you.'
|
||||
, 'warning');
|
||||
$values = $this->parseConfig20();
|
||||
} else {
|
||||
// fresh install
|
||||
$values = $_POST;
|
||||
}
|
||||
|
||||
$config = array(
|
||||
'host' => 'localhost',
|
||||
'name' => '',
|
||||
'user' => '',
|
||||
'pass' => '',
|
||||
'prefix' => 'psm_',
|
||||
);
|
||||
$this->setTemplateId('install_config_new', 'install.tpl.html');
|
||||
|
||||
$changed = false;
|
||||
foreach($config as $ckey => &$cvalue) {
|
||||
if(isset($values[$ckey])) {
|
||||
$changed = true;
|
||||
$cvalue = $values[$ckey];
|
||||
}
|
||||
}
|
||||
// add config to template data for prefilling the form
|
||||
$tpl_data = $config;
|
||||
|
||||
if($changed) {
|
||||
// test db connection
|
||||
$this->db = new \psm\Service\Database(
|
||||
$config['host'],
|
||||
$config['user'],
|
||||
$config['pass'],
|
||||
$config['name']
|
||||
);
|
||||
|
||||
if(is_resource($this->db->getLink())) {
|
||||
$this->addResult('Connection to MySQL successful.');
|
||||
$config_php = $this->writeConfigFile($config);
|
||||
if($config_php === true) {
|
||||
$this->addResult('Configuration file written successfully.');
|
||||
return $this->executeInstall();
|
||||
} else {
|
||||
$this->addResult('Config file is not writable, we cannot save it for you.', 'error');
|
||||
$this->tpl->newTemplate('install_config_new_copy', 'install.tpl.html');
|
||||
$tpl_data['html_config_copy'] = $this->tpl->getTemplate('install_config_new_copy');
|
||||
$tpl_data['php_config'] = $config_php;
|
||||
}
|
||||
} else {
|
||||
$this->addResult('Unable to connect to MySQL. Please check your information.', 'error');
|
||||
}
|
||||
}
|
||||
|
||||
$this->tpl->addTemplateData($this->getTemplateId(), $tpl_data);
|
||||
}
|
||||
|
||||
/**
|
||||
* Parse the 2.0 config file for prefilling
|
||||
* @return array
|
||||
*/
|
||||
protected function parseConfig20() {
|
||||
$config_old = file_get_contents($this->path_config_old);
|
||||
$vars = array(
|
||||
'prefix' => '',
|
||||
'user' => '',
|
||||
'pass' => '',
|
||||
'name' => '',
|
||||
'host' => '',
|
||||
);
|
||||
$pattern = "/define\('SM_DB_{key}', '(.*?)'/u";
|
||||
|
||||
foreach($vars as $key => $value) {
|
||||
$pattern_key = str_replace('{key}', strtoupper($key), $pattern);
|
||||
preg_match($pattern_key, $config_old, $value_matches);
|
||||
$vars[$key] = (isset($value_matches[1])) ? $value_matches[1] : '';
|
||||
}
|
||||
|
||||
return $vars;
|
||||
}
|
||||
|
||||
/**
|
||||
* Execute the upgrade process to a newer version
|
||||
*/
|
||||
protected function executeInstall() {
|
||||
if(!defined('PSM_CONFIG')) {
|
||||
$this->addResult('No valid configuration found.', 'error');
|
||||
return $this->executeConfig();
|
||||
}
|
||||
if(!is_resource($this->db->getLink())) {
|
||||
$this->addResult('MySQL connection failed.', 'error');
|
||||
return;
|
||||
}
|
||||
$queries = new \psm\Util\Install\Queries;
|
||||
$tables = $queries->install();
|
||||
foreach($tables as $name => $sql) {
|
||||
$if_table_exists = $this->db->query("SHOW TABLES LIKE '{$name}'");
|
||||
|
||||
if(!empty($if_table_exists)) {
|
||||
$this->addResult('Table ' . $name . ' already exists in your database!');
|
||||
} else {
|
||||
$this->db->query($sql);
|
||||
$this->addResult('Table ' . $name . ' added.');
|
||||
}
|
||||
}
|
||||
$version_conf = $this->db->selectRow(PSM_DB_PREFIX . 'config', array('key' => 'version'), array('key', 'value'));
|
||||
|
||||
if(empty($version_conf)) {
|
||||
// fresh install
|
||||
$version_from = null;
|
||||
} else {
|
||||
// existing install
|
||||
$version_from = $version_conf['value'];
|
||||
if(strpos($version_from, '.') === false) {
|
||||
// yeah, my bad.. previous version did not follow proper naming scheme
|
||||
$version_from = rtrim(chunk_split($version_from, 1, '.'), '.');
|
||||
}
|
||||
$this->addResult('Upgrade detected, upgrading from ' . $version_from);
|
||||
}
|
||||
$this->addResult('Executing database changes for version ' . PSM_VERSION);
|
||||
$install_queries = $queries->upgrade(PSM_VERSION, $version_from);
|
||||
|
||||
foreach($install_queries as $sql) {
|
||||
$this->db->query($sql);
|
||||
}
|
||||
|
||||
$this->addResult('Installation finished!');
|
||||
$this->setTemplateId('install_success', 'install.tpl.html');
|
||||
}
|
||||
|
||||
/**
|
||||
* Write config file with db variables
|
||||
* @param array $db_vars prefix,user,pass,name,host
|
||||
* @return boolean|string TRUE on success, string with config otherwise
|
||||
*/
|
||||
protected function writeConfigFile($db_vars) {
|
||||
$config =
|
||||
"<?php".PHP_EOL .
|
||||
"define('PSM_CONFIG', true);".PHP_EOL;
|
||||
|
||||
foreach($db_vars as $key => $value) {
|
||||
$line = "define('PSM_DB_{key}', '{value}');".PHP_EOL;
|
||||
$line = str_replace(
|
||||
array('{key}', '{value}'),
|
||||
array(strtoupper($key), $value),
|
||||
$line
|
||||
);
|
||||
$config .= $line;
|
||||
}
|
||||
$config .= "?>".PHP_EOL;
|
||||
if(is_writeable($this->path_config)) {
|
||||
file_put_contents($this->path_config, $config);
|
||||
return true;
|
||||
} else {
|
||||
return $config;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Add install result to be added to the main template
|
||||
* @param string|array $msg
|
||||
* @param string $status success/warning/error
|
||||
* @return \psm\Module\Install
|
||||
*/
|
||||
protected function addResult($msg, $status = 'success') {
|
||||
if(!is_array($msg)) {
|
||||
$msg = array($msg);
|
||||
}
|
||||
if($status == 'error') {
|
||||
$shortcode = 'important';
|
||||
} else {
|
||||
$shortcode = $status;
|
||||
}
|
||||
|
||||
foreach($msg as $m) {
|
||||
$this->install_results[] = array(
|
||||
'message' => $m,
|
||||
'status' => strtoupper($status),
|
||||
'shortcode' => $shortcode,
|
||||
);
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -26,27 +26,24 @@
|
|||
**/
|
||||
|
||||
namespace psm\Module;
|
||||
use psm\Service\Database;
|
||||
use psm\Service\Template;
|
||||
|
||||
/**
|
||||
* Log module. Create the page to view previous log messages
|
||||
*/
|
||||
class Log extends Core {
|
||||
class Log extends AbstractModule {
|
||||
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
function __construct(Database $db, Template $tpl) {
|
||||
parent::__construct($db, $tpl);
|
||||
|
||||
// override parent::createHTML()
|
||||
public function createHTML() {
|
||||
$this->createHTMLList();
|
||||
|
||||
return parent::createHTML();
|
||||
$this->setActions('index', 'index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare the template with a list of all log entries
|
||||
*/
|
||||
protected function createHTMLList() {
|
||||
protected function executeIndex() {
|
||||
$this->setTemplateId('log_list', 'log.tpl.html');
|
||||
|
||||
$entries = array();
|
||||
|
@ -97,7 +94,6 @@ class Log extends Core {
|
|||
)
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -0,0 +1,46 @@
|
|||
<?php
|
||||
/**
|
||||
* PHP Server Monitor
|
||||
* Monitor your servers and websites.
|
||||
*
|
||||
* This file is part of PHP Server Monitor.
|
||||
* PHP Server Monitor 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.
|
||||
*
|
||||
* PHP Server Monitor 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 PHP Server Monitor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @package phpservermon
|
||||
* @author Pepijn Over <pep@neanderthal-technology.com>
|
||||
* @copyright Copyright (c) 2008-2014 Pepijn Over <pep@neanderthal-technology.com>
|
||||
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
|
||||
* @version Release: @package_version@
|
||||
* @link http://phpservermon.neanderthal-technology.com/
|
||||
* @since phpservermon 2.1
|
||||
**/
|
||||
|
||||
namespace psm\Module;
|
||||
use psm\Service\Database;
|
||||
use psm\Service\Template;
|
||||
|
||||
/**
|
||||
* Public API for all modules
|
||||
*/
|
||||
interface ModuleInterface {
|
||||
|
||||
public function __construct(Database $db, Template $tpl);
|
||||
|
||||
/**
|
||||
* Initialize the module
|
||||
*/
|
||||
public function initialize();
|
||||
}
|
||||
|
||||
?>
|
|
@ -26,99 +26,26 @@
|
|||
**/
|
||||
|
||||
namespace psm\Module;
|
||||
use psm\Service\Database;
|
||||
use psm\Service\Template;
|
||||
|
||||
/**
|
||||
* Server module. Add/edit/delete servers, show a list of all servers etc.
|
||||
*/
|
||||
class Servers extends Core {
|
||||
class Servers extends AbstractModule {
|
||||
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
function __construct(Database $db, Template $tpl) {
|
||||
parent::__construct($db, $tpl);
|
||||
|
||||
// check mode
|
||||
if (isset($_GET['edit']) && is_numeric($_GET['edit'])) {
|
||||
// edit mode or insert mode
|
||||
$this->mode = 'update';
|
||||
} else {
|
||||
$this->mode = 'list';
|
||||
|
||||
if(!empty($_POST)) {
|
||||
$this->executeSave();
|
||||
}
|
||||
if(isset($_GET['delete']) && is_numeric($_GET['delete'])) {
|
||||
$this->executeDelete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// override parent::createHTML()
|
||||
public function createHTML() {
|
||||
switch($this->mode) {
|
||||
case 'list':
|
||||
$this->createHTMLList();
|
||||
break;
|
||||
case 'update':
|
||||
$this->createHTMLUpdate();
|
||||
break;
|
||||
}
|
||||
|
||||
return parent::createHTML();
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare the template to show the update screen for a single server
|
||||
*/
|
||||
protected function createHTMLUpdate() {
|
||||
$this->setTemplateId('servers_update', 'servers.tpl.html');
|
||||
|
||||
$server_id = $_GET['edit'];
|
||||
|
||||
$tpl_data = array();
|
||||
|
||||
switch(intval($server_id)) {
|
||||
case 0:
|
||||
// insert mode
|
||||
$tpl_data['titlemode'] = psm_get_lang('system', 'insert');
|
||||
$tpl_data['edit_server_id'] = '0';
|
||||
break;
|
||||
default:
|
||||
// edit mode
|
||||
|
||||
// get server entry
|
||||
$edit_server = $this->db->selectRow(
|
||||
PSM_DB_PREFIX.'servers',
|
||||
array('server_id' => $server_id)
|
||||
);
|
||||
if (empty($edit_server)) {
|
||||
$this->message = 'Invalid server id';
|
||||
return $this->createHTMLList();
|
||||
}
|
||||
|
||||
$tpl_data = array_merge($tpl_data, array(
|
||||
'titlemode' => psm_get_lang('system', 'edit') . ' ' . $edit_server['label'],
|
||||
'edit_server_id' => $edit_server['server_id'],
|
||||
'edit_value_label' => $edit_server['label'],
|
||||
'edit_value_ip' => $edit_server['ip'],
|
||||
'edit_value_port' => $edit_server['port'],
|
||||
'edit_type_selected_' . $edit_server['type'] => 'selected="selected"',
|
||||
'edit_active_selected_' . $edit_server['active'] => 'selected="selected"',
|
||||
'edit_email_selected_' . $edit_server['email'] => 'selected="selected"',
|
||||
'edit_sms_selected_' . $edit_server['sms'] => 'selected="selected"',
|
||||
));
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
$this->tpl->addTemplateData(
|
||||
$this->getTemplateId(),
|
||||
$tpl_data
|
||||
);
|
||||
$this->setActions(array(
|
||||
'index', 'edit', 'save', 'delete',
|
||||
), 'index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare the template to show a list of all servers
|
||||
*/
|
||||
protected function createHTMLList() {
|
||||
protected function executeIndex() {
|
||||
$this->setTemplateId('servers_list', 'servers.tpl.html');
|
||||
|
||||
// get servers from database
|
||||
|
@ -129,6 +56,7 @@ class Servers extends Core {
|
|||
'`port`, '.
|
||||
'`type`, '.
|
||||
'`label`, '.
|
||||
'`pattern`, '.
|
||||
'`status`, '.
|
||||
'`error`, '.
|
||||
'`rtime`, '.
|
||||
|
@ -171,7 +99,56 @@ class Servers extends Core {
|
|||
$this->tpl->addTemplateData('main_auto_refresh', array('seconds' => $auto_refresh));
|
||||
$this->tpl->addTemplateData('main', array('auto_refresh' => $this->tpl->getTemplate('main_auto_refresh')));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare the template to show the update screen for a single server
|
||||
*/
|
||||
protected function executeEdit() {
|
||||
$this->setTemplateId('servers_update', 'servers.tpl.html');
|
||||
|
||||
$server_id = isset($_GET['id']) ? intval($_GET['id']) : 0;
|
||||
|
||||
$tpl_data = array();
|
||||
|
||||
switch(intval($server_id)) {
|
||||
case 0:
|
||||
// insert mode
|
||||
$tpl_data['titlemode'] = psm_get_lang('system', 'insert');
|
||||
$tpl_data['edit_server_id'] = '0';
|
||||
break;
|
||||
default:
|
||||
// edit mode
|
||||
// get server entry
|
||||
$edit_server = $this->db->selectRow(
|
||||
PSM_DB_PREFIX.'servers',
|
||||
array('server_id' => $server_id)
|
||||
);
|
||||
if (empty($edit_server)) {
|
||||
$this->addMessage('Invalid server id');
|
||||
return $this->initializeAction('index');
|
||||
}
|
||||
|
||||
$tpl_data = array_merge($tpl_data, array(
|
||||
'titlemode' => psm_get_lang('system', 'edit') . ' ' . $edit_server['label'],
|
||||
'edit_server_id' => $edit_server['server_id'],
|
||||
'edit_value_label' => $edit_server['label'],
|
||||
'edit_value_ip' => $edit_server['ip'],
|
||||
'edit_value_port' => $edit_server['port'],
|
||||
'edit_value_pattern' => $edit_server['pattern'],
|
||||
'edit_type_selected_' . $edit_server['type'] => 'selected="selected"',
|
||||
'edit_active_selected_' . $edit_server['active'] => 'selected="selected"',
|
||||
'edit_email_selected_' . $edit_server['email'] => 'selected="selected"',
|
||||
'edit_sms_selected_' . $edit_server['sms'] => 'selected="selected"',
|
||||
));
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
$this->tpl->addTemplateData(
|
||||
$this->getTemplateId(),
|
||||
$tpl_data
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -180,46 +157,55 @@ class Servers extends Core {
|
|||
protected function executeSave() {
|
||||
// check for add/edit mode
|
||||
if(isset($_POST['label']) && isset($_POST['ip']) && isset($_POST['port'])) {
|
||||
$server_id = isset($_GET['id']) ? intval($_GET['id']) : 0;
|
||||
|
||||
$clean = array(
|
||||
'label' => strip_tags($_POST['label']),
|
||||
'ip' => strip_tags($_POST['ip']),
|
||||
'port' => strip_tags($_POST['port']),
|
||||
// @todo validate the following values
|
||||
'type' => $_POST['type'],
|
||||
'pattern' => $_POST['pattern'],
|
||||
'active' => $_POST['active'],
|
||||
'email' => $_POST['email'],
|
||||
'sms' => $_POST['sms'],
|
||||
);
|
||||
|
||||
// check for edit or add
|
||||
if ((int) $_POST['server_id'] > 0) {
|
||||
if($server_id > 0) {
|
||||
// edit
|
||||
$this->db->save(
|
||||
PSM_DB_PREFIX.'servers',
|
||||
$clean,
|
||||
array('server_id' => $_POST['server_id'])
|
||||
array('server_id' => $server_id)
|
||||
);
|
||||
$this->message = psm_get_lang('servers', 'updated');
|
||||
$this->addMessage(psm_get_lang('servers', 'updated'));
|
||||
} else {
|
||||
// add
|
||||
$clean['status'] = 'on';
|
||||
$this->db->save(PSM_DB_PREFIX.'servers', $clean);
|
||||
$this->message = psm_get_lang('servers', 'inserted');
|
||||
$this->addMessage(psm_get_lang('servers', 'inserted'));
|
||||
}
|
||||
}
|
||||
$this->initializeAction('index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Executes the deletion of one of the servers
|
||||
*/
|
||||
protected function executeDelete() {
|
||||
if(isset($_GET['id'])) {
|
||||
$id = intval($_GET['id']);
|
||||
// do delete
|
||||
$this->db->delete(
|
||||
PSM_DB_PREFIX . 'servers',
|
||||
array(
|
||||
'server_id' => $_GET['delete']
|
||||
'server_id' => $id,
|
||||
)
|
||||
);
|
||||
$this->message = psm_get_lang('system', 'deleted');
|
||||
$this->addMessage(psm_get_lang('system', 'deleted'));
|
||||
}
|
||||
$this->initializeAction('index');
|
||||
}
|
||||
|
||||
// override parent::createHTMLLabels()
|
||||
|
@ -231,6 +217,7 @@ class Servers extends Core {
|
|||
'label_domain' => psm_get_lang('servers', 'domain'),
|
||||
'label_port' => psm_get_lang('servers', 'port'),
|
||||
'label_type' => psm_get_lang('servers', 'type'),
|
||||
'label_pattern' => psm_get_lang('servers', 'pattern'),
|
||||
'label_last_check' => psm_get_lang('servers', 'last_check'),
|
||||
'label_rtime' => psm_get_lang('servers', 'rtime'),
|
||||
'label_last_online' => psm_get_lang('servers', 'last_online'),
|
||||
|
|
|
@ -27,28 +27,25 @@
|
|||
**/
|
||||
|
||||
namespace psm\Module;
|
||||
use psm\Service\Database;
|
||||
use psm\Service\Template;
|
||||
|
||||
/**
|
||||
* Status module
|
||||
*/
|
||||
class Status extends Core {
|
||||
class Status extends AbstractModule {
|
||||
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
function __construct(Database $db, Template $tpl) {
|
||||
parent::__construct($db, $tpl);
|
||||
|
||||
// override parent::createHTML()
|
||||
public function createHTML() {
|
||||
$this->createHTMLList();
|
||||
|
||||
return parent::createHTML();
|
||||
$this->setActions('index', 'index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare the template to show a list of all servers
|
||||
* @todo move the background colurs to the config
|
||||
*/
|
||||
protected function createHTMLList() {
|
||||
protected function executeIndex() {
|
||||
$this->setTemplateId('status', 'status.tpl.html');
|
||||
$this->addFooter(false);
|
||||
|
||||
|
@ -68,6 +65,9 @@ class Status extends Core {
|
|||
'offline_fg' => '#f7cece',
|
||||
'online_bg' => '#53a000',
|
||||
'online_fg' => '#d8f7ce',
|
||||
'label_last_check' => psm_get_lang('servers', 'last_check'),
|
||||
'label_last_online' => psm_get_lang('servers', 'last_online'),
|
||||
'label_rtime' => psm_get_lang('servers', 'rtime'),
|
||||
);
|
||||
$this->tpl->addTemplateData($this->getTemplateId(), $tpl_data);
|
||||
|
||||
|
|
|
@ -26,56 +26,33 @@
|
|||
**/
|
||||
|
||||
namespace psm\Module;
|
||||
use psm\Service\Database;
|
||||
use psm\Service\Template;
|
||||
|
||||
/**
|
||||
* User module. Add, edit and delete users, or assign
|
||||
* servers to users.
|
||||
*/
|
||||
class Users extends Core {
|
||||
class Users extends AbstractModule {
|
||||
public $servers;
|
||||
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
function __construct(Database $db, Template $tpl) {
|
||||
parent::__construct($db, $tpl);
|
||||
|
||||
// check mode
|
||||
if (isset($_GET['edit']) && is_numeric($_GET['edit'])) {
|
||||
// edit mode or insert mode
|
||||
$this->mode = 'update';
|
||||
} else {
|
||||
$this->mode = 'list';
|
||||
|
||||
if(!empty($_POST)) {
|
||||
$this->executeSave();
|
||||
}
|
||||
if(isset($_GET['delete']) && is_numeric($_GET['delete'])) {
|
||||
$this->executeDelete();
|
||||
}
|
||||
}
|
||||
$this->setActions(array(
|
||||
'index', 'edit', 'delete', 'save',
|
||||
), 'index');
|
||||
|
||||
$this->servers = $this->db->select(PSM_DB_PREFIX.'servers', null, array('server_id', 'label'));
|
||||
}
|
||||
|
||||
// override parent::createHTML()
|
||||
public function createHTML() {
|
||||
switch($this->mode) {
|
||||
case 'list':
|
||||
$this->createHTMLList();
|
||||
break;
|
||||
case 'update':
|
||||
$this->createHTMLUpdate();
|
||||
break;
|
||||
}
|
||||
|
||||
return parent::createHTML();
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare the template to show the update screen for a user
|
||||
*/
|
||||
protected function createHTMLUpdate() {
|
||||
protected function executeEdit() {
|
||||
$this->setTemplateId('users_update', 'users.tpl.html');
|
||||
|
||||
$user_id = $_GET['edit'];
|
||||
$user_id = isset($_GET['id']) ? intval($_GET['id']) : 0;
|
||||
|
||||
$tpl_data = array();
|
||||
$servers_count = count($this->servers);
|
||||
|
@ -94,15 +71,13 @@ class Users extends Core {
|
|||
break;
|
||||
default:
|
||||
// edit mode
|
||||
|
||||
// get user entry
|
||||
$edit_user = $this->db->selectRow(
|
||||
PSM_DB_PREFIX.'users',
|
||||
array('user_id' => $user_id)
|
||||
);
|
||||
if (empty($edit_user)) {
|
||||
$this->message = 'Invalid user id';
|
||||
return $this->createHTMLList();
|
||||
$this->addMessage('Invalid user.');
|
||||
return $this->initializeAction('index');
|
||||
}
|
||||
|
||||
$tpl_data = array_merge($tpl_data, array(
|
||||
|
@ -137,7 +112,7 @@ class Users extends Core {
|
|||
/**
|
||||
* Prepare the template to show a list of all users
|
||||
*/
|
||||
protected function createHTMLList() {
|
||||
protected function executeIndex() {
|
||||
$this->setTemplateId('users_list', 'users.tpl.html');
|
||||
|
||||
// build label array for the next loop
|
||||
|
@ -174,7 +149,6 @@ class Users extends Core {
|
|||
}
|
||||
// add servers to template
|
||||
$this->tpl->addTemplateDataRepeat($this->getTemplateId(), 'users', $users);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -182,7 +156,6 @@ class Users extends Core {
|
|||
*/
|
||||
protected function executeSave() {
|
||||
// check for add/edit mode
|
||||
|
||||
if (isset($_POST['name']) && isset($_POST['mobile']) && isset($_POST['email'])) {
|
||||
$clean = array(
|
||||
'name' => $_POST['name'],
|
||||
|
@ -190,36 +163,42 @@ class Users extends Core {
|
|||
'email' => $_POST['email'],
|
||||
'server_id' => (isset($_POST['server_id'])) ? implode(',', $_POST['server_id']) : ''
|
||||
);
|
||||
$id = (isset($_GET['id'])) ? intval($_GET['id']) : 0;
|
||||
|
||||
// check for edit or add
|
||||
if ((int) $_POST['user_id'] > 0) {
|
||||
if ((int) $id > 0) {
|
||||
// edit
|
||||
$this->db->save(
|
||||
PSM_DB_PREFIX.'users',
|
||||
$clean,
|
||||
array('user_id' => $_POST['user_id'])
|
||||
array('user_id' => $id)
|
||||
);
|
||||
$this->message = psm_get_lang('users', 'updated');
|
||||
$this->addMessage(psm_get_lang('users', 'updated'));
|
||||
} else {
|
||||
// add
|
||||
$this->db->save(PSM_DB_PREFIX.'users', $clean);
|
||||
$this->message = psm_get_lang('users', 'inserted');
|
||||
$this->addMessage(psm_get_lang('users', 'inserted'));
|
||||
}
|
||||
}
|
||||
$this->initializeAction('index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Executes the deletion of a user
|
||||
*/
|
||||
protected function executeDelete() {
|
||||
// do delete
|
||||
$id = (isset($_GET['id'])) ? intval($_GET['id']) : 0;
|
||||
|
||||
if($id > 0) {
|
||||
$this->db->delete(
|
||||
PSM_DB_PREFIX . 'users',
|
||||
array(
|
||||
'user_id' => $_GET['delete']
|
||||
'user_id' => $id,
|
||||
)
|
||||
);
|
||||
$this->message = psm_get_lang('system', 'deleted');
|
||||
$this->addMessage(psm_get_lang('system', 'deleted'));
|
||||
}
|
||||
$this->initializeAction('index');
|
||||
}
|
||||
|
||||
// override parent::createHTMLLabels()
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* @link http://phpservermon.neanderthal-technology.com/
|
||||
**/
|
||||
|
||||
namespace psm;
|
||||
namespace psm\Service;
|
||||
|
||||
class Database {
|
||||
|
||||
|
@ -35,17 +35,33 @@ class Database {
|
|||
protected $num_rows_found;
|
||||
protected $num_rows_returned;
|
||||
|
||||
function __construct() {
|
||||
// Initizale connection
|
||||
$this->link = mysql_connect(PSM_DB_HOST, PSM_DB_USER, PSM_DB_PASS);
|
||||
|
||||
if (!mysql_select_db(PSM_DB_NAME, $this->link)) {
|
||||
trigger_error(mysql_errno() . ": " . mysql_error());
|
||||
function __construct($host = null, $user = null, $pass = null, $db = null) {
|
||||
if($host != null && $user != null && $pass != null && $db != null) {
|
||||
$this->connect($host, $user, $pass, $db);
|
||||
} elseif(defined('PSM_DB_HOST') && defined('PSM_DB_USER') && defined('PSM_DB_PASS') && defined('PSM_DB_NAME')) {
|
||||
$this->connect(PSM_DB_HOST, PSM_DB_USER, PSM_DB_PASS, PSM_DB_NAME);
|
||||
}
|
||||
}
|
||||
|
||||
// Setting the utf collection
|
||||
mysql_query("SET NAMES utf8;", $this->getLink());
|
||||
mysql_query("SET CHARACTER SET 'utf8';", $this->getLink());
|
||||
/**
|
||||
* Connect to the database
|
||||
* @param string $host
|
||||
* @param string $user
|
||||
* @param string $pass
|
||||
* @param string $db
|
||||
* @return boolean
|
||||
*/
|
||||
protected function connect($host, $user, $pass, $db) {
|
||||
$this->link = mysql_connect($host, $user, $pass);
|
||||
|
||||
if (!mysql_select_db($db, $this->link)) {
|
||||
trigger_error(mysql_errno() . ": " . mysql_error());
|
||||
return false;
|
||||
}
|
||||
|
||||
mysql_query("SET NAMES utf8;", $this->link);
|
||||
mysql_query("SET CHARACTER SET 'utf8';", $this->link);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
|
@ -25,7 +25,7 @@
|
|||
* @link http://phpservermon.neanderthal-technology.com/
|
||||
**/
|
||||
|
||||
namespace psm;
|
||||
namespace psm\Service;
|
||||
|
||||
class Template {
|
||||
protected $output;
|
|
@ -23,6 +23,7 @@
|
|||
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
|
||||
* @version Release: @package_version@
|
||||
* @link http://phpservermon.neanderthal-technology.com/
|
||||
* @since phpservermon 2.1
|
||||
**/
|
||||
|
||||
namespace psm\Txtmsg;
|
||||
|
|
|
@ -0,0 +1,139 @@
|
|||
<?php
|
||||
/**
|
||||
* PHP Server Monitor
|
||||
* Monitor your servers and websites.
|
||||
*
|
||||
* This file is part of PHP Server Monitor.
|
||||
* PHP Server Monitor 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.
|
||||
*
|
||||
* PHP Server Monitor 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 PHP Server Monitor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @package phpservermon
|
||||
* @author Pepijn Over <pep@neanderthal-technology.com>
|
||||
* @copyright Copyright (c) 2008-2014 Pepijn Over <pep@neanderthal-technology.com>
|
||||
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
|
||||
* @version Release: @package_version@
|
||||
* @link http://phpservermon.neanderthal-technology.com/
|
||||
* @since phpservermon 2.1.0
|
||||
**/
|
||||
|
||||
namespace psm\Util\Install;
|
||||
|
||||
/**
|
||||
* Query class provides al queries required for installing/upgrading.
|
||||
*/
|
||||
class Queries {
|
||||
/**
|
||||
* Retrieve table queries for install
|
||||
* @return array
|
||||
*/
|
||||
public function install() {
|
||||
$tables = array(
|
||||
PSM_DB_PREFIX . 'users' => "CREATE TABLE `" . PSM_DB_PREFIX . "users` (
|
||||
`user_id` int(11) NOT NULL auto_increment,
|
||||
`server_id` varchar(255) NOT NULL,
|
||||
`name` varchar(255) NOT NULL,
|
||||
`mobile` varchar(15) NOT NULL,
|
||||
`email` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`user_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;",
|
||||
PSM_DB_PREFIX . 'log' => "CREATE TABLE `" . PSM_DB_PREFIX . "log` (
|
||||
`log_id` int(11) NOT NULL auto_increment,
|
||||
`server_id` int(11) NOT NULL,
|
||||
`type` enum('status','email','sms') NOT NULL,
|
||||
`message` varchar(255) NOT NULL,
|
||||
`datetime` timestamp NOT NULL default CURRENT_TIMESTAMP,
|
||||
`user_id` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`log_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;",
|
||||
PSM_DB_PREFIX . 'servers' => "CREATE TABLE `" . PSM_DB_PREFIX . "servers` (
|
||||
`server_id` int(11) NOT NULL auto_increment,
|
||||
`ip` varchar(100) NOT NULL,
|
||||
`port` int(5) NOT NULL,
|
||||
`label` varchar(255) NOT NULL,
|
||||
`type` enum('service','website') NOT NULL default 'service',
|
||||
`pattern` varchar(255) NOT NULL,
|
||||
`status` enum('on','off') NOT NULL default 'on',
|
||||
`error` varchar(255) NULL,
|
||||
`rtime` FLOAT(9, 7) NULL,
|
||||
`last_online` datetime NULL,
|
||||
`last_check` datetime NULL,
|
||||
`active` enum('yes','no') NOT NULL default 'yes',
|
||||
`email` enum('yes','no') NOT NULL default 'yes',
|
||||
`sms` enum('yes','no') NOT NULL default 'no',
|
||||
PRIMARY KEY (`server_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;",
|
||||
PSM_DB_PREFIX . 'config' => "CREATE TABLE `" . PSM_DB_PREFIX . "config` (
|
||||
`key` varchar(255) NOT NULL,
|
||||
`value` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`key`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;",
|
||||
);
|
||||
return $tables;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get queries for upgrading
|
||||
* @param string $version
|
||||
* @param string $version_from
|
||||
* @return array
|
||||
*/
|
||||
public function upgrade($version, $version_from = null) {
|
||||
$queries = array();
|
||||
|
||||
if($version_from === null) {
|
||||
$queries[] = "INSERT INTO `" . PSM_DB_PREFIX . "users` (`server_id`, `name`, `mobile`, `email`) VALUES ('1,2', 'example_user', '0123456789', 'user@example.com')";
|
||||
$queries[] = "INSERT INTO `" . PSM_DB_PREFIX . "servers` (`ip`, `port`, `label`, `type`, `status`, `error`, `rtime`, `last_online`, `last_check`, `active`, `email`, `sms`) VALUES ('http://sourceforge.net/index.php', 80, 'SourceForge', 'website', 'on', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'yes', 'yes', 'yes'), ('smtp.gmail.com', 465, 'Gmail SMTP', 'service', 'on', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'yes', 'yes', 'yes')";
|
||||
$queries[] = "INSERT INTO `" . PSM_DB_PREFIX . "config` (`key`, `value`) VALUE
|
||||
('language', 'en'),
|
||||
('email_status', '1'),
|
||||
('email_from_email', 'monitor@example.org'),
|
||||
('email_from_name', 'Server Monitor'),
|
||||
('sms_status', '1'),
|
||||
('sms_gateway', 'mollie'),
|
||||
('sms_gateway_username', 'username'),
|
||||
('sms_gateway_password', 'password'),
|
||||
('sms_from', '1234567890'),
|
||||
('alert_type', 'status'),
|
||||
('log_status', '1'),
|
||||
('log_email', '1'),
|
||||
('log_sms', '1'),
|
||||
('version', '{$version}'),
|
||||
('auto_refresh_servers', '0'),
|
||||
('show_update', '1'),
|
||||
('last_update_check', '0'),
|
||||
('cron_running', '0'),
|
||||
('cron_running_time', '0');";
|
||||
} else {
|
||||
if(version_compare($version_from, '2.1.0', '<')) {
|
||||
// 2.0 upgrade
|
||||
$queries[] = "ALTER TABLE `" . PSM_DB_PREFIX . "config` DROP `config_id`;";
|
||||
$queries[] = "ALTER TABLE `" . PSM_DB_PREFIX . "config` ADD PRIMARY KEY ( `key` );";
|
||||
$queries[] = "ALTER TABLE `" . PSM_DB_PREFIX . "config` DROP INDEX `key`;";
|
||||
$queries[] = "INSERT INTO `" . PSM_DB_PREFIX . "config` (`key`, `value`) VALUES ('cron_running', '0');";
|
||||
$queries[] = "INSERT INTO `" . PSM_DB_PREFIX . "config` (`key`, `value`) VALUES ('cron_running_time', '0');";
|
||||
|
||||
$queries[] = "ALTER TABLE `" . PSM_DB_PREFIX . "servers` CHANGE `error` `error` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL;";
|
||||
$queries[] = "ALTER TABLE `" . PSM_DB_PREFIX . "servers` CHANGE `rtime` `rtime` FLOAT( 9, 7 ) NULL;";
|
||||
$queries[] = "ALTER TABLE `" . PSM_DB_PREFIX . "servers` CHANGE `last_online` `last_online` DATETIME NULL;";
|
||||
$queries[] = "ALTER TABLE `" . PSM_DB_PREFIX . "servers` CHANGE `last_check` `last_check` DATETIME NULL;";
|
||||
$queries[] = "ALTER TABLE `" . PSM_DB_PREFIX . "servers` ADD `pattern` VARCHAR( 255 ) NOT NULL AFTER `type`;";
|
||||
|
||||
|
||||
}
|
||||
$queries[] = "UPDATE `" . PSM_DB_PREFIX . "config` SET `value` = '{$version}' WHERE `key` = 'version';";
|
||||
}
|
||||
return $queries;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -25,9 +25,9 @@
|
|||
* @link http://phpservermon.neanderthal-technology.com/
|
||||
**/
|
||||
|
||||
namespace psm;
|
||||
namespace psm\Util\Updater;
|
||||
|
||||
class UpdaterStatus {
|
||||
class Status {
|
||||
public $error;
|
||||
public $notify;
|
||||
public $rtime = 0;
|
||||
|
@ -130,10 +130,11 @@ class UpdaterStatus {
|
|||
curl_setopt ($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11');
|
||||
|
||||
// We're only interested in the header, because that should tell us plenty!
|
||||
// unless we have a pattern to search for!
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_NOBODY, true);
|
||||
curl_setopt($ch, CURLOPT_NOBODY, ($this->server['pattern'] != '' ? false : true));
|
||||
|
||||
$headers = curl_exec ($ch);
|
||||
$curl_result = curl_exec ($ch);
|
||||
curl_close ($ch);
|
||||
|
||||
$time = explode(" ", microtime());
|
||||
|
@ -141,7 +142,7 @@ class UpdaterStatus {
|
|||
$this->rtime = ($endtime - $starttime);
|
||||
|
||||
// the first line would be the status code..
|
||||
$status_code = strtok($headers, "\r\n");
|
||||
$status_code = strtok($curl_result, "\r\n");
|
||||
// keep it general
|
||||
// $code[1][0] = status code
|
||||
// $code[2][0] = name of status code
|
||||
|
@ -163,6 +164,13 @@ class UpdaterStatus {
|
|||
$this->status_new = 'on';
|
||||
}
|
||||
}
|
||||
if($this->server['pattern'] != '') {
|
||||
// Check to see if the pattern was found.
|
||||
if(!preg_match("/{$this->server['pattern']}/i", $curl_result)) {
|
||||
$this->server['error'] = $this->error = 'Pattern not found.';
|
||||
$this->status_new = 'off';
|
||||
}
|
||||
}
|
||||
|
||||
// check if server is available and rerun if asked.
|
||||
if($this->status_new == 'off' && $run < $max_runs) {
|
||||
|
@ -205,10 +213,6 @@ class UpdaterStatus {
|
|||
break;
|
||||
}
|
||||
|
||||
if(!$notify) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// first add to log (we use the same text as the SMS message because its short..)
|
||||
if(psm_get_conf('log_status')) {
|
||||
psm_add_log(
|
||||
|
@ -218,6 +222,10 @@ class UpdaterStatus {
|
|||
);
|
||||
}
|
||||
|
||||
if(!$notify) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// check if email is enabled for this server
|
||||
if(psm_get_conf('email_status') && $this->server['email'] == 'yes') {
|
||||
// send email
|
|
@ -1,7 +1,7 @@
|
|||
<!--%tpl_config-->
|
||||
{config_update}
|
||||
<div class="span12">
|
||||
<form class="form-horizontal well" action="index.php?type=config" id="edit_config" method="post">
|
||||
<form class="form-horizontal well" action="index.php?type=config&action=save" id="edit_config" method="post">
|
||||
<fieldset>
|
||||
<legend>{label_general}</legend>
|
||||
<div class="control-group">
|
||||
|
@ -118,9 +118,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-actions">
|
||||
<input type="hidden" name="server_id" value="{edit_server_id}" />
|
||||
<button class="btn btn-success" type="submit">Save</button>
|
||||
<button class="btn" onclick="history.back();" >Cancel</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -1,53 +1,94 @@
|
|||
<!--%tpl_install-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>PHP Server Monitor</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<!-- Le styles -->
|
||||
<link href="static/plugin/twitter-bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="static/plugin/twitter-bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<link href="static/css/style.css" rel="stylesheet">
|
||||
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="install">
|
||||
<div class="container">
|
||||
|
||||
<div class="hero-unit">
|
||||
<h1>PHP Server Monitor</h1>
|
||||
<h1><img class="pull-right" src="static/opensource.png" width="100" alt="" /> PHP Server Monitor</h1>
|
||||
<p> </p>
|
||||
<p>
|
||||
<a class="btn btn-large" target="_blank" href="http://phpservermon.sourceforge.net">PHP Server Monitor</a>
|
||||
<a class="btn btn-primary btn-large" target="_blank" href="http://phpservermon.neanderthal-technology.com">PHP Server Monitor</a>
|
||||
<a class="btn btn-large" target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>
|
||||
</p>
|
||||
<p>PHP Server Monitor is a script that checks whether the servers on your list are up and running on the selected ports. It comes with a web based user interface where you can add and remove servers or websites from the MySQL database, and you can manage users for each server with a mobile number and email address.</p>
|
||||
<p>To install PHP Server Monitor, please follow the instructions below.</p>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<!--%tpl_repeat_tables-->
|
||||
<div class="alert alert-success">
|
||||
<b>Creating table {name}...</b><br/><br/>
|
||||
{result}
|
||||
<div class="row-fluid">
|
||||
<div class="span12">{html_results}</div>
|
||||
</div>
|
||||
<!--%%tpl_repeat_tables-->
|
||||
{tables}
|
||||
|
||||
<div class="alert alert-info">
|
||||
The installation is complete. Please check above if errors have occured.<br/>
|
||||
If no errors have occured, you can remove this file.<br><br>
|
||||
<a class="btn btn-primary" href="index.php">Click here to go to your index</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{html_install}
|
||||
<!--%%tpl_install-->
|
||||
|
||||
<!--%tpl_install_config_new-->
|
||||
<div class="row-fluid">
|
||||
<div class="span6">
|
||||
<form id="psm_config" class="form-horizontal" action="install.php" method="post">
|
||||
<!--<input type="hidden" name="action" value="config" />-->
|
||||
<h3>Please enter your database info:</h3>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="host">Database host</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="host" name="host" value="{host}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="name">Database name</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="name" name="name" value="{name}" placeholder="db name" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="user">Database user</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="user" name="user" value="{user}" placeholder="db user" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="pass">Database password</label>
|
||||
<div class="controls">
|
||||
<input type="password" id="pass" name="pass" value="{pass}" placeholder="db password" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="prefix">Table prefix</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="prefix" name="prefix" value="{prefix}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<button type="submit" class="btn">Save configuration</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
{html_config_copy}
|
||||
</div>
|
||||
<!--%%tpl_install_config_new-->
|
||||
|
||||
<!--%tpl_install_config_new_copy-->
|
||||
<div class="span6">
|
||||
<h3>Your config file:</h3>
|
||||
<div class="alert alert-error">Unable to save your configuration.</div>
|
||||
<p>Please create a new file in the project directory called "config.php" and copy the information below.</p>
|
||||
<p>After you have copied the configuration, press the button to continue.</p>
|
||||
<p class="pull-left"><textarea rows="10">{php_config}</textarea></p>
|
||||
<p class="offset2"><input type="submit" class="btn btn-primary" value="I have saved the configuration" onclick="location.reload(true);" /></p>
|
||||
</div>
|
||||
<!--%%tpl_install_config_new_copy-->
|
||||
|
||||
<!--%tpl_install_success-->
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
The installation is complete. Please check above if errors have occured.<br/>
|
||||
If no errors have occurred, you are good to go.<br><br>
|
||||
<a class="btn btn-primary" href="index.php">Click here to go to the monitor</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--%%tpl_install_success-->
|
||||
|
||||
<!--%tpl_install_results-->
|
||||
<!--%tpl_repeat_resultmsgs-->
|
||||
<div>
|
||||
<p class="pull-left"><span class="label label-{shortcode}">{status}</span></p>
|
||||
<p class="offset1">{message}</p>
|
||||
</div>
|
||||
<!--%%tpl_repeat_resultmsgs-->
|
||||
{resultmsgs}
|
||||
<!--%%tpl_install_results-->
|
|
@ -19,6 +19,11 @@
|
|||
<script type="text/javascript" src="static/plugin/jquery-1.7.1.min.js"></script>
|
||||
<script type="text/javascript" src="static/plugin/twitter-bootstrap/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="static/js/scripts.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).bind('ready', function(){
|
||||
psm_flash_message();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body data-spy="scroll" data-target=".subnav" data-offset="50">
|
||||
<!-- navbar -->
|
||||
|
@ -31,31 +36,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="index.php">{title}</a>
|
||||
<div class="nav-collapse">
|
||||
<ul class="nav">
|
||||
<li id="nav_option_servers" class="{active_servers}">
|
||||
<a href="index.php?type=servers">{label_servers}</a>
|
||||
</li>
|
||||
<li id="nav_option_users" class="{active_users}">
|
||||
<a href="index.php?type=users">{label_users}</a>
|
||||
</li>
|
||||
<li id="nav_option_log" class="{active_log}">
|
||||
<a href="index.php?type=log">{label_log}</a>
|
||||
</li>
|
||||
<li id="nav_option_config" class="{active_config}">
|
||||
<a href="index.php?type=config">{label_config}</a>
|
||||
</li>
|
||||
<li id="nav_option_status" class="{active_status}">
|
||||
<a href="index.php?type=status">{label_status}Status</a>
|
||||
</li>
|
||||
<li id="nav_option_update">
|
||||
<a href="index.php?action=check">{label_update}</a>
|
||||
</li>
|
||||
<li id="nav_option_help">
|
||||
<a href="http://phpservermon.sourceforge.net" target="_blank">{label_help}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
{html_menu}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -70,33 +51,48 @@
|
|||
<small> </small>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
{content}
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div id="flashmessage" class="alert alert-info hide">{message}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row-fluid">{content}</div>
|
||||
|
||||
{update_available}
|
||||
{html_footer}
|
||||
</div>
|
||||
<!-- /container -->
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).bind('ready', function(){
|
||||
var flashmessage = $('#flashmessage');
|
||||
if(flashmessage.length){
|
||||
var t = flashmessage.html();
|
||||
var c = trim(t);
|
||||
var t = c.replace(' ', '');
|
||||
if(t){
|
||||
flashmessage.slideDown();
|
||||
}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!--%%tpl_main-->
|
||||
|
||||
<!--%tpl_main_menu-->
|
||||
<div class="nav-collapse">
|
||||
<ul class="nav">
|
||||
<li id="nav_option_servers" class="{active_servers}">
|
||||
<a href="index.php?type=servers">{label_servers}</a>
|
||||
</li>
|
||||
<li id="nav_option_users" class="{active_users}">
|
||||
<a href="index.php?type=users">{label_users}</a>
|
||||
</li>
|
||||
<li id="nav_option_log" class="{active_log}">
|
||||
<a href="index.php?type=log">{label_log}</a>
|
||||
</li>
|
||||
<li id="nav_option_status" class="{active_status}">
|
||||
<a href="index.php?type=status">{label_status}</a>
|
||||
</li>
|
||||
<li id="nav_option_config" class="{active_config}">
|
||||
<a href="index.php?type=config">{label_config}</a>
|
||||
</li>
|
||||
<li id="nav_option_update">
|
||||
<a href="index.php?action=check">{label_update}</a>
|
||||
</li>
|
||||
<li id="nav_option_help">
|
||||
<a href="http://phpservermon.sourceforge.net" target="_blank">{label_help}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--%%tpl_main_menu-->
|
||||
|
||||
<!--%tpl_main_auto_refresh-->
|
||||
<meta http-equiv="refresh" content="{seconds}" />
|
||||
<!--%%tpl_main_auto_refresh-->
|
||||
|
@ -105,7 +101,7 @@
|
|||
<footer class="footer">
|
||||
<p class="pull-right"><a href="#">{label_back_to_top}</a></p>
|
||||
<p>
|
||||
Powered by <a href="http://phpservermon.sourceforge.net" target="_blank">PHP Server Monitor</a> and
|
||||
Powered by <a href="http://phpservermon.neanderthal-technology.com" target="_blank">PHP Server Monitor</a> and
|
||||
<a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>
|
||||
<br/>
|
||||
Copyright © 2008-2014 <a href="mailto:pep@neanderthal-technology.com">Pepijn Over</a>
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
<!--%tpl_servers_list-->
|
||||
<div class="span12">
|
||||
|
||||
<div id="flashmessage" class="alert alert-info hide">
|
||||
{message}
|
||||
</div>
|
||||
|
||||
<div class="top_buutons">
|
||||
<a class="btn btn-success" href="index.php?type=servers&edit=0">
|
||||
<a class="btn btn-success" href="index.php?type=servers&action=edit">
|
||||
<i class="icon-plus icon-white"></i>
|
||||
{label_add_new}
|
||||
</a>
|
||||
|
@ -48,7 +43,7 @@
|
|||
<td>{email}</td>
|
||||
<td>{sms}</td>
|
||||
<td>
|
||||
<a class="btn btn-small" href="index.php?type=servers&edit={server_id}" title="{label_edit}">
|
||||
<a class="btn btn-small" href="index.php?type=servers&action=edit&id={server_id}" title="{label_edit}">
|
||||
<i class="icon-pencil"></i>
|
||||
</a>
|
||||
<a class="btn btn-small btn-danger" href="javascript:sm_delete('{server_id}', 'servers');" title="{label_delete}">
|
||||
|
@ -66,7 +61,7 @@
|
|||
|
||||
<!--%tpl_servers_update-->
|
||||
<div class="span12">
|
||||
<form class="form-horizontal well" action="index.php?type=servers" id="edit_server" method="post">
|
||||
<form class="form-horizontal well" action="index.php?type=servers&action=save&id={edit_server_id}" method="post">
|
||||
<fieldset>
|
||||
<legend>{titlemode}</legend>
|
||||
<div class="control-group">
|
||||
|
@ -96,6 +91,12 @@
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="pattern">{label_pattern}</label>
|
||||
<div class="controls">
|
||||
<input type="text" name="pattern" value="{edit_value_pattern}" maxlength="255" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="active">{label_monitoring}</label>
|
||||
<div class="controls">
|
||||
|
@ -124,9 +125,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-actions">
|
||||
<input type="hidden" name="server_id" value="{edit_server_id}" />
|
||||
<button class="btn btn-success" type="submit">Save</button>
|
||||
<button class="btn" onclick="history.back();" >Cancel</button>
|
||||
<button class="btn" onclick="history.back();return false;" >Cancel</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -52,8 +52,8 @@
|
|||
<!--%tpl_repeat_servers_offline-->
|
||||
<div class="entity">
|
||||
<h2>{label}</h2>
|
||||
<p>Last online: {last_online_nice}</p>
|
||||
<p>Last checked: {last_checked_nice}</p>
|
||||
<p>{label_last_online}: {last_online_nice}</p>
|
||||
<p>{label_last_check}: {last_checked_nice}</p>
|
||||
</div>
|
||||
<!--%%tpl_repeat_servers_offline-->
|
||||
{servers_offline}
|
||||
|
@ -62,8 +62,8 @@
|
|||
<!--%tpl_repeat_servers_online-->
|
||||
<div class="entity">
|
||||
<h2>{label}</h2>
|
||||
<p>Last checked: {last_checked_nice}</p>
|
||||
<p>Latency: {rtime}s</p>
|
||||
<p>{label_last_online}: {last_checked_nice}</p>
|
||||
<p>{label_rtime}: {rtime}s</p>
|
||||
</div>
|
||||
<!--%%tpl_repeat_servers_online-->
|
||||
{servers_online}
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
<!--%tpl_users_list-->
|
||||
<div class="span12">
|
||||
<div id="flashmessage" class="alert alert-info hide">
|
||||
{message}
|
||||
</div>
|
||||
<div class="top_buutons">
|
||||
<a class="btn btn-success" href="index.php?type=users&edit=0">
|
||||
<a class="btn btn-success" href="index.php?type=users&action=edit">
|
||||
<i class="icon-plus icon-white"></i>
|
||||
{label_add_new}
|
||||
</a>
|
||||
|
@ -27,7 +24,7 @@
|
|||
<td>{email}</td>
|
||||
<td>{emp_servers}</td>
|
||||
<td>
|
||||
<a class="btn btn-small" href="index.php?type=users&edit={user_id}" title="{label_edit}">
|
||||
<a class="btn btn-small" href="index.php?type=users&action=edit&id={user_id}" title="{label_edit}">
|
||||
<i class="icon-pencil"></i>
|
||||
</a>
|
||||
<a class="btn btn-small btn-danger" href="javascript:sm_delete('{user_id}', 'users');" title="{label_delete}">
|
||||
|
@ -44,7 +41,7 @@
|
|||
|
||||
<!--%tpl_users_update-->
|
||||
<div class="span12">
|
||||
<form class="form-horizontal well" action="index.php?type=users" id="edit_server" method="post">
|
||||
<form class="form-horizontal well" action="index.php?type=users&action=save&id={edit_user_id}" method="post">
|
||||
<fieldset>
|
||||
<legend>{titlemode}</legend>
|
||||
<div class="control-group">
|
||||
|
@ -81,9 +78,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-actions">
|
||||
<input type="hidden" name="user_id" value="{edit_user_id}" />
|
||||
<button class="btn btn-success" type="submit">Save</button>
|
||||
<button class="btn" onclick="history.back();" >Cancel</button>
|
||||
<button class="btn" onclick="history.back();return false;" >Cancel</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
function sm_delete(id, type) {
|
||||
var del = confirm("Are you sure you want to delete this record?");
|
||||
if (del == true) {
|
||||
var loc = 'index.php?delete=' + id + '&type=' + type;
|
||||
var loc = 'index.php?action=delete&id=' + id + '&type=' + type;
|
||||
window.location = loc;
|
||||
}
|
||||
}
|
||||
|
@ -19,3 +19,18 @@ function ltrim(str) {
|
|||
function rtrim(str) {
|
||||
return str.replace(/\s+$/,"");
|
||||
}
|
||||
|
||||
function psm_flash_message(message) {
|
||||
var flashmessage = $('#flashmessage');
|
||||
if(flashmessage.length){
|
||||
if(typeof message != 'undefined') {
|
||||
flashmessage.html(message);
|
||||
}
|
||||
var t = flashmessage.html();
|
||||
var c = trim(t);
|
||||
var t = c.replace(' ', '');
|
||||
if(t){
|
||||
flashmessage.slideDown();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue