Ad Widget
Collapse
zabbix ping No route to host
Collapse
X
-
Comment
-
Check SELinux policy on server. You can disable SELinux (For test only) and check again.Last edited by dima_dm; 19-07-2011, 10:46.Comment
-
Add suid bit s for user.
chmod 4777 /bin/ping
Check php option sockets.
Create phpinfo.php
in Web Brоwser: http://you_host/path/phpinfo.phpCode:<html> <?php // Show all information, defaults to INFO_ALL phpinfo(); // Show just the module information. // phpinfo(8) yields identical results. phpinfo(INFO_MODULES); ?> </html>
Check:
Whis PHP Configure Command --enable-socketsCode:sockets Sockets Support enabled
Last edited by dima_dm; 19-07-2011, 13:13.Comment
Comment