mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-25 11:48:38 +02:00
* conf/pandora_server.conf.windows: Sample conf for running pandora server on Windows (see windows.README). * lib/PandoraFMS/NetworkServer.pm: Adapted to have SNMPGET and PING functions redefined by each SO, this will allow to have native support on pandora to run under different OS (need to check FreeBSD and Solaris!). Windows support implemented. * lib/PandoraFMS/Core.pm: Removed ping functions here and moved to Tools.pm * lib/PandoraFMS/Tools.pm: Adapted Ping functions to work with any SO, at this time Linux and Windows only, need to check for Solaris and BSD. * util/windows.README: Small doc on how to make Pandora Server work on Windows servers. * util/pandora_logrotate: Removed the index in the logrotation. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3431 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
Pandora FMS on Windows servers
|
|
==============================
|
|
|
|
This is not recommended for production systems (due lack of depth testing and performance penalty) but it's possible to have Pandora FMS server working on Windows servers (XP, 2000, 2003, Vista, 2008 and Windows 7).
|
|
|
|
You need to have the ActiveState Perl installed in your system and some Perl modules installed (ActiveState Perl has a nice installer).
|
|
|
|
You will need to create the paths you will need by hand, there aren't an automated installer for Windows (yet):
|
|
|
|
c:\pandora_server - Will contain everything, put contents of pandora server tarball there.
|
|
|
|
c:\pandora_server\conf - Will contain the configuration file, you have a windows sample file in conf\pandora_server.conf.windows as sample
|
|
|
|
c:\pandora_server\data_in - put search there for all incoming data files.
|
|
|
|
c:\pandora_server\bin - Will search there for tentacle_server, nmap, and snmpget tool. You will use the snmpget tool from the pandora windows agent (\util\snmpget.exe).
|
|
|
|
To start tentacle
|
|
-----------------
|
|
|
|
C:\pandora_server\bin>perl tentacle_server -p 41121 -a 0.0.0.0 -s c:\pandora_server\data_in -i.*\.conf:conf;.*\.md5:md5;.*\.zip:collections
|
|
|
|
To start pandora server
|
|
-----------------------
|
|
|
|
C:\pandora_server\bin>perl pandora_server c:\windows_server\conf\pandora_server.conf
|
|
|