From 136494e89d11e1a4f561858916f5768ec894b026 Mon Sep 17 00:00:00 2001 From: slerena Date: Mon, 11 Mar 2013 18:46:46 +0000 Subject: [PATCH] 2013-03-11 Sancho Lerena * util/pandora_xml_stress.conf: Updated conf file to use the new threshold values in the generation of xml. Better defaults for proc types. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7836 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 3 ++- pandora_server/util/pandora_xml_stress.conf | 20 +++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 9193cde8f1..70e199c414 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -6,7 +6,8 @@ 2013-03-11 Sancho Lerena * util/pandora_xml_stress.conf: Updated conf file to use the new - threshold values in the generation of xml. + threshold values in the generation of xml. Better defaults for + proc types. 2013-03-11 Ramon Novoa diff --git a/pandora_server/util/pandora_xml_stress.conf b/pandora_server/util/pandora_xml_stress.conf index 5cfcc22f8e..af3da5a4e5 100644 --- a/pandora_server/util/pandora_xml_stress.conf +++ b/pandora_server/util/pandora_xml_stress.conf @@ -1,4 +1,4 @@ -# Sample configuration file for pandora_xmlstress +o Sample configuration file for pandora_xmlstress # (c) 2012, http://pandorafms.org # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -116,10 +116,24 @@ module_min_critical 900000 module_end module_begin -module_name Server Status +module_name Server Status A module_type generic_proc module_description Status of my super-important daemon / service / process -module_exec type=RANDOM;variation=5;min=0;max=1 +module_exec type=RANDOM;variation=1;min=0;max=100 +module_end + +module_begin +module_name Server Status B +module_type generic_proc +module_description Status of my super-important daemon / service / process +module_exec type=RANDOM;variation=1;min=0;max=100 +module_end + +module_begin +module_name Server Status C +module_type generic_proc +module_description Status of my super-important daemon / service / process +module_exec type=RANDOM;variation=1;min=0;max=100 module_end module_begin