From f86e7b79bfa8a2e4d9c263c9990f1dbced6da842 Mon Sep 17 00:00:00 2001 From: jsatoh <junichi@rworks.jp> Date: Thu, 2 Dec 2010 03:39:29 +0000 Subject: [PATCH] 2010-12-02 Junichi Satoh <junichi@rworks.jp> * FreeBSD/pandora_server.conf: Added wmic file path for FreeBSD. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3650 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 4 ++++ pandora_server/FreeBSD/pandora_server.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 3665701deb..a9c2c0eeb8 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2010-12-02 Junichi Satoh <junichi@rworks.jp> + + * FreeBSD/pandora_server.conf: Added wmic file path for FreeBSD. + 2010-12-01 Ramon Novoa <rnovoa@artica.es> * util/pandora_recode_db.pl: Redefine safe_input to avoid loading diff --git a/pandora_server/FreeBSD/pandora_server.conf b/pandora_server/FreeBSD/pandora_server.conf index ac276df8dd..420199a8fd 100644 --- a/pandora_server/FreeBSD/pandora_server.conf +++ b/pandora_server/FreeBSD/pandora_server.conf @@ -106,6 +106,10 @@ predictionserver 0 # DISABLED BY DEFAULT wmiserver 0 +# wmic: Needed by Pandora FMS wmi server. + +wmi_client /usr/local/bin/wmic + # Network timeout (in seconds) for timeout in network connections for Network agents network_timeout 5