Changes

From SME Server
Jump to navigationJump to search
267 bytes added ,  09:40, 10 May 2020
Line 167: Line 167:  
to install Zabbix server, just use yum:
 
to install Zabbix server, just use yum:
 
  yum --enablerepo=smecontribs,fws,remi-safe install smeserver-zabbix-server --exclude=smeserver-zabbix-proxy
 
  yum --enablerepo=smecontribs,fws,remi-safe install smeserver-zabbix-server --exclude=smeserver-zabbix-proxy
NB: the --exclude=smeserver-zabbix-proxy is de to a conflict in late 2019 on SME9 as FWS started using zabbix from zabbix repo instead of building it. We will fix this for SME10 in few months.
+
NB: the --exclude=smeserver-zabbix-proxy is due to a conflict in late 2019 on SME9 as FWS started using zabbix from zabbix repo instead of building it. We will fix this for SME10 in few months.
    
then go to your server-manager to set php5.4 or higher as default php for your SME, or you will not be able to access to zabbix web gui, or just issue the following
 
then go to your server-manager to set php5.4 or higher as default php for your SME, or you will not be able to access to zabbix web gui, or just issue the following
Line 207: Line 207:     
The main web interface is available (if not disabled with the key WebAccess) on https://server.domain.tld/zabbix.
 
The main web interface is available (if not disabled with the key WebAccess) on https://server.domain.tld/zabbix.
The default user is '''admin''', with password '''zabbix''' (you should change this password ASAP)
+
The default user is '''Admin''' (with uppercase A as first letter), with password '''zabbix''' (you should change this password ASAP)
    
Here are some screenshots of what you can get with zabbix
 
Here are some screenshots of what you can get with zabbix
Line 286: Line 286:  
# PSK identity: domain.name-agent
 
# PSK identity: domain.name-agent
 
# psk: [paste here the output of cat /etc/zabbix/zabbix_agentd.psk]
 
# psk: [paste here the output of cat /etc/zabbix/zabbix_agentd.psk]
 +
 +
===== agent on the local zabbix server =====
 +
<syntaxhighlight lang="bash">
 +
# config setprop zabbix-agent  access localhost  Servers localhost  active disabled  passive enabled
 +
# signal-event zabbix-agent-update
 +
</syntaxhighlight>
    
===== Additional checks =====
 
===== Additional checks =====
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu