From 05b27c904fee3d144482f63bdffeede65c0803d2 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 24 Aug 2009 11:50:00 +0000 Subject: [PATCH] 2009-08-22 Sancho Lerena * util/agent_names.txt, util/pandora_xml_stress.conf: delete this files because it's the local conf files generates for local configurations, and by mistake I upload. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1875 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 6 ++ pandora_server/util/agent_names.txt | 10 --- pandora_server/util/pandora_xml_stress.conf | 72 --------------------- 3 files changed, 6 insertions(+), 82 deletions(-) delete mode 100644 pandora_server/util/agent_names.txt delete mode 100755 pandora_server/util/pandora_xml_stress.conf diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index b061f39525..59c4271fc7 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,9 @@ +2009-08-22 Sancho Lerena + + * util/agent_names.txt, util/pandora_xml_stress.conf: delete this files + because it's the local conf files generates for local configurations, and + by mistake I upload. + 2009-08-22 Sancho Lerena * pandora_server.spec: Update uninstall process. diff --git a/pandora_server/util/agent_names.txt b/pandora_server/util/agent_names.txt deleted file mode 100644 index 9240d2dbe0..0000000000 --- a/pandora_server/util/agent_names.txt +++ /dev/null @@ -1,10 +0,0 @@ -Agent_1 -Agent_2 -Agent_3 -Agent_4 -Agent_5 -Agent_6 -Agent_7 -Agent_8 -Agent_9 -Agent_10 diff --git a/pandora_server/util/pandora_xml_stress.conf b/pandora_server/util/pandora_xml_stress.conf deleted file mode 100755 index 055c1b0de9..0000000000 --- a/pandora_server/util/pandora_xml_stress.conf +++ /dev/null @@ -1,72 +0,0 @@ -# Maximum number of threads, by default 10. -max_threads 10 - -# File containing a list of agent names (one per line). -agent_file agent_names.txt - -# Directory where XML data files will be placed, by default /tmp. -temporal /var/spool/pandora/data_in - -# Pandora FMS XML Stress log file, logs to stdout by default. -#log_file pandora_xml_stress.log - -# XML version, by default 1.0. -xml_version 1.0 - -# XML encoding, by default ISO-8859-1. -encoding ISO-8859-1 - -# Operating system (shared by all agents), by default Linux. -os_name Linux - -# Operating system version (shared by all agents), by default 2.6. -os_version 2.6 - -# Agent interval, by default 300. -agent_interval 300 - -# Data file generation start date, by default now. -time_from 2009-07-20 00:00:00 - -# Data file generation end date, by default now. -#time_to 2009-06-05 00:00:00 - -# Delay after generating the first data file for each agent to avoid -# race conditions when auto-creating the agent, by default 2. -startup_delay 2 - -# Address of the Tentacle server where XML files will be sent (optional). -# server_ip 192.168.50.1 - -# Port of the Tentacle server, by default 41121. -# server_port 41121 - -# Module definitions. Similar to pandora_agent.conf. - -module_begin -module_name Module_1 -module_type generic_data -module_descripcion Module 1 description. -module_max 100 -module_min 0 -# Probability of the module data changing, by default 100% -module_variation 100 -module_end - -module_begin -module_name Module_2 -module_type generic_data_string -module_descripcion Module 2 description. -# Maximum string length, by default 0. -module_max 20 -# Minimum string length, by default 0 -module_min 10 -module_end - -module_begin -module_name Module_3 -module_type generic_proc -module_descripcion Module 3 description. -# Initial data. -module_data 1 -module_end