From fc34cad5c3d6e1c037c5ceae16f3368f1084a97c Mon Sep 17 00:00:00 2001 From: slerena Date: Mon, 2 Jun 2014 18:07:33 +0000 Subject: [PATCH] 2014-06-02 Sancho Lerena * pandoradb_data.sql: Nice new default colors, it's spring time ! :) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10081 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/pandoradb_data.sql | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7569533f8c..60b6c28f49 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2014-06-02 Sancho Lerena + + * pandoradb_data.sql: Nice new default colors, it's spring time ! :) + 2014-06-02 Alejandro Gallardo * godmode/setup/setup_visuals.php, diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index ac8fcaff60..8eef4130d8 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -1,9 +1,9 @@ -- Pandora FMS - the Flexible Monitoring System -- ============================================ --- Copyright (c) 2013 Artica Soluciones Tecnologicas, http://www.artica.es +-- Copyright (c) 2014 Artica Soluciones Tecnologicas, http://www.artica.es -- Please see http://www.pandorafms.org for full contribution list --- Database Data for Pandora FMS 5.0 +-- Database Data for Pandora FMS 5.1 -- PLEASE NO NOT USE MULTILINE COMMENTS -- Because Pandora Installer don't understand them @@ -42,16 +42,16 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES ('show_lastalerts','1'), ('style','pandora'), ('remote_config', '/var/spool/pandora/data_in'), -('graph_color1', '#38B800'), -('graph_color2', '#FFFF00'), -('graph_color3', '#FF6600'), -('graph_color4', '#FF66CC'), +('graph_color1', '#99dd00'), +('graph_color2', '#336600'), +('graph_color3', '#3399cc'), +('graph_color4', '#ff66cc'), ('graph_color5', '#CC0000'), ('graph_color6', '#0033FF'), -('graph_color7', '#99FF99'), +('graph_color7', '#ff6600'), ('graph_color8', '#330066'), -('graph_color9', '#66FFFF'), -('graph_color10', '#6666FF'), +('graph_color9', '#ffff00'), +('graph_color10', '#99ffff'), ('sla_period', '604800'), ('trap2agent', '0'), ('date_format', 'F j, Y, g:i a'),