2011-08-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* pandoradb_data.sql: Fixed bad sintax query on this script. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4771 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
cab15228e8
commit
d97ccb278d
|
@ -1,3 +1,7 @@
|
|||
2011-08-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* pandoradb_data.sql: Fixed bad sintax query on this script.
|
||||
|
||||
2011-08-18 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extensions/snmp_explorer.php
|
||||
|
|
|
@ -102,7 +102,7 @@ INSERT INTO `tconfig_os` VALUES
|
|||
(12,'Web Server','Web Server/Application','network.png'),
|
||||
(13,'Sensor',' Pandora FMS Hardware Agent (Sensor)','network.png'),
|
||||
(14,'Embedded','Embedded device running a Pandora FMS agent','embedded.png'),
|
||||
(15,'Android','Android agent','android.png');
|
||||
(15,'Android','Android agent','android.png'),
|
||||
(16, 'VMware', 'VMware Architecture', 'so_vmware.png');
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
|
Loading…
Reference in New Issue