Archive for Januar 4th, 2014

Zabbix 2.2.1 – Alert „Zabbix server is not running“

Samstag, Januar 4th, 2014

Zabbix_logo   In some occasions after installing Zabbix Server the following message gets displayed at the home screen

Zabbix_00

This issue is related to the Linux Security Module (SELinux) which is a mandatory access control (MAC) security mechanism implemented in the kernel

The best and recommended option to fixing this is to add a policy to allow the connection

– Run the command “getsebool -a“. Locate the following line which should give you a value ‘–> off“

httpd_can_network_connect –> off

– Run the command to turn it on

setsebool httpd_can_network_connect on

– Now run the command “getsebool httpd_can_network_connect“. The result should now indicate that the policy is now set to ON

setsebool -P httpd_can_network_connect on

Now the Zabbix alert message should disappear and also the “Zabbix server is running” value should now show ‘Yes‘

Zabbix_02

Router Backdoor Scanner – ist der Port TCP 32764 geöffnet

Samstag, Januar 4th, 2014

Router Backdoor Scanner – technisch ist das Exploit primitiv man öffnet einen Stream-Socket auf Port TCP/32764 schickt ein paar Bytes hin und bekommt eine Menge an Information zurück

network_01