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:
parent
592fc00155
commit
136494e89d
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue