romulorocha
(usa Ubuntu)
Enviado em 28/10/2011 - 11:17h
Bom dia canadinho, estou com o mesmo problema, o meu zabbix 1.8.8 esta marcado que nao esta rodando, ja chequei varios parametros, como voce resolver o seu caso, sou novo em zabbix.
1 editor /etc/zabbix/zabbix_server.conf
esta configurado corretamento.
2 O serviço esta dentro do /etc/init.d
root@zabbix:/etc/init.d# cat zabbix-server
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alexei.vladishev@zabbix.com>.
NAME=zabbix_server
DAEMON=/usr/sbin/${NAME} ##### alterado conforme literatura estudada.
DESC="Zabbix server daemon"
PID=/tmp/$NAME.pid
test -f $DAEMON || exit 0
case "$1" in
start)
echo "Starting $DESC: $NAME"
start-stop-daemon --oknodo --start --pidfile $PID \
--exec $DAEMON
;;
stop)
echo "Stopping $DESC: $NAME"
start-stop-daemon --oknodo --stop --pidfile $PID \
--exec $DAEMON
;;
restart|force-reload)
$0 stop
$0 start
;;
*)
N=/etc/init.d/$NAME
echo "Usage: $N {start|stop|restart|force-reload}" >&2
exit 1
;;
esac
3 Quando executo os processos:
root@zabbix:/etc/init.d# ps -aux |grep zabbix
Warning: bad ps syntax, perhaps a bogus '-'? See
http://procps.sf.net/faq.html
zabbix 858 0.0 0.0 6348 864 ? SN 10:41 0:00 /usr/sbin/zabbix_agentd
zabbix 859 0.0 0.0 6348 956 ? SN 10:41 0:00 /usr/sbin/zabbix_agentd
zabbix 860 0.0 0.0 6348 532 ? SN 10:41 0:00 /usr/sbin/zabbix_agentd
zabbix 861 0.0 0.0 6348 532 ? SN 10:41 0:00 /usr/sbin/zabbix_agentd
zabbix 862 0.0 0.0 6348 532 ? SN 10:41 0:00 /usr/sbin/zabbix_agentd
zabbix 863 0.0 0.0 6348 776 ? SN 10:41 0:00 /usr/sbin/zabbix_agentd
root 1666 0.0 0.0 4188 824 pts/0 D+ 11:11 0:00 grep --color=auto zabbix
root@zabbix:/etc/init.d#
Existe somente o Zabbix_agentd.
4 Subindo os servicos
root@zabbix:/etc/init.d# sudo /etc/init.d/zabbix-agent start
Starting Zabbix agent daemon: zabbix_agentd
/usr/sbin/zabbix_agentd already running.
root@zabbix:/etc/init.d# sudo /etc/init.d/zabbix-server start
Starting Zabbix server daemon: zabbix_server
root@zabbix:/etc/init.d#
Se vcoce puder me ajudar.ficaria muito grato.
Obrigado
Romulo Rocha
msn: romulorocha@gmail.com
skype romulo.silva