2007-05-23 Raul Mateos <raulofpandora@gmail.com>
* installer/Pandora_Windows_Agent-1.2.1-Setup.exe: Updated installer. Deleted old one. * installer/pandora1.2.1.mpi: Renamed installjammer file and updated version. To use the file, you have to copy the ./bin and ./installer folder to c:\pandora_installer folder. This is explained in the how_to_create.installer.txt new file. * installer/how_to_create.installer.txt: New help file. * installer/README.txt: Updated file with 1.2.1 version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@465 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5a6c2088ea
commit
307479e4d7
|
@ -1,3 +1,17 @@
|
|||
2007-05-23 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* installer/Pandora_Windows_Agent-1.2.1-Setup.exe: Updated installer.
|
||||
Deleted old one.
|
||||
|
||||
* installer/pandora1.2.1.mpi: Renamed installjammer file and updated
|
||||
version. To use the file, you have to copy the ./bin and ./installer folder
|
||||
to c:\pandora_installer folder. This is explained in the
|
||||
how_to_create.installer.txt new file.
|
||||
|
||||
* installer/how_to_create.installer.txt: New help file.
|
||||
|
||||
* installer/README.txt: Updated file with 1.2.1 version.
|
||||
|
||||
2006-12-05 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* pandora_windows_service.cc: Fixed a bug when the agent name is not
|
||||
|
|
|
@ -0,0 +1,47 @@
|
|||
First, install installjammer from http://installjammer.com/, then create the
|
||||
c:\pandora_installer folder.
|
||||
|
||||
Copy the \bin directory to that folder and also copy the files from the installer
|
||||
directory to that folder.
|
||||
|
||||
At the end, you must have the next directory structure:
|
||||
|
||||
C:\pandora_installer
|
||||
+--- LICENSE.txt
|
||||
+--- README.txt
|
||||
+--- logo.png
|
||||
+--- pandora.ico
|
||||
+--- pandora1.2.1.mpi
|
||||
+--- bin
|
||||
+--- libeay32.dll
|
||||
+--- PandoraAgent.exe
|
||||
+--- pandora_agent.conf
|
||||
+--- README
|
||||
+--- zlib1.dll
|
||||
+--- help
|
||||
| +--- how_to_keys.html
|
||||
| +---images
|
||||
| +--- 1.jpg
|
||||
| +--- 2.jpg
|
||||
| +--- 3.jpg
|
||||
| +--- 4.jpg
|
||||
| +--- 5.jpg
|
||||
| +--- 6.jpg
|
||||
+--- util
|
||||
| +--- cut.exe
|
||||
| +--- date.exe
|
||||
| +--- expr.exe
|
||||
| +--- gawk.exe
|
||||
| +--- grep.exe
|
||||
| +--- head.exe
|
||||
| +--- ls.exe
|
||||
| +--- md5.exe
|
||||
| +--- puttygen.exe
|
||||
| +--- tail.exe
|
||||
| +--- tr.exe
|
||||
| +--- wc.exe
|
||||
+--- key
|
||||
| +--- PUT_SSH_KEYS_HERE
|
||||
+--- scripts
|
||||
+--- start_pandora_agent.bat
|
||||
+--- stop_pandora_agent.bat
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
Pandora FMS Windows Agent v1.2
|
||||
==============================
|
||||
Pandora FMS Windows Agent v1.2.1
|
||||
================================
|
||||
|
||||
For mode information, please refer to documentation, you can get it on our proyect website at http://pandora.sourceforge.net
|
||||
|
||||
|
@ -73,6 +73,7 @@ module_type - Type of data of the module:
|
|||
Its value is 0 for a "bad" state and any number greater than 0 for the
|
||||
"good" state.
|
||||
|
||||
module_description - Description of the module :-D
|
||||
module_description - Description of the module
|
||||
|
||||
For mode information, please refer to documentation, you can get it on our proyect website at http://pandora.sourceforge.net
|
||||
For mode information, please refer to documentation, you can get it on our
|
||||
project website at http://pandora.sourceforge.net
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue