Giter VIP home page Giter VIP logo

Comments (6)

Rodce avatar Rodce commented on July 22, 2024

when I change url from $z_server = 'http://127.0.0.1/zabbix'; to = 'http://127.0.0.1/';
I see that
image

from zabbix-pdf-report.

Rodce avatar Rodce commented on July 22, 2024

Zabbix 3.4 + php 7.2 works

image

from zabbix-pdf-report.

kirkwor avatar kirkwor commented on July 22, 2024

Have you checked #5 for js/css being loaded properly?

from zabbix-pdf-report.

Rodce avatar Rodce commented on July 22, 2024

In this case it was't help
For the test you can create Dockerfile
##############
FROM zabbix/zabbix-appliance:ubuntu-4.2-latest
WORKDIR /usr/share/zabbix
RUN apt-get update -y
RUN apt-get install git -y
RUN apt-get install php-curl php-json -y
RUN git clone https://github.com/martinm76/zabbix-pdf-report.git
RUN cd zabbix-pdf-report && sh fixrights.sh && mv config.inc.php.dist config.inc.php
RUN sed -i 's/https:\/\/YourServerHere\/zabbix/http:\/\/localhost/' /usr/share/zabbix/zabbix-pdf-report/config.inc.php
RUN sed -i 's/YourPasswordHere/zabbix/' /usr/share/zabbix/zabbix-pdf-report/config.inc.php
EXPOSE 80

#####################

then

docker build -t zabbix_4.2 .
docker run --name zabbix -p 80:80 -d zabbix_4.2

go to browser

http://localhost/zabbix-pdf-report/

#For do some changes on container
docker exec -it zabbix /bin/bash

from zabbix-pdf-report.

AngelSan19 avatar AngelSan19 commented on July 22, 2024

i have a problem, don't login ,somebody have same problem?

from zabbix-pdf-report.

martinm76 avatar martinm76 commented on July 22, 2024

Please try the new v1.2.0 - Not sure why, but cURL debugging was active in index.php, chooser.php and createpdf.php, which is now disabled by default, as well as updates to javascript includes and various other minor fixes.

from zabbix-pdf-report.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.