2009-09-25 Sancho lerena <slerena@artica.es>
* pandoradb.sql: SUSE is not very happy with some comments, fixed. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1973 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6eccaff252
commit
ad42a734a9
|
@ -1,3 +1,8 @@
|
|||
|
||||
2009-09-25 Sancho lerena <slerena@artica.es>
|
||||
|
||||
* pandoradb.sql: SUSE is not very happy with some comments, fixed.
|
||||
|
||||
2009-09-24 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_console/operation/agentes/datos_agente.php: Data in dataview
|
||||
|
|
|
@ -596,17 +596,17 @@ CREATE TABLE IF NOT EXISTS `tserver` (
|
|||
KEY `status` (`status`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--server types:
|
||||
--0 data
|
||||
--1 network
|
||||
--2 snmp trap console
|
||||
--3 recon
|
||||
--4 plugin
|
||||
--5 prediction
|
||||
--6 wmi
|
||||
--7 export
|
||||
--8 inventory
|
||||
--9 web
|
||||
-- server types:
|
||||
-- 0 data
|
||||
-- 1 network
|
||||
-- 2 snmp trap console
|
||||
-- 3 recon
|
||||
-- 4 plugin
|
||||
-- 5 prediction
|
||||
-- 6 wmi
|
||||
-- 7 export
|
||||
-- 8 inventory
|
||||
-- 9 web
|
||||
-- TODO: drop 2.x xxxx_server fields, unused since server_type exists.
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `tsesion` (
|
||||
|
|
Loading…
Reference in New Issue