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