2011-01-22 Sancho Lerena <slerena@artica.es>
* pandoradb_data.sql: Updated SQL with version and new embedded "so". * include/config_process.php: Version. * images/os_icons/embedded.png, images/networkmap/14.png: New embedded agent icon. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3765 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0f1e9c220f
commit
1c1146b4a5
|
@ -1,3 +1,12 @@
|
|||
2011-01-22 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandoradb_data.sql: Updated SQL with version and new embedded "so".
|
||||
|
||||
* include/config_process.php: Version.
|
||||
|
||||
* images/os_icons/embedded.png,
|
||||
images/networkmap/14.png: New embedded agent icon.
|
||||
|
||||
2011-01-21 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/reporting/visual_console_builder.elements.php: fixed the show
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 665 B |
|
@ -22,7 +22,7 @@
|
|||
/**
|
||||
* Pandora build version and version
|
||||
*/
|
||||
$build_version = 'PC110111';
|
||||
$build_version = 'PC110121';
|
||||
$pandora_version = 'v4.0dev';
|
||||
|
||||
/* Help to debug problems. Override global PHP configuration */
|
||||
|
|
|
@ -46,8 +46,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
|
|||
('days_compact','15'),
|
||||
('graph_res','5'),
|
||||
('step_compact','1'),
|
||||
('db_scheme_version','3.2'),
|
||||
('db_scheme_build','PD101227'),
|
||||
('db_scheme_version','4.0-dev'),
|
||||
('db_scheme_build','PD110122'),
|
||||
('show_unknown','0'),
|
||||
('show_lastalerts','1'),
|
||||
('style','pandora'),
|
||||
|
@ -96,7 +96,8 @@ INSERT INTO `tconfig_os` VALUES
|
|||
(10,'Other','Other SO','so_other.png'),
|
||||
(11,'Network','Pandora FMS Network Agent','network.png'),
|
||||
(12,'Web Server','Web Server/Application','network.png'),
|
||||
(13,'Octopods','Octopods Pandora FMS Hardware Agent','network.png');
|
||||
(13,'Octopods','Octopods Pandora FMS Hardware Agent','network.png'),
|
||||
(14,'Embedded','Embedded device running a Pandora FMS agent','embedded.png');
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
|
@ -172,7 +173,9 @@ INSERT INTO `tlink` VALUES
|
|||
(2,'Pandora FMS','http://pandorafms.org'),
|
||||
(3,'Report a bug','https://sourceforge.net/tracker/?func=add&group_id=155200&atid=794852'),
|
||||
(4,'Suggest new feature','http://sourceforge.net/tracker/?group_id=155200&atid=794855'),
|
||||
(5,'Module library','http://pandorafms.org/?sec=community&sec2=repository&lng=es');
|
||||
(5,'Module library','http://pandorafms.org/?sec=community&sec2=repository&lng=es'),
|
||||
(6,'Commercial support','http://pandorafms.com');
|
||||
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
|
@ -187,7 +190,9 @@ INSERT INTO `tmodule_group` VALUES
|
|||
(4,'System'),
|
||||
(5,'Miscellaneous'),
|
||||
(6,'Performance'),
|
||||
(7,'Database');
|
||||
(7,'Database'),
|
||||
(8,'Enviromental'),
|
||||
(9,'Users');
|
||||
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
|
Loading…
Reference in New Issue