2013-03-11 Sancho Lerena <slerena@artica.es>

* 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
This commit is contained in:
slerena 2013-03-11 18:46:46 +00:00
parent 592fc00155
commit 136494e89d
2 changed files with 19 additions and 4 deletions

View File

@ -6,7 +6,8 @@
2013-03-11 Sancho Lerena <slerena@artica.es>
* 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 <rnovoa@artica.es>

View File

@ -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