2009-05-12 20:12:54 +02:00
-- Pandora FMS - the Flexible Monitoring System
-- ============================================
2011-03-02 22:56:48 +01:00
-- Copyright (c) 2011 Artica Soluciones Tecnologicas, http://www.artica.es
2009-05-12 20:12:54 +02:00
-- Please see http://www.pandorafms.org for full contribution list
2008-04-07 00:18:33 +02:00
-- This program 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 for version 2.
-- This program 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 this program; if not, write to the Free Software
-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2011-03-02 22:56:48 +01:00
-- Database Data for Pandora FMS 4.0dev
2008-04-07 00:18:33 +02:00
-- PLEASE NO NOT USE MULTILINE COMMENTS
-- Because Pandora Installer don't understand them
-- and fails creating database !!!
2009-01-19 16:31:56 +01:00
-- Dumping data for table `talert_commands`
2006-03-27 05:37:27 +02:00
--
2009-03-18 10:37:31 +01:00
INSERT INTO ` talert_commands ` VALUES ( 1 , ' eMail ' , ' Internal type ' , ' This alert send an email using internal Pandora FMS Server SMTP capabilities (defined in each server, using:\r\n_field1_ as destination email address, and\r\n_field2_ as subject for message. \r\n_field3_ as text of message. ' , 1 ) ;
INSERT INTO ` talert_commands ` VALUES ( 2 , ' Internal Audit ' , ' Internal type ' , ' This alert save alert in Pandora interal audit system. Fields are static and only _field1_ is used. ' , 1 ) ;
INSERT INTO ` talert_commands ` VALUES ( 3 , ' Pandora FMS Event ' , ' Internal type ' , ' This alert create an special event into Pandora FMS event manager. ' , 1 ) ;
INSERT INTO ` talert_commands ` VALUES ( 4 , ' Pandora FMS Alertlog ' , ' echo _timestamp_ pandora _agent_ _data_ _field1_ _field2_ >> /var/log/pandora/pandora_alert.log ' , ' This is a default alert to write alerts in a standard ASCII plaintext log file in /var/log/pandora/pandora_alert.log\r\n ' , 0 ) ;
INSERT INTO ` talert_commands ` VALUES ( 5 , ' SNMP Trap ' , ' /usr/bin/snmptrap -v 1 -c trap_public 192.168.0.4 1.1.1.1.1.1.1.1 _agent_ _field1_ ' , ' Send a SNMPTRAP to 192.168.0.4. Please review config and adapt to your needs, this is only a sample, not functional itself. ' , 0 ) ;
INSERT INTO ` talert_commands ` VALUES ( 6 , ' Syslog ' , ' logger -p daemon.alert Pandora Alert _agent_ _data_ _field1_ _field2_ ' , ' Uses field1 and field2 to generate Syslog alert in facility daemon with "alert" level. ' , 0 ) ;
INSERT INTO ` talert_commands ` VALUES ( 7 , ' Sound Alert ' , ' /usr/bin/play /usr/share/sounds/alarm.wav ' , ' ' , 0 ) ;
INSERT INTO ` talert_commands ` VALUES ( 8 , ' Jabber Alert ' , ' echo _field3_ | sendxmpp -r _field1_ --chatroom _field2_ ' , ' Send jabber alert to chat room in a predefined server (configure first .sendxmpprc file). Uses field3 as text message, field1 as useralias for source message, and field2 for chatroom name ' , 0 ) ;
2009-08-19 04:34:06 +02:00
INSERT INTO ` talert_commands ` VALUES ( 9 , ' SMS ' , ' sendsms _field1_ _field2_ ' , ' Send SMS using the Pandora FMS standard SMS device, using smstools. Uses field2 as text message, field1 as destination phone (include international prefix!) ' , 0 ) ;
2007-03-28 15:08:10 +02:00
2006-03-27 05:37:27 +02:00
--
-- Dumping data for table `tconfig`
--
2007-03-28 15:08:10 +02:00
LOCK TABLES ` tconfig ` WRITE ;
2010-03-10 18:58:29 +01:00
INSERT INTO ` tconfig ` ( ` token ` , ` value ` ) VALUES
2010-09-20 10:07:56 +02:00
( ' language ' , ' en_GB ' ) ,
2010-03-10 18:58:29 +01:00
( ' block_size ' , ' 20 ' ) ,
( ' days_purge ' , ' 60 ' ) ,
2011-07-08 13:21:49 +02:00
( ' days_delete_unknown ' , ' 0 ' ) ,
2011-08-16 13:50:48 +02:00
( ' days_compact ' , ' 90 ' ) ,
2010-03-10 18:58:29 +01:00
( ' graph_res ' , ' 5 ' ) ,
( ' step_compact ' , ' 1 ' ) ,
2011-12-13 15:39:46 +01:00
( ' db_scheme_version ' , ' 4.0.1 ' ) ,
2011-12-13 15:12:25 +01:00
( ' db_scheme_build ' , ' PD111213 ' ) ,
2010-03-10 18:58:29 +01:00
( ' show_unknown ' , ' 0 ' ) ,
( ' show_lastalerts ' , ' 1 ' ) ,
( ' style ' , ' pandora ' ) ,
( ' remote_config ' , ' /var/spool/pandora/data_in ' ) ,
( ' graph_color1 ' , ' #38B800 ' ) ,
( ' graph_color2 ' , ' #42D100 ' ) ,
( ' graph_color3 ' , ' #89FF09 ' ) ,
( ' sla_period ' , ' 604800 ' ) ,
( ' trap2agent ' , ' 0 ' ) ,
( ' date_format ' , ' F j, Y, g:i a ' ) ,
( ' event_view_hr ' , 8 ) ,
( ' loginhash_pwd ' , ' ' ) ,
( ' trap2agent ' , 0 ) ,
( ' prominent_time ' , 0 ) ,
( ' timesource ' , ' system ' ) ,
( ' realtimestats ' , ' 1 ' ) ,
( ' stats_interval ' , ' 60 ' ) ,
( ' activate_gis ' , ' 0 ' ) ,
( ' timezone ' , ' Europe/Berlin ' ) ,
( ' string_purge ' , 7 ) ,
( ' audit_purge ' , 15 ) ,
( ' trap_purge ' , 7 ) ,
( ' event_purge ' , 15 ) ,
2010-09-06 14:16:40 +02:00
( ' gis_purge ' , 15 ) ,
( ' sound_alert ' , ' include/sounds/air_shock_alarm.wav ' ) ,
( ' sound_critical ' , ' include/sounds/Star_Trek_emergency_simulation.wav ' ) ,
2011-03-17 19:02:44 +01:00
( ' sound_warning ' , ' include/sounds/negativebeep.wav ' ) ,
( ' integria_enabled ' , ' 0 ' ) ,
( ' integria_api_password ' , ' ' ) ,
( ' integria_inventory ' , ' 0 ' ) ,
( ' integria_url ' , ' ' ) ;
2009-03-04 Sancho Lerena <slerena@artica.es>
* extras/: New directory with extra contents (scripts, tools, samples)
* index.php: Add new permission check for /attachment directory. Probably
could be extended and wrapped into a function. This should be only called
once, this is the reason why is placed here and not in config_process.
* pandora_console_upgrade: Force MYSQL run, even if SQL return error (useful
for applying over a older 3.0 version for example).
* pandoradb_data.sql: Was missing some tconfig variables.
* extras/*.sql: Missing somre tconfig variables and other minor issues fixed
* extensions/update_manager/main.php: Description of update manager patch
wider. Probably needs more formatting in the future.
* extras/sample_login.php: Sample on how to implement autologin feature.
* footer.php: I hope solve the frakkin image problem.
* godmode/agents/agent_manager.php: proper ACL check notice.
* godmode/alerts/alert_list.php: Fixed notice.
* godmode/reporting/map_builder.php: Added link to wizard and item count.
* godmode/reporting/map_builder_wizard.php: Added new feature, a wizard
to populate the visual map, using agents from a combo, depending on the
map selected. Could have a lot of improvements, it's a basic start. Allow
to choose agents and image maps and space between images. Puts in a reticle
automatically adjusting at 600px width.
* godmode/setup.php: Checkbox for trap_forward was bad, fixed.
* config_process.php: Fixed version to 3.0-dev
* functions_html.php: Default of 0 in text boxes makes them unusable on
default values, funny :-)
* include/functions_reporting.php: Fixed a notice on unknown variable
on function get_group_stat().
* operation/agentes/alerts_status.php: Filter on module status is made now
with combos, like the rest of the filters in the GUI.
* operation/events/events.php: a missing div makes graph float outside the
filter box. TODO: Hidder filter makes free-width style buggy here.
* operation/reporting/reporting_viewer.php: Fixed layout issue.
* operation/visual_console/render_view.php: Added ACL check.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1510 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-03-04 18:57:00 +01:00
2007-03-28 15:08:10 +02:00
UNLOCK TABLES ;
2006-03-27 05:37:27 +02:00
--
-- Dumping data for table `tconfig_os`
--
2007-03-28 15:08:10 +02:00
LOCK TABLES ` tconfig_os ` WRITE ;
2008-06-19 02:24:05 +02:00
INSERT INTO ` tconfig_os ` VALUES
( 1 , ' Linux ' , ' Linux: All versions ' , ' so_linux.png ' ) ,
( 2 , ' Solaris ' , ' Sun Solaris ' , ' so_solaris.png ' ) ,
( 3 , ' AIX ' , ' IBM AIX ' , ' so_aix.png ' ) ,
( 4 , ' BSD ' , ' OpenBSD, FreeBSD and Others ' , ' so_bsd.png ' ) ,
( 5 , ' HP-UX ' , ' HP-UX Unix OS ' , ' so_hpux.png ' ) ,
( 7 , ' Cisco ' , ' CISCO IOS ' , ' so_cisco.png ' ) ,
( 8 , ' MacOS ' , ' MAC OS ' , ' so_mac.png ' ) ,
( 9 , ' Windows ' , ' Microsoft Windows OS ' , ' so_win.png ' ) ,
( 10 , ' Other ' , ' Other SO ' , ' so_other.png ' ) ,
2009-08-19 04:34:06 +02:00
( 11 , ' Network ' , ' Pandora FMS Network Agent ' , ' network.png ' ) ,
( 12 , ' Web Server ' , ' Web Server/Application ' , ' network.png ' ) ,
2011-08-10 18:49:49 +02:00
( 13 , ' Sensor ' , ' Pandora FMS Hardware Agent (Sensor) ' , ' network.png ' ) ,
2011-02-07 15:01:35 +01:00
( 14 , ' Embedded ' , ' Embedded device running a Pandora FMS agent ' , ' embedded.png ' ) ,
2011-08-18 17:50:10 +02:00
( 15 , ' Android ' , ' Android agent ' , ' android.png ' ) ,
2011-08-17 11:27:50 +02:00
( 16 , ' VMware ' , ' VMware Architecture ' , ' so_vmware.png ' ) ;
2007-03-28 15:08:10 +02:00
UNLOCK TABLES ;
2008-08-05 13:42:08 +02:00
2007-03-28 15:08:10 +02:00
2006-03-27 05:37:27 +02:00
--
-- Dumping data for table `tgrupo`
--
2007-03-28 15:08:10 +02:00
LOCK TABLES ` tgrupo ` WRITE ;
2008-06-16 20:09:56 +02:00
INSERT INTO ` tgrupo ` VALUES
2011-07-07 10:53:51 +02:00
( 2 , ' Servers ' , ' server_database ' , 0 , 0 , 0 , ' ' , 1 ) ,
( 4 , ' Firewalls ' , ' firewall ' , 0 , 0 , 0 , ' ' , 1 ) ,
( 8 , ' Databases ' , ' database_gear ' , 0 , 0 , 0 , ' ' , 1 ) ,
( 9 , ' Network ' , ' transmit ' , 0 , 0 , 0 , ' ' , 1 ) ,
( 10 , ' Unknown ' , ' world ' , 0 , 0 , 0 , ' ' , 1 ) ,
( 11 , ' Workstations ' , ' computer ' , 0 , 0 , 0 , ' ' , 1 ) ,
( 12 , ' Applications ' , ' applications ' , 0 , 0 , 0 , ' ' , 1 ) ,
( 13 , ' Web ' , ' world ' , 0 , 0 , 0 , ' ' , 1 ) ;
2007-03-28 15:08:10 +02:00
UNLOCK TABLES ;
2008-08-05 13:42:08 +02:00
2007-03-28 15:08:10 +02:00
--
-- Dumping data for table `tlanguage`
--
2008-08-05 13:42:08 +02:00
2007-03-28 15:08:10 +02:00
LOCK TABLES ` tlanguage ` WRITE ;
2010-09-20 10:07:56 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' en_GB ' , ' English ' ) ;
2008-09-22 11:04:28 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' es ' , ' Español ' ) ;
2008-11-20 Jorge Gonzalez <jorgegonz@artica.es>
* pandoradb_data.sql: Added Hebrew and Slovak translations to the
database.
* include/languages/index.pot: Updated po template.
* include/languages/Makefile: added sk and he to translation.
* include/languages/sk.po, include/languages/sk.mo,
include/languages/he.po, include/languages/he.mo,
include/languages/sl.mo, include/languages/pt.mo,
include/languages/hi.po, include/languages/te.po,
include/languages/hi.mo, include/languages/te.mo,
include/languages/sl.po, include/languages/pt.po: Updated
portuguese, slovenian, hindi, and telugu translations, added
slovak and hebrew translations.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1251 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-11-20 19:30:37 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' ar ' , ' العربية ' ) ;
2008-10-13 Jorge Gonzalez <jorgegonz@artica.es>
* languages/cs.po, languages/pt_BR.po, languages/es.po,
languages/pl.mo, languages/it.mo, languages/sl.mo,
languages/uk.po, languages/ro.po, languages/pt.mo,
languages/ast.mo, languages/index.pot, languages/Makefile,
languages/cs.mo, languages/pt_BR.mo, languages/es.mo,
languages/fr.po, languages/uk.mo, languages/ro.mo,
languages/ca.po, languages/de.po, languages/sv.po,
languages/zh_TW.po, languages/hi.po, languages/zh_CN.po,
languages/fr.mo, languages/te.po, languages/eu.po,
languages/hu.po, languages/ca.mo, languages/sv.mo,
languages/de.mo, languages/ru.po, languages/zh_TW.mo,
languages/hi.mo, languages/zh_CN.mo, languages/gl.po,
languages/te.mo, languages/eu.mo, languages/hu.mo,
languages/pl.po, languages/it.po, languages/sl.po,
languages/pt.po, languages/ru.mo, languages/ast.po,
languages/gl.mo: updated languages and infrastructure for
languages; thanks to the guys working at Rosetta.
* pandoradb_data.sql: Updated tlanguage table with new languages.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-10-13 10:28:16 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' ast ' , ' Asturianu ' ) ;
2008-12-02 12:29:51 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' bn ' , ' বাংলা ' ) ;
2008-10-13 Jorge Gonzalez <jorgegonz@artica.es>
* languages/cs.po, languages/pt_BR.po, languages/es.po,
languages/pl.mo, languages/it.mo, languages/sl.mo,
languages/uk.po, languages/ro.po, languages/pt.mo,
languages/ast.mo, languages/index.pot, languages/Makefile,
languages/cs.mo, languages/pt_BR.mo, languages/es.mo,
languages/fr.po, languages/uk.mo, languages/ro.mo,
languages/ca.po, languages/de.po, languages/sv.po,
languages/zh_TW.po, languages/hi.po, languages/zh_CN.po,
languages/fr.mo, languages/te.po, languages/eu.po,
languages/hu.po, languages/ca.mo, languages/sv.mo,
languages/de.mo, languages/ru.po, languages/zh_TW.mo,
languages/hi.mo, languages/zh_CN.mo, languages/gl.po,
languages/te.mo, languages/eu.mo, languages/hu.mo,
languages/pl.po, languages/it.po, languages/sl.po,
languages/pt.po, languages/ru.mo, languages/ast.po,
languages/gl.mo: updated languages and infrastructure for
languages; thanks to the guys working at Rosetta.
* pandoradb_data.sql: Updated tlanguage table with new languages.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-10-13 10:28:16 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' ca ' , ' Catalá ' ) ;
INSERT INTO ` tlanguage ` VALUES ( ' cs ' , ' Česky ' ) ;
2008-11-17 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* pandoradb_data.sql: Added Danish to available languages.
* include/languages/da.po, include/languages/cs.po,
include/languages/pt_BR.po, include/languages/es.po,
include/languages/pl.mo, include/languages/it.mo,
include/languages/sl.mo, include/languages/uk.po,
include/languages/pt.mo, include/languages/ro.po,
include/languages/ast.mo, include/languages/cs.mo,
include/languages/pt_BR.mo, include/languages/fr.mo,
include/languages/uk.mo, include/languages/ro.mo,
include/languages/ca.po, include/languages/sv.po,
include/languages/de.po, include/languages/zh_TW.po,
include/languages/fi.po, include/languages/hi.po,
include/languages/zh_CN.po, include/languages/fr.mo,
include/languages/te.po, include/languages/eu.po,
include/languages/hu.po, include/languages/ca.mo,
include/languages/de.mo, include/languages/sv.mo,
include/languages/ru.po, include/languages/zh_TW.mo,
include/languages/fi.mo, include/languages/hi.mo,
include/languages/zh_CN.mo, include/languages/gl.po,
include/languages/te.mo, include/languages/eu.mo,
include/languages/hu.mo, include/languages/pl.po,
include/languages/it.po, include/languages/sl.po,
include/languages/pt.po, include/languages/ru.mo,
include/languages/ast.po, include/languages/gl.mo: Updated
languages and added Danish.
* include/languages/index.pot: Updated po template.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-11-17 10:42:28 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' da ' , ' Dansk ' ) ;
2008-08-12 Esteban Sanchez <estebans@artica.es>
* pandoradb_data.sql: Added default languages.
* include/streams.php, include/gettext.php: Added to repository. New
files to add gettext support of mo files.
* include/functions_db.php: Function lang_string() functionallity
changed to use gettext library.
* include/languages/language_es_es.php,
include/languages/language_gl.php, include/languages/language_en.php,
include/languages/language_pt_br.php,
include/languages/language_it.php,
include/languages/language_ast_es.php,
include/languages/language_es_la.php,
include/languages/language_de.php, include/languages/language_fr.php,
include/languages/language_ca.php: Files deleted, they are
deprecated since we have moved to gettext.
* lude/languages/pt_br.mo, include/languages/es.mo,
include/languages/fr.po, include/languages/it.po,
include/languages/ca.po, include/languages/ast.po,
include/languages/de.po, include/languages/gl.mo: Gettext translations
of the previous languages we have in language_*.php files.
* include/languages/Makefile: Added to repository to generate
index.pot and mo files of each translation.
* include/functions_reporting_pdf.php,
include/functions_reporting.php, include/config_process.php,
include/functions.php, include/functions_visual_map.php, index.php,
operation/incidents/incident.php,
operation/incidents/incident_detail.php,
operation/incidents/incident_note.php,
operation/incidents/incident_search.php,
operation/incidents/incident_statistics.php,
operation/snmpconsole/snmp_alert.php,
operation/snmpconsole/snmp_view.php, operation/users/user.php,
operation/users/user_edit.php, operation/users/user_statistics.php,
operation/events/event_statistics.php, operation/events/events.php,
operation/visual_console/render_view.php,
operation/visual_console/index.php,
operation/agentes/estado_alertas.php,
operation/agentes/status_monitor.php,
operation/agentes/estado_grupo.php,
operation/agentes/datos_agente.php,
operation/agentes/estado_ultimopaquete.php,
operation/agentes/estado_generalagente.php,
operation/agentes/estado_agente.php, operation/agentes/bulbs.php,
operation/agentes/sla_view.php, operation/agentes/exportdata.php,
operation/agentes/estado_monitores.php,
operation/agentes/ver_agente.php, operation/agentes/estadisticas.php,
operation/agentes/tactical.php, operation/agentes/networkmap.php,
operation/messages/message.php,
operation/reporting/reporting_viewer.php,
operation/reporting/graph_viewer.php,
operation/reporting/custom_reporting.php,
operation/servers/view_server.php,
operation/servers/view_server_detail.php, operation/menu.php,
reporting/fgraph.php, reporting/stat_win.php, general/logoff.php,
general/pandora_help.php, general/footer.php, general/noaccess.php,
general/logon_failed.php, general/links_menu.php,
general/login_page.php, general/logon_ok.php, general/header.php,
general/main_menu.php, godmode/groups/configure_group.php,
godmode/groups/group_list.php, godmode/setup/news.php,
godmode/setup/links.php, godmode/setup/setup.php,
godmode/users/user_list.php, godmode/users/configure_user.php,
godmode/profiles/profile_list.php, godmode/admin_access_logs.php,
godmode/db/db_info_data.php, godmode/db/db_main.php,
godmode/db/db_audit.php, godmode/db/db_refine.php,
godmode/db/db_info.php, godmode/db/db_event.php,
godmode/db/db_purge.php, godmode/agentes/agent_template.php,
godmode/agentes/module_manager_editor_network.php,
godmode/agentes/module_manager_editor_wmi.php,
godmode/agentes/alert_manager.php,
godmode/agentes/module_manager_editor_plugin.php,
godmode/agentes/module_manager_editor_prediction.php,
godmode/agentes/alert_manager_editor.php,
godmode/agentes/manage_config.php,
godmode/agentes/module_manager_editor_data.php,
godmode/agentes/module_manager.php,
godmode/agentes/modificar_agente.php,
godmode/agentes/configurar_agente.php,
godmode/agentes/agent_disk_conf_editor.php,
godmode/agentes/planned_downtime.php,
godmode/agentes/manage_config_remote.php,
godmode/agentes/agent_manager.php,
godmode/modules/manage_nc_groups_form.php,
godmode/modules/manage_network_templates.php,
godmode/modules/module_list.php,
godmode/modules/manage_network_templates_form.php,
godmode/modules/manage_network_components_form_network.php,
godmode/modules/manage_network_components_form_wmi.php,
godmode/modules/manage_network_components.php,
godmode/modules/manage_nc_groups.php,
godmode/reporting/reporting_builder.php,
godmode/reporting/map_builder.php,
godmode/reporting/graph_builder.php, godmode/servers/plugin.php,
godmode/servers/manage_recontask.php,
godmode/servers/modificar_server.php,
godmode/servers/manage_recontask_form.php,
godmode/alerts/modify_alert.php, godmode/alerts/configure_alert.php,
godmode/menu.php: Replaced string parameters of __() callings to
plain english. Style correction.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1006 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-08-12 14:06:25 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' de ' , ' Deutch ' ) ;
2008-10-13 Jorge Gonzalez <jorgegonz@artica.es>
* languages/cs.po, languages/pt_BR.po, languages/es.po,
languages/pl.mo, languages/it.mo, languages/sl.mo,
languages/uk.po, languages/ro.po, languages/pt.mo,
languages/ast.mo, languages/index.pot, languages/Makefile,
languages/cs.mo, languages/pt_BR.mo, languages/es.mo,
languages/fr.po, languages/uk.mo, languages/ro.mo,
languages/ca.po, languages/de.po, languages/sv.po,
languages/zh_TW.po, languages/hi.po, languages/zh_CN.po,
languages/fr.mo, languages/te.po, languages/eu.po,
languages/hu.po, languages/ca.mo, languages/sv.mo,
languages/de.mo, languages/ru.po, languages/zh_TW.mo,
languages/hi.mo, languages/zh_CN.mo, languages/gl.po,
languages/te.mo, languages/eu.mo, languages/hu.mo,
languages/pl.po, languages/it.po, languages/sl.po,
languages/pt.po, languages/ru.mo, languages/ast.po,
languages/gl.mo: updated languages and infrastructure for
languages; thanks to the guys working at Rosetta.
* pandoradb_data.sql: Updated tlanguage table with new languages.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-10-13 10:28:16 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' eu ' , ' Euskara ' ) ;
2008-11-27 Jorge Gonzalez <jorgegonz@artica.es>
* pandoradb_data.sql: Added Greek translation.
* include/languages/index.pot: Updated po template.
* include/languages/Makefile: Added 'el' files for translation.
* include/languages/cs.po, include/languages/pt_BR.po,
include/languages/es.po, include/languages/pl.mo,
include/languages/it.mo, include/languages/sl.mo,
include/languages/sk.po, include/languages/uk.po,
include/languages/pt.mo, include/languages/ro.po,
include/languages/ast.mo, include/languages/cs.mo,
include/languages/ar.po, include/languages/pt_BR.mo,
include/languages/es.mo, include/languages/fr.po,
include/languages/sk.mo, include/languages/uk.mo,
include/languages/ro.mo, include/languages/ca.po,
include/languages/da.po, include/languages/tr.po,
include/languages/sv.po, include/languages/de.po,
include/languages/ja.po, include/languages/zh_TW.po,
include/languages/he.po, include/languages/fi.po,
include/languages/ar.mo, include/languages/hi.po,
include/languages/zh_CN.po, include/languages/fr.mo,
include/languages/te.po, include/languages/eu.po,
include/languages/hu.po, include/languages/ca.mo,
include/languages/da.mo, include/languages/tr.mo,
include/languages/de.mo, include/languages/sv.mo,
include/languages/ru.po, include/languages/ja.mo,
include/languages/zh_TW.mo, include/languages/he.mo,
include/languages/fi.mo, include/languages/hi.mo,
include/languages/zh_CN.mo, include/languages/gl.po,
include/languages/te.mo, include/languages/eu.mo,
include/languages/hu.mo, include/languages/pl.po,
include/languages/it.po, include/languages/sl.po,
include/languages/pt.po, include/languages/ru.mo,
include/languages/ast.po, include/languages/gl.mo,
include/languages/ko.mo, include/languages/ko.po: Added Greek
translation, updated translations.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1267 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-11-27 15:40:55 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' el ' , ' Ελληνικά ' ) ;
2008-10-31 12:36:11 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' fi ' , ' Suomi ' ) ;
2008-09-22 11:04:28 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' fr ' , ' Français ' ) ;
INSERT INTO ` tlanguage ` VALUES ( ' gl ' , ' Galego ' ) ;
2008-11-20 Jorge Gonzalez <jorgegonz@artica.es>
* pandoradb_data.sql: Added Hebrew and Slovak translations to the
database.
* include/languages/index.pot: Updated po template.
* include/languages/Makefile: added sk and he to translation.
* include/languages/sk.po, include/languages/sk.mo,
include/languages/he.po, include/languages/he.mo,
include/languages/sl.mo, include/languages/pt.mo,
include/languages/hi.po, include/languages/te.po,
include/languages/hi.mo, include/languages/te.mo,
include/languages/sl.po, include/languages/pt.po: Updated
portuguese, slovenian, hindi, and telugu translations, added
slovak and hebrew translations.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1251 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-11-20 19:30:37 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' he ' , ' עברית ' ) ;
2008-09-22 11:04:28 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' hi ' , ' हिन्दी ' ) ;
INSERT INTO ` tlanguage ` VALUES ( ' hu ' , ' Magyar ' ) ;
2008-10-13 Jorge Gonzalez <jorgegonz@artica.es>
* languages/cs.po, languages/pt_BR.po, languages/es.po,
languages/pl.mo, languages/it.mo, languages/sl.mo,
languages/uk.po, languages/ro.po, languages/pt.mo,
languages/ast.mo, languages/index.pot, languages/Makefile,
languages/cs.mo, languages/pt_BR.mo, languages/es.mo,
languages/fr.po, languages/uk.mo, languages/ro.mo,
languages/ca.po, languages/de.po, languages/sv.po,
languages/zh_TW.po, languages/hi.po, languages/zh_CN.po,
languages/fr.mo, languages/te.po, languages/eu.po,
languages/hu.po, languages/ca.mo, languages/sv.mo,
languages/de.mo, languages/ru.po, languages/zh_TW.mo,
languages/hi.mo, languages/zh_CN.mo, languages/gl.po,
languages/te.mo, languages/eu.mo, languages/hu.mo,
languages/pl.po, languages/it.po, languages/sl.po,
languages/pt.po, languages/ru.mo, languages/ast.po,
languages/gl.mo: updated languages and infrastructure for
languages; thanks to the guys working at Rosetta.
* pandoradb_data.sql: Updated tlanguage table with new languages.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-10-13 10:28:16 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' it ' , ' Italiano ' ) ;
2008-11-19 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* pandoradb_data.sql: Added Arab and Turkish translations to the
database.
* include/languages/index.pot: Updated po template.
* include/languages/Makefile: added ar and tr to translation.
* include/languages/cs.po, include/languages/cs.mo,
include/languages/ar.po, include/languages/da.po,
include/languages/tr.po, include/languages/ja.po,
include/languages/fi.po, include/languages/ar.mo,
include/languages/eu.po, include/languages/da.mo,
include/languages/tr.mo, include/languages/ru.po,
include/languages/ja.mo, include/languages/fi.mo,
include/languages/eu.mo, include/languages/ru.mo: Updated/added
translations.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1249 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-11-19 17:42:45 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' ja ' , ' 日本語 ' ) ;
2008-11-26 10:03:31 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' ko ' , ' 한국어 ' ) ;
2008-12-22 Jorge Gonzalez <jorgegonz@artica.es>
* pandoradb_data.sql: Added Dutch to translations.
* include/languages/Makefile: Added Dutch to translations.
* include/languages/index.pot: Updated po template file.
* include/languages/cs.po, include/languages/pt_BR.po,
include/languages/pl.mo, include/languages/it.mo,
include/languages/ko.po, include/languages/sl.mo,
include/languages/sk.po, include/languages/uk.po,
include/languages/pt.mo, include/languages/ro.po,
include/languages/ast.mo, include/languages/bn.po,
include/languages/cs.mo, include/languages/ar.po,
include/languages/pt_BR.mo, include/languages/ko.mo,
include/languages/fr.po, include/languages/sk.mo,
include/languages/uk.mo, include/languages/ro.mo,
include/languages/ca.po, include/languages/da.po,
include/languages/tr.po, include/languages/sv.po,
include/languages/de.po, include/languages/ja.po,
include/languages/zh_TW.po, include/languages/bn.mo,
include/languages/he.po, include/languages/fi.po,
include/languages/ar.mo, include/languages/hi.po,
include/languages/zh_CN.po, include/languages/fr.mo,
include/languages/te.po, include/languages/eu.po,
include/languages/hu.po, include/languages/ca.mo,
include/languages/da.mo, include/languages/tr.mo,
include/languages/sv.mo, include/languages/de.mo,
include/languages/ru.po, include/languages/ja.mo,
include/languages/zh_TW.mo, include/languages/he.mo,
include/languages/fi.mo, include/languages/hi.mo,
include/languages/zh_CN.mo, include/languages/el.po,
include/languages/gl.po, include/languages/te.mo,
include/languages/eu.mo, include/languages/hu.mo,
include/languages/pl.po, include/languages/it.po,
include/languages/sl.po, include/languages/pt.po,
include/languages/ru.mo, include/languages/ast.po,
include/languages/el.mo, include/languages/gl.mo
* include/languages/nl.po, include/languages/nl.mo: Added Dutch
translation from Rosetta.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1299 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-12-22 11:21:21 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' nl ' , ' Nederlands ' ) ;
2008-10-13 Jorge Gonzalez <jorgegonz@artica.es>
* languages/cs.po, languages/pt_BR.po, languages/es.po,
languages/pl.mo, languages/it.mo, languages/sl.mo,
languages/uk.po, languages/ro.po, languages/pt.mo,
languages/ast.mo, languages/index.pot, languages/Makefile,
languages/cs.mo, languages/pt_BR.mo, languages/es.mo,
languages/fr.po, languages/uk.mo, languages/ro.mo,
languages/ca.po, languages/de.po, languages/sv.po,
languages/zh_TW.po, languages/hi.po, languages/zh_CN.po,
languages/fr.mo, languages/te.po, languages/eu.po,
languages/hu.po, languages/ca.mo, languages/sv.mo,
languages/de.mo, languages/ru.po, languages/zh_TW.mo,
languages/hi.mo, languages/zh_CN.mo, languages/gl.po,
languages/te.mo, languages/eu.mo, languages/hu.mo,
languages/pl.po, languages/it.po, languages/sl.po,
languages/pt.po, languages/ru.mo, languages/ast.po,
languages/gl.mo: updated languages and infrastructure for
languages; thanks to the guys working at Rosetta.
* pandoradb_data.sql: Updated tlanguage table with new languages.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-10-13 10:28:16 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' pl ' , ' Polski ' ) ;
INSERT INTO ` tlanguage ` VALUES ( ' pt_BR ' , ' Português-Brasil ' ) ;
INSERT INTO ` tlanguage ` VALUES ( ' pt ' , ' Português ' ) ;
2008-09-22 11:04:28 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' ro ' , ' Română ' ) ;
INSERT INTO ` tlanguage ` VALUES ( ' ru ' , ' Русский ' ) ;
2008-11-20 19:33:51 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' sk ' , ' Slovenčina ' ) ;
2008-10-13 Jorge Gonzalez <jorgegonz@artica.es>
* languages/cs.po, languages/pt_BR.po, languages/es.po,
languages/pl.mo, languages/it.mo, languages/sl.mo,
languages/uk.po, languages/ro.po, languages/pt.mo,
languages/ast.mo, languages/index.pot, languages/Makefile,
languages/cs.mo, languages/pt_BR.mo, languages/es.mo,
languages/fr.po, languages/uk.mo, languages/ro.mo,
languages/ca.po, languages/de.po, languages/sv.po,
languages/zh_TW.po, languages/hi.po, languages/zh_CN.po,
languages/fr.mo, languages/te.po, languages/eu.po,
languages/hu.po, languages/ca.mo, languages/sv.mo,
languages/de.mo, languages/ru.po, languages/zh_TW.mo,
languages/hi.mo, languages/zh_CN.mo, languages/gl.po,
languages/te.mo, languages/eu.mo, languages/hu.mo,
languages/pl.po, languages/it.po, languages/sl.po,
languages/pt.po, languages/ru.mo, languages/ast.po,
languages/gl.mo: updated languages and infrastructure for
languages; thanks to the guys working at Rosetta.
* pandoradb_data.sql: Updated tlanguage table with new languages.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-10-13 10:28:16 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' sl ' , ' Slovenščina ' ) ;
2008-09-22 11:04:28 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' sv ' , ' Svenska ' ) ;
2008-10-13 Jorge Gonzalez <jorgegonz@artica.es>
* languages/cs.po, languages/pt_BR.po, languages/es.po,
languages/pl.mo, languages/it.mo, languages/sl.mo,
languages/uk.po, languages/ro.po, languages/pt.mo,
languages/ast.mo, languages/index.pot, languages/Makefile,
languages/cs.mo, languages/pt_BR.mo, languages/es.mo,
languages/fr.po, languages/uk.mo, languages/ro.mo,
languages/ca.po, languages/de.po, languages/sv.po,
languages/zh_TW.po, languages/hi.po, languages/zh_CN.po,
languages/fr.mo, languages/te.po, languages/eu.po,
languages/hu.po, languages/ca.mo, languages/sv.mo,
languages/de.mo, languages/ru.po, languages/zh_TW.mo,
languages/hi.mo, languages/zh_CN.mo, languages/gl.po,
languages/te.mo, languages/eu.mo, languages/hu.mo,
languages/pl.po, languages/it.po, languages/sl.po,
languages/pt.po, languages/ru.mo, languages/ast.po,
languages/gl.mo: updated languages and infrastructure for
languages; thanks to the guys working at Rosetta.
* pandoradb_data.sql: Updated tlanguage table with new languages.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-10-13 10:28:16 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' te ' , ' తెలుగు ' ) ;
2008-11-19 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* pandoradb_data.sql: Added Arab and Turkish translations to the
database.
* include/languages/index.pot: Updated po template.
* include/languages/Makefile: added ar and tr to translation.
* include/languages/cs.po, include/languages/cs.mo,
include/languages/ar.po, include/languages/da.po,
include/languages/tr.po, include/languages/ja.po,
include/languages/fi.po, include/languages/ar.mo,
include/languages/eu.po, include/languages/da.mo,
include/languages/tr.mo, include/languages/ru.po,
include/languages/ja.mo, include/languages/fi.mo,
include/languages/eu.mo, include/languages/ru.mo: Updated/added
translations.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1249 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-11-19 17:42:45 +01:00
INSERT INTO ` tlanguage ` VALUES ( ' tr ' , ' Türkçe ' ) ;
2008-10-13 Jorge Gonzalez <jorgegonz@artica.es>
* languages/cs.po, languages/pt_BR.po, languages/es.po,
languages/pl.mo, languages/it.mo, languages/sl.mo,
languages/uk.po, languages/ro.po, languages/pt.mo,
languages/ast.mo, languages/index.pot, languages/Makefile,
languages/cs.mo, languages/pt_BR.mo, languages/es.mo,
languages/fr.po, languages/uk.mo, languages/ro.mo,
languages/ca.po, languages/de.po, languages/sv.po,
languages/zh_TW.po, languages/hi.po, languages/zh_CN.po,
languages/fr.mo, languages/te.po, languages/eu.po,
languages/hu.po, languages/ca.mo, languages/sv.mo,
languages/de.mo, languages/ru.po, languages/zh_TW.mo,
languages/hi.mo, languages/zh_CN.mo, languages/gl.po,
languages/te.mo, languages/eu.mo, languages/hu.mo,
languages/pl.po, languages/it.po, languages/sl.po,
languages/pt.po, languages/ru.mo, languages/ast.po,
languages/gl.mo: updated languages and infrastructure for
languages; thanks to the guys working at Rosetta.
* pandoradb_data.sql: Updated tlanguage table with new languages.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-10-13 10:28:16 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' uk ' , ' Українська ' ) ;
2008-09-22 11:04:28 +02:00
INSERT INTO ` tlanguage ` VALUES ( ' zh_CN ' , ' 简化字 ' ) ;
INSERT INTO ` tlanguage ` VALUES ( ' zh_TW ' , ' 簡化字 ' ) ;
2007-12-16 17:56:45 +01:00
2007-03-28 15:08:10 +02:00
UNLOCK TABLES ;
2006-03-27 05:37:27 +02:00
--
-- Dumping data for table `tlink`
--
2007-03-28 15:08:10 +02:00
LOCK TABLES ` tlink ` WRITE ;
2008-06-13 Sancho Lerena <slerena@gmail.com>
* index.php: Added pure (Fullscreen). HTML code cleanup and user session.
* pandoradb.sql: talert_snmp: Added priority field.
* pandoradb_data.sql: Changes default values in talerta. tconfig_os, tgrupo
and some links.
* header.php: Fixed some user session management.
* logon_ok.php: New design for welcome screen, odometer is over.
* menu.php, godmode/menu.php: Some ACL improvements.
* agent_disk_conf_editor.php: Minor fix in view link.
* configurar_agente.php, agent_manager.php: Added parent combo and better
ACL checks. New remote configuration control for get timestamp info of
config file.
* modify_alert.php: Changes to use new internal Mail alert.
* config.php: Some items moved to config_process. (font, attachment and
default style).
* functions.php: Added form_agent_combo(), form_event_type_combo(),
form_priority() and return_priority() functions.
* functions_db.php: Added smal_event_table() to render a variable table
with latest events (filtered).
* pandora.css. Added pure and priority colors.
* estado_alertas.php: Fixed ACL problems.
* stado_generalagente.php: Graph of modules now represents modules that
has generated events. Old graph is not used anymore. Also display parent.
* estado_grupo.php: Border of boxes is now thicker.
* tactical.php: New screen, almost all code changed. Odometer is not used
anymore, added some new items, like module LAG meter, module sanity, and
other general metrics.
* ver_agente.php: Now renders also event for each agent view. Alert manual
validation generate a new event.
* events.php: New event system. 90% new code. A LOT of new features,
including full screen, coloured (by priority) and filters by six fields.
* snmp_alert.php: Added support for alert priority.
* operation/users/user.php: No longer a user with UM privileges could
see any other user.
* render_view.php: Added fullscreen support for visual maps.
* fgraph.php: Added support for session checking in graphs (at least!).
New graphics for events (some changed it's function like events by group),
and feature added to progress GD implementation.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@860 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-06-13 18:59:54 +02:00
INSERT INTO ` tlink ` VALUES
2010-12-28 07:17:10 +01:00
( 1 , ' Pandora FMS Manual ' , ' https://openideas.info/wiki/index.php?title=Pandora ' ) ,
2010-03-04 17:22:25 +01:00
( 2 , ' Pandora FMS ' , ' http://pandorafms.org ' ) ,
2010-11-11 Raúl Mateos <raulofpandora@gmail.com>
* general/error_install.php, general/error_perms.php, general/header.php,
general/logon_menu.php, general/logon_ok.php, include/functions_menu.php,
include/functions_ui.php, extensions/agents_modules.php,
operation/menu.php, godmode/menu.php, operation/estado_agente.php,
operation/agentes/estado_agente.php, operation/agentes/status_monitor.php,
operation/agentes/estado_monitores.php,
operation/agentes/estado_ultimopaquete.php,
operation/agentes/estado_generalagente.php, pandoradb_data.sql: Closed
some HTML tags, autoclose others, added alt to images, and changed some
& to "&" to help validation for XHTML 1.0 Transitional. Tested and
not error found, but needs more tests...
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3572 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-11 12:16:09 +01:00
( 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 ' ) ,
2011-01-22 21:32:21 +01:00
( 5 , ' Module library ' , ' http://pandorafms.org/?sec=community&sec2=repository&lng=es ' ) ,
( 6 , ' Commercial support ' , ' http://pandorafms.com ' ) ;
2007-03-28 15:08:10 +02:00
UNLOCK TABLES ;
2008-08-05 13:42:08 +02:00
2006-03-27 05:37:27 +02:00
--
2007-03-28 15:08:10 +02:00
-- Dumping data for table `tmodule_group`
2006-03-27 05:37:27 +02:00
--
2007-03-28 15:08:10 +02:00
LOCK TABLES ` tmodule_group ` WRITE ;
2008-06-19 02:24:05 +02:00
INSERT INTO ` tmodule_group ` VALUES
( 1 , ' General ' ) ,
( 2 , ' Networking ' ) ,
( 3 , ' Application ' ) ,
( 4 , ' System ' ) ,
2009-09-01 17:25:18 +02:00
( 5 , ' Miscellaneous ' ) ,
( 6 , ' Performance ' ) ,
2011-01-22 21:32:21 +01:00
( 7 , ' Database ' ) ,
( 8 , ' Enviromental ' ) ,
( 9 , ' Users ' ) ;
2009-09-01 17:25:18 +02:00
2007-03-28 15:08:10 +02:00
UNLOCK TABLES ;
--
-- Dumping data for table `torigen`
--
2008-08-05 13:42:08 +02:00
INSERT INTO ` torigen ` VALUES
( ' Operating System event ' ) ,
( ' Firewall records ' ) ,
( ' Database event ' ) ,
( ' Application data ' ) ,
( ' Logfiles ' ) ,
( ' Other data source ' ) ,
( ' Pandora FMS Event ' ) ,
( ' User report ' ) ,
( ' Unknown source ' ) ;
2006-03-27 05:37:27 +02:00
--
-- Dumping data for table `ttipo_modulo`
--
2010-04-14 19:40:43 +02:00
-- Identifiers 30 and 31 are reserved for Enterprise data types
2008-02-25 19:08:52 +01:00
INSERT INTO ` ttipo_modulo ` VALUES
2010-03-05 12:56:00 +01:00
( 1 , ' generic_data ' , 0 , ' Generic numeric ' , ' mod_data.png ' ) ,
( 2 , ' generic_proc ' , 1 , ' Generic boolean ' , ' mod_proc.png ' ) ,
( 3 , ' generic_data_string ' , 2 , ' Generic string ' , ' mod_string.png ' ) ,
( 4 , ' generic_data_inc ' , 0 , ' Generic numeric incremental ' , ' mod_data_inc.png ' ) ,
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
( 6 , ' remote_icmp_proc ' , 4 , ' Remote ICMP network agent, boolean data ' , ' mod_icmp_proc.png ' ) ,
( 7 , ' remote_icmp ' , 3 , ' Remote ICMP network agent (latency) ' , ' mod_icmp_data.png ' ) ,
( 8 , ' remote_tcp ' , 3 , ' Remote TCP network agent, numeric data ' , ' mod_tcp_data.png ' ) ,
( 9 , ' remote_tcp_proc ' , 4 , ' Remote TCP network agent, boolean data ' , ' mod_tcp_proc.png ' ) ,
( 10 , ' remote_tcp_string ' , 5 , ' Remote TCP network agent, alphanumeric data ' , ' mod_tcp_string.png ' ) ,
( 11 , ' remote_tcp_inc ' , 3 , ' Remote TCP network agent, incremental data ' , ' mod_tcp_inc.png ' ) ,
( 15 , ' remote_snmp ' , 3 , ' Remote SNMP network agent, numeric data ' , ' mod_snmp_data.png ' ) ,
( 16 , ' remote_snmp_inc ' , 3 , ' Remote SNMP network agent, incremental data ' , ' mod_snmp_inc.png ' ) ,
( 17 , ' remote_snmp_string ' , 5 , ' Remote SNMP network agent, alphanumeric data ' , ' mod_snmp_string.png ' ) ,
( 18 , ' remote_snmp_proc ' , 4 , ' Remote SNMP network agent, boolean data ' , ' mod_snmp_proc.png ' ) ,
( 21 , ' async_proc ' , 7 , ' Asyncronous proc data ' , ' mod_async_proc.png ' ) ,
( 22 , ' async_data ' , 6 , ' Asyncronous numeric data ' , ' mod_async_data.png ' ) ,
2008-04-01 15:53:11 +02:00
( 23 , ' async_string ' , 8 , ' Asyncronous string data ' , ' mod_async_string.png ' ) ,
2010-04-14 19:40:43 +02:00
( 24 , ' log4x ' , 0 , ' Log4x ' , ' mod_log4x.png ' ) ,
2008-08-22 20:07:32 +02:00
( 100 , ' keep_alive ' , - 1 , ' KeepAlive ' , ' mod_keepalive.png ' ) ;
2006-03-27 05:37:27 +02:00
2010-03-04 17:22:25 +01:00
-- Categoria field is used to segregate several types
-- (plugin, agents, network) on their data
2008-08-05 13:42:08 +02:00
-- types, could be used or could be avoided and use directly primary key (id_tipo)
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
2006-03-27 05:37:27 +02:00
--
-- Dumping data for table `tusuario`
--
2011-11-07 11:22:51 +01:00
INSERT INTO ` tusuario ` ( ` id_user ` , ` fullname ` , ` firstname ` , ` lastname ` , ` middlename ` , ` password ` , ` comments ` , ` last_connect ` , ` registered ` , ` email ` , ` phone ` , ` is_admin ` , ` flash_chart ` , ` language ` , ` block_size ` ) VALUES
( ' admin ' , ' Pandora ' , ' Pandora ' , ' Admin ' , ' ' , ' 1da7ee7d45b96d0e1f45ee4ee23da560 ' , ' Admin Pandora ' , 1232642121 , 0 , ' admin@example.com ' , ' 555-555-5555 ' , 1 , - 1 , ' default ' , 0 ) ;
2006-03-27 05:37:27 +02:00
--
-- Dumping data for table `tusuario_perfil`
--
2011-05-16 17:56:27 +02:00
INSERT INTO ` tusuario_perfil ` VALUES ( 1 , ' admin ' , 5 , 0 , ' admin ' , 0 ) ;
2006-03-27 05:37:27 +02:00
--
2007-03-28 15:08:10 +02:00
-- Dumping data for table `tperfil`
2006-03-27 05:37:27 +02:00
--
2011-02-15 14:17:26 +01:00
INSERT INTO ` tperfil ` VALUES ( 1 , ' Operator (Read) ' , 0 , 1 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 0 ) , ( 2 , ' Operator (Write) ' , 1 , 1 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 0 ) , ( 3 , ' Chief Operator ' , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0 , 0 ) , ( 4 , ' Group coordinator ' , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 0 , 1 , 0 ) , ( 5 , ' Pandora Administrator ' , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 ) ;
2006-03-27 05:37:27 +02:00
2011-08-23 18:43:56 +02:00
--
-- Dumping data for table `tnews`
--
INSERT INTO ` tnews ` VALUES ( 1 , ' admin ' , ' Welcome to Pandora FMS 4.0! ' , ' This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team. ' , NOW ( ) ) ,
( 2 , ' admin ' , ' New Pandora FMS Agent Features ' , ' Feel free to test our new features for both Windows and Linux agents: Proxy and Broker modes. ' , NOW ( ) ) ;
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
2010-11-02 18:28:41 +01:00
INSERT INTO tmodule VALUES ( 1 , ' Agent module ' ) ;
INSERT INTO tmodule VALUES ( 2 , ' Network module ' ) ;
INSERT INTO tmodule VALUES ( 4 , ' Plugin module ' ) ;
INSERT INTO tmodule VALUES ( 5 , ' Prediction module ' ) ;
INSERT INTO tmodule VALUES ( 6 , ' WMI module ' ) ;
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
2011-11-23 19:31:34 +01:00
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 1 , ' OS Total process ' , ' Total process in Operating System (UNIX MIB) ' , 13 , 15 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' HOST-RESOURCES-MIB::hrSystemProcesses.0 ' , 4 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 2 , ' OS CPU Load (1 min) ' , ' CPU Load in Operating System (UNIX MIB) ' , 13 , 15 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' UCD-SNMP-MIB::laLoad.1 ' , 4 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 3 , ' Sysname ' , ' Get name of system using SNMP standard MIB ' , 1 , 17 , 0 , 0 , 900 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.1.1.0 ' , 1 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 4 , ' OS Users ' , ' Active users in Operating System (UNIX MIB) ' , 13 , 15 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' HOST-RESOURCES-MIB::hrSystemNumUsers.0 ' , 4 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 11 , ' Catalyst CPU Usage (5min) ' , ' Cisco Catayst Switches CPU Usage. Taken from ftp://ftp.cisco.com/pub/mibs/oid/OLD-CISCO-CPU-MIB.oid ' , 2 , 15 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' 1.3.6.1.4.1.9.2.1.58 ' , 4 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 22 , ' HSRP Status ' , ' Get status of HSRP ' , 2 , 18 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' 1.3.6.1.4.1.9.9.106.1.2.1.1.15.12.106 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 24 , ' NIC #1 status ' , ' Status of NIC#1 ' , 10 , 18 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.8.1 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 25 , ' NIC #2 status ' , ' Status of NIC #2 ' , 10 , 18 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.8.2 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 26 , ' NIC #3 status ' , ' Status of NIC #3 ' , 10 , 18 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.8.3 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 27 , ' NIC #1 outOctects ' , ' Output throughtput on Interface #1 ' , 10 , 16 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.16.1 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 28 , ' NIC #2 outOctects ' , ' Output troughtput on interface #2 ' , 10 , 16 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.16.2 ' , 1 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 29 , ' NIC #3 outOctects ' , ' Output troughtput on Interface #3 ' , 10 , 16 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.16.3 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 30 , ' NIC #1 inOctects ' , ' Input troughtput on Interface #1 ' , 10 , 16 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.10.1 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 31 , ' NIC #2 inOctects ' , ' Input throughtput for interface #2 ' , 10 , 16 , 0 , 0 , 180 , 0 , ' ' , ' NULL ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.10.2 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 32 , ' NIC #3 inOctects ' , ' Input throught on interface #3 ' , 10 , 16 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.10.3 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 34 , ' Host Alive ' , ' Check if host is alive using ICMP ping check. ' , 10 , 6 , 0 , 0 , 120 , 0 , ' ' , ' ' , ' ' , ' ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 36 , ' Host Latency ' , ' Get host network latency in miliseconds, using ICMP. ' , 10 , 7 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' ' , ' ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 37 , ' Check HTTP Server ' , ' Test APACHE2 HTTP service remotely (Protocol response, not only openport) ' , 10 , 9 , 0 , 0 , 300 , 80 , ' GET / HTTP/1.0^M^M ' , ' HTTP/1.1 200 OK ' , ' ' , ' ' , 3 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 38 , ' Check FTP Server ' , ' Check FTP protocol, not only check port. ' , 10 , 9 , 0 , 0 , 300 , 21 , ' QUIT ' , ' 220 ' , ' ' , ' ' , 3 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 39 , ' Check SSH Server ' , ' Checks port 22 is opened ' , 10 , 9 , 0 , 0 , 300 , 22 , ' ' , ' ' , ' ' , ' ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 40 , ' Check Telnet server ' , ' Check telnet port ' , 10 , 9 , 0 , 0 , 300 , 23 , ' ' , ' ' , ' ' , ' ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 41 , ' Check SMTP server ' , ' Check if SMTP port it's open ' , 10 , 9 , 0 , 0 , 300 , 25 , ' ' , ' ' , ' ' , ' ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 42 , ' Check POP3 server ' , ' Check POP3 port. ' , 10 , 9 , 0 , 0 , 300 , 110 , ' ' , ' ' , ' ' , ' ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 43 , ' NIC #7 outOctects ' , ' Get outcoming octects from NIC #7 ' , 10 , 16 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.16.7 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 44 , ' NIC #7 inOctects ' , ' Get incoming octects from NIC #7 ' , 10 , 16 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.10.7 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 45 , ' NIC #4 Status ' , ' Get status of NIC #4 ' , 10 , 18 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.8.4 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 46 , ' NIC #5 Status ' , ' Get status of NIC #5 ' , 10 , 18 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.8.5 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 47 , ' NIC #6 Status ' , ' Get status of NIC #6 ' , 10 , 18 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.8.6 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 48 , ' NIC #7 Status ' , ' Get status of NIC #7 ' , 10 , 18 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' .1.3.6.1.2.1.2.2.1.8.7 ' , 2 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 49 , ' OS CPU Load (5 min) ' , ' CPU load on a 5 min average interval. UCD-SNMP Mib (Usually for all Linux and some UNIX) ' , 13 , 15 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' UCD-SNMP-MIB::laLoad.2 ' , 4 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 50 , ' System Description ' , ' Get system description (all mibs). ' , 1 , 17 , 0 , 0 , 9000 , 0 , ' ' , ' ' , ' public ' , ' SNMPv2-MIB::sysDescr.0 ' , 4 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 51 , ' OS Raw Interrupts ' , ' Get system raw interrupts from SO ' , 13 , 16 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' UCD-SNMP-MIB::ssRawInterrupts.0 ' , 4 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 52 , ' OS IO Signals sent ' , ' IO Signals sent by Kernel ' , 13 , 16 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' UCD-SNMP-MIB::ssIOSent.0 ' , 4 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 53 , ' System Uptime ' , ' Sistem uptime in timeticks ' , 1 , 15 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' HOST-RESOURCES-MIB::hrSystemUptime.0 ' , 4 , 2 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` ) VALUES ( 176 , ' Catalyst Free Mem ' , ' Taken from ftp://ftp.cisco.com/pub/mibs/oid/OLD-CISCO-MEMORY-MIB.oid ' , 2 , 15 , 0 , 0 , 180 , 0 , ' ' , ' ' , ' public ' , ' 1.3.6.1.4.1.9.2.1.8 ' , 4 , 2 ) ;
2008-07-31 Ramon Novoa <rnovoa@artica.es>
* include/help/en/help_wmiquery.php,
include/help/en/help_wmifield.php,
include/help/en/help_wmikey.php: Added to repository. WMI help pages.
* include/languages/language_en.php, pandoradb.sql,
pandoradb_data.sql,
godmode/agentes/agent_template.php,
godmode/agentes/module_manager_editor_network.php,
godmode/agentes/module_manager_editor_wmi.php,
godmode/agentes/module_manager_editor.php,
godmode/modules/manage_network_components_form.php,
godmode/modules/manage_network_components.php: Added support for WMI
modules, including components and templates.
* godmode/modules/manage_network_components_form_network.php,
godmode/modules/manage_network_components_form_wmi.php: Added to
repository. Component editors.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@991 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-31 13:26:02 +02:00
-- WMI components
2011-11-23 19:31:34 +01:00
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` , ` plugin_user ` , ` max_timeout ` ) VALUES ( 200 , ' CPU load ' , ' CPU0 load average ' , 14 , 1 , 100 , 0 , 300 , 1 , ' ' , ' ' , ' ' , ' SELECT LoadPercentage from Win32_Processor WHERE DeviceID = "CPU0" ' , 1 , 6 , ' Administrator ' , 10 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` , ` plugin_user ` , ` max_timeout ` ) VALUES ( 201 , ' Free RAM ' , ' Available RAM memory in bytes ' , 14 , 1 , 0 , 0 , 300 , 0 , ' ' , ' ' , ' ' , ' SELECT AvailableBytes from Win32_PerfRawData_PerfOS_Memory ' , 1 , 6 , ' Administrator ' , 10 ) ;
INSERT INTO ` tnetwork_component ` ( ` id_nc ` , ` name ` , ` description ` , ` id_group ` , ` type ` , ` max ` , ` min ` , ` module_interval ` , ` tcp_port ` , ` tcp_send ` , ` tcp_rcv ` , ` snmp_community ` , ` snmp_oid ` , ` id_module_group ` , ` id_modulo ` , ` plugin_user ` , ` max_timeout ` ) VALUES ( 202 , ' Windows version ' , ' Operating system version ' , 14 , 3 , 0 , 0 , 300 , 1 , ' ' , ' ' , ' ' , ' SELECT Caption FROM Win32_OperatingSystem ' , 1 , 6 , ' Administrator ' , 10 ) ;
2008-07-31 Ramon Novoa <rnovoa@artica.es>
* include/help/en/help_wmiquery.php,
include/help/en/help_wmifield.php,
include/help/en/help_wmikey.php: Added to repository. WMI help pages.
* include/languages/language_en.php, pandoradb.sql,
pandoradb_data.sql,
godmode/agentes/agent_template.php,
godmode/agentes/module_manager_editor_network.php,
godmode/agentes/module_manager_editor_wmi.php,
godmode/agentes/module_manager_editor.php,
godmode/modules/manage_network_components_form.php,
godmode/modules/manage_network_components.php: Added support for WMI
modules, including components and templates.
* godmode/modules/manage_network_components_form_network.php,
godmode/modules/manage_network_components_form_wmi.php: Added to
repository. Component editors.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@991 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-31 13:26:02 +02:00
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
--
-- Dumping data for table `tnetwork_component_group`
--
INSERT INTO ` tnetwork_component_group ` ( ` id_sg ` , ` name ` , ` parent ` ) VALUES ( 1 , ' General group ' , 0 ) ;
INSERT INTO ` tnetwork_component_group ` ( ` id_sg ` , ` name ` , ` parent ` ) VALUES ( 2 , ' Cisco MIBs ' , 10 ) ;
INSERT INTO ` tnetwork_component_group ` ( ` id_sg ` , ` name ` , ` parent ` ) VALUES ( 5 , ' UNIX MIBs ' , 12 ) ;
INSERT INTO ` tnetwork_component_group ` ( ` id_sg ` , ` name ` , ` parent ` ) VALUES ( 10 , ' Network Management ' , 0 ) ;
INSERT INTO ` tnetwork_component_group ` ( ` id_sg ` , ` name ` , ` parent ` ) VALUES ( 11 , ' Microsoft Windows MIB ' , 12 ) ;
INSERT INTO ` tnetwork_component_group ` ( ` id_sg ` , ` name ` , ` parent ` ) VALUES ( 12 , ' Operating Systems ' , 0 ) ;
INSERT INTO ` tnetwork_component_group ` ( ` id_sg ` , ` name ` , ` parent ` ) VALUES ( 13 , ' UCD Mibs (Linux, UCD-SNMP) ' , 12 ) ;
2008-07-31 Ramon Novoa <rnovoa@artica.es>
* include/help/en/help_wmiquery.php,
include/help/en/help_wmifield.php,
include/help/en/help_wmikey.php: Added to repository. WMI help pages.
* include/languages/language_en.php, pandoradb.sql,
pandoradb_data.sql,
godmode/agentes/agent_template.php,
godmode/agentes/module_manager_editor_network.php,
godmode/agentes/module_manager_editor_wmi.php,
godmode/agentes/module_manager_editor.php,
godmode/modules/manage_network_components_form.php,
godmode/modules/manage_network_components.php: Added support for WMI
modules, including components and templates.
* godmode/modules/manage_network_components_form_network.php,
godmode/modules/manage_network_components_form_wmi.php: Added to
repository. Component editors.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@991 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-31 13:26:02 +02:00
INSERT INTO ` tnetwork_component_group ` ( ` id_sg ` , ` name ` , ` parent ` ) VALUES ( 14 , ' WMI ' , 12 ) ;
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
-- Network profile
INSERT INTO ` tnetwork_profile ` ( ` id_np ` , ` name ` , ` description ` ) VALUES ( 1 , ' Basic Network Monitoring ' , ' This includes basic SNMP, ICMP, and TCP checks. ' ) ;
INSERT INTO ` tnetwork_profile ` ( ` id_np ` , ` name ` , ` description ` ) VALUES ( 2 , ' Basic Monitoring ' , ' Only ICMP check ' ) ;
INSERT INTO ` tnetwork_profile ` ( ` id_np ` , ` name ` , ` description ` ) VALUES ( 3 , ' Basic DMZ Server monitoring ' , ' This group of network checks, checks for default services located on DMZ servers... ' ) ;
INSERT INTO ` tnetwork_profile ` ( ` id_np ` , ` name ` , ` description ` ) VALUES ( 4 , ' Full SNMP Monitoring ' , ' ' ) ;
INSERT INTO ` tnetwork_profile ` ( ` id_np ` , ` name ` , ` description ` ) VALUES ( 5 , ' Linux Server ' , ' Full Monitoring of a Linux server services. ' ) ;
2008-07-31 Ramon Novoa <rnovoa@artica.es>
* include/help/en/help_wmiquery.php,
include/help/en/help_wmifield.php,
include/help/en/help_wmikey.php: Added to repository. WMI help pages.
* include/languages/language_en.php, pandoradb.sql,
pandoradb_data.sql,
godmode/agentes/agent_template.php,
godmode/agentes/module_manager_editor_network.php,
godmode/agentes/module_manager_editor_wmi.php,
godmode/agentes/module_manager_editor.php,
godmode/modules/manage_network_components_form.php,
godmode/modules/manage_network_components.php: Added support for WMI
modules, including components and templates.
* godmode/modules/manage_network_components_form_network.php,
godmode/modules/manage_network_components_form_wmi.php: Added to
repository. Component editors.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@991 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-31 13:26:02 +02:00
INSERT INTO ` tnetwork_profile ` ( ` id_np ` , ` name ` , ` description ` ) VALUES ( 6 , ' Basic WMI monitoring ' , ' Basic monitoring of a Windows host. ' ) ;
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
2008-10-20 19:25:37 +02:00
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 24 , 1 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 25 , 1 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 27 , 1 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 28 , 1 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 30 , 1 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 31 , 1 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 34 , 1 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 39 , 1 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 34 , 2 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 34 , 3 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 37 , 3 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 39 , 3 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 38 , 3 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 24 , 3 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 3 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 24 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 25 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 26 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 27 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 28 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 29 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 30 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 31 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 32 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 45 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 46 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 47 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 48 , 4 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 3 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 50 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 53 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 24 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 30 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 27 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 34 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 1 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 2 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 49 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 4 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 51 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 52 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 39 , 5 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 200 , 6 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 201 , 6 ) ;
INSERT INTO ` tnetwork_profile_component ` ( ` id_nc ` , ` id_np ` ) VALUES ( 202 , 6 ) ;
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
2010-03-01 11:24:19 +01:00
-- GIS Data
2010-04-27 12:41:21 +02:00
INSERT INTO ` tgis_map ` VALUES ( 1 , ' Sample ' , - 3 . 708187 , 40 . 42056 , 0 , 16 , ' ' , - 3 . 708187 , 40 . 42056 , 0 , 0 , 1 ) ;
INSERT INTO ` tgis_map_connection ` VALUES ( 1 , ' OpenStreetMap ' , ' OSM ' , ' {\"type\":\"OSM\",\"url\":\"http://tile.openstreetmap.org/${z}/${x}/${y}.png\"} ' , 19 , 16 , - 3 . 708187 , 40 . 42056 , 0 , - 3 . 708187 , 40 . 42056 , 0 , 0 ) ;
2010-03-01 11:24:19 +01:00
INSERT INTO ` tgis_map_has_tgis_map_connection ` VALUES ( 1 , 1 , ' 2010-03-01 09:46:48 ' , 1 ) ;
2010-04-27 12:41:21 +02:00
INSERT INTO ` tgis_map_layer ` VALUES ( 1 , ' Group All ' , 1 , 0 , 1 , 0 ) ;
2010-10-05 19:33:11 +02:00
-- example alert template
2010-11-02 18:28:41 +01:00
INSERT INTO ` talert_commands ` VALUES ( 10 , ' Remote agent control ' , ' /usr/share/pandora_server/udp_client.pl _address_ 41122 "_field1_" ' , ' This command is used to send commands to the Pandora FMS agents with the UDP server enabled. The UDP server is used to order agents (Windows and UNIX) to "refresh" the agent execution: that means, to force the agent to execute and send data to s ' , 0 ) ;
2010-10-08 19:00:28 +02:00
2011-02-15 17:40:23 +01:00
INSERT INTO ` talert_actions ` VALUES ( 1 , ' Mail to XXX ' , 1 , ' yourmail@domain.es ' , ' [PANDORA] Alert from agent _agent_ on module _module_ ' , ' ' , 0 , 0 ) ;
2010-10-05 19:33:11 +02:00
2011-02-15 17:40:23 +01:00
INSERT INTO ` talert_actions ` VALUES ( 2 , ' Restart agent ' , 10 , ' REFRESH AGENT ' , ' ' , ' ' , 0 , 0 ) ;
2010-10-08 19:00:28 +02:00
2011-08-13 04:40:47 +02:00
INSERT INTO ` talert_actions ` VALUES ( 3 , ' Pandora FMS Event ' , 3 , ' ' , ' ' , ' ' , 0 , 0 ) ;
2010-11-02 18:28:41 +01:00
INSERT INTO ` talert_templates ` VALUES ( 1 , ' Critical condition ' , ' This is a generic alert template to fire on condition CRITICAL ' , 1 , ' ' , ' ' , ' Hello, this is an automated email coming from Pandora FMS\r\n\r\nThis alert has been fired because a CRITICAL condition in one of your monitored items:\r\n\r\nAgent : _agent_\r\nModule: _module_\r\nModule description: _moduledescription_\r\nTimestamp _timestamp_\r\nCurrent value: _data_\r\n\r\nThanks for your time.\r\n\r\nBest regards\r\nPandora FMS\r\n ' , ' critical ' , ' ' , 1 , 0 . 00 , 0 . 00 , 86400 , 1 , 0 , ' 12:00:00 ' , ' 12:00:00 ' , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , ' [PANDORA] Alert RECOVERED for CRITICAL status on _agent_ / _module_ ' , ' Hello, this is an automated email coming from Pandora FMS\r\n\r\nThis alert has been RECOVERED from a CRITICAL condition in one of your monitored items:\r\n\r\nAgent : _agent_\r\nModule: _module_\r\nModule description: _moduledescription_\r\nTimestamp _timestamp_\r\nCurrent value: _data_\r\n\r\nThanks for your time.\r\n\r\nBest regards\r\nPandora FMS\r\n ' , 4 , 0 ) ;
2010-10-05 19:33:11 +02:00
2010-11-02 18:28:41 +01:00
INSERT INTO ` talert_templates ` VALUES ( 2 , ' Manual alert ' , ' This is a template used to fire manual alerts, condition defined here never will be executed. Use this template to assign to your actions/commands used to do remote management (Agent restart, execute commands on server, etc). ' , NULL , ' ' , ' ' , ' ' , ' max_min ' , ' ' , 1 , 0 . 00 , 1 . 00 , 86400 , 1 , 0 , ' 12:00:00 ' , ' 12:00:00 ' , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 0 , ' ' , ' ' , 1 , 0 ) ;
2010-10-05 19:33:11 +02:00
2010-10-08 19:00:28 +02:00
INSERT INTO ` talert_templates ` VALUES ( 3 , ' Warning condition ' , ' This is a generic alert template to fire on WARNING condition. ' , 1 , ' ' , ' ' , ' Hello, this is an automated email coming from Pandora FMS

This alert has been fired because a WARNING condition in one of your monitored items:

Agent : _agent_
Module: _module_
Module description: _moduledescription_
Timestamp _timestamp_
Current value: _data_

Thanks for your time.

Best regards
Pandora FMS
 ' , ' warning ' , ' ' , 1 , 0 . 00 , 0 . 00 , 86400 , 1 , 0 , ' 12:00:00 ' , ' 12:00:00 ' , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , ' [PANDORA] Alert RECOVERED for WARNING status on _agent_ / _module_ ' , ' Hello, this is an automated email coming from Pandora FMS

This alert has been RECOVERED from a WARNING condition in one of your monitored items:

Agent : _agent_
Module: _module_
Module description: _moduledescription_
Timestamp _timestamp_
Current value: _data_

Thanks for your time.

Best regards
Pandora FMS
 ' , 3 , 0 ) ;
2010-10-05 19:33:11 +02:00
2010-12-23 20:21:09 +01:00
-- treport_custom_sql Data
INSERT INTO ` treport_custom_sql ` ( ` id ` , ` name ` , ` sql ` ) VALUES ( 1 , ' Monitoring Report Agent ' , ' select direccion, nombre, comentarios, (select nombre from tgrupo where tgrupo.id_grupo = tagente.id_grupo) as `group` from tagente; ' ) ;
INSERT INTO ` treport_custom_sql ` ( ` id ` , ` name ` , ` sql ` ) VALUES ( 2 , ' Monitoring Report Modules ' , ' select (select tagente.nombre from tagente where tagente.id_agente = tagente_modulo.id_agente) as agent_name, nombre , (select tmodule_group.name from tmodule_group where tmodule_group.id_mg = tagente_modulo.id_module_group) as module_group, module_interval from tagente_modulo where delete_pending = 0 order by agent_name; ' ) ;
INSERT INTO ` treport_custom_sql ` ( ` id ` , ` name ` , ` sql ` ) VALUES ( 3 , ' Monitoring Report Alerts ' , ' select t1.nombre as agent_name, t2.nombre as module_name, (select talert_templates.name from talert_templates where talert_templates.id = t3.id_alert_template) as template, (select group_concat(t02.name) from talert_template_module_actions as t01 inner join talert_actions as t02 on t01.id_alert_action = t02.id where t01.id_alert_template_module = t3.id group by t01.id_alert_template_module) as actions from tagente as t1 inner join tagente_modulo as t2 on t1.id_agente = t2.id_agente inner join talert_template_modules as t3 on t2.id_agente_modulo = t3.id_agent_module order by agent_name, module_name; ' ) ;
2010-12-23 21:43:38 +01:00
INSERT INTO ` treport_custom_sql ` ( ` id ` , ` name ` , ` sql ` ) VALUES ( 4 , ' Group view ' , ' select t1.nombre, (select count(t3.id_agente) from tagente as t3 where t1.id_grupo = t3.id_grupo) as agents, (SELECT COUNT(t4.id_agente) FROM tagente as t4 WHERE t4.id_grupo = t1.id_grupo AND t4.disabled = 0 AND t4.ultimo_contacto < NOW() - (intervalo / (1/2))) as agent_unknown, (SELECT COUNT(tagente_estado.id_agente_estado) FROM tagente_estado, tagente, tagente_modulo WHERE tagente.id_grupo = t1.id_grupo AND tagente.disabled = 0 AND tagente.id_agente = tagente_estado.id_agente AND tagente_estado.id_agente_modulo = tagente_modulo.id_agente_modulo AND tagente_modulo.disabled = 0 AND utimestamp > 0 AND tagente_modulo.id_tipo_modulo NOT IN(21,22,23,24,100) AND (UNIX_TIMESTAMP(NOW()) - tagente_estado.utimestamp) >= (tagente_estado.current_interval / (1/2))) as monitor_unknow, (SELECT COUNT(tagente_estado.id_agente_estado) FROM tagente_estado, tagente, tagente_modulo WHERE tagente.id_grupo = t1.id_grupo AND tagente.disabled = 0 AND tagente.id_agente = tagente_estado.id_agente AND tagente_estado.id_agente_modulo = tagente_modulo.id_agente_modulo AND tagente_modulo.disabled = 0 AND tagente_modulo.id_tipo_modulo NOT IN (21,22,23,24) AND utimestamp = 0) as monitor_no_init, (SELECT COUNT(tagente_estado.id_agente_estado) FROM tagente_estado, tagente, tagente_modulo WHERE tagente.id_grupo = t1.id_grupo AND tagente.disabled = 0 AND tagente_estado.id_agente = tagente.id_agente AND tagente_estado.id_agente_modulo = tagente_modulo.id_agente_modulo AND tagente_modulo.disabled = 0 AND estado = 0 AND ((UNIX_TIMESTAMP(NOW()) - tagente_estado.utimestamp) < (tagente_estado.current_interval / (1/2)) OR (tagente_modulo.id_tipo_modulo IN(21,22,23,24,100))) AND (utimestamp > 0 OR (tagente_modulo.id_tipo_modulo IN(21,22,23,24)))) as monitor_ok, (SELECT COUNT(tagente_estado.id_agente_estado) FROM tagente_estado, tagente, tagente_modulo WHERE tagente.id_grupo = t1.id_grupo AND tagente.disabled = 0 AND tagente_estado.id_agente = tagente.id_agente AND tagente_estado.id_agente_modulo = tagente_modulo.id_agente_modulo AND tagente_modulo.disabled = 0 AND estado = 1 AND ((UNIX_TIMESTAMP(NOW()) - tagente_estado.utimestamp) < (tagente_estado.current_interval / (1/2)) OR (tagente_modulo.id_tipo_modulo IN(21,22,23,24,100))) AND utimestamp > 0) as monitor_critical, (SELECT COUNT(talert_template_modules.id) FROM talert_template_modules, tagente_modulo, tagente_estado, tagente WHERE tagente.id_grupo = t1.id_grupo AND tagente_modulo.id_agente = tagente.id_agente AND tagente_estado.id_ag
2011-08-19 21:26:07 +02:00
INSERT INTO ` trecon_script ` VALUES ( 1 , ' SNMP Recon Script ' , ' This script is used to automatically detect SNMP Interfaces on devices, used as Recon Custom Script in the recon task. Parameters used are:

* custom_field1 = network. i.e.: 192.168.100.0/24
* custom_field2 = snmp_community. 
* custom_field3 = optative parameter to force process downed interfaces (use: '-a'). Only up interfaces are processed by default 

See documentation for more information. ' , ' /usr/share/pandora_server/util/recon_scripts/snmpdevices.pl ' ) ;