-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Não esta criando Ticket #14
Comments
Jean, estou com a mesma situação que a sua. Vlw |
Olá @GuiBalestro não consegui resolver, creio que seja um bug do plugin, estou aguardando alguma mensagem do desenvolvedor @janssenlima. |
Boa noite @jeaneduardo , |
Issue no github é usado para contribuição de código e report de bugs encontrados, não para suporte. |
Olá boa tarde
Segui o tutorial http://janssenlima.blogspot.com.br/2013/11/integracao-zabbix-glpi.html para fazer a instalação porem o ticket não é aberto, vou detalhar abaixo o procedimento.
Ambiente
GLPI 9.1.2
Debian GNU/Linux 8
PHP 5.6.30
Apache/2.4.10
Zabbix 3.2
Debian GNU/Linux 9
PHP 7.0.14-2
Apache/2.4.25
Instalação do webservices
Instalação integração Zabbix
Coloquei os arquivos dentro da pasta do zabbix /usr/local/share/zabbix/externalscripts com permissão de execução
zabbix zabbix 559 mar 3 14:54 ack_zabbix_glpi.py
zabbix zabbix 7632 mar 7 12:29 tickets_zabbix_glpi.php
No arquivo tickets_zabbix_glpi.php configurei da seguinte forma
$user = "USUARIO_GLPI";
$password = "SENHA_GLPI";
$xmlhost = "HOST_GLPI";
$xmlurl = "plugins/webservices/xmlrpc.php";
$category = "";
$watcher = "2";
$watchergroup = "1";
$sqlhost = "HOST_BD_GLPI";
$sqldb = "glpi";
$sqluser = "USUÁRIO_BD_GLPI";
$sqlpwd = "SENHA_BD_GLPI";
$path_zabbix = "/usr/local/share/zabbix/externalscripts";
Configurei ação no Zabbix conforme imagens abaixo.
Cenário
Quando acontece um desastre deveria abrir a notificação
Log do apache do GLPI
172.16.170.15 - - [07/Mar/2017:12:32:56 -0300] "POST /plugins/webservices/xmlrpc.php HTTP/1.0" 200 892 "-" "-"
172.16.170.15 - - [07/Mar/2017:12:32:56 -0300] "POST /plugins/webservices/xmlrpc.php HTTP/1.0" 200 1219 "-" "-"
172.16.170.15 - - [07/Mar/2017:12:32:57 -0300] "POST /plugins/webservices/xmlrpc.php?session=ru6sm24g3eeimn7njqjo5huak6 HTTP/1.0" 200 734 "-" "-"
Log do webservice GLPI
Poderia me ajudar por favor
The text was updated successfully, but these errors were encountered: