mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-30 22:28:48 +02:00
* util/pandora_xml_stress.conf: Fixed a typo that made remote configuration not work. * util/pandora_xml_stress.pl: Set the right server in agent conf files. * util/pandora_xml_stress.README: Removed sample configuration (already in pandora_xml_stress.conf). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5142 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
Pandora FMS XML Stress
|
|
======================
|
|
|
|
This is a small script that generates XML data files like the ones sent by
|
|
Pandora FMS agents.
|
|
|
|
The scripts reads agent names from a text file and generates XML data files for
|
|
each agent according to a configuration file, where modules are defined as
|
|
templates.
|
|
|
|
Modules are filled with random data. An initial value and the probability of
|
|
the module data changing may be specified.
|
|
|
|
Run the script like this:
|
|
|
|
./pandora_xml_stress <configuration file>
|