Hi,
I am trying to setup the ossec wui on smeserver. But when I access the page
I get the following message: "No agent available."
The program is installed in /var/ossec/
And the wui is in /home/e-smith/files/ibays/logs/html/
http.conf contains the following:
<Directory /home/e-smith/files/ibays/logs/html>
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
php_admin_value open_basedir /home/e-smith/files/ibays/logs/
</Directory>
This is the output of:
/var/ossec/bin/list_agents -a
** No agent available.
And:
/etc/init.d/ossec status
ossec-monitord is running...
ossec-logcollector is running...
ossec-syscheckd is running...
ossec-analysisd is running...
ossec-maild is running...
ossec-execd is running...
ossec_conf.php contains the following:
/* Ossec directory */
#$ossec_dir="/var/ossec"; - I changed this to get rid of "Unable to access
ossec directory" error
$ossec_dir="/home/e-smith/files/ibays/logs/";
Can someone please help?