Hi folks...
I'm trying to monitor my servers with zabbix but i'm having problems installing it.
I did the usual
Code:
apt-get install zabbix-server-mysql zabbix-frontend-php zabbix-agent
and then I've added a website in ISPConfig.
monitor.domain.com
With SuExec and FCGI
I've added the following to the apache directives
Code:
# Define /zabbix alias, this is the default
<IfModule mod_alias.c>
Alias /zabbix /usr/share/zabbix
</IfModule>
#SSLEngine on
#SSLCertificateKeyFile /etc/apache2/ssl/ispserver.key
#SSLCertificateFile /etc/apache2/ssl/STAR_hostpress_me.crt
#SSLCertificateChainFile /etc/apache2/ssl/hostpress_me.ca-bundle
<Directory "/usr/share/zabbix">
AddHandler fcgid-script .php .php3 .php4 .php5
FCGIWrapper /var/www/php-fcgi-scripts/web5/.php-#fcgi-starter .php
Options +ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
but as i'm not an experienced Apache admin i'm not really sure if this is the right way to do it.
Recent comments
9 hours 31 min ago
12 hours 26 min ago
13 hours 40 min ago
15 hours 4 min ago
16 hours 42 min ago
18 hours 10 min ago
19 hours 24 min ago
1 day 11 hours ago
1 day 12 hours ago
1 day 15 hours ago